-
Notifications
You must be signed in to change notification settings - Fork 77
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
Incompatibility issues with Samplers / Schedulers in AUTO1111 Version 1.9+ #264
Comments
Same problem here. Getting a as for the settings that is causing this, I'm not entirely sure. I'm still looking for a workaround. |
Found a workaround. Ok so for a discord channel where I didn't have a sampler set by default, it would fail. after I did a /settings and set the sampler to DPM++ 2M, it began working again. |
Yeah this was the case for me too. Seems like that's what fixes it. |
Hey, indeed "DPM++ 2M" is a correct sampler name for a1111 v1.9, so it's working. We need to add a 'scheduler' option for /Draw. We also need to add this new option to the default and all existing config files. I manually did this, but i think it would be logical to do this from the code, as an update will require the new line. I'll do it for my fork and post the commit here. But my fork is now too far from the original bot, the lines won't match and will need to be adapted to the current version of the bot. Here is a first commit to implement 'scheduler' (ignore the PAG and Details++ stuff), for reference: Cheers ! 🥂 |
Describe the bug
Automatic 1.9 recently rolled out a change to their Samplers where they separate the scheduler type with the sampler itself so you can pick two separately. This is causing issues with the bot since the bot still bundles sampler and scheduler types together.
When you try to generate images in 1.9, you get an error message saying there's a problem with the "images" parameter.
Environment
Windows 11
Console logs
The text was updated successfully, but these errors were encountered: