leejet / stable-diffusion.cpp

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

api not match with ggml updated version #215

Closed ximitiejiang closed 3 months ago

ximitiejiang commented 3 months ago

hello, i tried to run sd based on ggml current master version and found erro for inference. seems the ggml api ggml_quantize_chunk() called is not match. below is ggml current master version with 7 params: image

below is sd call with 8 params: image

could you suggest what can i do to fix it? thanks in advance!

ximitiejiang commented 3 months ago

solved, by using your forked ggml version. tks