Upload folder using huggingface_hub
Browse files- config.json +18 -0
- transformer_blocks.safetensors +3 -0
- unquantized_layers.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "FluxTransformer2DModel",
|
3 |
+
"_diffusers_version": "0.30.3",
|
4 |
+
"attention_head_dim": 128,
|
5 |
+
"axes_dims_rope": [
|
6 |
+
16,
|
7 |
+
56,
|
8 |
+
56
|
9 |
+
],
|
10 |
+
"guidance_embeds": false,
|
11 |
+
"in_channels": 64,
|
12 |
+
"joint_attention_dim": 4096,
|
13 |
+
"num_attention_heads": 24,
|
14 |
+
"num_layers": 19,
|
15 |
+
"num_single_layers": 38,
|
16 |
+
"patch_size": 1,
|
17 |
+
"pooled_projection_dim": 768
|
18 |
+
}
|
transformer_blocks.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76dbee17e76a94d2e0ca5004907ae3af19a5f58aaaeafb87bb8dd2dbd75fd142
|
3 |
+
size 6640056352
|
unquantized_layers.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:379c4cdf19bb03b90290a47b685d6ff4bad82089053de0c96bd4a7560860b1ce
|
3 |
+
size 107792136
|