Releases: cloudlnkcn/stable-diffusion.cpp
Releases · cloudlnkcn/stable-diffusion.cpp
Release list
master-782-b290693
ci: 在构建依赖中添加 glslang-tools 和 spirv-headers
master-775-b5d8120
ci: 在构建依赖中添加 glslang-tools 和 spirv-headers
master-743-3590aa8
ci: 在构建依赖中添加 glslang-tools 和 spirv-headers
master-749-b11c95a
ci: add /bigobj to windows-cuda build Match windows-latest-cmake, which already sets -DCMAKE_CXX_FLAGS='/bigobj'. Without it, recent upstream source hits MSVC's "fatal error C1128: number of sections exceeded object file format limit" on src/stable-diffusion.cpp.
master-730-7b5f34d
ci: build from upstream latest release weekly - Switch schedule from nightly to every Sunday 03:00 UTC. - Add resolve-upstream job that fetches the latest release tag from leejet/stable-diffusion.cpp via the GitHub API; all build jobs and the release job now check out that tag instead of the master tip. - Release tag name now reuses the upstream tag name (drops local commit-count/hash computation). Existing-tag check makes repeated runs idempotent when upstream has no new release.