Transformers
Diffusers
Safetensors
English
i2v
video-generation
robotics
embodied-ai
physical-reasoning
causal-reasoning
inverse-dynamics
wow
Instructions to use X-Humanoid/WoW-1-Wan-14B-600k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use X-Humanoid/WoW-1-Wan-14B-600k with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("X-Humanoid/WoW-1-Wan-14B-600k", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 250 Bytes
f99b3b4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"_class_name": "WanModel",
"_diffusers_version": "0.30.0",
"dim": 5120,
"eps": 1e-06,
"ffn_dim": 13824,
"freq_dim": 256,
"in_dim": 36,
"model_type": "i2v",
"num_heads": 40,
"num_layers": 40,
"out_dim": 16,
"text_len": 512
}
|