-
Notifications
You must be signed in to change notification settings - Fork 40
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
Inpainting error: TypeError: unsupported operand type(s) for -: 'list' and 'int'
#135
Comments
It appears reverting to commit 2358931 fixes it. |
Hm seems like maybe upstream allows selecting multiple scripts at once now. Well, I will worry about that next weekend. |
I do have the same problem :( |
When I wrote this, why did I not link the specific webUI commit that changed this |
thanks for this krita extension. text2img works fine but img2img and inpainting don't work at all.
TypeError: unsupported operand type(s) for -: 'str' and 'int' |
I hope this problem gets solved so that I can use this plugin again. (┬┬﹏┬┬) |
For some reason, I keep getting this bizarre error that occurs whenever I try to inpaint. I'm not trying to use any scripts, although it doesn't matter if I specify a script or not - something is expecting an integer and getting a list, and I suspect it is because
script_index
is an incorrect value:self.selectable_scripts[script_index-1]
.The effect is that the selected layer has its visibility toggled off, and nothing else happens.
The text was updated successfully, but these errors were encountered: