Replies: 1 comment 1 reply
-
I haven't taken a look at the code yet, but my guess is it would be related to the refactor done to pass samplers by name rather than index. See 70c63c1 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to register a sampler in my extension script https://github.com/Carzit/sd-webui-samplers-scheduler, but there's something wrong when i upgrade SD WebUI from 1.5.2 to 1.6.1. (You can try this extension. It works in 1.5.2. Change the version to 1.6.1 and you will see the bug i described below)
It works well in 1.5.2, but in 1.6.1 the same script code will make all sampler section button text
S
. Regardless of which one is selected, the program will not run correctly. I am checking a1111's changelog. While the sampler section seems to just add a couple of new samplers according to him, he seems to have tweaked some of the architecture so that the original function to register sampler just produces confusing results.My code implementation was based on https://github.com/hnmr293/sd-webui-sd-webui-DPMPP_2M_Karras_v2, which fails after the 1.6.1 update as described above.
Does anyone has a solution to add customized sampler by extension in 1.6.1? QAQ
related code :
Beta Was this translation helpful? Give feedback.
All reactions