BestWishYsh commited on
Commit
2bfcbe8
·
verified ·
1 Parent(s): cd0e7c8

Delete vae/config.json

Browse files
Files changed (1) hide show
  1. vae/config.json +0 -40
vae/config.json DELETED
@@ -1,40 +0,0 @@
1
- {
2
- "_class_name": "AutoencoderKLCogVideoX",
3
- "_diffusers_version": "0.32.0.dev0",
4
- "act_fn": "silu",
5
- "block_out_channels": [
6
- 128,
7
- 256,
8
- 256,
9
- 512
10
- ],
11
- "down_block_types": [
12
- "CogVideoXDownBlock3D",
13
- "CogVideoXDownBlock3D",
14
- "CogVideoXDownBlock3D",
15
- "CogVideoXDownBlock3D"
16
- ],
17
- "force_upcast": true,
18
- "in_channels": 3,
19
- "latent_channels": 16,
20
- "latents_mean": null,
21
- "latents_std": null,
22
- "layers_per_block": 3,
23
- "norm_eps": 1e-06,
24
- "norm_num_groups": 32,
25
- "out_channels": 3,
26
- "sample_height": 480,
27
- "sample_width": 720,
28
- "scaling_factor": 0.7,
29
- "shift_factor": null,
30
- "temporal_compression_ratio": 4,
31
- "up_block_types": [
32
- "CogVideoXUpBlock3D",
33
- "CogVideoXUpBlock3D",
34
- "CogVideoXUpBlock3D",
35
- "CogVideoXUpBlock3D"
36
- ],
37
- "use_post_quant_conv": false,
38
- "use_quant_conv": false,
39
- "invert_scale_latents": false
40
- }