leejet / stable-diffusion.cpp

Stable Diffusion in pure C/C++
MIT License
2.91k stars 233 forks source link

apply pmid lora only once for multiple txt2img calls #208

Closed bssrdf closed 3 months ago

bssrdf commented 3 months ago

This PR fixed an issue found by a user. The use case is to call txt2img multiple times and Photomaker lora's should ONLY be applied once.

leejet commented 3 months ago

Thank you for your contribution.