hinablue / ComfyUI_3dPoseEditor

MIT License
140 stars 14 forks source link

Feature Request: non-interactive pose generation node #8

Open ltdrdata opened 8 months ago

ltdrdata commented 8 months ago

The current structure generates poses in JavaScript, so I'm not sure how smoothly it will be implemented, but if the following features are provided, it will greatly enhance its utility.

Feature 1: Image to Pose

A node that takes an image as input, detects the pose, and then generates outputs for OpenPose, Canny, and depth. If this functionality is implemented, it seems like it could also serve as an excellent hand fixer.

Feature 2: Random Pose generator A node that automatically generates and outputs poses.

Parameters available for input include the x, y coordinates, as well as the angle of the object. (x, y, and angle can also be optionally randomized.)

If this is accomplished, it is expected to generate images of much higher quality than those produced through dynamic pose prompts.