jhj0517 commited on
Commit
8685560
1 Parent(s): 2419752

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -13
README.md CHANGED
@@ -1,13 +1,32 @@
1
- ---
2
- title: Musepose
3
- emoji: 🐢
4
- colorFrom: green
5
- colorTo: blue
6
- sdk: gradio
7
- sdk_version: 4.36.1
8
- app_file: app.py
9
- pinned: false
10
- license: other
11
- ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # MusePose-WebUI
2
+ Gradio-based WebUI For [MusePose](https://github.com/TMElyralab/MusePose)
3
+ ![12](https://github.com/jhj0517/MusePose-WebUI/assets/97279763/6ee9b078-14dc-4855-b717-6d0fb30047ef)
4
+
5
+ https://github.com/jhj0517/MusePose-WebUI/assets/97279763/d3d3f61c-922f-4a78-a8a9-b3c0bf1c6e01
6
+
7
+ # Feature
8
+ - Extract and align skeletons from input image & video in Step1
9
+ - Make image move in Step2
10
+
11
+ # Installation and Running
12
+ 1. git clone this repository
13
+ ```
14
+ git clone https://github.com/jhj0517/MusePose-WebUI.git
15
+ ```
16
+ 2. Intall dependencies
17
+ ```
18
+ pip -r requirements.txt
19
+ ```
20
+ 3. Run the WebUI
21
+ ```
22
+ python app.py
23
+ ```
24
+
25
+ ### HuggingFace Space
26
+ [HuggingFace Space](https://huggingface.co/spaces/jhj0517/musepose)
27
+
28
+ ### Colab
29
+ [![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)
30
+
31
+
32
+