musepose / README.md
jhj0517
add hf space metadata
77651a9
|
raw
history blame
No virus
1.04 kB
---
title: MusePose
emoji: 🐢
colorFrom: green
colorTo: blue
sdk: gradio
sdk_version: 4.36.1
app_file: app.py
pinned: false
license: other
---
# 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)