Upload folder using huggingface_hub
Browse files- flux_controlnet/config.json +21 -0
- flux_controlnet/diffusion_pytorch_model.safetensors +3 -0
- optimizer.bin +3 -0
- random_states_0.pkl +3 -0
- scheduler.bin +3 -0
flux_controlnet/config.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "FluxControlNetModel",
|
3 |
+
"_diffusers_version": "0.32.0.dev0",
|
4 |
+
"_name_or_path": "black-forest-labs/FLUX.1-dev",
|
5 |
+
"attention_head_dim": 128,
|
6 |
+
"axes_dims_rope": [
|
7 |
+
16,
|
8 |
+
56,
|
9 |
+
56
|
10 |
+
],
|
11 |
+
"conditioning_embedding_channels": null,
|
12 |
+
"guidance_embeds": true,
|
13 |
+
"in_channels": 64,
|
14 |
+
"joint_attention_dim": 4096,
|
15 |
+
"num_attention_heads": 24,
|
16 |
+
"num_layers": 4,
|
17 |
+
"num_mode": null,
|
18 |
+
"num_single_layers": 2,
|
19 |
+
"patch_size": 1,
|
20 |
+
"pooled_projection_dim": 768
|
21 |
+
}
|
flux_controlnet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6af8d731280a92485084c0beb2e2a2797d0746979dda4ab57edfaa7f542f76f4
|
3 |
+
size 6977612696
|
optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4cff7e7f3f191c813e66fd72ad5cb44413f9d0539cb4ccf4994e4f6d2bf0b29b
|
3 |
+
size 5358970
|
random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6dba645c5d2f787965af0b076a7f9f4ccf8fc39ac13a80bcb8173afe1d450846
|
3 |
+
size 14344
|
scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5981d752bcd0c3f2d24a3d7c583ebf3f37f817d7288fa0855e03869449b5de28
|
3 |
+
size 1000
|