Yuvrajxms09 commited on
Commit
e902abb
·
verified ·
1 Parent(s): fdcb56c

Upload BNB8 quantized FlashTalk DiT (bitsandbytes)

Browse files
bnb8/config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "WanModel",
3
+ "_diffusers_version": "0.37.0.dev0",
4
+ "_name_or_path": "/models/SoulX-FlashTalk-14B",
5
+ "audio_window": 5,
6
+ "context_tokens": 32,
7
+ "dim": 5120,
8
+ "eps": 1e-06,
9
+ "ffn_dim": 13824,
10
+ "freq_dim": 256,
11
+ "in_dim": 36,
12
+ "intermediate_dim": 512,
13
+ "model_type": "i2v",
14
+ "norm_input_visual": true,
15
+ "norm_output_audio": true,
16
+ "num_heads": 40,
17
+ "num_layers": 40,
18
+ "out_dim": 16,
19
+ "output_dim": 768,
20
+ "quantization_config": {
21
+ "_load_in_4bit": false,
22
+ "_load_in_8bit": true,
23
+ "bnb_4bit_compute_dtype": "float32",
24
+ "bnb_4bit_quant_storage": "uint8",
25
+ "bnb_4bit_quant_type": "fp4",
26
+ "bnb_4bit_use_double_quant": false,
27
+ "llm_int8_enable_fp32_cpu_offload": false,
28
+ "llm_int8_has_fp16_weight": false,
29
+ "llm_int8_skip_modules": null,
30
+ "llm_int8_threshold": 6.0,
31
+ "load_in_4bit": false,
32
+ "load_in_8bit": true,
33
+ "quant_method": "bitsandbytes"
34
+ },
35
+ "text_len": 512,
36
+ "vae_scale": 4,
37
+ "weight_init": false
38
+ }
bnb8/diffusion_pytorch_model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e520d37c81f14d20eae397750faf7b284541c0102d78e10f0c4181e8fd5620e
3
+ size 9992537856
bnb8/diffusion_pytorch_model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2a79269192d7a453fa1a41efc2fa8a7b2be8138c5fd736929053f852684fcd5
3
+ size 8912179428
bnb8/diffusion_pytorch_model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
bnb8/flashtalk_bnb8_meta.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "config": "BitsAndBytesConfig",
3
+ "variant": "bnb8",
4
+ "version": 1
5
+ }