Gjm1234 commited on
Commit
91cad14
·
verified ·
1 Parent(s): eb6d823

Update vae/config.json

Browse files
Files changed (1) hide show
  1. vae/config.json +2 -17
vae/config.json CHANGED
@@ -1,24 +1,9 @@
1
  {
2
  "_class_name": "AutoencoderKL",
3
- "_diffusers_version": "0.30.0",
4
- "act_fn": "silu",
5
- "block_out_channels": [128, 256, 512, 512],
6
  "in_channels": 3,
7
  "out_channels": 3,
8
  "latent_channels": 4,
9
  "sample_size": 512,
10
- "scaling_factor": 0.18215,
11
- "norm_num_groups": 32,
12
- "down_block_types": [
13
- "DownEncoderBlock2D",
14
- "DownEncoderBlock2D",
15
- "DownEncoderBlock2D",
16
- "DownEncoderBlock2D"
17
- ],
18
- "up_block_types": [
19
- "UpDecoderBlock2D",
20
- "UpDecoderBlock2D",
21
- "UpDecoderBlock2D",
22
- "UpDecoderBlock2D"
23
- ]
24
  }
 
1
  {
2
  "_class_name": "AutoencoderKL",
3
+ "block_out_channels": [128, 256, 512],
 
 
4
  "in_channels": 3,
5
  "out_channels": 3,
6
  "latent_channels": 4,
7
  "sample_size": 512,
8
+ "scaling_factor": 0.18215
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  }