End of training
Browse files- .gitattributes +3 -0
- .gitignore +2 -0
- README.md +22 -0
- checkpoint-10000/optimizer.bin +3 -0
- checkpoint-10000/pytorch_model.bin +3 -0
- checkpoint-10000/random_states_0.pkl +3 -0
- checkpoint-10000/scaler.pt +3 -0
- checkpoint-10000/scheduler.bin +3 -0
- checkpoint-15000/optimizer.bin +3 -0
- checkpoint-15000/pytorch_model.bin +3 -0
- checkpoint-15000/random_states_0.pkl +3 -0
- checkpoint-15000/scaler.pt +3 -0
- checkpoint-15000/scheduler.bin +3 -0
- checkpoint-20000/optimizer.bin +3 -0
- checkpoint-20000/pytorch_model.bin +3 -0
- checkpoint-20000/random_states_0.pkl +3 -0
- checkpoint-20000/scaler.pt +3 -0
- checkpoint-20000/scheduler.bin +3 -0
- checkpoint-25000/optimizer.bin +3 -0
- checkpoint-25000/pytorch_model.bin +3 -0
- checkpoint-25000/random_states_0.pkl +3 -0
- checkpoint-25000/scaler.pt +3 -0
- checkpoint-25000/scheduler.bin +3 -0
- checkpoint-30000/optimizer.bin +3 -0
- checkpoint-30000/pytorch_model.bin +3 -0
- checkpoint-30000/random_states_0.pkl +3 -0
- checkpoint-30000/scaler.pt +3 -0
- checkpoint-30000/scheduler.bin +3 -0
- checkpoint-5000/optimizer.bin +3 -0
- checkpoint-5000/pytorch_model.bin +3 -0
- checkpoint-5000/random_states_0.pkl +3 -0
- checkpoint-5000/scaler.pt +3 -0
- checkpoint-5000/scheduler.bin +3 -0
- config.json +104 -0
- diffusion_pytorch_model.bin +3 -0
- diffusion_pytorch_model.safetensors +3 -0
- image_0.png +3 -0
- image_1.png +3 -0
- image_2.png +3 -0
.gitattributes
CHANGED
@@ -32,3 +32,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
+
image_0.png filter=lfs diff=lfs merge=lfs -text
|
36 |
+
image_1.png filter=lfs diff=lfs merge=lfs -text
|
37 |
+
image_2.png filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
step_*
|
2 |
+
epoch_*
|
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
license: creativeml-openrail-m
|
4 |
+
base_model: runwayml/stable-diffusion-v1-5
|
5 |
+
tags:
|
6 |
+
- stable-diffusion
|
7 |
+
- stable-diffusion-diffusers
|
8 |
+
- text-to-image
|
9 |
+
- diffusers
|
10 |
+
- lora
|
11 |
+
- controlnet
|
12 |
+
- control-lora
|
13 |
+
inference: true
|
14 |
+
---
|
15 |
+
|
16 |
+
# ControlLoRA text2image fine-tuning - https://huggingface.co/wtcherr/sd-unsplash_5k_blur_61KS-model-control-lora
|
17 |
+
These are ControlLoRA adaption weights for runwayml/stable-diffusion-v1-5. The weights were fine-tuned on the wtcherr/unsplash_5k_blur_61KS dataset. You can find some example images in the following.
|
18 |
+
|
19 |
+
![img_0](./image_0.png)
|
20 |
+
![img_1](./image_1.png)
|
21 |
+
![img_2](./image_2.png)
|
22 |
+
|
checkpoint-10000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53016e8390741739c9bab58b96b13b11f5a2c978d26b1259ed3688fe4ea457c8
|
3 |
+
size 48711501
|
checkpoint-10000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c6fd412cc75e22025454470f17f47780509fdd493da0eb4057ef67febb31f37
|
3 |
+
size 24354125
|
checkpoint-10000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3aacf3c8c3f71ef115005939349567ea9724de8e25e5b800860e6acfbefa6325
|
3 |
+
size 14663
|
checkpoint-10000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9be2ad76dcbc923b00e6a142f6db62aad4a46c47bb83864ccb68ddc899d0ce78
|
3 |
+
size 557
|
checkpoint-10000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:faadf5d41cbc3e7b85459d3e5a7f630ea65b09e5da15f0535216b1a21822b090
|
3 |
+
size 563
|
checkpoint-15000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f280f1fef378c23d7bd9695eb23fe50cfff7507e4b08a1185ca407c087964794
|
3 |
+
size 48711501
|
checkpoint-15000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cbbe0dc70b645ac3acaf90858f92c79d1a89db5aa6ed1105da4aa7b491e25cbc
|
3 |
+
size 24354125
|
checkpoint-15000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ce674005cf6c4b865b7acc48035bb11d632825dea950f5ddfb7513c1b085ef0
|
3 |
+
size 14663
|
checkpoint-15000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f2f8a8c73ea9d843a2a74715a82e242c8967122b03be7eda5c9e8ad03a93de5
|
3 |
+
size 557
|
checkpoint-15000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:04fa3bad5321013c94726775fe1d6ee1f9c6dd72d27c3e21ee5daf58c5d0c4aa
|
3 |
+
size 563
|
checkpoint-20000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f114626177afc40a8c26414b01606514ca1ec66f3004254ee19ecaccf45b714f
|
3 |
+
size 48711501
|
checkpoint-20000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f1dd034e05be491f2a6a4c35935e61b6824b4e284a83860cdf751d88fce5d1f
|
3 |
+
size 24354125
|
checkpoint-20000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c6e85ceb8cbd903f0d8084b951528bc4145697fe4bab457ff4ad8f104948a1b
|
3 |
+
size 14663
|
checkpoint-20000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67004806afa5363abd7e03ef8a69e677b76f87a7692ff3407a563183326df3fc
|
3 |
+
size 557
|
checkpoint-20000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b758b268ac78a512a1312cf9116e3ef39a1029d6034257a54a01b88d7ecb97c7
|
3 |
+
size 563
|
checkpoint-25000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35b4e0c935ec06a6429760f4a1476ae246b6353c556f1dcd1a5abdad1fd22d2d
|
3 |
+
size 48711501
|
checkpoint-25000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0628d1f8fea2c9f53ca48ff910fac50d5d53e051b67d46a24e1d32ac30af15bb
|
3 |
+
size 24354125
|
checkpoint-25000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77b56737c9e5b8fe4c244c47dad3d148aafdafd16e1e73d64883be1fa626b68d
|
3 |
+
size 14663
|
checkpoint-25000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28a3df3e27e3bed36dc4d8928a8a23b2fc47a3df4ed0d8f456c18cc938040673
|
3 |
+
size 557
|
checkpoint-25000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:275f4c27a0479db43de440dae41d9749e8aa8c98ac0e2d0a36db10426e56c541
|
3 |
+
size 563
|
checkpoint-30000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e58c611dc06236a6e4e669634b4ac3a8424262437ab42174e68a69afadc4d15
|
3 |
+
size 48711501
|
checkpoint-30000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c823278a0455af9bdf15d7bc2338c9179bb3afdd74f47b20dcf07a5ea7553512
|
3 |
+
size 24354125
|
checkpoint-30000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce09114b1b1eae5093a45a1fc282c54eca795203140fb4d930f3d082e5281fd4
|
3 |
+
size 14663
|
checkpoint-30000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e046fc69e0f854bb9bb69dae26fd020ac607c5fda7ecb9fa655d6e3ab7e63b0d
|
3 |
+
size 557
|
checkpoint-30000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5af8758dd3b31faebd85231392938614752cb296a1ff9df361d117bf4b29e191
|
3 |
+
size 563
|
checkpoint-5000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8bdd0a07184a50d881666eb1d57d74d8fa2b3d5c3ba67edc00d9bde73d8a4376
|
3 |
+
size 48711501
|
checkpoint-5000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78f93862a8a3ec7b347fc7ce2e66aea1c0914ef31dba315855702c6a9e7f487d
|
3 |
+
size 24354125
|
checkpoint-5000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a8dfe0ae63d3f05803008f3aa39160d7ac4a6e09a097c7175c14f0c4d00a22e
|
3 |
+
size 14663
|
checkpoint-5000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a41313b6733b65c1acca917a7c2ced06503c11b898e6cd5de1e6a9f13bfb54ef
|
3 |
+
size 557
|
checkpoint-5000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3843edb867cf4f9f01089c06e7000fd41c495d6f43a6628b3a2502c7741a1f38
|
3 |
+
size 563
|
config.json
ADDED
@@ -0,0 +1,104 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "ControlLoRA",
|
3 |
+
"_diffusers_version": "0.17.0.dev0",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"block_out_channels": [
|
6 |
+
32,
|
7 |
+
64,
|
8 |
+
128,
|
9 |
+
256
|
10 |
+
],
|
11 |
+
"down_block_types": [
|
12 |
+
"SimpleDownEncoderBlock2D",
|
13 |
+
"SimpleDownEncoderBlock2D",
|
14 |
+
"SimpleDownEncoderBlock2D",
|
15 |
+
"SimpleDownEncoderBlock2D"
|
16 |
+
],
|
17 |
+
"in_channels": 3,
|
18 |
+
"layers_per_block": 1,
|
19 |
+
"lora_block_in_channels": [
|
20 |
+
256,
|
21 |
+
256,
|
22 |
+
256,
|
23 |
+
256
|
24 |
+
],
|
25 |
+
"lora_block_out_channels": [
|
26 |
+
320,
|
27 |
+
640,
|
28 |
+
1280,
|
29 |
+
1280
|
30 |
+
],
|
31 |
+
"lora_concat_hidden": false,
|
32 |
+
"lora_control_channels": [
|
33 |
+
null,
|
34 |
+
null,
|
35 |
+
null,
|
36 |
+
null
|
37 |
+
],
|
38 |
+
"lora_control_rank": null,
|
39 |
+
"lora_control_self_add": true,
|
40 |
+
"lora_cross_attention_dims": [
|
41 |
+
[
|
42 |
+
null,
|
43 |
+
768,
|
44 |
+
null,
|
45 |
+
768,
|
46 |
+
null,
|
47 |
+
768,
|
48 |
+
null,
|
49 |
+
768,
|
50 |
+
null,
|
51 |
+
768
|
52 |
+
],
|
53 |
+
[
|
54 |
+
null,
|
55 |
+
768,
|
56 |
+
null,
|
57 |
+
768,
|
58 |
+
null,
|
59 |
+
768,
|
60 |
+
null,
|
61 |
+
768,
|
62 |
+
null,
|
63 |
+
768
|
64 |
+
],
|
65 |
+
[
|
66 |
+
null,
|
67 |
+
768,
|
68 |
+
null,
|
69 |
+
768,
|
70 |
+
null,
|
71 |
+
768,
|
72 |
+
null,
|
73 |
+
768,
|
74 |
+
null,
|
75 |
+
768
|
76 |
+
],
|
77 |
+
[
|
78 |
+
null,
|
79 |
+
768
|
80 |
+
]
|
81 |
+
],
|
82 |
+
"lora_key_states_skipped": false,
|
83 |
+
"lora_output_states_skipped": false,
|
84 |
+
"lora_post_add": false,
|
85 |
+
"lora_pre_conv_layers_kernel_size": 1,
|
86 |
+
"lora_pre_conv_layers_per_block": 1,
|
87 |
+
"lora_pre_conv_skipped": false,
|
88 |
+
"lora_pre_conv_types": [
|
89 |
+
"SimpleDownEncoderBlock2D",
|
90 |
+
"SimpleDownEncoderBlock2D",
|
91 |
+
"SimpleDownEncoderBlock2D",
|
92 |
+
"SimpleDownEncoderBlock2D"
|
93 |
+
],
|
94 |
+
"lora_pre_down_block_types": [
|
95 |
+
null,
|
96 |
+
"SimpleDownEncoderBlock2D",
|
97 |
+
"SimpleDownEncoderBlock2D",
|
98 |
+
"SimpleDownEncoderBlock2D"
|
99 |
+
],
|
100 |
+
"lora_pre_down_layers_per_block": 1,
|
101 |
+
"lora_rank": 4,
|
102 |
+
"lora_value_states_skipped": false,
|
103 |
+
"norm_num_groups": 32
|
104 |
+
}
|
diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d37d5f0b8ba714bdadaed1062c61ae6f703af6f4fbed98f3c48ac2c9132e25b
|
3 |
+
size 24358273
|
diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13beaf359e11ed3929a4c1e06ed3da35eb6d8a984ae5fa50ab5fd32c9626e79d
|
3 |
+
size 24230832
|
image_0.png
ADDED
Git LFS Details
|
image_1.png
ADDED
Git LFS Details
|
image_2.png
ADDED
Git LFS Details
|