patrickvonplaten commited on
Commit
8260da4
·
1 Parent(s): 15e63ac

add new config

Browse files
Files changed (1) hide show
  1. config.json +9 -18
config.json CHANGED
@@ -1,21 +1,12 @@
1
  {
2
- "_class_name": "AutoencoderKL",
 
3
  "_diffusers_version": "0.0.4",
4
- "attn_resolutions": [],
5
- "ch": 64,
6
- "ch_mult": [
7
- 1
8
- ],
9
- "double_z": true,
10
- "dropout": 0.0,
11
- "embed_dim": 4,
12
- "give_pre_end": false,
13
- "in_channels": 3,
14
- "num_res_blocks": 1,
15
- "out_ch": 3,
16
- "remap": null,
17
- "resamp_with_conv": true,
18
- "resolution": 32,
19
- "sane_index_shape": false,
20
- "z_channels": 4
21
  }
 
1
  {
2
+ "_class_name": "VQModel",
3
+ "sample_size": 32,
4
  "_diffusers_version": "0.0.4",
5
+ "in_channels": 3,
6
+ "out_channels": 3,
7
+ "latent_channels": 4,
8
+ "down_block_types": ["DownEncoderBlock2D"],
9
+ "up_block_types": ["UpDecoderBlock2D"],
10
+ "block_out_channels": [64],
11
+ "layers_per_block": 1
 
 
 
 
 
 
 
 
 
 
12
  }