Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
skfoo opened this issue May 30, 2024 · 0 comments
Open

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

skfoo opened this issue May 30, 2024 · 0 comments
Labels
Feature Something new to add.

Comments

@skfoo
Copy link
Contributor

skfoo commented May 30, 2024

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).

@mcmonkey4eva mcmonkey4eva added the Feature Something new to add. label Jun 1, 2024
Jaid added a commit to Jaid/automatic1111-extension-infinity-grid-generator that referenced this issue Jul 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Something new to add.
Projects
None yet
Development

No branches or pull requests

2 participants