Vespinian
Vespinian
I've been able to reproduce this for an img2img. If you have less units in your request then your max unit config, it will throw an error because the default...
Adding a type check for a string in `get_all_units_from` in the external_code.py function seems to be a workaround for the default unit not being the correct type Just added an...
> if I make max_units == number_units in call it should work now I believe so, `number_units > 0 && max_units != number_units` is how I got to reproduce it...
That'd be great, keep in mind that if you rolled back to the webui's `769def1e418c74107e4bfe1c7c990d20faed4c17` commit then you don't need the PR and everything works as before, so if you...
After more investigating, ended up doing a PR of the webui instead. If you could test that instead, that would be great. For some reason the self test of controlnet...
Waiting for https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/9130 to get pulled in. You can always apply the changes from that PR in your own local webui repo.
No problem, having these tests is nice way to test changes to the alwayson_scripts behavior. On another note without https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/9130 I expect some of the tests to fail should I...
Oh wow they all pass. I am guessing that there are errors in stderr though or if there isn't it's because the args that gets placed next to controlnet in...
Add an experimental very basic stderr file parsing. It seems to work on my local setup, it detects whether or not the None fix is in there. I don't know...
If I revert the default module value insert in parse_arg we could test for an error throw. Or I could add some Img2Img tests since the arg resizing bug is...