Skip to content

Releases: leejet/stable-diffusion.cpp

master-394-3f3610b

04 Dec 15:24
3f3610b

Choose a tag to compare

chore: optimize lora log (#1047)

master-393-118683d

04 Dec 15:29
118683d

Choose a tag to compare

fix: correct preview method selection (#1038)

master-392-bcc9c0d

04 Dec 14:42
bcc9c0d

Choose a tag to compare

feat: handle ggml compute failures without crashing the program (#1003)

* Feat: handle compute failures more gracefully

* fix Unreachable code after return

Co-authored-by: idostyle <[email protected]>

* adjust z_image.hpp

---------

Co-authored-by: idostyle <[email protected]>
Co-authored-by: leejet <[email protected]>

master-391-5865b5e

03 Dec 15:09
5865b5e

Choose a tag to compare

refactor: split SDParams to SDCliParams/SDContextParams/SDGenerationP…

master-390-edf2cb3

03 Dec 15:13
edf2cb3

Choose a tag to compare

fix: fix CosXL not being detected (#989)

master-387-e4c50f1

01 Dec 15:22
e4c50f1

Choose a tag to compare

chore: add sd_ prefix to a few functions (#967)

master-386-0743a1b

01 Dec 15:20
0743a1b

Choose a tag to compare

fix: fix vae tiling for flux2 (#1025)

master-385-34a6fd4

01 Dec 15:17
34a6fd4

Choose a tag to compare

feat: add z-image support (#1020)

* add z-image support

* use flux_latent_rgb_proj for z-image

* fix qwen3 rope type

* add support for qwen3 4b gguf

* add support for diffusers format lora

* fix nan issue that occurs when using CUDA with k-quants weights

* add z-image docs

master-383-20eb674

30 Nov 05:04
20eb674

Choose a tag to compare

fix: avoid crash when the lora file is not found using immediately mo…

master-382-bc80225

30 Nov 04:57
bc80225

Choose a tag to compare

fix: make the immediate LoRA apply mode work better when using Vulkan…