Upload folder using huggingface_hub
Browse files
transformer/config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "SD3Transformer2DModel",
|
3 |
+
"_diffusers_version": "0.31.0.dev0",
|
4 |
+
"_name_or_path": "stabilityai/stable-diffusion-3-medium-diffusers",
|
5 |
+
"attention_head_dim": 64,
|
6 |
+
"caption_projection_dim": 1536,
|
7 |
+
"in_channels": 16,
|
8 |
+
"joint_attention_dim": 4096,
|
9 |
+
"num_attention_heads": 24,
|
10 |
+
"num_layers": 24,
|
11 |
+
"out_channels": 16,
|
12 |
+
"patch_size": 2,
|
13 |
+
"pooled_projection_dim": 2048,
|
14 |
+
"pos_embed_max_size": 192,
|
15 |
+
"quantization_config": {
|
16 |
+
"_load_in_4bit": true,
|
17 |
+
"_load_in_8bit": false,
|
18 |
+
"bnb_4bit_compute_dtype": "float16",
|
19 |
+
"bnb_4bit_quant_storage": "uint8",
|
20 |
+
"bnb_4bit_quant_type": "nf4",
|
21 |
+
"bnb_4bit_use_double_quant": false,
|
22 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
23 |
+
"llm_int8_has_fp16_weight": false,
|
24 |
+
"llm_int8_skip_modules": null,
|
25 |
+
"llm_int8_threshold": 6.0,
|
26 |
+
"load_in_4bit": true,
|
27 |
+
"load_in_8bit": false,
|
28 |
+
"quant_method": "bitsandbytes"
|
29 |
+
},
|
30 |
+
"sample_size": 128
|
31 |
+
}
|
transformer/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6291cf7e0596335c108f17ae3e5f80bd36ca9849a727c8f0fc1d372202294077
|
3 |
+
size 1256163697
|