SCoPE / model_index.json
Michaelqaz's picture
Add files using upload-large-folder tool
b16b20a verified
Raw
History Blame Contribute Delete
1.03 kB
{
"_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
}
}