sidnarsipur
commited on
Commit
•
5c433ae
1
Parent(s):
3399102
End of training
Browse files- .gitattributes +4 -0
- README.md +55 -0
- checkpoint-16000/controlnet/config.json +57 -0
- checkpoint-16000/controlnet/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-16000/optimizer.bin +3 -0
- checkpoint-16000/random_states_0.pkl +3 -0
- checkpoint-16000/scheduler.bin +3 -0
- config.json +57 -0
- diffusion_pytorch_model.safetensors +3 -0
- image_control.png +0 -0
- images_0.png +3 -0
- images_1.png +3 -0
- images_2.png +3 -0
- images_3.png +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,7 @@ 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
|
38 |
+
images_2.png filter=lfs diff=lfs merge=lfs -text
|
39 |
+
images_3.png filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: creativeml-openrail-m
|
3 |
+
library_name: diffusers
|
4 |
+
tags:
|
5 |
+
- stable-diffusion
|
6 |
+
- stable-diffusion-diffusers
|
7 |
+
- text-to-image
|
8 |
+
- diffusers
|
9 |
+
- controlnet
|
10 |
+
- diffusers-training
|
11 |
+
- stable-diffusion
|
12 |
+
- stable-diffusion-diffusers
|
13 |
+
- text-to-image
|
14 |
+
- diffusers
|
15 |
+
- controlnet
|
16 |
+
- diffusers-training
|
17 |
+
base_model: stabilityai/stable-diffusion-2-1-base
|
18 |
+
inference: true
|
19 |
+
---
|
20 |
+
|
21 |
+
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
22 |
+
should probably proofread and complete it, then remove this comment. -->
|
23 |
+
|
24 |
+
|
25 |
+
# controlnet-sidnarsipur/controlnet_models
|
26 |
+
|
27 |
+
These are controlnet weights trained on stabilityai/stable-diffusion-2-1-base with new type of conditioning.
|
28 |
+
You can find some example images below.
|
29 |
+
|
30 |
+
prompt: Roughness Map
|
31 |
+
![images_0)](./images_0.png)
|
32 |
+
prompt: Roughness Map
|
33 |
+
![images_1)](./images_1.png)
|
34 |
+
prompt: Roughness Map
|
35 |
+
![images_2)](./images_2.png)
|
36 |
+
prompt: Roughness Map
|
37 |
+
![images_3)](./images_3.png)
|
38 |
+
|
39 |
+
|
40 |
+
|
41 |
+
## Intended uses & limitations
|
42 |
+
|
43 |
+
#### How to use
|
44 |
+
|
45 |
+
```python
|
46 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
47 |
+
```
|
48 |
+
|
49 |
+
#### Limitations and bias
|
50 |
+
|
51 |
+
[TODO: provide examples of latent issues and potential remediations]
|
52 |
+
|
53 |
+
## Training details
|
54 |
+
|
55 |
+
[TODO: describe the data used to train the model]
|
checkpoint-16000/controlnet/config.json
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "ControlNetModel",
|
3 |
+
"_diffusers_version": "0.28.0.dev0",
|
4 |
+
"_name_or_path": "controlnet_models/checkpoint-5000",
|
5 |
+
"act_fn": "silu",
|
6 |
+
"addition_embed_type": null,
|
7 |
+
"addition_embed_type_num_heads": 64,
|
8 |
+
"addition_time_embed_dim": null,
|
9 |
+
"attention_head_dim": [
|
10 |
+
5,
|
11 |
+
10,
|
12 |
+
20,
|
13 |
+
20
|
14 |
+
],
|
15 |
+
"block_out_channels": [
|
16 |
+
320,
|
17 |
+
640,
|
18 |
+
1280,
|
19 |
+
1280
|
20 |
+
],
|
21 |
+
"class_embed_type": null,
|
22 |
+
"conditioning_channels": 3,
|
23 |
+
"conditioning_embedding_out_channels": [
|
24 |
+
16,
|
25 |
+
32,
|
26 |
+
96,
|
27 |
+
256
|
28 |
+
],
|
29 |
+
"controlnet_conditioning_channel_order": "rgb",
|
30 |
+
"cross_attention_dim": 1024,
|
31 |
+
"down_block_types": [
|
32 |
+
"CrossAttnDownBlock2D",
|
33 |
+
"CrossAttnDownBlock2D",
|
34 |
+
"CrossAttnDownBlock2D",
|
35 |
+
"DownBlock2D"
|
36 |
+
],
|
37 |
+
"downsample_padding": 1,
|
38 |
+
"encoder_hid_dim": null,
|
39 |
+
"encoder_hid_dim_type": null,
|
40 |
+
"flip_sin_to_cos": true,
|
41 |
+
"freq_shift": 0,
|
42 |
+
"global_pool_conditions": false,
|
43 |
+
"in_channels": 4,
|
44 |
+
"layers_per_block": 2,
|
45 |
+
"mid_block_scale_factor": 1,
|
46 |
+
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
47 |
+
"norm_eps": 1e-05,
|
48 |
+
"norm_num_groups": 32,
|
49 |
+
"num_attention_heads": null,
|
50 |
+
"num_class_embeds": null,
|
51 |
+
"only_cross_attention": false,
|
52 |
+
"projection_class_embeddings_input_dim": null,
|
53 |
+
"resnet_time_scale_shift": "default",
|
54 |
+
"transformer_layers_per_block": 1,
|
55 |
+
"upcast_attention": false,
|
56 |
+
"use_linear_projection": true
|
57 |
+
}
|
checkpoint-16000/controlnet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b10c5cf812ac961c8db832e2edcd8b8b42ebef9f2699bb1455fad463c1aaf5e
|
3 |
+
size 1456953560
|
checkpoint-16000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8f11ea5f837a9e7ee38da137fe5ed976fb97a5892af5a75c779695d964ac967
|
3 |
+
size 2914111182
|
checkpoint-16000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23edbea50025a4f8806722b23cf5148e6d8a1af2e8ce04b8804e71891f8543bd
|
3 |
+
size 14408
|
checkpoint-16000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58b1244a63b890a4ff3cf1a883daec4d142a2f0a3f6da815695e7d742cf6e8cf
|
3 |
+
size 1000
|
config.json
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "ControlNetModel",
|
3 |
+
"_diffusers_version": "0.28.0.dev0",
|
4 |
+
"_name_or_path": "controlnet_models/checkpoint-5000",
|
5 |
+
"act_fn": "silu",
|
6 |
+
"addition_embed_type": null,
|
7 |
+
"addition_embed_type_num_heads": 64,
|
8 |
+
"addition_time_embed_dim": null,
|
9 |
+
"attention_head_dim": [
|
10 |
+
5,
|
11 |
+
10,
|
12 |
+
20,
|
13 |
+
20
|
14 |
+
],
|
15 |
+
"block_out_channels": [
|
16 |
+
320,
|
17 |
+
640,
|
18 |
+
1280,
|
19 |
+
1280
|
20 |
+
],
|
21 |
+
"class_embed_type": null,
|
22 |
+
"conditioning_channels": 3,
|
23 |
+
"conditioning_embedding_out_channels": [
|
24 |
+
16,
|
25 |
+
32,
|
26 |
+
96,
|
27 |
+
256
|
28 |
+
],
|
29 |
+
"controlnet_conditioning_channel_order": "rgb",
|
30 |
+
"cross_attention_dim": 1024,
|
31 |
+
"down_block_types": [
|
32 |
+
"CrossAttnDownBlock2D",
|
33 |
+
"CrossAttnDownBlock2D",
|
34 |
+
"CrossAttnDownBlock2D",
|
35 |
+
"DownBlock2D"
|
36 |
+
],
|
37 |
+
"downsample_padding": 1,
|
38 |
+
"encoder_hid_dim": null,
|
39 |
+
"encoder_hid_dim_type": null,
|
40 |
+
"flip_sin_to_cos": true,
|
41 |
+
"freq_shift": 0,
|
42 |
+
"global_pool_conditions": false,
|
43 |
+
"in_channels": 4,
|
44 |
+
"layers_per_block": 2,
|
45 |
+
"mid_block_scale_factor": 1,
|
46 |
+
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
47 |
+
"norm_eps": 1e-05,
|
48 |
+
"norm_num_groups": 32,
|
49 |
+
"num_attention_heads": null,
|
50 |
+
"num_class_embeds": null,
|
51 |
+
"only_cross_attention": false,
|
52 |
+
"projection_class_embeddings_input_dim": null,
|
53 |
+
"resnet_time_scale_shift": "default",
|
54 |
+
"transformer_layers_per_block": 1,
|
55 |
+
"upcast_attention": false,
|
56 |
+
"use_linear_projection": true
|
57 |
+
}
|
diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8ffd18ba8007ac28d6116c54eefdacff3dafbb057a469ae0b2ef13987d5400a
|
3 |
+
size 1456953560
|
image_control.png
ADDED
images_0.png
ADDED
Git LFS Details
|
images_1.png
ADDED
Git LFS Details
|
images_2.png
ADDED
Git LFS Details
|
images_3.png
ADDED
Git LFS Details
|