File size: 1,054 Bytes
ad87833 b6397e4 ad87833 64ab6fc ad87833 b6397e4 ad87833 b6397e4 ad87833 b6397e4 ad87833 b6397e4 ad87833 |
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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
{
"_class_name": "VideoAutoencoderKLWrapper",
"_diffusers_version": "0.35.2",
"act_fn": "silu",
"attention": true,
"block_out_channels": [
128,
256,
512,
512
],
"down_block_types": [
"DownEncoderBlock3D",
"DownEncoderBlock3D",
"DownEncoderBlock3D",
"DownEncoderBlock3D"
],
"extra_cond_dim": null,
"force_upcast": false,
"freeze_encoder": false,
"gradient_checkpoint": false,
"grouping": false,
"in_channels": 3,
"inflation_mode": "pad",
"latent_channels": 16,
"layers_per_block": 2,
"memory_limit": null,
"norm_num_groups": 32,
"out_channels": 3,
"sample_size": 32,
"scaling_factor": 0.9152,
"slicing": null,
"slicing_sample_min_size": 4,
"slicing_up_num": 0,
"spatial_downsample_factor": 8,
"temporal_downsample_factor": 4,
"temporal_scale_num": 2,
"time_receptive_field": "full",
"up_block_types": [
"UpDecoderBlock3D",
"UpDecoderBlock3D",
"UpDecoderBlock3D",
"UpDecoderBlock3D"
],
"use_post_quant_conv": false,
"use_quant_conv": false
}
|