From fd14f17fc2b71ee979f7b833c01572a2e16170a7 Mon Sep 17 00:00:00 2001 From: techchud Date: Mon, 15 Sep 2025 23:38:20 -0500 Subject: update stable diffusion --- machinelearning.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/machinelearning.scm b/machinelearning.scm index 53653c8..aaae01b 100644 --- a/machinelearning.scm +++ b/machinelearning.scm @@ -196,7 +196,7 @@ (define-public stable-diffusion-cpp (package (name "stable-diffusion-cpp") - (version "fce6afcc6a3250a8e17923608922d2a99b339b47") + (version "0ebe6fe118f125665939b27c89f34ed38716bff8") (source (origin (method git-fetch) @@ -207,7 +207,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "05wr5smxx01vmz7gl6agvmg2yg42b04sgpcxmlvyfyrcpf0jxkmv")) + "0cssv1kfmi0zmwpsgcz5pmvy77vpmrfqf6qdhwfsd6331v10kwvx")) ;(patches ; (search-patches "aux-files/stable-diffusion-cpp/fixloras.patch")) @@ -226,6 +226,7 @@ (home-page "https://github.com/leejet/stable-diffusion.cpp") (synopsis "Inference of Stable Diffusion in pure C/C++") (description "Inference of Stable Diffusion in pure C/C++") + (properties '((release-monitoring-url . "https://github.com/leejet/stable-diffusion.cpp/releases"))) (license license:expat))) (define-public stable-diffusion-cpp-vulkan -- cgit v1.2.3