clementchadebec
commited on
Commit
•
5c3d006
1
Parent(s):
778f850
Upload model
Browse files- README.md +4 -4
- config.json +20 -0
- diffusion_pytorch_model.safetensors +3 -0
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
---
|
2 |
-
license_name: flux-1-dev-non-commercial-license
|
3 |
-
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
4 |
base_model:
|
5 |
- black-forest-labs/FLUX.1-dev
|
6 |
-
pipeline_tag: image-to-image
|
7 |
library_name: diffusers
|
|
|
|
|
|
|
8 |
tags:
|
9 |
- ControlNet
|
10 |
---
|
@@ -57,7 +57,7 @@ image
|
|
57 |
```
|
58 |
|
59 |
<p align="center">
|
60 |
-
<img style="width:
|
61 |
</p>
|
62 |
|
63 |
# Training
|
|
|
1 |
---
|
|
|
|
|
2 |
base_model:
|
3 |
- black-forest-labs/FLUX.1-dev
|
|
|
4 |
library_name: diffusers
|
5 |
+
license_name: flux-1-dev-non-commercial-license
|
6 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
7 |
+
pipeline_tag: image-to-image
|
8 |
tags:
|
9 |
- ControlNet
|
10 |
---
|
|
|
57 |
```
|
58 |
|
59 |
<p align="center">
|
60 |
+
<img style="width:500px;" src="examples/output.jpg">
|
61 |
</p>
|
62 |
|
63 |
# Training
|
config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "FluxControlNetModel",
|
3 |
+
"_diffusers_version": "0.31.0.dev0",
|
4 |
+
"_name_or_path": "/data/checkpoints/flux_controlnet_hf/controlnet_depth/",
|
5 |
+
"attention_head_dim": 128,
|
6 |
+
"axes_dims_rope": [
|
7 |
+
16,
|
8 |
+
56,
|
9 |
+
56
|
10 |
+
],
|
11 |
+
"guidance_embeds": true,
|
12 |
+
"in_channels": 64,
|
13 |
+
"joint_attention_dim": 4096,
|
14 |
+
"num_attention_heads": 24,
|
15 |
+
"num_layers": 5,
|
16 |
+
"num_mode": null,
|
17 |
+
"num_single_layers": 0,
|
18 |
+
"patch_size": 1,
|
19 |
+
"pooled_projection_dim": 768
|
20 |
+
}
|
diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e341d084fae4c77011316fddd97b3d3b1271ffefc929bdb3f0254673e3d987a
|
3 |
+
size 7166442536
|