Skip to content

Releases: leejet/stable-diffusion.cpp

master-306-2abe945

24 Sep 17:23
2abe945

Choose a tag to compare

fix: optimize the handling of CLIP embedding weight (#840)

master-305-f3140ea

24 Sep 17:05
f3140ea

Choose a tag to compare

fix: tensor loading thread count (#854)

master-302-1e0d282

24 Sep 15:56
1e0d282

Choose a tag to compare

fix: correct tensor deduplication logic (#844)

master-301-fd693ac

17 Sep 16:48
fd693ac

Choose a tag to compare

refactor: remove unused --normalize-input parameter (#835)

master-300-171b222

17 Sep 16:50
171b222

Choose a tag to compare

fix: avoid segfault for pix2pix models without reference images (#766)

* fix: avoid segfault for pix2pix models with no reference images

* fix: default to empty reference on pix2pix models to avoid segfault

* use resize instead of reserve

* format code

---------

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

master-299-567f9f1

17 Sep 16:47

Choose a tag to compare

fix: avoid multithreading issues in the model loader

master-298-1e5f207

17 Sep 14:46
1e5f207

Choose a tag to compare

chore: fix workflow (#836)

master-97ad3e7

16 Sep 15:41
97ad3e7

Choose a tag to compare

refactor: simplify DPM++ (2S) Ancestral (#667)

master-8909523

16 Sep 15:50
8909523

Choose a tag to compare

refactor: move tiling cacl and debug print into the tiling code branc…

master-8376dfb

16 Sep 15:16
8376dfb

Choose a tag to compare

feat: add sgm_uniform scheduler, simple scheduler, and support for Ni…