stable-diffusion.cpp
stable-diffusion.cpp copied to clipboard
Segmentation fault
Error says:
$ ./bin/sd -m ../models/sd-v1-4-ggml-model-q4_0.bin -p "cat"
[INFO] stable-diffusion.cpp:2830 - loading model from '../models/sd-v1-4-ggml-model-q4_0.bin'
[INFO] stable-diffusion.cpp:2858 - model type: SD1.x
[INFO] stable-diffusion.cpp:2866 - ftype: q4_0
[INFO] stable-diffusion.cpp:3094 - total params size = 1431.17MB (clip 66.46MB, unet 1270.21MB, vae 94.50MB)
[INFO] stable-diffusion.cpp:3096 - loading model from '../models/sd-v1-4-ggml-model-q4_0.bin' completed, taking 2.13s
[INFO] stable-diffusion.cpp:3121 - running in eps-prediction mode
[INFO] stable-diffusion.cpp:3372 - condition graph use 79.79MB of memory: params 66.46MB, runtime 13.33MB (static 10.40MB, dynamic 2.93MB)
[INFO] stable-diffusion.cpp:3372 - condition graph use 79.79MB of memory: params 66.46MB, runtime 13.33MB (static 10.40MB, dynamic 2.93MB)
[INFO] stable-diffusion.cpp:4228 - get_learned_condition completed, taking 0.89s
[INFO] stable-diffusion.cpp:4244 - start sampling
[INFO] stable-diffusion.cpp:3565 - sampling using Euler A method
Segmentation fault
Idk what is an issue because nothing is written here.