Releases: leejet/stable-diffusion.cpp
Releases · leejet/stable-diffusion.cpp
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)
master-97ad3e7
refactor: simplify DPM++ (2S) Ancestral (#667)
master-8909523
refactor: move tiling cacl and debug print into the tiling code branc…
master-8376dfb
feat: add sgm_uniform scheduler, simple scheduler, and support for Ni…