You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The current implementation of ggml_conv_2d is slow and has high memory usage
68
-
-[ ] Continuing to reduce memory usage (quantizing the weights of ggml_conv_2d)
69
-
-[ ] Implement Inpainting support
70
-
71
63
## Usage
72
64
73
65
For most users, you can download the built executable program from the latest [release](https://github.com/leejet/stable-diffusion.cpp/releases/latest).
@@ -393,9 +385,9 @@ arguments:
393
385
./bin/sd -m ../models/sd-v1-4.ckpt -p "a lovely cat"
394
386
# ./bin/sd -m ../models/v1-5-pruned-emaonly.safetensors -p "a lovely cat"
0 commit comments