nonnonstop / sd-webui-3d-open-pose-editor

3d openpose editor for stable diffusion and controlnet
MIT License
783 stars 95 forks source link

[Bug] Doesn't work - can't use pose #101

Open aleph65 opened 11 months ago

aleph65 commented 11 months ago

Describe the bug Can't use pose. Click Generate, then send to txt2image. Nothing happens

To Reproduce Steps to reproduce the behavior: Import a pose. Click Generate, then send to txt2image. Nothing happens

Expected behavior Expected to be able to use the pose

Screenshots Default UI repros issue.

Environment (please complete the following information): latest Automatic1111 / default config

Additional context Would be great to export as JSON, this would temporarily mitigate the issue. And also support DW OpenPose. Thanks!

swavkulinski commented 11 months ago

I've tried it and it simply can't read ControlNet Units

image
zhaihailong commented 11 months ago

[https://github.com/nonnonstop/sd-webui-3d-open-pose-editor](https://github.com/nonnonstop/sd-webui-3d-open-pose-editor.git) try : image image

grandfromages commented 11 months ago

I tried this and for some reason it caused 3d Openpose to fail to load. (I did EXACTLY this) so I commented out the opes.add_option above, and added

3dOpenPose_Fix

Update: Make the 2's into 3's, that way you can use all 3 slots.

And it works! When you click "send text 2 img" it...does! :)

3dOpenPose_Fix_1