KBlueLeaf's picture
Update config.json
6d1ee86 verified
raw
history blame contribute delete
916 Bytes
{
"_class_name": "LatentMaidVAE",
"_diffusers_version": "0.34.0",
"dec_config": {
"block_configs": [
[
2,
512,
5
],
[
2,
512,
3
],
[
2,
256,
3
],
[
1,
128,
3
]
],
"latent_dim": 16,
"norm_layer": "latentmaid.model.DyT",
"out_channels": 3,
"decoder_type": "conv"
},
"enc_config": {
"block_configs": [
[
8,
192,
1024,
2
]
],
"input_dim": 3,
"latent_dim": 16,
"norm_layer": "latentmaid.model.DyT"
},
"latent_chs_to_use": null,
"latents_mean": [
0.532,
0.654,
-0.047,
-0.187,
0.185,
-0.098,
-0.257,
-0.208,
-0.082,
-0.069,
-0.039,
-0.716,
0.035,
0.008,
-0.226,
-0.392
],
"latents_std": [
0.8693
]
}