adammoss commited on
Commit
ec10434
·
1 Parent(s): 6823b53

VAE conversion

Browse files
Files changed (2) hide show
  1. config.json +27 -0
  2. diffusion_pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.17.0.dev0",
4
+ "act_fn": "silu",
5
+ "block_out_channels": [
6
+ 128,
7
+ 256,
8
+ 512
9
+ ],
10
+ "down_block_types": [
11
+ "DownEncoderBlock2D",
12
+ "DownEncoderBlock2D",
13
+ "DownEncoderBlock2D"
14
+ ],
15
+ "in_channels": 1,
16
+ "latent_channels": 3,
17
+ "layers_per_block": 2,
18
+ "norm_num_groups": 32,
19
+ "out_channels": 1,
20
+ "sample_size": 64,
21
+ "scaling_factor": 0.18215,
22
+ "up_block_types": [
23
+ "UpDecoderBlock2D",
24
+ "UpDecoderBlock2D",
25
+ "UpDecoderBlock2D"
26
+ ]
27
+ }
diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:717411e4740b0b73c9399949b821e66e069f5f6b5318b3cb0abbbf5a439a12c8
3
+ size 221308745