Epoch 30
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- checkpoint-115000/optimizer.bin +1 -1
- checkpoint-115000/random_states_0.pkl +2 -2
- checkpoint-115000/scaler.pt +1 -1
- checkpoint-115000/scheduler.bin +1 -1
- checkpoint-115000/unet/config.json +3 -3
- checkpoint-115000/unet/diffusion_pytorch_model.bin +1 -1
- checkpoint-115000/unet_ema/config.json +3 -3
- checkpoint-115000/unet_ema/diffusion_pytorch_model.bin +1 -1
- checkpoint-115500/optimizer.bin +1 -1
- checkpoint-115500/random_states_0.pkl +2 -2
- checkpoint-115500/scaler.pt +1 -1
- checkpoint-115500/scheduler.bin +1 -1
- checkpoint-115500/unet/config.json +3 -3
- checkpoint-115500/unet/diffusion_pytorch_model.bin +1 -1
- checkpoint-115500/unet_ema/config.json +3 -3
- checkpoint-115500/unet_ema/diffusion_pytorch_model.bin +1 -1
- checkpoint-116000/optimizer.bin +1 -1
- checkpoint-116000/random_states_0.pkl +2 -2
- checkpoint-116000/scaler.pt +1 -1
- checkpoint-116000/scheduler.bin +1 -1
- checkpoint-116000/unet/config.json +3 -3
- checkpoint-116000/unet/diffusion_pytorch_model.bin +1 -1
- checkpoint-116000/unet_ema/config.json +3 -3
- checkpoint-116000/unet_ema/diffusion_pytorch_model.bin +1 -1
- checkpoint-116500/optimizer.bin +1 -1
- checkpoint-116500/random_states_0.pkl +2 -2
- checkpoint-116500/scaler.pt +1 -1
- checkpoint-116500/scheduler.bin +1 -1
- checkpoint-116500/unet/config.json +3 -3
- checkpoint-116500/unet/diffusion_pytorch_model.bin +1 -1
- checkpoint-116500/unet_ema/config.json +3 -3
- checkpoint-116500/unet_ema/diffusion_pytorch_model.bin +1 -1
- checkpoint-117000/optimizer.bin +1 -1
- checkpoint-117000/random_states_0.pkl +2 -2
- checkpoint-117000/scaler.pt +1 -1
- checkpoint-117000/scheduler.bin +1 -1
- checkpoint-117000/unet/config.json +3 -3
- checkpoint-117000/unet/diffusion_pytorch_model.bin +1 -1
- checkpoint-117000/unet_ema/config.json +3 -3
- checkpoint-117000/unet_ema/diffusion_pytorch_model.bin +1 -1
- checkpoint-117500/optimizer.bin +1 -1
- checkpoint-117500/random_states_0.pkl +2 -2
- checkpoint-117500/scaler.pt +1 -1
- checkpoint-117500/scheduler.bin +1 -1
- checkpoint-117500/unet/config.json +3 -3
- checkpoint-117500/unet/diffusion_pytorch_model.bin +1 -1
- checkpoint-117500/unet_ema/config.json +3 -3
- checkpoint-117500/unet_ema/diffusion_pytorch_model.bin +1 -1
- checkpoint-118000/optimizer.bin +1 -1
- checkpoint-118000/random_states_0.pkl +2 -2
checkpoint-115000/optimizer.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 73251413
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f3aed90766d4698746684ee2379e14c96a5dba69d81442b6f560850cde2a810
|
3 |
size 73251413
|
checkpoint-115000/random_states_0.pkl
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:cce20a84471e039fe85a539f92254be8ac4e42b0dfbc6c5c475690b190204e83
|
3 |
+
size 14727
|
checkpoint-115000/scaler.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 557
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0731753a409456bb6f76dd4ebf9e52436ba788ee85286661d14ff3f058f64d3
|
3 |
size 557
|
checkpoint-115000/scheduler.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 563
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0205a01b6f9168119044738367d04079f1b007434a6014c2481b0f2b405f21a7
|
3 |
size 563
|
checkpoint-115000/unet/config.json
CHANGED
@@ -21,8 +21,8 @@
|
|
21 |
"down_block_types": [
|
22 |
"DownBlock2D",
|
23 |
"DownBlock2D",
|
24 |
-
"
|
25 |
-
"
|
26 |
],
|
27 |
"downsample_padding": 1,
|
28 |
"dual_cross_attention": false,
|
@@ -50,8 +50,8 @@
|
|
50 |
"time_embedding_type": "positional",
|
51 |
"timestep_post_act": null,
|
52 |
"up_block_types": [
|
53 |
-
"CrossAttnUpBlock2D",
|
54 |
"UpBlock2D",
|
|
|
55 |
"UpBlock2D",
|
56 |
"UpBlock2D"
|
57 |
],
|
|
|
21 |
"down_block_types": [
|
22 |
"DownBlock2D",
|
23 |
"DownBlock2D",
|
24 |
+
"CrossAttnDownBlock2D",
|
25 |
+
"DownBlock2D"
|
26 |
],
|
27 |
"downsample_padding": 1,
|
28 |
"dual_cross_attention": false,
|
|
|
50 |
"time_embedding_type": "positional",
|
51 |
"timestep_post_act": null,
|
52 |
"up_block_types": [
|
|
|
53 |
"UpBlock2D",
|
54 |
+
"CrossAttnUpBlock2D",
|
55 |
"UpBlock2D",
|
56 |
"UpBlock2D"
|
57 |
],
|
checkpoint-115000/unet/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 36621969
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:723780703c67c489d0cb2d2e4b9b364e2c61315fdaab5502d42c636ff2cd6293
|
3 |
size 36621969
|
checkpoint-115000/unet_ema/config.json
CHANGED
@@ -22,8 +22,8 @@
|
|
22 |
"down_block_types": [
|
23 |
"DownBlock2D",
|
24 |
"DownBlock2D",
|
25 |
-
"
|
26 |
-
"
|
27 |
],
|
28 |
"downsample_padding": 1,
|
29 |
"dual_cross_attention": false,
|
@@ -55,8 +55,8 @@
|
|
55 |
"time_embedding_type": "positional",
|
56 |
"timestep_post_act": null,
|
57 |
"up_block_types": [
|
58 |
-
"CrossAttnUpBlock2D",
|
59 |
"UpBlock2D",
|
|
|
60 |
"UpBlock2D",
|
61 |
"UpBlock2D"
|
62 |
],
|
|
|
22 |
"down_block_types": [
|
23 |
"DownBlock2D",
|
24 |
"DownBlock2D",
|
25 |
+
"CrossAttnDownBlock2D",
|
26 |
+
"DownBlock2D"
|
27 |
],
|
28 |
"downsample_padding": 1,
|
29 |
"dual_cross_attention": false,
|
|
|
55 |
"time_embedding_type": "positional",
|
56 |
"timestep_post_act": null,
|
57 |
"up_block_types": [
|
|
|
58 |
"UpBlock2D",
|
59 |
+
"CrossAttnUpBlock2D",
|
60 |
"UpBlock2D",
|
61 |
"UpBlock2D"
|
62 |
],
|
checkpoint-115000/unet_ema/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 36616081
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74ba66c4574bd54a693bba5ea196e66085ca6b452b06bfb4b30168c264609603
|
3 |
size 36616081
|
checkpoint-115500/optimizer.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 73251413
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48b61df5edc5ee23389630cc84cd8e35abe6e576aea638aeb97268f72bc987ef
|
3 |
size 73251413
|
checkpoint-115500/random_states_0.pkl
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:3a792cc7a110abab22afd664264185f0b3bbca7ac21100f5bf9d5465dec61f6e
|
3 |
+
size 14727
|
checkpoint-115500/scaler.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 557
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:588cf06f91537e305815fc7877a2929d20f4b46fbbe5daa4a144d9a1fe1f2ef9
|
3 |
size 557
|
checkpoint-115500/scheduler.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 563
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e87f7f85848428e28c86d1e0af47826a0ebfa8a271d7e925e84d2416ec187d43
|
3 |
size 563
|
checkpoint-115500/unet/config.json
CHANGED
@@ -21,8 +21,8 @@
|
|
21 |
"down_block_types": [
|
22 |
"DownBlock2D",
|
23 |
"DownBlock2D",
|
24 |
-
"
|
25 |
-
"
|
26 |
],
|
27 |
"downsample_padding": 1,
|
28 |
"dual_cross_attention": false,
|
@@ -50,8 +50,8 @@
|
|
50 |
"time_embedding_type": "positional",
|
51 |
"timestep_post_act": null,
|
52 |
"up_block_types": [
|
53 |
-
"CrossAttnUpBlock2D",
|
54 |
"UpBlock2D",
|
|
|
55 |
"UpBlock2D",
|
56 |
"UpBlock2D"
|
57 |
],
|
|
|
21 |
"down_block_types": [
|
22 |
"DownBlock2D",
|
23 |
"DownBlock2D",
|
24 |
+
"CrossAttnDownBlock2D",
|
25 |
+
"DownBlock2D"
|
26 |
],
|
27 |
"downsample_padding": 1,
|
28 |
"dual_cross_attention": false,
|
|
|
50 |
"time_embedding_type": "positional",
|
51 |
"timestep_post_act": null,
|
52 |
"up_block_types": [
|
|
|
53 |
"UpBlock2D",
|
54 |
+
"CrossAttnUpBlock2D",
|
55 |
"UpBlock2D",
|
56 |
"UpBlock2D"
|
57 |
],
|
checkpoint-115500/unet/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 36621969
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:312b11022796b95361e2f8d1374df4543aa9594271f4df8c5d1819da4ed3ff7d
|
3 |
size 36621969
|
checkpoint-115500/unet_ema/config.json
CHANGED
@@ -22,8 +22,8 @@
|
|
22 |
"down_block_types": [
|
23 |
"DownBlock2D",
|
24 |
"DownBlock2D",
|
25 |
-
"
|
26 |
-
"
|
27 |
],
|
28 |
"downsample_padding": 1,
|
29 |
"dual_cross_attention": false,
|
@@ -55,8 +55,8 @@
|
|
55 |
"time_embedding_type": "positional",
|
56 |
"timestep_post_act": null,
|
57 |
"up_block_types": [
|
58 |
-
"CrossAttnUpBlock2D",
|
59 |
"UpBlock2D",
|
|
|
60 |
"UpBlock2D",
|
61 |
"UpBlock2D"
|
62 |
],
|
|
|
22 |
"down_block_types": [
|
23 |
"DownBlock2D",
|
24 |
"DownBlock2D",
|
25 |
+
"CrossAttnDownBlock2D",
|
26 |
+
"DownBlock2D"
|
27 |
],
|
28 |
"downsample_padding": 1,
|
29 |
"dual_cross_attention": false,
|
|
|
55 |
"time_embedding_type": "positional",
|
56 |
"timestep_post_act": null,
|
57 |
"up_block_types": [
|
|
|
58 |
"UpBlock2D",
|
59 |
+
"CrossAttnUpBlock2D",
|
60 |
"UpBlock2D",
|
61 |
"UpBlock2D"
|
62 |
],
|
checkpoint-115500/unet_ema/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 36616081
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a74de8fb29797d95a808b449c248539452834540147170adfe028846935dfbb
|
3 |
size 36616081
|
checkpoint-116000/optimizer.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 73251413
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74769d72c2d5c803c87e40ed7fd5b592c7e35b4c1660a4c57cf492f614cee18c
|
3 |
size 73251413
|
checkpoint-116000/random_states_0.pkl
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:c5adb6b87447cee922964a936eef200c8621bd8b21887598b558447d4f0b573f
|
3 |
+
size 14727
|
checkpoint-116000/scaler.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 557
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:367fed03af4e55917f2f079f3ef074f77af8ba2e566b228e59216345e62d1dbf
|
3 |
size 557
|
checkpoint-116000/scheduler.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 563
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f0e48f4e8d1511b6e9497992b12027ee1eb5ec7f0aca9d1fa45000544dd6582
|
3 |
size 563
|
checkpoint-116000/unet/config.json
CHANGED
@@ -21,8 +21,8 @@
|
|
21 |
"down_block_types": [
|
22 |
"DownBlock2D",
|
23 |
"DownBlock2D",
|
24 |
-
"
|
25 |
-
"
|
26 |
],
|
27 |
"downsample_padding": 1,
|
28 |
"dual_cross_attention": false,
|
@@ -50,8 +50,8 @@
|
|
50 |
"time_embedding_type": "positional",
|
51 |
"timestep_post_act": null,
|
52 |
"up_block_types": [
|
53 |
-
"CrossAttnUpBlock2D",
|
54 |
"UpBlock2D",
|
|
|
55 |
"UpBlock2D",
|
56 |
"UpBlock2D"
|
57 |
],
|
|
|
21 |
"down_block_types": [
|
22 |
"DownBlock2D",
|
23 |
"DownBlock2D",
|
24 |
+
"CrossAttnDownBlock2D",
|
25 |
+
"DownBlock2D"
|
26 |
],
|
27 |
"downsample_padding": 1,
|
28 |
"dual_cross_attention": false,
|
|
|
50 |
"time_embedding_type": "positional",
|
51 |
"timestep_post_act": null,
|
52 |
"up_block_types": [
|
|
|
53 |
"UpBlock2D",
|
54 |
+
"CrossAttnUpBlock2D",
|
55 |
"UpBlock2D",
|
56 |
"UpBlock2D"
|
57 |
],
|
checkpoint-116000/unet/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 36621969
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73810e32410f57067f17787fe13435e8ce64eb03e2814e77b3c4b4bb3b2514fd
|
3 |
size 36621969
|
checkpoint-116000/unet_ema/config.json
CHANGED
@@ -22,8 +22,8 @@
|
|
22 |
"down_block_types": [
|
23 |
"DownBlock2D",
|
24 |
"DownBlock2D",
|
25 |
-
"
|
26 |
-
"
|
27 |
],
|
28 |
"downsample_padding": 1,
|
29 |
"dual_cross_attention": false,
|
@@ -55,8 +55,8 @@
|
|
55 |
"time_embedding_type": "positional",
|
56 |
"timestep_post_act": null,
|
57 |
"up_block_types": [
|
58 |
-
"CrossAttnUpBlock2D",
|
59 |
"UpBlock2D",
|
|
|
60 |
"UpBlock2D",
|
61 |
"UpBlock2D"
|
62 |
],
|
|
|
22 |
"down_block_types": [
|
23 |
"DownBlock2D",
|
24 |
"DownBlock2D",
|
25 |
+
"CrossAttnDownBlock2D",
|
26 |
+
"DownBlock2D"
|
27 |
],
|
28 |
"downsample_padding": 1,
|
29 |
"dual_cross_attention": false,
|
|
|
55 |
"time_embedding_type": "positional",
|
56 |
"timestep_post_act": null,
|
57 |
"up_block_types": [
|
|
|
58 |
"UpBlock2D",
|
59 |
+
"CrossAttnUpBlock2D",
|
60 |
"UpBlock2D",
|
61 |
"UpBlock2D"
|
62 |
],
|
checkpoint-116000/unet_ema/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 36616081
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:30b9d97884cea60a84eb34c63955327efb5c72c417fc7333f192b924f7fd43f0
|
3 |
size 36616081
|
checkpoint-116500/optimizer.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 73251413
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5d440a004c8a4617413adf237a50b59a7aef01670370b379963dfaa12597152
|
3 |
size 73251413
|
checkpoint-116500/random_states_0.pkl
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:fd60362fe44524a9a1ffa9ec3fce764c7c63f6532a3a89db1ce577e14fbb9580
|
3 |
+
size 14727
|
checkpoint-116500/scaler.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 557
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:30a227cff454b4d5d44ddaac78acd254a556c53e4bf590e2e7e45f2097d30dc6
|
3 |
size 557
|
checkpoint-116500/scheduler.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 563
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f403e47f25633fdcf199013108cbe0d2c42856f3c67cda3ae4193b82876ee2ac
|
3 |
size 563
|
checkpoint-116500/unet/config.json
CHANGED
@@ -21,8 +21,8 @@
|
|
21 |
"down_block_types": [
|
22 |
"DownBlock2D",
|
23 |
"DownBlock2D",
|
24 |
-
"
|
25 |
-
"
|
26 |
],
|
27 |
"downsample_padding": 1,
|
28 |
"dual_cross_attention": false,
|
@@ -50,8 +50,8 @@
|
|
50 |
"time_embedding_type": "positional",
|
51 |
"timestep_post_act": null,
|
52 |
"up_block_types": [
|
53 |
-
"CrossAttnUpBlock2D",
|
54 |
"UpBlock2D",
|
|
|
55 |
"UpBlock2D",
|
56 |
"UpBlock2D"
|
57 |
],
|
|
|
21 |
"down_block_types": [
|
22 |
"DownBlock2D",
|
23 |
"DownBlock2D",
|
24 |
+
"CrossAttnDownBlock2D",
|
25 |
+
"DownBlock2D"
|
26 |
],
|
27 |
"downsample_padding": 1,
|
28 |
"dual_cross_attention": false,
|
|
|
50 |
"time_embedding_type": "positional",
|
51 |
"timestep_post_act": null,
|
52 |
"up_block_types": [
|
|
|
53 |
"UpBlock2D",
|
54 |
+
"CrossAttnUpBlock2D",
|
55 |
"UpBlock2D",
|
56 |
"UpBlock2D"
|
57 |
],
|
checkpoint-116500/unet/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 36621969
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb7e5627ff708cbc08a951424168e4b7ecb8014325b05193b25cf09963d736c3
|
3 |
size 36621969
|
checkpoint-116500/unet_ema/config.json
CHANGED
@@ -22,8 +22,8 @@
|
|
22 |
"down_block_types": [
|
23 |
"DownBlock2D",
|
24 |
"DownBlock2D",
|
25 |
-
"
|
26 |
-
"
|
27 |
],
|
28 |
"downsample_padding": 1,
|
29 |
"dual_cross_attention": false,
|
@@ -55,8 +55,8 @@
|
|
55 |
"time_embedding_type": "positional",
|
56 |
"timestep_post_act": null,
|
57 |
"up_block_types": [
|
58 |
-
"CrossAttnUpBlock2D",
|
59 |
"UpBlock2D",
|
|
|
60 |
"UpBlock2D",
|
61 |
"UpBlock2D"
|
62 |
],
|
|
|
22 |
"down_block_types": [
|
23 |
"DownBlock2D",
|
24 |
"DownBlock2D",
|
25 |
+
"CrossAttnDownBlock2D",
|
26 |
+
"DownBlock2D"
|
27 |
],
|
28 |
"downsample_padding": 1,
|
29 |
"dual_cross_attention": false,
|
|
|
55 |
"time_embedding_type": "positional",
|
56 |
"timestep_post_act": null,
|
57 |
"up_block_types": [
|
|
|
58 |
"UpBlock2D",
|
59 |
+
"CrossAttnUpBlock2D",
|
60 |
"UpBlock2D",
|
61 |
"UpBlock2D"
|
62 |
],
|
checkpoint-116500/unet_ema/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 36616081
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a44560bbe40c87e71255494e974a251b757ed6ae8468a1730df811aec6384efb
|
3 |
size 36616081
|
checkpoint-117000/optimizer.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 73251413
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b319c10140e7f23a1ba4aab0f5641d629b9fc1aaeb805b8293b3a7a54b092e96
|
3 |
size 73251413
|
checkpoint-117000/random_states_0.pkl
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:32ca48f9d50f76e404a4dcdaf9805e6d7550a043afce7e6977f839767bb439e8
|
3 |
+
size 14727
|
checkpoint-117000/scaler.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 557
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f6cd57afd6dcac678cb663242dd585716840f4a922e6cc8cdac003725d73681
|
3 |
size 557
|
checkpoint-117000/scheduler.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 563
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f89af0ebbc9baf5bf00889ecc4237409cd032706524e56b723c7fbc150db1f9a
|
3 |
size 563
|
checkpoint-117000/unet/config.json
CHANGED
@@ -21,8 +21,8 @@
|
|
21 |
"down_block_types": [
|
22 |
"DownBlock2D",
|
23 |
"DownBlock2D",
|
24 |
-
"
|
25 |
-
"
|
26 |
],
|
27 |
"downsample_padding": 1,
|
28 |
"dual_cross_attention": false,
|
@@ -50,8 +50,8 @@
|
|
50 |
"time_embedding_type": "positional",
|
51 |
"timestep_post_act": null,
|
52 |
"up_block_types": [
|
53 |
-
"CrossAttnUpBlock2D",
|
54 |
"UpBlock2D",
|
|
|
55 |
"UpBlock2D",
|
56 |
"UpBlock2D"
|
57 |
],
|
|
|
21 |
"down_block_types": [
|
22 |
"DownBlock2D",
|
23 |
"DownBlock2D",
|
24 |
+
"CrossAttnDownBlock2D",
|
25 |
+
"DownBlock2D"
|
26 |
],
|
27 |
"downsample_padding": 1,
|
28 |
"dual_cross_attention": false,
|
|
|
50 |
"time_embedding_type": "positional",
|
51 |
"timestep_post_act": null,
|
52 |
"up_block_types": [
|
|
|
53 |
"UpBlock2D",
|
54 |
+
"CrossAttnUpBlock2D",
|
55 |
"UpBlock2D",
|
56 |
"UpBlock2D"
|
57 |
],
|
checkpoint-117000/unet/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 36621969
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f88f1a2b3b3e3aaa4332b53e49ae919c28ce5eb04fafcdf803631a5448a2530a
|
3 |
size 36621969
|
checkpoint-117000/unet_ema/config.json
CHANGED
@@ -22,8 +22,8 @@
|
|
22 |
"down_block_types": [
|
23 |
"DownBlock2D",
|
24 |
"DownBlock2D",
|
25 |
-
"
|
26 |
-
"
|
27 |
],
|
28 |
"downsample_padding": 1,
|
29 |
"dual_cross_attention": false,
|
@@ -55,8 +55,8 @@
|
|
55 |
"time_embedding_type": "positional",
|
56 |
"timestep_post_act": null,
|
57 |
"up_block_types": [
|
58 |
-
"CrossAttnUpBlock2D",
|
59 |
"UpBlock2D",
|
|
|
60 |
"UpBlock2D",
|
61 |
"UpBlock2D"
|
62 |
],
|
|
|
22 |
"down_block_types": [
|
23 |
"DownBlock2D",
|
24 |
"DownBlock2D",
|
25 |
+
"CrossAttnDownBlock2D",
|
26 |
+
"DownBlock2D"
|
27 |
],
|
28 |
"downsample_padding": 1,
|
29 |
"dual_cross_attention": false,
|
|
|
55 |
"time_embedding_type": "positional",
|
56 |
"timestep_post_act": null,
|
57 |
"up_block_types": [
|
|
|
58 |
"UpBlock2D",
|
59 |
+
"CrossAttnUpBlock2D",
|
60 |
"UpBlock2D",
|
61 |
"UpBlock2D"
|
62 |
],
|
checkpoint-117000/unet_ema/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 36616081
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6f3a408fdcc3e0b5a125a10dd25b6e9fef8e522eae27af1b9e25fec14fd244e
|
3 |
size 36616081
|
checkpoint-117500/optimizer.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 73251413
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fdde4ead803150f3072eb6ab6c14cf2e523b06913c836cd6d7b7f677edb67f14
|
3 |
size 73251413
|
checkpoint-117500/random_states_0.pkl
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:2df11ed307a6670e8a6a1196491da61c64307ebdb32c436e321de04174a44abd
|
3 |
+
size 14727
|
checkpoint-117500/scaler.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 557
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b17475c9edeb4e64c881458bc3ea148ea4b6591fc3b1cdbea48cd1f45b44ae88
|
3 |
size 557
|
checkpoint-117500/scheduler.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 563
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ae5f13b95df92563f04fc11847f4140255653b5921b84e4333f67c29c28633d
|
3 |
size 563
|
checkpoint-117500/unet/config.json
CHANGED
@@ -21,8 +21,8 @@
|
|
21 |
"down_block_types": [
|
22 |
"DownBlock2D",
|
23 |
"DownBlock2D",
|
24 |
-
"
|
25 |
-
"
|
26 |
],
|
27 |
"downsample_padding": 1,
|
28 |
"dual_cross_attention": false,
|
@@ -50,8 +50,8 @@
|
|
50 |
"time_embedding_type": "positional",
|
51 |
"timestep_post_act": null,
|
52 |
"up_block_types": [
|
53 |
-
"CrossAttnUpBlock2D",
|
54 |
"UpBlock2D",
|
|
|
55 |
"UpBlock2D",
|
56 |
"UpBlock2D"
|
57 |
],
|
|
|
21 |
"down_block_types": [
|
22 |
"DownBlock2D",
|
23 |
"DownBlock2D",
|
24 |
+
"CrossAttnDownBlock2D",
|
25 |
+
"DownBlock2D"
|
26 |
],
|
27 |
"downsample_padding": 1,
|
28 |
"dual_cross_attention": false,
|
|
|
50 |
"time_embedding_type": "positional",
|
51 |
"timestep_post_act": null,
|
52 |
"up_block_types": [
|
|
|
53 |
"UpBlock2D",
|
54 |
+
"CrossAttnUpBlock2D",
|
55 |
"UpBlock2D",
|
56 |
"UpBlock2D"
|
57 |
],
|
checkpoint-117500/unet/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 36621969
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe865fafb2a16266daa1f3fdfb8172070779d831c842658a7a93202079fc6357
|
3 |
size 36621969
|
checkpoint-117500/unet_ema/config.json
CHANGED
@@ -22,8 +22,8 @@
|
|
22 |
"down_block_types": [
|
23 |
"DownBlock2D",
|
24 |
"DownBlock2D",
|
25 |
-
"
|
26 |
-
"
|
27 |
],
|
28 |
"downsample_padding": 1,
|
29 |
"dual_cross_attention": false,
|
@@ -55,8 +55,8 @@
|
|
55 |
"time_embedding_type": "positional",
|
56 |
"timestep_post_act": null,
|
57 |
"up_block_types": [
|
58 |
-
"CrossAttnUpBlock2D",
|
59 |
"UpBlock2D",
|
|
|
60 |
"UpBlock2D",
|
61 |
"UpBlock2D"
|
62 |
],
|
|
|
22 |
"down_block_types": [
|
23 |
"DownBlock2D",
|
24 |
"DownBlock2D",
|
25 |
+
"CrossAttnDownBlock2D",
|
26 |
+
"DownBlock2D"
|
27 |
],
|
28 |
"downsample_padding": 1,
|
29 |
"dual_cross_attention": false,
|
|
|
55 |
"time_embedding_type": "positional",
|
56 |
"timestep_post_act": null,
|
57 |
"up_block_types": [
|
|
|
58 |
"UpBlock2D",
|
59 |
+
"CrossAttnUpBlock2D",
|
60 |
"UpBlock2D",
|
61 |
"UpBlock2D"
|
62 |
],
|
checkpoint-117500/unet_ema/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 36616081
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c651431c8ef2aed6c83bddb8f447517bed5291d51f017aae161eec4d2cbdb11a
|
3 |
size 36616081
|
checkpoint-118000/optimizer.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 73251413
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:070bd5d416396d69a5d6198158f69286714e8904fe9352a59c3ad90f0dd8f500
|
3 |
size 73251413
|
checkpoint-118000/random_states_0.pkl
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:705d9df060b6edce1117a16aedfdcea92471300e2fb07067daa611a28e01de54
|
3 |
+
size 14727
|