A lightweight, local Python GUI utility designed for the Stable Diffusion community. This tool converts photos of people into OpenPose-style skeleton maps (stick figures) for use with ControlNet.
-
Install Dependencies
Open your terminal or command prompt and run:
pip install mediapipe opencv-python pillow
-
Run the Program
Navigate to the folder where you saved pose_maker.py and run:
Windows: python pose_maker.py
macOS/Linux: python3 pose_maker.py
-
Generate Your Pose
Click Step 1: Load Photo to select an image from your computer.
Preview the generated skeleton in the window to ensure it looks correct.
Click Step 2: Save This Pose. The program will automatically save a .png file in the same folder as your original photo (e.g., my_photo_pose.png).
⚖️ License
This project is licensed under the MIT License.