From a41781da3f4860c9221d5424758d6c921ae0211a Mon Sep 17 00:00:00 2001 From: Richard Palethorpe Date: Sun, 13 Apr 2025 20:25:32 +0100 Subject: [PATCH] fix(stablediffusion): Avoid GGML commit which causes CUDA compile error Signed-off-by: Richard Palethorpe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 44ed4c5a..18ad66a3 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ BARKCPP_VERSION?=v1.0.0 # stablediffusion.cpp (ggml) STABLEDIFFUSION_GGML_REPO?=https://github.com/richiejp/stable-diffusion.cpp -STABLEDIFFUSION_GGML_VERSION?=6c848a2e0053c86984023570e706aa212933d50d +STABLEDIFFUSION_GGML_VERSION?=53e3b17eb3d0b5760ced06a1f98320b68b34aaae ONNX_VERSION?=1.20.0 ONNX_ARCH?=x64