Releases: leejet/stable-diffusion.cpp
Releases · leejet/stable-diffusion.cpp
master-0739361
fix: avoid macOS build failed
master-a772dca
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
feat: overriding quant types for specific tensors on model conversion…
master-dafc32d
feat: add support for f64/i64 and clip_g diffusers model (#681)
master-b9e4718
fix: correct --chroma-enable-t5-mask argument
master-225162f
fix: mark encoder.embed_tokens.weight as unused tensor (#721)
master-1ce1c1a
feat: make lora graph size variable
master-76c7262
fix: fix a few typos on cli help and error messages (#714)
master-19fbfd8
feat: override text encoders for unet models (#682)
master-8d0819c
fix: actually use embeddings with SDXL (#657)