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
100 stars 6 forks source link

Refactor CADS logic for use as library #26

Open v0xie opened 7 months ago

v0xie commented 7 months ago

Refactor the main functions (cads_linear_schedule, add_noise, on_cfg_denoiser_callback) into its own file for easier implementation into Forge, Diffusers, etc.