v0.1.15
stable-diffusion-go v0.1.15 — pure-Go binding + prebuilt native libraries.
Built from leejet/stable-diffusion.cpp @ 4ff2c8c (upstream pin: master-453-4ff2c8c).
go get github.com/Pendra-Cloud/stable-diffusion-go@v0.1.15 for the
binding; the lib archives attached here match this exact tag. Each archive
contains a self-contained libstable-diffusion (ggml statically linked,
hidden visibility — exports only the sd_* symbols pkg/sd/load.go registers).
CUDA archives require a matching host CUDA runtime; Vulkan archives require
a Vulkan loader/ICD on the host. The Windows archive carries the per-CPU/GPU
(avx2/avx512/avx/noavx/vulkan/cuda12) subdir tree the binding selects from.
What's Changed
- ci: unify into a single vX.Y.Z release train that carries the libs by @tomcrawf90 in #17
- ci: match release sentinels on the commit subject only by @tomcrawf90 in #18
Full Changelog: v0.1.14...v0.1.15