Skip to content

Releases: cloudlnkcn/stable-diffusion.cpp

master-782-b290693

Choose a tag to compare

@github-actions github-actions released this 19 Jul 09:01
ci: 在构建依赖中添加 glslang-tools 和 spirv-headers

master-775-b5d8120

Choose a tag to compare

@github-actions github-actions released this 12 Jul 06:34
ci: 在构建依赖中添加 glslang-tools 和 spirv-headers

master-743-3590aa8

Choose a tag to compare

@github-actions github-actions released this 06 Jul 11:19
ci: 在构建依赖中添加 glslang-tools 和 spirv-headers

master-749-b11c95a

Choose a tag to compare

@github-actions github-actions released this 06 Jul 14:16
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

Choose a tag to compare

@github-actions github-actions released this 06 Jul 11:05
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.