CoolFace
Modelpublic

GraydientPlatformAPI/coco-complete

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes2downloads
config.json34 linesDownload Raw Back to vae
1{
2  "_class_name": "AutoencoderKL",
3  "_diffusers_version": "0.27.2",
4  "act_fn": "silu",
5  "block_out_channels": [
6    128,
7    256,
8    512,
9    512
10  ],
11  "down_block_types": [
12    "DownEncoderBlock2D",
13    "DownEncoderBlock2D",
14    "DownEncoderBlock2D",
15    "DownEncoderBlock2D"
16  ],
17  "force_upcast": true,
18  "in_channels": 3,
19  "latent_channels": 4,
20  "latents_mean": null,
21  "latents_std": null,
22  "layers_per_block": 2,
23  "norm_num_groups": 32,
24  "out_channels": 3,
25  "sample_size": 1024,
26  "scaling_factor": 0.13025,
27  "up_block_types": [
28    "UpDecoderBlock2D",
29    "UpDecoderBlock2D",
30    "UpDecoderBlock2D",
31    "UpDecoderBlock2D"
32  ]
33}
34