musepose / README.md
jhj0517
Update README.md
8685560
|
raw
history blame
No virus
898 Bytes
# MusePose-WebUI
Gradio-based WebUI For [MusePose](https://github.com/TMElyralab/MusePose)
![12](https://github.com/jhj0517/MusePose-WebUI/assets/97279763/6ee9b078-14dc-4855-b717-6d0fb30047ef)
https://github.com/jhj0517/MusePose-WebUI/assets/97279763/d3d3f61c-922f-4a78-a8a9-b3c0bf1c6e01
# Feature
- Extract and align skeletons from input image & video in Step1
- Make image move in Step2
# Installation and Running
1. git clone this repository
```
git clone https://github.com/jhj0517/MusePose-WebUI.git
```
2. Intall dependencies
```
pip -r requirements.txt
```
3. Run the WebUI
```
python app.py
```
### HuggingFace Space
[HuggingFace Space](https://huggingface.co./spaces/jhj0517/musepose)
### Colab
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/jhj0517/MusePose-WebUI/blob/main/notebook/musepose_webui.ipynb)