Update README.md
Browse files
README.md
CHANGED
|
@@ -68,28 +68,4 @@ This repository redistributes a small subset of files from the following upstrea
|
|
| 68 |
- **MMAudio**: audio VAE, vocoder, and Synchformer files
|
| 69 |
|
| 70 |
Please refer to the original upstream repositories for their licenses, usage terms, and project details.
|
| 71 |
-
|
| 72 |
-
## Quick Start
|
| 73 |
-
|
| 74 |
-
Use the code repository for inference scripts, configs, examples, and feature extraction tools:
|
| 75 |
-
|
| 76 |
-
- `inference_v2st.py`
|
| 77 |
-
- `inference_v2st.yaml`
|
| 78 |
-
- `examples/video_text_example.json`
|
| 79 |
-
- `data_process/convert_memmap_to_npy.py`
|
| 80 |
-
|
| 81 |
-
Download the packaged checkpoints with:
|
| 82 |
-
|
| 83 |
-
```bash
|
| 84 |
-
hf download <your-org>/Foley-Omni \
|
| 85 |
-
ckpts/Foley-Omni/model_checkpoint.pth \
|
| 86 |
-
ckpts/Wan2.2-TI2V-5B/models_t5_umt5-xxl-enc-bf16.pth \
|
| 87 |
-
ckpts/Wan2.2-TI2V-5B/google/umt5-xxl/special_tokens_map.json \
|
| 88 |
-
ckpts/Wan2.2-TI2V-5B/google/umt5-xxl/spiece.model \
|
| 89 |
-
ckpts/Wan2.2-TI2V-5B/google/umt5-xxl/tokenizer.json \
|
| 90 |
-
ckpts/Wan2.2-TI2V-5B/google/umt5-xxl/tokenizer_config.json \
|
| 91 |
-
ckpts/mmaudio/ext_weights/v1-16.pth \
|
| 92 |
-
ckpts/mmaudio/ext_weights/best_netG.pt \
|
| 93 |
-
ckpts/mmaudio/ext_weights/synchformer_state_dict.pth \
|
| 94 |
-
--local-dir .
|
| 95 |
```
|
|
|
|
| 68 |
- **MMAudio**: audio VAE, vocoder, and Synchformer files
|
| 69 |
|
| 70 |
Please refer to the original upstream repositories for their licenses, usage terms, and project details.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 71 |
```
|