Open Exerionius opened 11 months ago
How did you obtain the openpose file? ControlNet preprocessors should always produce 70 keypoints for face.
Maybe I should remove the 70 keypoints constraint for face as these keypoints are not connected?
How did you obtain the openpose file? ControlNet preprocessors should always produce 70 keypoints for face.
Turns out they don't.
Here's how to get a broken json:
OpenPose
as Control Typeopenpose_full
as PreprocessorRun preprocessor
Is there an existing issue for this?
What happened?
When trying to edit a pose all face points disappear from the UI. Sending the pose back into ControlNet sends it without any face points.
For example I have this pose loaded as json:
After pressing edit I got this:
After sending it back to ControlNet:
Steps to reproduce the problem
Upload JSON
under Image sectionEdit
under Preprocessor preview sectionPose file attached pose (5).json
What should have happened?
Face points should not disappear, it should be possible to edit face points.
Commit where the problem happens
webui: https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/4afaaf8a020c1df457bcf7250cb1c7f609699fa7 controlnet: https://github.com/Mikubill/sd-webui-controlnet/commit/01e4574d8e01fa00628fdae0c8215283a1c36a8d openpose-editor: https://github.com/huchenlei/sd-webui-openpose-editor/commit/cebe13e092fa3c5d810f4afbd7a45987ba8275d0
What browsers do you use to access the UI ?
Brave
Command Line Arguments
Console logs
Browser logs
Additional information
No response