profaker commited on
Commit
1d771ec
1 Parent(s): 8a040c8

Upload config.json

Browse files
Files changed (1) hide show
  1. 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
+ }