Skip to content

Releases: leejet/stable-diffusion.cpp

master-377-2034588

22 Nov 06:42
2034588

Choose a tag to compare

refactor: optimize the handling of sample method (#999)

master-376-490c51d

22 Nov 06:37
490c51d

Choose a tag to compare

feat: report success/failure when saving PNG/JPG output (#912)

master-375-45c4677

22 Nov 06:30
45c4677

Choose a tag to compare

feat: add LCM scheduler (#983)

master-373-e9bc3b6

22 Nov 05:26
e9bc3b6

Choose a tag to compare

fix: check the PhotoMaker id_embeds tensor ONLY in PhotoMaker V2 mode…

master-372-b542894

22 Nov 05:38
b542894

Choose a tag to compare

fix: avoid crash on default video preview path (#997)

Co-authored-by: masamaru-san

master-371-5498cc0

19 Nov 16:36
5498cc0

Choose a tag to compare

feat: add Wan2.1-I2V-1.3B(SkyReels) support (#988)

master-370-aa2b8e0

19 Nov 16:16
aa2b8e0

Choose a tag to compare

fix: patch  1x1 conv weights at runtime (#986)

master-369-a14e2b3

19 Nov 16:04
a14e2b3

Choose a tag to compare

feat: add easycache support (#940)

master-368-28ffb6c

17 Nov 15:34
28ffb6c

Choose a tag to compare

fix: resolve issue with concat multiple LoRA output diffs at runtime …

master-367-b88cc32

16 Nov 16:15
b88cc32

Choose a tag to compare

fix: avoid using same type but diff instances for rng and sampler_rng…