Instructions to use TencentARC/SCoPE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Wan2.2
How to use TencentARC/SCoPE with Wan2.2:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
| { | |
| "_class_name": "SCoPEPipeline", | |
| "library_name": "scope", | |
| "model_type": "image-to-video", | |
| "base_model": "Wan-AI/Wan2.2-I2V-A14B", | |
| "checkpoint": "32K", | |
| "torch_dtype": "bfloat16", | |
| "complete_inference_bundle": true, | |
| "components": { | |
| "high_noise_model": { | |
| "format": "safetensors", | |
| "state_entries": 1575 | |
| }, | |
| "low_noise_model": { | |
| "format": "safetensors", | |
| "state_entries": 1575 | |
| }, | |
| "text_encoder": "models_t5_umt5-xxl-enc-bf16.pth", | |
| "vae": "Wan2.1_VAE.pth", | |
| "tokenizer": "google/umt5-xxl" | |
| }, | |
| "scope_architecture": { | |
| "plucker_init": "zero", | |
| "plucker_init_scale": 0.01, | |
| "plucker_mlp_hidden": 64, | |
| "plucker_scale": 1.0, | |
| "gate_init_bias": -2.0, | |
| "scale_gate_hidden": 0, | |
| "camera_residual": false, | |
| "normalize_moment": false | |
| }, | |
| "inference_defaults": { | |
| "height": 480, | |
| "width": 832, | |
| "num_frames": 81, | |
| "fps": 16, | |
| "num_inference_steps": 40, | |
| "sigma_shift": 5.0, | |
| "cfg_scale": 3.5, | |
| "switch_dit_boundary": 0.9 | |
| } | |
| } | |