End of training
Browse files- lr_scheduler/lr_scheduler.pt +1 -1
- optimizer/optimizer.pt +2 -2
- scheduler/sdeparameters.pt +1 -1
- unet/config.json +8 -14
- unet/diffusion_pytorch_model.safetensors +2 -2
lr_scheduler/lr_scheduler.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1076
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d20c2063d5e60005b2a44a7119f69299af9886b73adf1efae8603ea11217c3f
|
3 |
size 1076
|
optimizer/optimizer.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5b732b08f51120e889a70491395c816c537e0d02aa7b632977164dcb3e5fa8a
|
3 |
+
size 6876705882
|
scheduler/sdeparameters.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 136
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06d4e02865d20fa3ab8b76066eb2dc3b5b2b260175b485a3421b2de143e88e45
|
3 |
size 136
|
unet/config.json
CHANGED
@@ -8,12 +8,10 @@
|
|
8 |
"attention_head_dim": 8,
|
9 |
"attention_type": "default",
|
10 |
"block_out_channels": [
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
512,
|
16 |
-
512
|
17 |
],
|
18 |
"center_input_sample": false,
|
19 |
"class_embed_type": null,
|
@@ -23,10 +21,8 @@
|
|
23 |
"cross_attention_dim": 768,
|
24 |
"cross_attention_norm": null,
|
25 |
"down_block_types": [
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"DownBlock2D",
|
29 |
-
"DownBlock2D",
|
30 |
"CrossAttnDownBlock2D",
|
31 |
"DownBlock2D"
|
32 |
],
|
@@ -63,10 +59,8 @@
|
|
63 |
"up_block_types": [
|
64 |
"UpBlock2D",
|
65 |
"CrossAttnUpBlock2D",
|
66 |
-
"
|
67 |
-
"
|
68 |
-
"UpBlock2D",
|
69 |
-
"UpBlock2D"
|
70 |
],
|
71 |
"upcast_attention": false,
|
72 |
"use_linear_projection": false
|
|
|
8 |
"attention_head_dim": 8,
|
9 |
"attention_type": "default",
|
10 |
"block_out_channels": [
|
11 |
+
320,
|
12 |
+
640,
|
13 |
+
1280,
|
14 |
+
1280
|
|
|
|
|
15 |
],
|
16 |
"center_input_sample": false,
|
17 |
"class_embed_type": null,
|
|
|
21 |
"cross_attention_dim": 768,
|
22 |
"cross_attention_norm": null,
|
23 |
"down_block_types": [
|
24 |
+
"CrossAttnDownBlock2D",
|
25 |
+
"CrossAttnDownBlock2D",
|
|
|
|
|
26 |
"CrossAttnDownBlock2D",
|
27 |
"DownBlock2D"
|
28 |
],
|
|
|
59 |
"up_block_types": [
|
60 |
"UpBlock2D",
|
61 |
"CrossAttnUpBlock2D",
|
62 |
+
"CrossAttnUpBlock2D",
|
63 |
+
"CrossAttnUpBlock2D"
|
|
|
|
|
64 |
],
|
65 |
"upcast_attention": false,
|
66 |
"use_linear_projection": false
|
unet/diffusion_pytorch_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dce9d4e63f7a84dc3aa5232f4aa14582a59cb1c6eb81d610b84f481820a69d36
|
3 |
+
size 3438144492
|