Is there a right way to send images to controlnet? #1599
Unanswered
missionfloyd
asked this question in
Q&A
Replies: 1 comment
-
You can override ControlNet unit's sd-webui-controlnet/scripts/controlnet.py Line 561 in 5fc9527 However, this will not replace the input image on the front-end and cause confusions. So if you want to do it in JavaScript, you still need to locate the image input element of ControlNet and set the value of img src. There is currently nothing like webui's register_paste_params_button in ControlNet extension. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Every extension that sends images to controlnet seems to have its own roundabout way of doing it using javascript, but is there "proper" way to do it, like webui's register_paste_params_button()?
Beta Was this translation helpful? Give feedback.
All reactions