leejet / stable-diffusion.cpp

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

Will img2img support controlnet? #195

Open Geistyp opened 3 months ago

Geistyp commented 3 months ago

right now, just txt2img support controlnet input

Windsander commented 3 months ago

controlnet support will be add by this commit, if its done https://github.com/leejet/stable-diffusion.cpp/pull/210

leejet commented 2 months ago

This is currently supported. You can pull the latest master code and give it a try.