Epoch 2
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- checkpoint-10000/optimizer.bin +1 -1
- checkpoint-10000/random_states_0.pkl +2 -2
- checkpoint-10000/scheduler.bin +1 -1
- checkpoint-10000/unet/config.json +3 -3
- checkpoint-10000/unet/diffusion_pytorch_model.bin +1 -1
- checkpoint-10000/unet_ema/config.json +3 -3
- checkpoint-10000/unet_ema/diffusion_pytorch_model.bin +1 -1
- checkpoint-10500/optimizer.bin +1 -1
- checkpoint-10500/random_states_0.pkl +2 -2
- checkpoint-10500/scaler.pt +1 -1
- checkpoint-10500/scheduler.bin +1 -1
- checkpoint-10500/unet/config.json +3 -3
- checkpoint-10500/unet/diffusion_pytorch_model.bin +1 -1
- checkpoint-10500/unet_ema/config.json +3 -3
- checkpoint-10500/unet_ema/diffusion_pytorch_model.bin +1 -1
- checkpoint-11000/optimizer.bin +1 -1
- checkpoint-11000/random_states_0.pkl +2 -2
- checkpoint-11000/scaler.pt +1 -1
- checkpoint-11000/scheduler.bin +1 -1
- checkpoint-11000/unet/config.json +3 -3
- checkpoint-11000/unet/diffusion_pytorch_model.bin +1 -1
- checkpoint-11000/unet_ema/config.json +3 -3
- checkpoint-11000/unet_ema/diffusion_pytorch_model.bin +1 -1
- checkpoint-8000/optimizer.bin +1 -1
- checkpoint-8000/random_states_0.pkl +2 -2
- checkpoint-8000/scheduler.bin +1 -1
- checkpoint-8000/unet/config.json +3 -3
- checkpoint-8000/unet/diffusion_pytorch_model.bin +1 -1
- checkpoint-8000/unet_ema/config.json +3 -3
- checkpoint-8000/unet_ema/diffusion_pytorch_model.bin +1 -1
- checkpoint-8500/optimizer.bin +1 -1
- checkpoint-8500/random_states_0.pkl +2 -2
- checkpoint-8500/scheduler.bin +1 -1
- checkpoint-8500/unet/config.json +3 -3
- checkpoint-8500/unet/diffusion_pytorch_model.bin +1 -1
- checkpoint-8500/unet_ema/config.json +3 -3
- checkpoint-8500/unet_ema/diffusion_pytorch_model.bin +1 -1
- checkpoint-9000/optimizer.bin +1 -1
- checkpoint-9000/random_states_0.pkl +2 -2
- checkpoint-9000/scheduler.bin +1 -1
- checkpoint-9000/unet/config.json +3 -3
- checkpoint-9000/unet/diffusion_pytorch_model.bin +1 -1
- checkpoint-9000/unet_ema/config.json +3 -3
- checkpoint-9000/unet_ema/diffusion_pytorch_model.bin +1 -1
- checkpoint-9500/optimizer.bin +1 -1
- checkpoint-9500/random_states_0.pkl +2 -2
- checkpoint-9500/scheduler.bin +1 -1
- checkpoint-9500/unet/config.json +3 -3
- checkpoint-9500/unet/diffusion_pytorch_model.bin +1 -1
- checkpoint-9500/unet_ema/config.json +3 -3
checkpoint-10000/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:8b8e9dfaaed32d5dabe4cc81bb733c40c7731eb774fc7cc225e63602f3911b33
|
3 |
size 73251413
|
checkpoint-10000/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:7167b762a7f635ef45e263b85b1c31084e60b1eb397ae58afffa985864cd9fc9
|
3 |
+
size 14727
|
checkpoint-10000/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:d557f7543eba21e1e047f91daa021f0bd545aaedee3ff4e3be027e92ad764502
|
3 |
size 563
|
checkpoint-10000/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-10000/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:3ae70450b75532f15969311333e00891d9c2ed072e570d418413ceca456d9077
|
3 |
size 36621969
|
checkpoint-10000/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-10000/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:6f1cf9b7f129abb07ad7aef02a83adf5d9623f85f4421e64a9ba5786a9677ad1
|
3 |
size 36616081
|
checkpoint-10500/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:cbf3877d2c84c31dbd36eee3ec9f7e1c703bafacf9091c238b7e498c1f449e07
|
3 |
size 73251413
|
checkpoint-10500/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:2dcd402f35002f90af2186a96cf310661ce6d469e98ccc4aa4a9c407a272152c
|
3 |
+
size 14727
|
checkpoint-10500/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:a64898410c19ad90c047ca0716ad9cc322ded2ffe815cb5e76e91a927485c411
|
3 |
size 557
|
checkpoint-10500/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:ae30c3aaa306b4fcf3430836ebb9003fd9dee54f6bc130b85a5541a4d73a9590
|
3 |
size 563
|
checkpoint-10500/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-10500/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:a6509667912f017c4827c771dd4db11cbdc37c4c8f35e0c38b682421ac3e2feb
|
3 |
size 36621969
|
checkpoint-10500/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-10500/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:85754630178b3a50385d5f64a8fc77b7ce8814363007effb69fec8dd9d9519a4
|
3 |
size 36616081
|
checkpoint-11000/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:41f9b540af410ff989bc9f24b3f86aa379d12b44a5d2872b2e3645fd81206432
|
3 |
size 73251413
|
checkpoint-11000/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:5adbaee58d2538be054218746b2ccb348d79608e742de8bf784b9934294b28ee
|
3 |
+
size 14727
|
checkpoint-11000/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:6d099ae8f76c27f52632387abfc761c1c27d4effd052fab478d7e4b280babb3c
|
3 |
size 557
|
checkpoint-11000/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:a7984b0428882acc7d098e1aac26ce3426789aaa07ab76b1dbf4262004aa87ad
|
3 |
size 563
|
checkpoint-11000/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-11000/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:74b2428743410d16f2d4b2129e6163e0beb90ae6eb97c3ab32296e60f57e47ed
|
3 |
size 36621969
|
checkpoint-11000/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-11000/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:ec008fca59c218fb53a634cee892a8fc3e312c2fbdcf12481bc59b0ba2598622
|
3 |
size 36616081
|
checkpoint-8000/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:37aaefefdb6f70582ba4e0fe792f1815bf645c5274160d6be0122c97f33e6772
|
3 |
size 73251413
|
checkpoint-8000/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:33bbd98ce1aec386264aaa6446863e17dbd2c555965f9908e18cc125f7eaebcc
|
3 |
+
size 14727
|
checkpoint-8000/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:a5fce898e072e105d4a0326632e232d94fb92053d23ba0d2277130a1e6e426dd
|
3 |
size 563
|
checkpoint-8000/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-8000/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:76e3eaf11f21b65844da6738ec4a96573c9fe7df121e89e0444f18f2ba57017b
|
3 |
size 36621969
|
checkpoint-8000/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-8000/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:87e293f8704763d09dcb6642636b05ba2a5bee750cb75c7c805100d1c9efe85f
|
3 |
size 36616081
|
checkpoint-8500/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:4e4a6d9ef511c9f1fa300fd2c9ec335b57809d9e0b505bddbcd1fd6376a0e241
|
3 |
size 73251413
|
checkpoint-8500/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:661940e7ceee476e4baa48b5c506e1233a6791acf822701a3cd1ccd3894cbc40
|
3 |
+
size 14727
|
checkpoint-8500/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:7deb6dde713df800b42b2601c85ef11c1995f21b48bb09f9f50ea8955527b441
|
3 |
size 563
|
checkpoint-8500/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-8500/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:4db46db5a375d8f9c41e751fe456f37aae331de5b434aa7292833e82b773feca
|
3 |
size 36621969
|
checkpoint-8500/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-8500/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:67ff45d8aa1829fb0bed3fd1c8f52edc3dfb4bb186d4fbb1cf892955361a4ae5
|
3 |
size 36616081
|
checkpoint-9000/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:f4d531dd71535ffcabaff734bacd2e00922c2d2169ede7a964454d2a928cbef3
|
3 |
size 73251413
|
checkpoint-9000/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:c7732aa3db56975608409f58487947af1696f0a339c75eee7d15969444d145fe
|
3 |
+
size 14727
|
checkpoint-9000/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:75213f0d644dc782a1f72fedf6f0c940605d18bb55d710b93cd9148d38c648ed
|
3 |
size 563
|
checkpoint-9000/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-9000/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:2260d4bc0dc14fdd523fcddcd80c298be3983f989f677b95db023a39e7b0b5a1
|
3 |
size 36621969
|
checkpoint-9000/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-9000/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:6ac04b392d83dce22d5932cbe6701add96b0821de9e1e32c47e60e65dde6e9f7
|
3 |
size 36616081
|
checkpoint-9500/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:31d8d3d939629efe78ed1b57eb5ebd06163b304297693d0ac4972efc2d5712a8
|
3 |
size 73251413
|
checkpoint-9500/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:f02066a9c44934a7914c26842f925106145628717263369e1fa03ed48c154f77
|
3 |
+
size 14727
|
checkpoint-9500/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:66c0adea3455901165f0dc7ac4e8f9f23934377a63e7d5bfbe606529830d8f03
|
3 |
size 563
|
checkpoint-9500/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-9500/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:d4ace898772f39911fcf9f4bf58a59caf9517e61e873552e0908cde6636b16c8
|
3 |
size 36621969
|
checkpoint-9500/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 |
],
|