-
-
Notifications
You must be signed in to change notification settings - Fork 207
OpenPose Editor is not working properly. #99
Comments
OpenPose Editor only open the tab but not sending the image for both button (txt2img and img2img). |
I have the same problem. |
as an extension author, I know the cause of this issue is because webui updated its gradio version, which introducing bugs for many extensions who need to send to img to controlNet, but it needs this extension author to fix... |
The HTML layout of webui is changed. There is a temporarily sulotion, edit this file: webui\extensions\openpose-editor\javascript\main.js Find following code, ~line 482const accordion = gradioApp().querySelector(selector).querySelector("#controlnet .transition");
replace with:
reload webui. |
@FireworkTM Could you please send me a pull request? |
Tried this one, but dragging while everything is selected is not working. |
The problem is still not fixed, basically the plugin is currently unusable and I'm using blender for posing for now. I tried the temporary fix by FireworkTM, it did not work for me. There is no such button as "send to controlnet" as I see in every youtube video, but also the "send to text2img" button is not sending the pose to where it should, but only brings me to the "text2img" tab and does nothing else (as reported by other users already) |
Fixed in 8f17b06. |
Still didn't fixed, maybe theres another problem. |
If updating the webui and this extension doesn't fix it, open your browser's console and show me |
The problem come out when i set openpose model on controlnet try to use txt2img. |
I tried to find a way to do it from the comments section of other tutorial bloggers and found one that worked.
|
thks,Solved |
Describe the bug
OpenPose Editor tab is not properly working.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Pose should be applied.
Additional context
Probably happened after automatic1111's web ui repo update.
The text was updated successfully, but these errors were encountered: