Releases: leejet/stable-diffusion.cpp
Releases · leejet/stable-diffusion.cpp
master-315-e70d020
feat: add support for more esrgan models & x2 & x1 models (#855)
master-314-02af48a
chore: fix vulkan ci (#878)
master-309-35843c7
fix: optimize the handling of embedding weight (#859)
master-306-2abe945
fix: optimize the handling of CLIP embedding weight (#840)
master-305-f3140ea
fix: tensor loading thread count (#854)
master-302-1e0d282
fix: correct tensor deduplication logic (#844)
master-301-fd693ac
refactor: remove unused --normalize-input parameter (#835)
master-300-171b222
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
fix: avoid multithreading issues in the model loader
master-298-1e5f207
chore: fix workflow (#836)