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.
1 parent 9c3d85f commit a5767e1Copy full SHA for a5767e1
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?=d7f430cd693f2e12ecbaa0ce881746cf305c3b1f
+STABLEDIFFUSION_GGML_VERSION?=c648001030d4c2cc7c851fdaf509ee36d642dc99
12
13
CMAKE_ARGS+=-DGGML_MAX_NAME=128
14
0 commit comments