Skip to content

Releases: leejet/stable-diffusion.cpp

master-431-23fce0b

19 Dec 21:32
23fce0b

Choose a tag to compare

feat: add support for Chroma Radiance x0 (#1091)

* Add x0 Flux pred (+prepare for others)

* Fix convert models with empty tensors

* patch_32 exp support attempt

* improve support for patch_32

* follow official pipeline

---------

Co-authored-by: leejet <[email protected]>

master-430-7c88c47

19 Dec 20:09
7c88c47

Choose a tag to compare

chore: give feedback about cfg values smaller than 1 (#1088)

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 <[email protected]>

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)