David Krajewski commited on
Commit
7b22c42
1 Parent(s): 0528815

updated config

Browse files
Files changed (1) hide show
  1. README.md +10 -42
README.md CHANGED
@@ -1,42 +1,10 @@
1
- ## Environment Setup
2
-
3
- `pip install -r requirements.txt`
4
-
5
- ## Download checkpoints
6
-
7
- 1. Download the pretrained checkpoints of [SVD_xt](https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt-1-1) from huggingface to `./ckpts`.
8
-
9
- 2. Download the checkpoint of [MOFA-Adapter](https://huggingface.co/MyNiuuu/MOFA-Video-Traj) from huggingface to `./ckpts`.
10
-
11
- 3. Download the checkpoint of CMP from [here](https://huggingface.co/MyNiuuu/MOFA-Video-Traj/blob/main/models/cmp/experiments/semiauto_annot/resnet50_vip%2Bmpii_liteflow/checkpoints/ckpt_iter_42000.pth.tar) and put it into `./models/cmp/experiments/semiauto_annot/resnet50_vip+mpii_liteflow/checkpoints`.
12
-
13
- The final structure of checkpoints should be:
14
-
15
-
16
- ```text
17
- ./ckpts/
18
- |-- controlnet
19
- | |-- config.json
20
- | `-- diffusion_pytorch_model.safetensors
21
- |-- stable-video-diffusion-img2vid-xt-1-1
22
- | |-- feature_extractor
23
- | |-- ...
24
- | |-- image_encoder
25
- | |-- ...
26
- | |-- scheduler
27
- | |-- ...
28
- | |-- unet
29
- | |-- ...
30
- | |-- unet_ch9
31
- | |-- ...
32
- | |-- vae
33
- | |-- ...
34
- | |-- svd_xt_1_1.safetensors
35
- | `-- model_index.json
36
- ```
37
-
38
- ## Run Gradio Demo
39
-
40
- `python run_gradio.py`
41
-
42
- Please refer to the instructions on the gradio interface during the inference process.
 
1
+ ---
2
+ title: MOFA Demo
3
+ emoji: 🐠
4
+ colorFrom: blue
5
+ colorTo: pink
6
+ sdk: gradio
7
+ sdk_version: 4.32.2
8
+ app_file: app.py
9
+ pinned: false
10
+ ---