Update README.md
Browse files
README.md
CHANGED
@@ -87,23 +87,18 @@ pip install -r requirements.txt
|
|
87 |
|
88 |
| Models | Download Link | Notes |
|
89 |
| --------------|-------------------------------------------------------------------------------|-------------------------------|
|
90 |
-
| Wan2.1-
|
91 |
-
| wav2vec2-base | π€ [Huggingface](
|
92 |
-
| EchoMimicV3 | π€ [Huggingface](
|
93 |
|
94 |
-
|
95 |
|
96 |
```
|
97 |
./models/
|
98 |
-
βββ
|
99 |
-
βββ
|
100 |
-
|
101 |
-
|
102 |
-
βββ sd-vae-ft-mse
|
103 |
-
β βββ ...
|
104 |
-
βββ audio_processor
|
105 |
-
βββ tiny.pt
|
106 |
-
``` -->
|
107 |
### π Quick Inference
|
108 |
```
|
109 |
python infer.py
|
|
|
87 |
|
88 |
| Models | Download Link | Notes |
|
89 |
| --------------|-------------------------------------------------------------------------------|-------------------------------|
|
90 |
+
| Wan2.1-Fun-1.3B-InP | π€ [Huggingface](https://huggingface.co/spaces/alibaba-pai/Wan2.1-Fun-1.3B-InP) | Base model
|
91 |
+
| wav2vec2-base | π€ [Huggingface](https://huggingface.co/facebook/wav2vec2-base-960h) | Audio encoder
|
92 |
+
| EchoMimicV3 | π€ [Huggingface](https://huggingface.co/BadToBest/EchoMimicV3) | Our weights
|
93 |
|
94 |
+
-- The **weights** is organized as follows.
|
95 |
|
96 |
```
|
97 |
./models/
|
98 |
+
βββ Wan2.1-Fun-1.3B-InP
|
99 |
+
βββ wav2vec2-base-960h
|
100 |
+
βββ transformer
|
101 |
+
βββ diffusion_pytorch_model.safetensors
|
|
|
|
|
|
|
|
|
|
|
102 |
### π Quick Inference
|
103 |
```
|
104 |
python infer.py
|