Fix 5B quickstart to mlx_wan22_generate.py entrypoint
Browse files
README.md
CHANGED
|
@@ -39,10 +39,12 @@ pip install torch transformers mlx safetensors av imageio imageio-ffmpeg
|
|
| 39 |
git clone https://github.com/FastVideo/FastVideo.git
|
| 40 |
cd FastVideo
|
| 41 |
|
| 42 |
-
python examples/inference/basic/
|
| 43 |
-
--
|
| 44 |
--mlx-checkpoint ./FastMetal-5B-QAD \
|
| 45 |
-
--
|
|
|
|
|
|
|
| 46 |
```
|
| 47 |
|
| 48 |
## Model details
|
|
|
|
| 39 |
git clone https://github.com/FastVideo/FastVideo.git
|
| 40 |
cd FastVideo
|
| 41 |
|
| 42 |
+
python examples/inference/basic/mlx_wan22_generate.py \
|
| 43 |
+
--text-encoder-root ./FastMetal-5B-QAD \
|
| 44 |
--mlx-checkpoint ./FastMetal-5B-QAD \
|
| 45 |
+
--vae-root ./FastMetal-5B-QAD/vae \
|
| 46 |
+
--prompt "a river winding through a fantasy valley at golden hour" \
|
| 47 |
+
--fast
|
| 48 |
```
|
| 49 |
|
| 50 |
## Model details
|