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

Fix: Use before_process_batch to hook subsequent batches when Batch Count > 1 #8

Closed v0xie closed 1 year ago

v0xie commented 1 year ago

4

Fixes batches after the first not being affected because before_process is called only once.