Releases: leejet/stable-diffusion.cpp
Releases · leejet/stable-diffusion.cpp
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…
master-380-673dbdd
fix: add missing line cleanup for s/it progress display (#891)
master-379-0249509
refactor: add user data pointer to the image preview callback (#1001)
master-378-52b67c5
feat: add flux2 support (#1016) * add flux2 support * rename qwenvl to llm * add Flux2FlowDenoiser * update docs
master-377-2034588
refactor: optimize the handling of sample method (#999)
master-376-490c51d
feat: report success/failure when saving PNG/JPG output (#912)
master-375-45c4677
feat: add LCM scheduler (#983)
master-373-e9bc3b6
fix: check the PhotoMaker id_embeds tensor ONLY in PhotoMaker V2 mode…
master-372-b542894
fix: avoid crash on default video preview path (#997) Co-authored-by: masamaru-san