AdamOswald1 commited on
Commit
ed9a298
·
1 Parent(s): 7efdba9

Create config.json (#12)

Browse files

- Create config.json (e414cfcca19f6a9d43b83d94f8ee4f47a00a8dd1)

Files changed (1) hide show
  1. vae/config.json +3 -2
vae/config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_class_name": "AutoencoderKL",
3
- "_diffusers_version": "0.2.4",
4
  "act_fn": "silu",
5
  "block_out_channels": [
6
  128,
@@ -17,8 +17,9 @@
17
  "in_channels": 3,
18
  "latent_channels": 4,
19
  "layers_per_block": 2,
 
20
  "out_channels": 3,
21
- "sample_size": 512,
22
  "up_block_types": [
23
  "UpDecoderBlock2D",
24
  "UpDecoderBlock2D",
 
1
  {
2
  "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.6.0",
4
  "act_fn": "silu",
5
  "block_out_channels": [
6
  128,
 
17
  "in_channels": 3,
18
  "latent_channels": 4,
19
  "layers_per_block": 2,
20
+ "norm_num_groups": 32,
21
  "out_channels": 3,
22
+ "sample_size": 256,
23
  "up_block_types": [
24
  "UpDecoderBlock2D",
25
  "UpDecoderBlock2D",