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 c68d0c4 commit faaf625Copy full SHA for faaf625
1 file changed
Makefile
@@ -21,8 +21,8 @@ BARKCPP_REPO?=https://github.com/PABannier/bark.cpp.git
21
BARKCPP_VERSION?=v1.0.0
22
23
# stablediffusion.cpp (ggml)
24
-STABLEDIFFUSION_GGML_REPO?=https://github.com/leejet/stable-diffusion.cpp
25
-STABLEDIFFUSION_GGML_VERSION?=19d876ee300a055629926ff836489901f734f2b7
+STABLEDIFFUSION_GGML_REPO?=https://github.com/richiejp/stable-diffusion.cpp
+STABLEDIFFUSION_GGML_VERSION?=6c848a2e0053c86984023570e706aa212933d50d
26
27
ONNX_VERSION?=1.20.0
28
ONNX_ARCH?=x64
@@ -805,6 +805,7 @@ docker-aio-all:
805
806
docker-image-intel:
807
docker build \
808
+ --progress plain \
809
--build-arg BASE_IMAGE=intel/oneapi-basekit:2025.1.0-0-devel-ubuntu24.04 \
810
--build-arg IMAGE_TYPE=$(IMAGE_TYPE) \
811
--build-arg GO_TAGS="none" \
0 commit comments