Closed horribleCodes closed 1 year ago
This extension primarily supports Automatic1111's main repo, forks that have improved things should PR upstream to Auto.
It's not easy to catch the error in a more dynamic way. If you want for temporary personal usage until it's PR'd upstream, you can go find the lines it shows (79/80 in dynamic_thresholding.py) and add #
in front of each line (to disable the error check).
Copying straight from https://github.com/vladmandic/automatic/issues/641:
So in my case, there are two reasons why this error is inapproriate:
1) The extension warns about switching to DDIM even though UniPC is capable of img2img. 2) The sampler used for the hires pass, in my case, isn't DDIM, but rather one that does support dynamic thresholding.
I can see where the error is coming from, due to multiple different separate modules coming in conflict with each other, and it's unrealistic to expect support for different forks, but maybe it's possible to call this error only once the webui selected a sampler incompatible with this extension.