Epoch 3
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- checkpoint-11500/optimizer.bin +1 -1
- checkpoint-11500/random_states_0.pkl +2 -2
- checkpoint-11500/scaler.pt +1 -1
- checkpoint-11500/scheduler.bin +1 -1
- checkpoint-11500/unet/config.json +3 -3
- checkpoint-11500/unet/diffusion_pytorch_model.bin +1 -1
- checkpoint-11500/unet_ema/config.json +3 -3
- checkpoint-11500/unet_ema/diffusion_pytorch_model.bin +1 -1
- checkpoint-12000/optimizer.bin +1 -1
- checkpoint-12000/random_states_0.pkl +2 -2
- checkpoint-12000/scaler.pt +1 -1
- checkpoint-12000/scheduler.bin +1 -1
- checkpoint-12000/unet/config.json +3 -3
- checkpoint-12000/unet/diffusion_pytorch_model.bin +1 -1
- checkpoint-12000/unet_ema/config.json +3 -3
- checkpoint-12000/unet_ema/diffusion_pytorch_model.bin +1 -1
- checkpoint-12500/optimizer.bin +1 -1
- checkpoint-12500/random_states_0.pkl +2 -2
- checkpoint-12500/scaler.pt +1 -1
- checkpoint-12500/scheduler.bin +1 -1
- checkpoint-12500/unet/config.json +3 -3
- checkpoint-12500/unet/diffusion_pytorch_model.bin +1 -1
- checkpoint-12500/unet_ema/config.json +3 -3
- checkpoint-12500/unet_ema/diffusion_pytorch_model.bin +1 -1
- checkpoint-13000/optimizer.bin +1 -1
- checkpoint-13000/random_states_0.pkl +2 -2
- checkpoint-13000/scaler.pt +1 -1
- checkpoint-13000/scheduler.bin +1 -1
- checkpoint-13000/unet/config.json +3 -3
- checkpoint-13000/unet/diffusion_pytorch_model.bin +1 -1
- checkpoint-13000/unet_ema/config.json +3 -3
- checkpoint-13000/unet_ema/diffusion_pytorch_model.bin +1 -1
- checkpoint-13500/optimizer.bin +1 -1
- checkpoint-13500/random_states_0.pkl +2 -2
- checkpoint-13500/scaler.pt +1 -1
- checkpoint-13500/scheduler.bin +1 -1
- checkpoint-13500/unet/config.json +3 -3
- checkpoint-13500/unet/diffusion_pytorch_model.bin +1 -1
- checkpoint-13500/unet_ema/config.json +3 -3
- checkpoint-13500/unet_ema/diffusion_pytorch_model.bin +1 -1
- checkpoint-14000/optimizer.bin +1 -1
- checkpoint-14000/random_states_0.pkl +2 -2
- checkpoint-14000/scaler.pt +1 -1
- checkpoint-14000/scheduler.bin +1 -1
- checkpoint-14000/unet/config.json +3 -3
- checkpoint-14000/unet/diffusion_pytorch_model.bin +1 -1
- checkpoint-14000/unet_ema/config.json +3 -3
- checkpoint-14000/unet_ema/diffusion_pytorch_model.bin +1 -1
- checkpoint-14500/optimizer.bin +1 -1
- checkpoint-14500/random_states_0.pkl +2 -2
checkpoint-11500/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:e64f87c680bd733911435e894768e751003c89a3dbe010b4cf535b11c59ecd39
|
3 |
size 73251413
|
checkpoint-11500/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:a86078b756843a254dc085fb8c122614ce2d9342248e7fa5e019e81fec6cdb87
|
3 |
+
size 14727
|
checkpoint-11500/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:fe07541d1e2f2d2086440774e453fb9c38ac16734bcde715824b31b5e33b341c
|
3 |
size 557
|
checkpoint-11500/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:24c7daaa38c525bf701ef550feaa99892e820c97fccdfcc4208ecebb86a147b6
|
3 |
size 563
|
checkpoint-11500/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-11500/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:6adb9ab42d21c3336977388682ce6a9f7bec2492d71de50cf5909598f3b1fd50
|
3 |
size 36621969
|
checkpoint-11500/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-11500/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:d18c7b8dd2929d3011fa357db10bcc1c96bb79e5fdcdecacc06808fc41f5579b
|
3 |
size 36616081
|
checkpoint-12000/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:95e62098a0d46526173ad05d6bb09810131a789cfbd90f069ff74cbef90a2a94
|
3 |
size 73251413
|
checkpoint-12000/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:bffd9fc67c16a0668d960155f6d956a33ba231051864d573fa102d3d0635edf9
|
3 |
+
size 14727
|
checkpoint-12000/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:c82be8dc5906dfab465533ffb74c437a07ef6699c0aaca81752078b7823155dc
|
3 |
size 557
|
checkpoint-12000/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:df5b8bfe56f7daf17b411597d5af146e6386b4b7703c4e64625b9c9bfb51b73b
|
3 |
size 563
|
checkpoint-12000/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-12000/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:fd93e420659abd8cb807da4cafa331dda8cfc1c8d9a5a38797489e413b849cd3
|
3 |
size 36621969
|
checkpoint-12000/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-12000/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:e438fe4ad143cb873bd908c65828fec523d0ad0da744b5cbc52aae5cd366b570
|
3 |
size 36616081
|
checkpoint-12500/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:1a5687efa96c07aa50f345ef2fe8ce8931dbe7552f4d7d5c32d2f712975d9d93
|
3 |
size 73251413
|
checkpoint-12500/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:7f70273fa9cc22960bbcd495644e36d8d0c174ead64afe8fa4f2a15b49425aec
|
3 |
+
size 14727
|
checkpoint-12500/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:01b06f42181421423226389bd634dd3bd60bd3ec0e90b7bfe2e3e1f3827d6534
|
3 |
size 557
|
checkpoint-12500/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:606c5aca8e48c65ca30b18ce4e1e00883872db723fe49608893a372108d4647b
|
3 |
size 563
|
checkpoint-12500/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-12500/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:f4a793abaf1a6011c4a7bf51160afdfde09a3e96cdfff023ce76c6a2e29f058c
|
3 |
size 36621969
|
checkpoint-12500/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-12500/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:babb326d0e45bcbb10d948fa947f1dbdfc1fa1f6056740a96475e51e0ea51172
|
3 |
size 36616081
|
checkpoint-13000/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:2b09c9e3fde28864e8dea571b8a9fd9ccecd8e2b89a2dee2c784d49627357d6e
|
3 |
size 73251413
|
checkpoint-13000/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:b4134f54a10de613994de19c2f2a22aa9f6251d2c28c767ff0ae93c5f57b1aba
|
3 |
+
size 14727
|
checkpoint-13000/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:eb2ede5ba06e50c3f6b7cae1fb91def707642d0db0f1f02d15e9011200a21607
|
3 |
size 557
|
checkpoint-13000/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:c3e89e3f642d935d9bfdc44ad05c70ea4f92252d373dad83e95349f029b5ff17
|
3 |
size 563
|
checkpoint-13000/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-13000/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:8df2cdbc4b0de22e32d40d7067bc36e811cc077557f0204421dd84a911b3a25b
|
3 |
size 36621969
|
checkpoint-13000/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-13000/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:e88aab9796e6aa3ea5d99ebf681c18967be9e7fddf4095963c9174b493d4032e
|
3 |
size 36616081
|
checkpoint-13500/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:f7192386c3a747dc8983835b896eb7f0fd25e53e9739b5f5b05ad1c48a631360
|
3 |
size 73251413
|
checkpoint-13500/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:3109cd30d0a7dfad280fae79634c3dc4aeeed28716d2d5f1a27bf5bebf6071a4
|
3 |
+
size 14727
|
checkpoint-13500/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:a92ea4736a8f313a8c91a1c8c6049af194af87436e7961cda3a67c75856e5938
|
3 |
size 557
|
checkpoint-13500/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:1eb68e75d8c86feafb0dfc3d006bdf3fcd5a19aab56a746cd81d161b00a25993
|
3 |
size 563
|
checkpoint-13500/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-13500/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:af3ae36f90505504e7dbef9d0d89e7fdf82ae4bead97c13fa7e8b90fcae31418
|
3 |
size 36621969
|
checkpoint-13500/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-13500/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:a52efef11216a557166881376b19b497d14337709c85e5858a584e01fa81bc5b
|
3 |
size 36616081
|
checkpoint-14000/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:590626e886ad453fd00f3ba978d179b9900cc080dc4f23335731b22756f333fa
|
3 |
size 73251413
|
checkpoint-14000/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:2ba06c5ce2ae494d6c96c8582e18e6a58882c05b5041cdadf77973926da36d5d
|
3 |
+
size 14727
|
checkpoint-14000/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:40c00dd84b7b72ae1f3d13788a4f6f39d52fd18cc3a12250bfec939a2d0e71a9
|
3 |
size 557
|
checkpoint-14000/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:6652a6f4f43c92380f387888674d4cec373766bbdc9ced61de13fb98297d18bc
|
3 |
size 563
|
checkpoint-14000/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-14000/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:9f8c118c6309dd1cac622cd47d2eb9d72d332dc44b80d1e3d7df2f6f9a7dca7d
|
3 |
size 36621969
|
checkpoint-14000/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-14000/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:442394fd0aca557fed2eacd533a08962910d57d76381cb397cae4c7e8269cbb1
|
3 |
size 36616081
|
checkpoint-14500/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:00d21c00c8650cc82fd72c1b0a18b8a5e911ad2997e01c9b671b7354f25c5244
|
3 |
size 73251413
|
checkpoint-14500/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:4a6abf263d3852cf94b794dcdcfb0817a5d40c215c0307b82b30fae946d1de00
|
3 |
+
size 14727
|