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 902e47f commit f9c102fCopy full SHA for f9c102f
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?=0ebe6fe118f125665939b27c89f34ed38716bff8
+STABLEDIFFUSION_GGML_VERSION?=fd693ac6a2ab12cfe8726e85d11f6ec1f6ec70ef
12
13
CMAKE_ARGS+=-DGGML_MAX_NAME=128
14
0 commit comments