leejet / stable-diffusion.cpp

Stable Diffusion in pure C/C++
MIT License
2.9k stars 232 forks source link

Support PCM Weights #290

Closed shibingli closed 2 weeks ago

shibingli commented 2 weeks ago

Support PCM Weights?

https://huggingface.co/wangfuyun/PCM_Weights

Green-Sky commented 2 weeks ago

Looks like the loras should just work. (beside the 1-step one)

project page: https://g-u-n.github.io/projects/pcm/

shibingli commented 2 weeks ago

Thank you, I will test it out!