Skip to content

Releases: leejet/stable-diffusion.cpp

master-eed97a5

24 Jul 15:44
Compare
Choose a tag to compare
sync: update ggml

master-bd1eaef

23 Jul 17:35
Compare
Choose a tag to compare
fix: convert f64 to f32 and i64 to i32 when loading weights

master-ab835f7

23 Jul 17:32
ab835f7
Compare
Choose a tag to compare
fix: correct head dim check and L_k padding of flash attention (#736)

master-1896b28

14 Jul 17:17
1896b28
Compare
Choose a tag to compare
fix: make --taesd work (#731)

master-0739361

13 Jul 12:58
Compare
Choose a tag to compare
fix: avoid macOS build failed

master-a772dca

12 Jul 08:07
a772dca
Compare
Choose a tag to compare
feat: add Instruct-Pix2pix/CosXL-Edit support (#679)

* Instruct-p2p support

* support 2 conditionings cfg

* Do not re-encode the exact same image twice

* fixes for 2-cfg

* Fix pix2pix latent inputs + improve inpainting a bit + fix naming

* prepare for other pix2pix-like models

* Support sdxl ip2p

* fix reference image embeddings

* Support 2-cond cfg properly in cli

* fix typo in help

* Support masks for ip2p models

* unify code style

* delete unused code

* use edit mode

* add img_cond

* format code

---------

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

master-6d84a30

07 Jul 16:55
6d84a30
Compare
Choose a tag to compare
feat: overriding quant types for specific tensors on model conversion…

master-dafc32d

06 Jul 15:53
dafc32d
Compare
Choose a tag to compare
feat: add support for f64/i64 and clip_g diffusers model (#681)

master-b9e4718

06 Jul 04:04
Compare
Choose a tag to compare
fix: correct --chroma-enable-t5-mask argument

master-225162f

06 Jul 15:56
225162f
Compare
Choose a tag to compare
fix: mark encoder.embed_tokens.weight as unused tensor (#721)