Upload folder using huggingface_hub
Browse files- config.json +21 -0
- diffusion_pytorch_model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "FluxControlNetModel",
|
| 3 |
+
"_diffusers_version": "0.34.0.dev0",
|
| 4 |
+
"_name_or_path": "checkpoint/checkpoint-8600",
|
| 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": 0,
|
| 19 |
+
"patch_size": 1,
|
| 20 |
+
"pooled_projection_dim": 768
|
| 21 |
+
}
|
diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:68baf653ffaa631f14d460dac354b3b218012d7dc4c4727a7c3e9df4d84812cc
|
| 3 |
+
size 5769352416
|