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

Upload BNB4 quantized FlashTalk DiT (bitsandbytes)

Browse files
bnb4/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": true,
22
+ "_load_in_8bit": false,
23
+ "bnb_4bit_compute_dtype": "bfloat16",
24
+ "bnb_4bit_quant_storage": "uint8",
25
+ "bnb_4bit_quant_type": "nf4",
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": true,
32
+ "load_in_8bit": false,
33
+ "quant_method": "bitsandbytes"
34
+ },
35
+ "text_len": 512,
36
+ "vae_scale": 4,
37
+ "weight_init": false
38
+ }
bnb4/diffusion_pytorch_model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:472758b5127c70fcdce9a8444207e88a8a6e363b7cce4cca965deb88271e20c5
3
+ size 9989343409
bnb4/diffusion_pytorch_model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12ef02d0163c73d18d99767c4529cfc225117fd0becfee8ede5c461e7198e87c
3
+ size 643131419
bnb4/diffusion_pytorch_model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
bnb4/flashtalk_bnb4_meta.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "config": "BitsAndBytesConfig",
3
+ "variant": "bnb4",
4
+ "version": 1
5
+ }