patrickvonplaten commited on
Commit
9bd2b48
1 Parent(s): 31ff4ed

upload new weights

Browse files
vqvae/config.json CHANGED
@@ -1,12 +1,28 @@
1
  {
2
- "_class_name": "VQModel",
3
- "sample_size": 256,
4
- "_diffusers_version": "0.0.4",
5
- "in_channels": 3,
6
- "out_channels": 3,
7
- "latent_channels": 4,
8
- "down_block_types": ["DownEncoderBlock2D", "DownEncoderBlock2D", "DownEncoderBlock2D", "DownEncoderBlock2D"],
9
- "up_block_types": ["UpDecoderBlock2D", "UpDecoderBlock2D", "UpDecoderBlock2D", "UpDecoderBlock2D"],
10
- "block_out_channels": [128, 256, 512, 512],
11
- "layers_per_block": 2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  }
 
1
  {
2
+ "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.1.2",
4
+ "act_fn": "silu",
5
+ "block_out_channels": [
6
+ 128,
7
+ 256,
8
+ 512,
9
+ 512
10
+ ],
11
+ "down_block_types": [
12
+ "DownEncoderBlock2D",
13
+ "DownEncoderBlock2D",
14
+ "DownEncoderBlock2D",
15
+ "DownEncoderBlock2D"
16
+ ],
17
+ "in_channels": 3,
18
+ "latent_channels": 4,
19
+ "layers_per_block": 2,
20
+ "out_channels": 3,
21
+ "sample_size": 256,
22
+ "up_block_types": [
23
+ "UpDecoderBlock2D",
24
+ "UpDecoderBlock2D",
25
+ "UpDecoderBlock2D",
26
+ "UpDecoderBlock2D"
27
+ ]
28
  }
vqvae/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0c2953d1dbaa0b45217adada7507d214ef5b97f0d7f3b85ec920016f3c300e8b
3
- size 343109057
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b134cded8eb78b184aefb8805b6b572f36fa77b255c483665dda931fa0130c5
3
+ size 334707217