You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: