Releases: leejet/stable-diffusion.cpp
Releases · leejet/stable-diffusion.cpp
master-359-6448430
feat: add break pseudo token support (#422) --------- Co-authored-by: Urs Ganse <[email protected]>
master-358-347710f
feat: support applying LoRA at runtime (#969)
master-357-59ebdf0
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
fix: specify enum modifier in sd_set_preview_callback signature (#959)
master-355-694f0d9
refactor: optimize the logic for name conversion and the processing o…
master-354-8ecdf05
feat: add image preview support (#522)
master-353-ee89afc
fix: resolve issue with pmid (#957)
master-352-d2d3944
feat: add support for SD2.x with TINY U-Nets (#939)
master-351-0fa3e1a
fix: prevent core dump in PM V2 in case of incomplete cmd line (#950)
master-350-c2d8ffc
fix: compatibility for models with modified tensor shapes (#951)