Estimated Image Generator for Pose2Image. This extension allows moving the openpose figure in 3d space.
 
 
 
 
Go to file
hnmr293 a054e8f78d implement save/load 2023-02-21 00:37:58 +09:00
css implement save/load 2023-02-21 00:37:58 +09:00
image change README.md 2023-02-19 20:09:07 +09:00
javascript hiding bg image on save/copy too 2023-02-19 22:30:01 +09:00
js implement save/load 2023-02-21 00:37:58 +09:00
scripts change README.md 2023-02-19 20:09:07 +09:00
.gitignore implement save/load 2023-02-21 00:37:58 +09:00
README.md very small fix 2023-02-20 02:14:33 +09:00
app.py implement save/load 2023-02-21 00:37:58 +09:00
index.html implement save/load 2023-02-21 00:37:58 +09:00
requirements.txt implement save/load 2023-02-21 00:37:58 +09:00
style.css add background setting 2023-02-19 21:42:36 +09:00

README.md

Posex - Estimated Image Generator for Pose2Image

cover

Quick Start with Web UI

  1. Install Mikubill/sd-webui-controlnet.
  2. Install Posex (this).
  3. Open Posex accordion in t2i tab (or i2i as you like). Enable Send this image to ControlNet checkbox. Editor will appear.
  4. Configure ControlNet as below.
Preprocessor: none
Model: control_sd15_openpose
  1. Make pose.
  2. Generate images.

How to use

Click:      select body
Left Drag:  move joint (on joint)
            rotate camera (otherwise)
Right Drag: move whole body (if selected)
            move camera (otherwise)
Wheel:      zoom

Installation

  • Web UI Extension
  • Online (Github Pages)
  • Standalone

Web UI Extension

Prerequirement: You need to install Mikubill/sd-webui-controlnet to use Posex with ControlNet Pose2Img.

Go to Extensions tab, then select Install from URL tab and input https://github.com/hnmr293/posex.

Or move to extensions directory and type git clone https://github.com/hnmr293/posex.

In webui, open Posex accordion in txt2img or img2img tab, then click a checkbox. The canvas will be opened.

Online

See Github Pages.

https://hnmr293.github.io/posex

Standalone

$ pip install -r requirements.txt
$ python app.py

Then open localhost:55502 or 127.0.0.1:55502 in your browser.

Example

Web UI

sample

result:

sample result

Standalone

sample

History

v0.2 -> v0.3 features

  • Web UI extension

v0.1 -> v0.2 features

  • copying the image to clipboard
  • multiple bodies
  • canvas size changing
  • UI has become ugly >_<;