Upload config.json
Browse files- config.json +61 -0
config.json
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"ddconfig": {
|
3 |
+
"attn_resolutions": [],
|
4 |
+
"ch": 128,
|
5 |
+
"ch_fuse": [
|
6 |
+
-1,
|
7 |
+
-1,
|
8 |
+
2,
|
9 |
+
3,
|
10 |
+
-1,
|
11 |
+
-1
|
12 |
+
],
|
13 |
+
"ch_in": 128,
|
14 |
+
"ch_mult": [
|
15 |
+
1,
|
16 |
+
2,
|
17 |
+
2,
|
18 |
+
4,
|
19 |
+
4,
|
20 |
+
4
|
21 |
+
],
|
22 |
+
"f_t": 2,
|
23 |
+
"fp32_attention": true,
|
24 |
+
"fuse_mid": true,
|
25 |
+
"fuse_type": "attn",
|
26 |
+
"in_channels": 3,
|
27 |
+
"num_res_blocks": 2,
|
28 |
+
"out_ch": 3,
|
29 |
+
"pos_embed_mode": "t",
|
30 |
+
"resolution": 256,
|
31 |
+
"temp_res": 16,
|
32 |
+
"upsample_first": true,
|
33 |
+
"use_3d_conv": true,
|
34 |
+
"z_channels": 16
|
35 |
+
},
|
36 |
+
"ddconfig_2d": {
|
37 |
+
"attn_resolutions": [],
|
38 |
+
"ch": 128,
|
39 |
+
"ch_mult": [
|
40 |
+
1,
|
41 |
+
2,
|
42 |
+
4,
|
43 |
+
4
|
44 |
+
],
|
45 |
+
"dropout": 0.0,
|
46 |
+
"fp32_attention": true,
|
47 |
+
"in_channels": 3,
|
48 |
+
"num_res_blocks": 2,
|
49 |
+
"out_ch": 3,
|
50 |
+
"out_z": false,
|
51 |
+
"resolution": 256,
|
52 |
+
"z_channels": 4
|
53 |
+
},
|
54 |
+
"embed_dim": 16,
|
55 |
+
"enable_2d": true,
|
56 |
+
"model_type": "VAE",
|
57 |
+
"tile_overlap_factor": 0.25,
|
58 |
+
"tile_sample_min_size": 256,
|
59 |
+
"transformers_version": "4.39.3",
|
60 |
+
"use_tiling": true
|
61 |
+
}
|