Skip to content

Releases: wbruna/stable-diffusion.cpp

master-7eb30d0

28 Jul 15:17
7eb30d0
Compare
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
Compare
Choose a tag to compare
sync: update ggml

master-1896b28

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

master-a772dca

12 Jul 15:11
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 <[email protected]>

master-dafc32d

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

master-1ce1c1a

05 Jul 16:01
Compare
Choose a tag to compare
feat: make lora graph size variable

master-19fbfd8

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

master-3bae667

03 Jul 15:29
3bae667
Compare
Choose a tag to compare
fix: break the line after skipping tensors in VAE (#591)

master-7a8ff2e

03 Jul 01:55
7a8ff2e
Compare
Choose a tag to compare
docs: add golang cgo bindings to README (#635)

bleedingedge-ac708e8

18 Jun 18:11
ac708e8
Compare
Choose a tag to compare
non-square VAE tiling (#3)

* refactor tile number calculation

* support non-square tiles

* add env var to change tile overlap

* add safeguards and better error messages for SD_TILE_OVERLAP

* add safeguards and include overlapping factor for SD_TILE_SIZE

* avoid rounding issues when specifying SD_TILE_SIZE as a factor

* lower SD_TILE_OVERLAP limit