Interactive Pose Editor - New `ae-in-workflow` node
Details
Download Files
Model description
I've just finished the initial release of my nodes that I've been working on.
Currently only one, but I think it's pretty special. I've been using it a lot with z-image-turbo w/ control net and Qwen-Image-Edit-2509 but it works great with anything that takes a pose obviously.

Interactive Pose Editor
Category: ae-in-workflow
An interactive pose editor that allows users to manipulate OpenPose keypoints with full control.
Features:
Individual Keypoint Editing: Click and drag any keypoint
Person Selection: Automatically selects the person closest to your mouse
Multi-person Support: Handle scenes with multiple people
Pose Manipulation: Move, rotate, and scale entire poses
Smart Spacing: Automatically spaces overlapping people
Keypoint Fixing: Automatically estimates missing keypoints using T-pose proportions
Duplication: Clone poses for creating variations
Caching: Remembers your edits for faster subsequent sessions
Controls:
Left Click: Select and drag keypoints
Left Drag: Move keypoint
Ctrl + Left Drag: Move keypoint with children
Middle Click + Drag: Move selected person
Scroll: Zoom selected person
Ctrl + Scroll: Rotate selected person
Shift + Scroll: Rotate children around nearest keypoint
Ctrl + D: Duplicate selected person
Ctrl + X: Delete selected person
Ctrl + N: Add new T-pose person
Ctrl + F: Fix missing keypoints
Ctrl + R: Flip horizontally (mirror pose)
Ctrl + Shift + R: Flip horizontally (turn around)
Ctrl + Z: Undo last action
Ctrl + Shift + Z / Ctrl + Y: Redo action
Ctrl + O: Reset to original input
ESC: Save & Exit
Inputs:
pose_data (optional): OpenPose format pose data as JSON string (if not provided, starts with default T-pose)
padding (optional): Padding around poses in output (default: 128)
seed (optional): Change to force re-execution with same pose data (default: 0)
reset_cached_window_position (optional): Reset window position/size to defaults (default: False)
Outputs:
image: Rendered pose visualization image
edited_pose_data: Modified pose data in OpenPose format as JSON string

