File size: 613 Bytes
50338ae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_class_name": "VQModel",
  "_diffusers_version": "0.17.1",
  "act_fn": "silu",
  "block_out_channels": [
    8,
    16,
    16
  ],
  "down_block_types": [
    "DownEncoderBlock2D",
    "AttnDownEncoderBlock2D",
    "AttnDownEncoderBlock2D"
  ],
  "in_channels": 1,
  "latent_channels": 1,
  "layers_per_block": 1,
  "norm_num_groups": 8,
  "norm_type": "group",
  "num_vq_embeddings": 64,
  "out_channels": 1,
  "sample_size": [
    80,
    80
  ],
  "scaling_factor": 0.18215,
  "up_block_types": [
    "UpDecoderBlock2D",
    "AttnUpDecoderBlock2D",
    "AttnUpDecoderBlock2D"
  ],
  "vq_embed_dim": 32
}