leejet / stable-diffusion.cpp

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

[Future Issue] New CPU SILU does not work with stable-diffusion.cpp #275

Closed LostRuins closed 4 months ago

LostRuins commented 4 months ago

Just a KIV for the future if/when you decide to sync ggml libraries again - the updated CPU ggml_vec_silu_f32 from https://github.com/ggerganov/llama.cpp/pull/7154 no longer works with stable-diffusion.cpp and will result in black images.

Hopefully this heads-up helps save some debugging time

LostRuins commented 4 months ago

Closing this as the issue is not with stable-diffusion.cpp, but rather with compiler optimizer flags.

https://github.com/ggerganov/llama.cpp/pull/7154#issuecomment-2143767719