max786 commited on
Commit
38d94ef
·
1 Parent(s): 2e8e777

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +59 -0
config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+
3
+ "_class_name": "AutoencoderKL",
4
+
5
+ "_diffusers_version": "0.13.0.dev0",
6
+
7
+ "act_fn": "silu",
8
+
9
+ "block_out_channels": [
10
+
11
+ 128,
12
+
13
+ 256,
14
+
15
+ 512,
16
+
17
+ 512
18
+
19
+ ],
20
+
21
+ "down_block_types": [
22
+
23
+ "DownEncoderBlock2D",
24
+
25
+ "DownEncoderBlock2D",
26
+
27
+ "DownEncoderBlock2D",
28
+
29
+ "DownEncoderBlock2D"
30
+
31
+ ],
32
+
33
+ "in_channels": 3,
34
+
35
+ "latent_channels": 4,
36
+
37
+ "layers_per_block": 2,
38
+
39
+ "norm_num_groups": 32,
40
+
41
+ "out_channels": 3,
42
+
43
+ "sample_size": 512,
44
+
45
+ "scaling_factor": 0.18215,
46
+
47
+ "up_block_types": [
48
+
49
+ "UpDecoderBlock2D",
50
+
51
+ "UpDecoderBlock2D",
52
+
53
+ "UpDecoderBlock2D",
54
+
55
+ "UpDecoderBlock2D"
56
+
57
+ ]
58
+
59
+ }