Skip to content

Releases: stduhpf/stable-diffusion.cpp

bleedingedge-c87c26c

10 Jul 14:06

Choose a tag to compare

ci: update windows runner

bleedingedge-a4f22d0

28 Jun 13:56

Choose a tag to compare

add edit mode

bleedingedge-5b33b8d

28 Jun 09:35

Choose a tag to compare

img2img: init concat to NULL

bleedingedge-da8f41f

27 Jun 02:02

Choose a tag to compare

Fix server build

bleedingedge-ac708e8

18 Jun 18:14
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

bleedingedge-9036ee5

14 Jun 19:25

Choose a tag to compare

Avoid converting tensor names multiple times

bleedingedge-03c33eb

14 Jun 14:22

Choose a tag to compare

Chroma/Pixart T5: Disable attention masking by default

bleedingedge-e767be7

11 Jun 01:22

Choose a tag to compare

T5: Send attention mask to backend (just in case clip_on_cpu is ever …

bleedingedge-e75661d

05 Jun 15:40

Choose a tag to compare

apg: add SD_LOG_CFG_DELTA_NORM

bleedingedge-b99ac72

05 Jun 10:50

Choose a tag to compare

Handle graph compute failures more gracefully