Skip to content

Releases: leejet/stable-diffusion.cpp

master-359-6448430

16 Nov 07:24
6448430

Choose a tag to compare

feat: add break pseudo token support (#422)

---------

Co-authored-by: Urs Ganse <[email protected]>

master-358-347710f

13 Nov 14:27
347710f

Choose a tag to compare

feat: support applying LoRA at runtime (#969)

master-357-59ebdf0

11 Nov 17:28
59ebdf0

Choose a tag to compare

chrore: enable Windows ROCm(HIP) build release (#956)

* build: fix missing commit sha in macOS and Ubuntu build zip name

The build workflows for macOS and Ubuntu incorrectly check for the
"main" branch instead of "master" when retrieving the commit hash for
naming the build artifacts.

* build: correct Vulkan SDK installation condition in build workflow

* build: Enable Windows ROCm(HIP) build release

Refer to the build workflow of llama.cpp to add a Windows ROCm (HIP)
build release to the workflow.
Since there are many differences between the HIP build and other
builds, this commit add a separate "windows-latest-cmake-hip" job,
instead of enabling the ROCm matrix entry in the existing Windows
build job.

Main differences include:

- Install ROCm SDK from AMD official installer.
- Add a cache step for ROCm installation and a ccache step for build
  processing, since the HIP build takes much longer time than other
  builds.
- Include the ROCm/HIP artifact in the release assets.

master-356-4ffcbca

11 Nov 17:07
4ffcbca

Choose a tag to compare

fix: specify enum modifier in sd_set_preview_callback signature (#959)

master-355-694f0d9

09 Nov 16:50
694f0d9

Choose a tag to compare

refactor: optimize the logic for name conversion and the processing o…

master-354-8ecdf05

09 Nov 16:50
8ecdf05

Choose a tag to compare

feat: add image preview support (#522)

master-353-ee89afc

09 Nov 15:28
ee89afc

Choose a tag to compare

fix: resolve issue with pmid (#957)

master-352-d2d3944

09 Nov 15:24
d2d3944

Choose a tag to compare

feat: add support for SD2.x with TINY U-Nets (#939)

master-351-0fa3e1a

09 Nov 15:14
0fa3e1a

Choose a tag to compare

fix: prevent core dump in PM V2 in case of incomplete cmd line (#950)

master-350-c2d8ffc

07 Nov 15:54
c2d8ffc

Choose a tag to compare

fix: compatibility for models with modified tensor shapes (#951)