rahul7star commited on
Commit
55677e4
·
verified ·
1 Parent(s): 1f963b6

Add vae/config.json from tiny-random/z-image

Browse files
Files changed (1) hide show
  1. vae/config.json +32 -0
vae/config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.36.0.dev0",
4
+ "_name_or_path": "flux-dev",
5
+ "act_fn": "silu",
6
+ "block_out_channels": [
7
+ 32,
8
+ 32
9
+ ],
10
+ "down_block_types": [
11
+ "DownEncoderBlock2D",
12
+ "DownEncoderBlock2D"
13
+ ],
14
+ "force_upcast": true,
15
+ "in_channels": 3,
16
+ "latent_channels": 8,
17
+ "latents_mean": null,
18
+ "latents_std": null,
19
+ "layers_per_block": 1,
20
+ "mid_block_add_attention": true,
21
+ "norm_num_groups": 32,
22
+ "out_channels": 3,
23
+ "sample_size": 1024,
24
+ "scaling_factor": 0.3611,
25
+ "shift_factor": 0.1159,
26
+ "up_block_types": [
27
+ "UpDecoderBlock2D",
28
+ "UpDecoderBlock2D"
29
+ ],
30
+ "use_post_quant_conv": false,
31
+ "use_quant_conv": false
32
+ }