v0xie / sd-webui-cads

Greatly increase the diversity of your generated images in Automatic1111 WebUI through Condition-Annealed Sampling.
GNU General Public License v3.0
103 stars 6 forks source link

CFG callback hook persists when image generation stops due to an error #5

Open v0xie opened 1 year ago

v0xie commented 1 year ago

For example, when an error like NaN in U-Net happens, image generation will stop but subsequent image generations will still call the same hook. The hook can be undone by clicking Generate and then Skip immediately afterwards.