codeShare commited on
Commit
55c5372
·
verified ·
1 Parent(s): 13a5130

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -41
config.json DELETED
@@ -1,41 +0,0 @@
1
- {
2
- "_class_name": "AutoencoderKLFlux2",
3
- "_diffusers_version": "0.38.0",
4
- "_name_or_path": "/root/.cache/huggingface/hub/models--black-forest-labs--FLUX.2-klein-9B/snapshots/92196c8e11f7b6cf2b7493e037d8c5345c559216/vae",
5
- "act_fn": "silu",
6
- "batch_norm_eps": 0.0001,
7
- "batch_norm_momentum": 0.1,
8
- "block_out_channels": [
9
- 128,
10
- 256,
11
- 512,
12
- 512
13
- ],
14
- "decoder_block_out_channels": null,
15
- "down_block_types": [
16
- "DownEncoderBlock2D",
17
- "DownEncoderBlock2D",
18
- "DownEncoderBlock2D",
19
- "DownEncoderBlock2D"
20
- ],
21
- "force_upcast": true,
22
- "in_channels": 3,
23
- "latent_channels": 32,
24
- "layers_per_block": 2,
25
- "mid_block_add_attention": true,
26
- "norm_num_groups": 32,
27
- "out_channels": 3,
28
- "patch_size": [
29
- 2,
30
- 2
31
- ],
32
- "sample_size": 1024,
33
- "up_block_types": [
34
- "UpDecoderBlock2D",
35
- "UpDecoderBlock2D",
36
- "UpDecoderBlock2D",
37
- "UpDecoderBlock2D"
38
- ],
39
- "use_post_quant_conv": true,
40
- "use_quant_conv": true
41
- }