File size: 918 Bytes
34e3a2d |
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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
{
"_class_name": "AutoencoderKLLTXVideo",
"_diffusers_version": "0.32.0.dev0",
"block_out_channels": [
128,
256,
512,
512
],
"decoder_block_out_channels": [
256,
512,
1024
],
"decoder_causal": false,
"decoder_inject_noise": [
true,
true,
true,
false
],
"decoder_layers_per_block": [
5,
6,
7,
8
],
"decoder_spatio_temporal_scaling": [
true,
true,
true
],
"encoder_causal": true,
"in_channels": 3,
"latent_channels": 128,
"layers_per_block": [
4,
3,
3,
3,
4
],
"out_channels": 3,
"patch_size": 4,
"patch_size_t": 1,
"resnet_norm_eps": 1e-06,
"scaling_factor": 1.0,
"spatio_temporal_scaling": [
true,
true,
true,
false
],
"timestep_conditioning": true,
"upsample_factor": [
2,
2,
2
],
"upsample_residual": [
true,
true,
true
]
}
|