-
Notifications
You must be signed in to change notification settings - Fork 4
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
A1111 ControlNet API mismatch #39
Comments
I haven't updated my local copy of Stable Diffusion in a long time, so it's likely there's an update that broke it. I suspect it's an update to the ControlNet extension specifically that broke it, given the error at the end is something that's specific to ControlNet. I'll have to pull an updated copy and see if there's a way to tell which values ControlNet expects. |
I took a look at the plugin code, and saw it seemed some enums were moved here: Hope these info help |
I just pushed a fix for this, so try pulling it and see if that works for you as well. The breaking change was documented here: As of now ControlNet hasn't updated it's examples or documentation to reflect this breaking change. I've logged a ticket for those issues here: |
Thanks! I manually tested a few versions after pulling the new commit of cyanic-sd-krita, here is the test log with the versions I used and the results I observed. I used "My prompt is more important" and "Just resize" for each generation.
The specific version that yelled an error is just a bug on their side as stated in Mikubill/sd-webui-controlnet#2858, and I suppose it is fixed in Mikubill/sd-webui-controlnet#2860 . So the issue is solved! I can tell the backwards compatibility is preserved too. |
Thank you for your great plugin for Krita!
I noticed a minor issue. When hitting 'Generate' button with ControlNet enabled, an error is thrown in A1111 sd-webui terminal:
Environment:
cyanic-sd-krita: master
sd-webui: 1.9.3
sd-webui-controlnet: a5457dcc (May 19)
I roughly remember a month ago when sd-webui was not 1.9.x yet, the generation had been working fine. So I guess it might be some recent changes from sd-webui or sd-webui-controlnet breaking this
The text was updated successfully, but these errors were encountered: