Commit
·
8260da4
1
Parent(s):
15e63ac
add new config
Browse files- config.json +9 -18
config.json
CHANGED
@@ -1,21 +1,12 @@
|
|
1 |
{
|
2 |
-
"_class_name": "
|
|
|
3 |
"_diffusers_version": "0.0.4",
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
"embed_dim": 4,
|
12 |
-
"give_pre_end": false,
|
13 |
-
"in_channels": 3,
|
14 |
-
"num_res_blocks": 1,
|
15 |
-
"out_ch": 3,
|
16 |
-
"remap": null,
|
17 |
-
"resamp_with_conv": true,
|
18 |
-
"resolution": 32,
|
19 |
-
"sane_index_shape": false,
|
20 |
-
"z_channels": 4
|
21 |
}
|
|
|
1 |
{
|
2 |
+
"_class_name": "VQModel",
|
3 |
+
"sample_size": 32,
|
4 |
"_diffusers_version": "0.0.4",
|
5 |
+
"in_channels": 3,
|
6 |
+
"out_channels": 3,
|
7 |
+
"latent_channels": 4,
|
8 |
+
"down_block_types": ["DownEncoderBlock2D"],
|
9 |
+
"up_block_types": ["UpDecoderBlock2D"],
|
10 |
+
"block_out_channels": [64],
|
11 |
+
"layers_per_block": 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
}
|