We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2eb3845df5675a71565d5a9e13b7bad0881fafcd
1 parent 9e6685a commit df625e3Copy full SHA for df625e3
backend/go/stablediffusion-ggml/Makefile
@@ -8,7 +8,7 @@ JOBS?=$(shell nproc --ignore=1)
8
9
# stablediffusion.cpp (ggml)
10
STABLEDIFFUSION_GGML_REPO?=https://github.com/leejet/stable-diffusion.cpp
11
-STABLEDIFFUSION_GGML_VERSION?=4c6475f9176bf99271ccf5a2817b30a490b83db0
+STABLEDIFFUSION_GGML_VERSION?=2eb3845df5675a71565d5a9e13b7bad0881fafcd
12
13
CMAKE_ARGS+=-DGGML_MAX_NAME=128
14
0 commit comments