End of training
Browse files- .gitattributes +2 -0
- README.md +45 -0
- checkpoint-2/flux_controlnet/config.json +20 -0
- checkpoint-2/flux_controlnet/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-2/optimizer.bin +3 -0
- checkpoint-2/random_states_0.pkl +3 -0
- checkpoint-2/scheduler.bin +3 -0
- config.json +20 -0
- diffusion_pytorch_model.bf16.safetensors +3 -0
- image_control.png +0 -0
- images_0.png +3 -0
- images_1.png +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
images_0.png filter=lfs diff=lfs merge=lfs -text
|
37 |
+
images_1.png filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: black-forest-labs/FLUX.1-dev
|
3 |
+
library_name: diffusers
|
4 |
+
license: openrail++
|
5 |
+
tags:
|
6 |
+
- flux
|
7 |
+
- flux-diffusers
|
8 |
+
- text-to-image
|
9 |
+
- diffusers
|
10 |
+
- controlnet
|
11 |
+
- diffusers-training
|
12 |
+
inference: true
|
13 |
+
---
|
14 |
+
|
15 |
+
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
16 |
+
should probably proofread and complete it, then remove this comment. -->
|
17 |
+
|
18 |
+
|
19 |
+
# controlnet-laidawang/test_flux_controlnet
|
20 |
+
|
21 |
+
These are controlnet weights trained on black-forest-labs/FLUX.1-dev with new type of conditioning.
|
22 |
+
You can find some example images below.
|
23 |
+
|
24 |
+
prompt: red circle with blue background
|
25 |
+
![images_0)](./images_0.png)
|
26 |
+
prompt: cyan circle with brown floral background
|
27 |
+
![images_1)](./images_1.png)
|
28 |
+
|
29 |
+
|
30 |
+
|
31 |
+
## Intended uses & limitations
|
32 |
+
|
33 |
+
#### How to use
|
34 |
+
|
35 |
+
```python
|
36 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
37 |
+
```
|
38 |
+
|
39 |
+
#### Limitations and bias
|
40 |
+
|
41 |
+
[TODO: provide examples of latent issues and potential remediations]
|
42 |
+
|
43 |
+
## Training details
|
44 |
+
|
45 |
+
[TODO: describe the data used to train the model]
|
checkpoint-2/flux_controlnet/config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "FluxControlNetModel",
|
3 |
+
"_diffusers_version": "0.31.0.dev0",
|
4 |
+
"_name_or_path": "/data3/home/srchen/PROJECT/flux_controlnet_annotator/models/dev",
|
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": 4,
|
16 |
+
"num_mode": null,
|
17 |
+
"num_single_layers": 0,
|
18 |
+
"patch_size": 1,
|
19 |
+
"pooled_projection_dim": 768
|
20 |
+
}
|
checkpoint-2/flux_controlnet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08c305bcdae8238741e080ce5e82e394d956744e8266a977097a261e74f3988c
|
3 |
+
size 5769352416
|
checkpoint-2/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37e3106e70a49ce3c1fef3788684b602a140d412e21c4cbfe766c5ec9e1b5963
|
3 |
+
size 10859172202
|
checkpoint-2/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7da54bcc82a38146adaa8d7e49e0faa882f11acce66cec10e925d28e48b49bc9
|
3 |
+
size 14408
|
checkpoint-2/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2c04a351eb7a9722abf356f0d3603f4b6a0365ade35ad9336d0e6042a53f507
|
3 |
+
size 1000
|
config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "FluxControlNetModel",
|
3 |
+
"_diffusers_version": "0.31.0.dev0",
|
4 |
+
"_name_or_path": "/data3/home/srchen/PROJECT/flux_controlnet_annotator/models/dev",
|
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": 4,
|
16 |
+
"num_mode": null,
|
17 |
+
"num_single_layers": 0,
|
18 |
+
"patch_size": 1,
|
19 |
+
"pooled_projection_dim": 768
|
20 |
+
}
|
diffusion_pytorch_model.bf16.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d4c54b1d914804e94ed7f075d6593fea97e4571bf8e854756a164df73a94b22
|
3 |
+
size 2884685112
|
image_control.png
ADDED
images_0.png
ADDED
Git LFS Details
|
images_1.png
ADDED
Git LFS Details
|