Skip to content

Tags: stduhpf/stable-diffusion.cpp

Tags

bleedingedge-c87c26c

Toggle bleedingedge-c87c26c's commit message
ci: update windows runner

bleedingedge-a4f22d0

Toggle bleedingedge-a4f22d0's commit message
add edit mode

bleedingedge-5b33b8d

Toggle bleedingedge-5b33b8d's commit message
img2img: init concat to NULL

bleedingedge-da8f41f

Toggle bleedingedge-da8f41f's commit message
Fix server build

bleedingedge-ac708e8

Toggle bleedingedge-ac708e8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

Toggle bleedingedge-9036ee5's commit message
Avoid converting tensor names multiple times

bleedingedge-03c33eb

Toggle bleedingedge-03c33eb's commit message
Chroma/Pixart T5: Disable attention masking by default

bleedingedge-e767be7

Toggle bleedingedge-e767be7's commit message
T5: Send attention mask to backend (just in case clip_on_cpu is ever …

…disabled)

bleedingedge-e75661d

Toggle bleedingedge-e75661d's commit message
apg: add SD_LOG_CFG_DELTA_NORM

bleedingedge-b99ac72

Toggle bleedingedge-b99ac72's commit message
Handle graph compute failures more gracefully