File size: 2,652 Bytes
ea35075 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
# 3D Openpose Editor (sd-webui-3d-open-pose-editor) [[中文版](README-zh.md)] [[日本語版](README-ja.md)]
An extension of [stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) to use [Online 3D Openpose Editor](https://github.com/ZhUyU1997/open-pose-editor).
# Preview
![Preview](https://user-images.githubusercontent.com/42905588/227674599-21610711-7276-413c-aa36-cc5108e74dc3.png)
# Installation
1. Open the "Extension" tab of the WebUI
2. Open the "Available" tab
3. If your WebUI is out of date, change the "Extension index URL" to `https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui-extensions/master/index.json`
4. Click the "Load from:" button
5. Click the "Install" button of 3D Openpose Editor
6. Open the "Installed" tab and click the "Apply and restart UI" button
# Feature
- **Pose Editing**: Edit the pose of the 3D model by selecting a joint and rotating it with the mouse.
- **Hand Editing**: Fine-tune the position of the hands by selecting the hand bones and adjusting them with the colored circles.
- **Depth/Normal/Canny Maps**: Generate and visualize depth, normal, and canny maps to enhance your AI drawing.
- **Save/Load/Restore Scene**: Save your progress and restore it later by using the built-in save and load functionality.
- **Adjust Body Parameters**: Adjust various body parameters such as height, weight, and limb lengths to create a custom 3D model.
# Usage
### Scene Navigation:
- **Rotate Scene**: Click and hold the blank space, then move the mouse while holding down the left mouse button.
- **Move Scene**: Click and hold the blank space, then move the mouse while holding down the right mouse button.
### Body Manipulation:
- **Rotate Body**: Click on any joint to select it, then hold down one of the colored circles and move the mouse to rotate the selected joint.
- **Hand Editing**: Click on the red dot to select the hand bones, then rotate them by holding down one of the red circles and moving the mouse.
### Adjust Body Parameters:
- **Select Body**: Click on the body to select it.
- **Open Body Parameters**: Click on "Body Parameters" in the menu to adjust the body's parameters.
### Adjust Output Resolution:
- **Adjust Output Resolution in Menu**: Change the "Width" or "Height" in the menu to control the output resolution.
### Other Functions:
- **Switch to Move Mode**: Press the X key to switch to move mode, allowing you to move the entire body.
- **Delete Body**: Press the D key to delete the entire body.
# Credits
* [ZhUyU1997 - Online 3D Openpose Editor](https://github.com/ZhUyU1997/open-pose-editor): Original version
|