Skip to content

Releases: leejet/stable-diffusion.cpp

master-366-f532972

16 Nov 13:35
f532972

Choose a tag to compare

fix: avoid precision issues on vulkan backend (#980)

master-365-d5b05f7

16 Nov 09:51
d5b05f7

Choose a tag to compare

feat: support independent sampler rng (#978)

master-364-6d6dc1b

16 Nov 09:51
6d6dc1b

Choose a tag to compare

fix: make PhotoMakerV2 more robust by image count check (#970)

master-363-199e675

16 Nov 09:45
199e675

Choose a tag to compare

feat: support for --tensor-type-rules on generation modes (#932)

master-362-742a733

16 Nov 07:26
742a733

Choose a tag to compare

feat: add cpu rng (#977)

master-361-e8eb379

16 Nov 07:28
e8eb379

Choose a tag to compare

fix: typo in --lora-apply-mode help (#972)

master-360-aa44e06

16 Nov 07:27
aa44e06

Choose a tag to compare

fix: avoid crash with LoRAs and type override (#974)

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 <urs.ganse@helsinki.fi>

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.