Skip to content

Releases: leejet/stable-diffusion.cpp

master-427-78e15bd

18 Dec 17:52
78e15bd

Choose a tag to compare

feat: default to LCM scheduler for LCM sampling (#1109)

* feat: default to LCM scheduler for LCM sampling

* fix bug and attempt to get default scheduler for vid_gen when none is set

---------

Co-authored-by: leejet <leejet714@gmail.com>

master-426-97cf2ef

18 Dec 17:19
97cf2ef

Choose a tag to compare

feat: add KL Optimal scheduler (#1098)

master-425-bda7fab

17 Dec 20:04

Choose a tag to compare

chore: remove unused debug code

master-424-c2e18c8

17 Dec 19:59
c2e18c8

Choose a tag to compare

fix: make flash attn work with high noise diffusion model (#1111)

master-423-c3ad6a1

16 Dec 19:40
c3ad6a1

Choose a tag to compare

refactor: optimize the printing of version log (#1102)

master-422-ebe9d26

16 Dec 19:31
ebe9d26

Choose a tag to compare

feat: supports correct UTF-8 printing on windows (#1101)

master-421-9fa7f41

16 Dec 19:09
9fa7f41

Choose a tag to compare

feat: add taehv support for Wan/Qwen  (#937)

master-420-a23262d

16 Dec 19:15
a23262d

Choose a tag to compare

fix: added a clean exit in ModelLoader::load_tensors if OOM  (#1097)

master-419-e687913

16 Dec 19:06
e687913

Choose a tag to compare

chore: remove lora_model_dir parameter (#1100)

master-418-200cb6f

15 Dec 20:07
200cb6f

Choose a tag to compare

fix: avoid crash with VAE tiling and certain image sizes (#1090)