worldplay_ar_i2v_480p.json 889 Bytes
Newer Older
litzh's avatar
litzh committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
    "model_cls": "worldplay_ar",
    "task": "i2v",
    "infer_steps": 50,
    "transformer_model_name": "480p_i2v",
    "target_video_length": 125,
    "vae_stride": [4, 16, 16],
    "sample_shift": 7.0,
    "sample_guide_scale": 1.0,
    "enable_cfg": false,
    "attn_type": "flash_attn2",
    "model_type": "ar",
    "chunk_latent_frames": 4,
    "memory_window_size": 8,
    "select_window_out_flag": true,
    "use_prope": true,
    "hidden_size": 2048,
    "heads_num": 16,
    "mm_double_blocks_depth": 54,
    "patch_size": [1, 1, 1],
    "rope_dim_list": [16, 56, 56],
    "rope_theta": 256,
    "in_channels": 32,
    "out_channels": 32,
    "feature_caching": "NoCaching",
    "cpu_offload": true,
    "offload_granularity": "block",
    "use_prompt_enhancer": false,
    "use_image_encoder": true,
    "seq_parallel": false,
    "parallel": {},
    "is_sr_running": false
}