summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--machinelearning.scm5
1 files 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