Skip to content

Releases: wbruna/stable-diffusion.cpp

master-306-2abe945

25 Sep 10:40
2abe945

Choose a tag to compare

fix: optimize the handling of CLIP embedding weight (#840)

release__610c63b

17 Sep 10:56

Choose a tag to compare

fix: serialize calls to ggml_backend_tensor_set

master-c648001

09 Sep 21:40
c648001

Choose a tag to compare

feat: add detailed tensor loading time stat (#793)

master-5900ef6

02 Aug 21:54

Choose a tag to compare

sync: update ggml, make cuda im2col a little faster

master-7eb30d0

28 Jul 15:17
7eb30d0

Choose a tag to compare

feat: add missing models and parameters to image metadata (#743)

* feat: add new scheduler types, clip skip and vae to image embedded params

- If a non default scheduler is set, include it in the 'Sampler' tag in the data
embedded into the final image.
- If a custom VAE path is set, include the vae name (without path and extension)
in embedded image params under a `VAE:` tag.
- If a custom Clip skip is set, include that Clip skip value in embedded image
params under a `Clip skip:` tag.

* feat: add separate diffusion and text models to metadata

---------

Co-authored-by: one-lithe-rune <[email protected]>

master-eed97a5

25 Jul 11:40

Choose a tag to compare

sync: update ggml

master-1896b28

14 Jul 17:31
1896b28

Choose a tag to compare

fix: make --taesd work (#731)

master-a772dca

12 Jul 15:11
a772dca

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 <[email protected]>

master-dafc32d

07 Jul 16:39
dafc32d

Choose a tag to compare

feat: add support for f64/i64 and clip_g diffusers model (#681)

master-1ce1c1a

05 Jul 16:01

Choose a tag to compare

feat: make lora graph size variable