vae/config.json
746 B · 44 lines · json Raw
1 {
2 "_class_name": "AutoencoderKL",
3 "_diffusers_version": "0.27.0.dev0",
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 "layers_per_block": 2,
21 "norm_num_groups": 32,
22 "out_channels": 3,
23 "sample_size": 1024,
24 "up_block_types": [
25 "UpDecoderBlock2D",
26 "UpDecoderBlock2D",
27 "UpDecoderBlock2D",
28 "UpDecoderBlock2D"
29 ],
30 "latents_mean": [
31 -1.6574,
32 1.886,
33 -1.383,
34 2.5155
35 ],
36 "latents_std": [
37 8.4927,
38 5.9022,
39 6.5498,
40 5.2299
41 ],
42 "scaling_factor": 0.5
43 }
44