Skip to content

Releases: leejet/stable-diffusion.cpp

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)

master-1ce1c1a

05 Jul 15:25
Compare
Choose a tag to compare
feat: make lora graph size variable

master-76c7262

04 Jul 14:45
76c7262
Compare
Choose a tag to compare
fix: fix a few typos on cli help and error messages (#714)

master-19fbfd8

04 Jul 14:49
19fbfd8
Compare
Choose a tag to compare
feat: override text encoders for unet models (#682)

master-8d0819c

03 Jul 15:23
8d0819c
Compare
Choose a tag to compare
fix: actually use embeddings with SDXL (#657)