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 37f5e4f commit c3932dcCopy full SHA for c3932dc
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?=abb115cd021fc2beed826604ed1a479b6a77671c
+STABLEDIFFUSION_GGML_VERSION?=b0179181069254389ccad604e44f17a2c25b4094
12
13
CMAKE_ARGS+=-DGGML_MAX_NAME=128
14
0 commit comments