wlsaidhi commited on
Commit
07fec95
·
verified ·
1 Parent(s): 5231938

Fix 5B quickstart to mlx_wan22_generate.py entrypoint

Browse files
Files changed (1) hide show
  1. README.md +5 -3
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/mlx_wan_prompt_to_video.py \
43
- --model-root ./FastMetal-5B-QAD \
44
  --mlx-checkpoint ./FastMetal-5B-QAD \
45
- --prompt "a river winding through a fantasy valley at golden hour"
 
 
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