Upload folder using huggingface_hub
Browse files- vae/config.json +55 -0
- vae/diffusion_pytorch_model.safetensors +3 -0
vae/config.json
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "AutoencoderKLCogVideoX",
|
3 |
+
"_diffusers_version": "0.31.0",
|
4 |
+
"_name_or_path": "THUDM/CogVideoX-5b",
|
5 |
+
"act_fn": "silu",
|
6 |
+
"block_out_channels": [
|
7 |
+
128,
|
8 |
+
256,
|
9 |
+
256,
|
10 |
+
512
|
11 |
+
],
|
12 |
+
"down_block_types": [
|
13 |
+
"CogVideoXDownBlock3D",
|
14 |
+
"CogVideoXDownBlock3D",
|
15 |
+
"CogVideoXDownBlock3D",
|
16 |
+
"CogVideoXDownBlock3D"
|
17 |
+
],
|
18 |
+
"force_upcast": true,
|
19 |
+
"in_channels": 3,
|
20 |
+
"latent_channels": 16,
|
21 |
+
"latents_mean": null,
|
22 |
+
"latents_std": null,
|
23 |
+
"layers_per_block": 3,
|
24 |
+
"norm_eps": 1e-06,
|
25 |
+
"norm_num_groups": 32,
|
26 |
+
"out_channels": 3,
|
27 |
+
"quantization_config": {
|
28 |
+
"_load_in_4bit": true,
|
29 |
+
"_load_in_8bit": false,
|
30 |
+
"bnb_4bit_compute_dtype": "float16",
|
31 |
+
"bnb_4bit_quant_storage": "uint8",
|
32 |
+
"bnb_4bit_quant_type": "nf4",
|
33 |
+
"bnb_4bit_use_double_quant": false,
|
34 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
35 |
+
"llm_int8_has_fp16_weight": false,
|
36 |
+
"llm_int8_skip_modules": null,
|
37 |
+
"llm_int8_threshold": 6.0,
|
38 |
+
"load_in_4bit": true,
|
39 |
+
"load_in_8bit": false,
|
40 |
+
"quant_method": "bitsandbytes"
|
41 |
+
},
|
42 |
+
"sample_height": 480,
|
43 |
+
"sample_width": 720,
|
44 |
+
"scaling_factor": 0.7,
|
45 |
+
"shift_factor": null,
|
46 |
+
"temporal_compression_ratio": 4,
|
47 |
+
"up_block_types": [
|
48 |
+
"CogVideoXUpBlock3D",
|
49 |
+
"CogVideoXUpBlock3D",
|
50 |
+
"CogVideoXUpBlock3D",
|
51 |
+
"CogVideoXUpBlock3D"
|
52 |
+
],
|
53 |
+
"use_post_quant_conv": false,
|
54 |
+
"use_quant_conv": false
|
55 |
+
}
|
vae/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:721a855dafc8e2208301eb5f6ef6bc2b937acb33f89619e5e2374679090c055a
|
3 |
+
size 431220702
|