Releases: leejet/stable-diffusion.cpp
Releases · leejet/stable-diffusion.cpp
master-394-3f3610b
chore: optimize lora log (#1047)
master-393-118683d
fix: correct preview method selection (#1038)
master-392-bcc9c0d
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
refactor: split SDParams to SDCliParams/SDContextParams/SDGenerationP…
master-390-edf2cb3
fix: fix CosXL not being detected (#989)
master-387-e4c50f1
chore: add sd_ prefix to a few functions (#967)
master-386-0743a1b
fix: fix vae tiling for flux2 (#1025)
master-385-34a6fd4
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
fix: avoid crash when the lora file is not found using immediately mo…
master-382-bc80225
fix: make the immediate LoRA apply mode work better when using Vulkan…