Upload config.json
Browse files- config.json +6 -0
config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "AutoencoderKL",
|
3 |
+
"latent_channels": 4,
|
4 |
+
"input_shape": [3, 256, 256],
|
5 |
+
"normalization_type": "layer"
|
6 |
+
}
|