SceneWorks commited on
Commit
2cd6697
·
verified ·
1 Parent(s): e2af279

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: Wan-AI/Wan2.2-TI2V-5B
4
+ library_name: mlx
5
+ pipeline_tag: text-to-video
6
+ tags:
7
+ - mlx
8
+ - apple-silicon
9
+ - wan2.2
10
+ - text-to-video
11
+ - image-to-video
12
+ - video-generation
13
+ ---
14
+
15
+ # Wan2.2-TI2V-5B — MLX (bf16)
16
+
17
+ Native **MLX** (Apple Silicon) conversion of [Wan-AI/Wan2.2-TI2V-5B](https://huggingface.co/Wan-AI/Wan2.2-TI2V-5B), packaged as a turnkey, self-contained snapshot for the [SceneWorks](https://huggingface.co/SceneWorks) app. Downloading this repo replaces the previous "download the source checkpoint and convert on-device" first-run step.
18
+
19
+ ## Contents (self-contained, bf16)
20
+ | file | what |
21
+ |---|---|
22
+ | `model.safetensors` | Wan2.2 TI2V-5B DiT transformer |
23
+ | `t5_encoder.safetensors` | UMT5-XXL text encoder |
24
+ | `vae.safetensors` | Wan z48 VAE |
25
+ | `tokenizer.json` | UMT5 tokenizer |
26
+ | `config.json` | architecture config |
27
+
28
+ Quantization (Q4/Q8) is applied **at load** by the engine — these weights are full bf16, so one artifact serves every quant tier.
29
+
30
+ ## Provenance
31
+ - **Source:** `Wan-AI/Wan2.2-TI2V-5B` (Apache-2.0).
32
+ - **Converted with:** the SceneWorks native Rust MLX converter (`mlx-gen-wan`, converter id `wan_ti2v_5b`), dtype `bfloat16`.
33
+ - No re-quantization; lean snapshot (excludes diffusers-format directories the MLX engine never loads).
34
+
35
+ ## License
36
+ **Apache-2.0**, inherited from the upstream model. This repository redistributes a converted copy of the upstream Apache-2.0 weights, with attribution, as permitted by that license. See the [source model card](https://huggingface.co/Wan-AI/Wan2.2-TI2V-5B).