Releases: leejet/stable-diffusion.cpp
Releases · leejet/stable-diffusion.cpp
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
master-371-5498cc0
feat: add Wan2.1-I2V-1.3B(SkyReels) support (#988)
master-370-aa2b8e0
fix: patch 1x1 conv weights at runtime (#986)
master-369-a14e2b3
feat: add easycache support (#940)
master-368-28ffb6c
fix: resolve issue with concat multiple LoRA output diffs at runtime …
master-367-b88cc32
fix: avoid using same type but diff instances for rng and sampler_rng…