File size: 974 Bytes
b3a84ea
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_class_name": "DCAE",
  "_diffusers_version": "0.32.0.dev0",
  "_name_or_path": "Efficient-Large-Model/dc_ae_f32c32_sana_1.0_diffusers",
  "decoder_act": "silu",
  "decoder_block_type": [
    "ResBlock",
    "ResBlock",
    "ResBlock",
    "EViTS5GLU",
    "EViTS5GLU",
    "EViTS5GLU"
  ],
  "decoder_depth_list": [
    3,
    3,
    3,
    3,
    3,
    3
  ],
  "decoder_norm": "rms2d",
  "decoder_width_list": [
    128,
    256,
    512,
    512,
    1024,
    1024
  ],
  "downsample_block_type": "Conv",
  "encoder_act": "silu",
  "encoder_block_type": [
    "ResBlock",
    "ResBlock",
    "ResBlock",
    "EViTS5GLU",
    "EViTS5GLU",
    "EViTS5GLU"
  ],
  "encoder_depth_list": [
    2,
    2,
    2,
    3,
    3,
    3
  ],
  "encoder_norm": "rms2d",
  "encoder_width_list": [
    128,
    256,
    512,
    512,
    1024,
    1024
  ],
  "in_channels": 3,
  "latent_channels": 32,
  "scaling_factor": 0.41407,
  "upsample_block_type": "InterpolateConv"
}