Skip to content

Releases: leejet/stable-diffusion.cpp

master-315-e70d020

12 Oct 15:30
e70d020

Choose a tag to compare

feat: add support for more esrgan models & x2 & x1 models (#855)

master-314-02af48a

10 Oct 17:16
02af48a

Choose a tag to compare

chore: fix vulkan ci (#878)

master-309-35843c7

25 Sep 15:47
35843c7

Choose a tag to compare

fix: optimize the handling of embedding weight (#859)

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)