Views
No views yet
Wan-AI/Wan2.2-I2V-A14B-Diffusers.
It is designed for local Apple Silicon inference with
mlx-gen.from_pretrained() checkpoint.Wan-AI/Wan2.2-I2V-A14B-Diffusers.mlx-gen 0.18.9 on Apple Silicon. The upstream Diffusers source snapshot measured about 118 GiB in the local Hugging Face cache before preparing these packages. The table below reports prepared-package generation from model init through MP4 save and post-save video-health validation.384x384, 33 frames, 12 denoising steps, guidance 3.5, guidance-2 3.5, 8 fps, seed 4242, --low-ram.| Package | Disk | Full-Process Physical Peak | Max RSS | MLX Peak | Total Time | Video Health |
|---|---|---|---|---|---|---|
| This BF16 package | 64.1 GiB | 33.7 GiB | 31.8 GiB | 28.2 GiB | 228.2 s | 33/33 frames, 384x384, 8 fps, temporal delta 10.4 |
| Mixed q8/BF16 package | 39.7 GiB | 21.5 GiB | 19.6 GiB | 15.9 GiB | 242.2 s | 33/33 frames, 384x384, 8 fps, temporal delta 10.5 |
ri_phys_footprint sampled for the full process. The validation is intentionally small and repeatable; it is not a claim that every full-size 1280x720, 81-frame, 40-step job has the same memory or timing profile.examples/i2v_takeoff_source.png when this repository is cloned locally. For best I2V stability, use an input image whose aspect ratio matches the requested video dimensions and keep the subject inside the frame.1python -m pip install -U mlx-gen
2
3mlxgen download --model AbstractFramework/wan2.2-i2v-a14b-diffusers-bf16
4
5mlxgen generate \
6 --model AbstractFramework/wan2.2-i2v-a14b-diffusers-bf16 \
7 --task image-to-video \
8 --image path/to/input.png \
9 --prompt "Cinematic image-to-video of the spacecraft lifting off from a snowy landing field, engines glowing, exhaust plume expanding, the full craft remains centered in frame." \
10 --width 384 \
11 --height 384 \
12 --frames 33 \
13 --steps 12 \
14 --guidance 3.5 \
15 --guidance-2 3.5 \
16 --fps 8 \
17 --seed 4242 \
18 --low-ram \
19 --metadata \
20 --output video.mp4mlx-gen >= 0.18.9.mlx-gen 0.18.9.mlxgen command and Python import path for new MLX-Gen projects.