Spaces:
Running
Running
File size: 891 Bytes
19fe404 |
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 |
transformer_additional_kwargs:
patch_3d: false
fake_3d: false
basic_block_type: "motionmodule"
time_position_encoding_before_transformer: false
motion_module_type: "Vanilla"
enable_uvit: true
motion_module_kwargs:
num_attention_heads: 8
num_transformer_block: 1
attention_block_types: [ "Temporal_Self", "Temporal_Self" ]
temporal_position_encoding: true
temporal_position_encoding_max_len: 4096
temporal_attention_dim_div: 1
block_size: 1
noise_scheduler_kwargs:
beta_start: 0.0001
beta_end: 0.02
beta_schedule: "linear"
steps_offset: 1
vae_kwargs:
enable_magvit: true
mini_batch_encoder: 9 |