mcmonkeyprojects / sd-infinity-grid-generator-script

Infinite-Axis Grid Generator for Stable Diffusion!
MIT License
178 stars 24 forks source link

Add support for setting the 'scheduler' type needed for webui 1.9 #143

Open skfoo opened 3 months ago

skfoo commented 3 months ago

Recent version of Auto1 (starting with 1.9?) split the Sampler into two fields, Sampler and Scheduler. If you have grids that used 'DPM 2M Karras', you now need to specify two parameters to make it work (Sampler=DPM 2M and Scheduler=Karras).

I've been too lazy to do anything about it and just started using the Restart sampler...

The sd webui's xyz_grid.py has the info needed for supporting Scheduler (field is 'scheduler' and possible values are modules/sd_scheduler's 'schedulers' property).