Skip to content

Releases: wbruna/stable-diffusion.cpp

master-19fbfd8

04 Jul 15:39
19fbfd8

Choose a tag to compare

feat: override text encoders for unet models (#682)

master-3bae667

03 Jul 15:29
3bae667

Choose a tag to compare

fix: break the line after skipping tensors in VAE (#591)

master-7a8ff2e

03 Jul 01:55
7a8ff2e

Choose a tag to compare

docs: add golang cgo bindings to README (#635)

bleedingedge-ac708e8

18 Jun 18:11
ac708e8

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