diff options
author | techchud <protrude_paying969@simplelogin.com> | 2025-09-15 23:38:20 -0500 |
---|---|---|
committer | techchud <protrude_paying969@simplelogin.com> | 2025-09-15 23:38:20 -0500 |
commit | fd14f17fc2b71ee979f7b833c01572a2e16170a7 (patch) | |
tree | 94e685b08a74d6e43b5a9822776d984e1fa6b766 | |
parent | d8011a745c34f5714135204b57fedc5bfd2cc6c1 (diff) | |
download | guix-techchud-fd14f17fc2b71ee979f7b833c01572a2e16170a7.tar.gz guix-techchud-fd14f17fc2b71ee979f7b833c01572a2e16170a7.tar.bz2 guix-techchud-fd14f17fc2b71ee979f7b833c01572a2e16170a7.zip |
update stable diffusion
-rw-r--r-- | machinelearning.scm | 5 |
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 |