leejet / stable-diffusion.cpp

Stable Diffusion and Flux in pure C/C++
MIT License
3.31k stars 279 forks source link

Support for SD3 #287

Open ftenrique opened 3 months ago

ftenrique commented 3 months ago

The new Stable Diffusion weights that have been made available, at least the 2b model.

leejet commented 3 months ago

WIP!

Green-Sky commented 3 months ago

https://huggingface.co/madebyollin/taesd3

Looks like taesd is ready there too :)

Green-Sky commented 3 months ago

I wonder how much https://github.com/ggerganov/llama.cpp/pull/8055 and https://github.com/ggerganov/llama.cpp/pull/8006 and related will help.

leejet commented 2 months ago

Try https://github.com/leejet/stable-diffusion.cpp/pull/298.