aboutsummaryrefslogtreecommitdiffstats
path: root/.extras
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-09-23 10:10:34 +0200
committerDanilo M. <danix@danix.xyz>2026-09-23 10:10:34 +0200
commit6e736cb74b6aa676c3ddb8035a434786902e38aa (patch)
treec58a1912ca27c6de23c5db4154cb1e537db7de92 /.extras
parente130e07d9d0341b49c3d2f8fb2693fd822b69066 (diff)
downloadmy-slackbuilds-6e736cb74b6aa676c3ddb8035a434786902e38aa.tar.gz
my-slackbuilds-6e736cb74b6aa676c3ddb8035a434786902e38aa.zip
stable-diffusion.cpp-vulkan: add version 899main
Vulkan build of leejet/stable-diffusion.cpp (sd-cli, sd-server). Bundles upstream's patched ggml fork and builds the server web UI offline from pinned npm tarballs listed in the .info. x86_64 only. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Diffstat (limited to '.extras')
-rw-r--r--.extras/nvchecker.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.extras/nvchecker.toml b/.extras/nvchecker.toml
index 7cd78df..e6a7b22 100644
--- a/.extras/nvchecker.toml
+++ b/.extras/nvchecker.toml
@@ -196,3 +196,10 @@ source = "github"
github = "shader-slang/slang"
use_latest_release = true
prefix = "v"
+
+["stable-diffusion.cpp-vulkan"]
+source = "github"
+github = "leejet/stable-diffusion.cpp"
+use_latest_release = true
+from_pattern = '^master-(\d+)-.*$'
+to_pattern = '\1'