leejet / stable-diffusion.cpp

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

Support latest SDXL LoRA names #216

Closed bssrdf closed 3 months ago

bssrdf commented 3 months ago

This PR adds support for SDXL LoRA generated using the latest diffusers. It addressed https://github.com/leejet/stable-diffusion.cpp/issues/213 and part of https://github.com/leejet/stable-diffusion.cpp/issues/203

leejet commented 3 months ago

Thank you for your contribution.