You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -82,7 +82,7 @@ python txt2video.py 'A cat playing piano' --quantize --output out_quantized.mp4
82
82
```
83
83
84
84
### Disabling the cache
85
-
To get additional memory savings at the expense of a bit of speed use `--no-cache` argument that will prevent MLX from utilizing the cache (sets `mx.set_cache_limit(0)` under the hood). See [documentation](https://ml-explore.github.io/mlx/build/html/python/_autosummary/mlx.core.set_cache_limit.html) for more info
85
+
To get additional memory savings at the expense of a bit of speed use `--no-cache` argument. It will prevent MLX from utilizing the cache (sets `mx.set_cache_limit(0)` under the hood). See [documentation](https://ml-explore.github.io/mlx/build/html/python/_autosummary/mlx.core.set_cache_limit.html) for more info
86
86
```shell
87
87
python txt2video.py 'A cat playing piano' --output out.mp4 --no-cache
88
88
```
@@ -107,15 +107,15 @@ python txt2video.py 'A cat playing piano' \
107
107
--quantize --output out_t2v_distilled.mp4
108
108
```
109
109
110
-
For image to video pipeline we use [4 steps distilled i2v model](https://huggingface.co/lightx2v/Wan2.1-Distill-Models/blob/main/wan2.1_i2v_480p_scaled_fp8_e4m3_lightx2v_4step.safetensors)
110
+
For image to video pipeline we use [4 steps distilled i2v model](https://huggingface.co/lightx2v/Wan2.1-Distill-Models/resolve/main/wan2.1_i2v_480p_lightx2v_4step.safetensors)
0 commit comments