Mahmoud7 commited on
Commit
9b0b55a
1 Parent(s): 688b3e0
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. checkpoint-10000/optimizer.bin +1 -1
  2. checkpoint-10000/random_states_0.pkl +2 -2
  3. checkpoint-10000/scheduler.bin +1 -1
  4. checkpoint-10000/unet/config.json +3 -3
  5. checkpoint-10000/unet/diffusion_pytorch_model.bin +1 -1
  6. checkpoint-10000/unet_ema/config.json +3 -3
  7. checkpoint-10000/unet_ema/diffusion_pytorch_model.bin +1 -1
  8. checkpoint-10500/optimizer.bin +1 -1
  9. checkpoint-10500/random_states_0.pkl +2 -2
  10. checkpoint-10500/scaler.pt +1 -1
  11. checkpoint-10500/scheduler.bin +1 -1
  12. checkpoint-10500/unet/config.json +3 -3
  13. checkpoint-10500/unet/diffusion_pytorch_model.bin +1 -1
  14. checkpoint-10500/unet_ema/config.json +3 -3
  15. checkpoint-10500/unet_ema/diffusion_pytorch_model.bin +1 -1
  16. checkpoint-11000/optimizer.bin +1 -1
  17. checkpoint-11000/random_states_0.pkl +2 -2
  18. checkpoint-11000/scaler.pt +1 -1
  19. checkpoint-11000/scheduler.bin +1 -1
  20. checkpoint-11000/unet/config.json +3 -3
  21. checkpoint-11000/unet/diffusion_pytorch_model.bin +1 -1
  22. checkpoint-11000/unet_ema/config.json +3 -3
  23. checkpoint-11000/unet_ema/diffusion_pytorch_model.bin +1 -1
  24. checkpoint-8000/optimizer.bin +1 -1
  25. checkpoint-8000/random_states_0.pkl +2 -2
  26. checkpoint-8000/scheduler.bin +1 -1
  27. checkpoint-8000/unet/config.json +3 -3
  28. checkpoint-8000/unet/diffusion_pytorch_model.bin +1 -1
  29. checkpoint-8000/unet_ema/config.json +3 -3
  30. checkpoint-8000/unet_ema/diffusion_pytorch_model.bin +1 -1
  31. checkpoint-8500/optimizer.bin +1 -1
  32. checkpoint-8500/random_states_0.pkl +2 -2
  33. checkpoint-8500/scheduler.bin +1 -1
  34. checkpoint-8500/unet/config.json +3 -3
  35. checkpoint-8500/unet/diffusion_pytorch_model.bin +1 -1
  36. checkpoint-8500/unet_ema/config.json +3 -3
  37. checkpoint-8500/unet_ema/diffusion_pytorch_model.bin +1 -1
  38. checkpoint-9000/optimizer.bin +1 -1
  39. checkpoint-9000/random_states_0.pkl +2 -2
  40. checkpoint-9000/scheduler.bin +1 -1
  41. checkpoint-9000/unet/config.json +3 -3
  42. checkpoint-9000/unet/diffusion_pytorch_model.bin +1 -1
  43. checkpoint-9000/unet_ema/config.json +3 -3
  44. checkpoint-9000/unet_ema/diffusion_pytorch_model.bin +1 -1
  45. checkpoint-9500/optimizer.bin +1 -1
  46. checkpoint-9500/random_states_0.pkl +2 -2
  47. checkpoint-9500/scheduler.bin +1 -1
  48. checkpoint-9500/unet/config.json +3 -3
  49. checkpoint-9500/unet/diffusion_pytorch_model.bin +1 -1
  50. 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:a7058a988f0ead7d7fb34c716394832960bc175f857da4fe8d5e4e0f69803091
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:44260073a04fb514700fa064cf7313ed53f4ba78886b1293c895faed32792709
3
- size 14663
 
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:0f1bb79807602853a9b929a33930e620d3677c056b865ac90c06fdbcf9fe5a39
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
- "DownBlock2D",
25
- "CrossAttnDownBlock2D"
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:2dd70262a167c7ae5d54fd19885361987b63ac32cb8afbe4ee0a6f79f7d79b1c
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
- "DownBlock2D",
26
- "CrossAttnDownBlock2D"
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:2aa18cc64c71aea3662970b654073b2d765b5586c32e2449d71ab82e60682cce
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:9fa0675069dfce9fa55b2360e31938aed7bba11e524623cf12500b5a8307c5f3
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:638571781fd3f46e3fc797dc0a4b91fbb707c2c480238fb8b07883995573a34a
3
- size 14663
 
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:930aa4121a2a38f44b8af20e66d414b77fba3198866a0d743e0016592e1c420e
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:5f880b6fdac81d333a28d35151b681f977b7d9683f1c80e80ed34339ca0814b6
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
- "DownBlock2D",
25
- "CrossAttnDownBlock2D"
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:44c0abd45738e87950b032d9497420485e08acabffe7fb7a099d7d427911f437
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
- "DownBlock2D",
26
- "CrossAttnDownBlock2D"
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:ceb7e78394c2ce133ad3b346fcfb44aa4a4ec2351dcb98ebbbbf4fa84d33c3c0
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:b969ddee70c66998f9cdbf9cde1f5435f124561a1ffcc35b2f3e0e9dbac4c9ca
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:c8b33d420fa2ee49a801853d98acc5f7c8f1ec468221139d913ee3b032259678
3
- size 14663
 
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:8df4dd185a129710516223a132f1321dd530e937b37d9a1dca8d2915b9d5a04a
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:639cd51071e686afddf9c099ad4c78eed0fb800504d15c7cf337ce6a0d327ee2
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
- "DownBlock2D",
25
- "CrossAttnDownBlock2D"
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:29415e0053d35c3f9e27cce3e51b74ae614593ea07466f2b5eed1c0571b285c7
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
- "DownBlock2D",
26
- "CrossAttnDownBlock2D"
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:e0a42d2bb53be42068c68da0bddb0bcf5fa31fe4248b388f5ef543e2cd883151
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:7e3369d3d9650eb2a44b77d997cc4c7faa13437e1246488913789dd406017319
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:55b47048825ea4cff77cf198434a1c34e3e5831ec7be2ff4bd4cd269216f94c9
3
- size 14663
 
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:5d94c1d7c3e2abb40d6062281af4303f8cef91c9fa7a7d997f1cc9c88abcf650
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
- "DownBlock2D",
25
- "CrossAttnDownBlock2D"
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:d7bf0fe7a8dadc371e544650d1a8c05ab45777d02b7bdd359ec887737deafcc6
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
- "DownBlock2D",
26
- "CrossAttnDownBlock2D"
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:99355b2276d380a3b6139210b0a413d0fa31c948604a3ec9d7315e8fdb7cb170
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:939afeb7b61c3b550b0ca76b547b33b73e08f0e737cce669107df6299fe03843
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:d99e839c4d947a11f6857a2ebd648eeb3483a79578e43c726951737ac74d1d9c
3
- size 14663
 
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:a8a36ce5f73caf5b02af6dfbe5f7940870d5612887621a11651ef28fa88084ef
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
- "DownBlock2D",
25
- "CrossAttnDownBlock2D"
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:5c7b6130dc02750f27815aa6c8f2fdc9bf8855f0d2b66b4c25881f4d6f542ef1
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
- "DownBlock2D",
26
- "CrossAttnDownBlock2D"
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:a30743fffa502f612ace02f1ac338ed6b2f8bd18b897c2e997c16f0f2ced2535
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:37d8232c6a776633e508177bf4223f66ceb3f30c4ef62c5c5039c37a6c219dd9
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:e48c7509eb6846c6c1c14872f1ffdd5d977003cace856ebd5423041c731e7f4d
3
- size 14663
 
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:bea4d834a8bceefe229ff7073ce740a413ead6db8f7c0c937e081bb6dee7f57c
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
- "DownBlock2D",
25
- "CrossAttnDownBlock2D"
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:d8f2f9a6c259b66edbbec2b921cd757be4af479a50f126181fae7e73d2704117
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
- "DownBlock2D",
26
- "CrossAttnDownBlock2D"
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:86eb1b2a545815aa578986447ca584b3dde2ce3177c7833217fbb4d95c8ef80b
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:1df00d9db56f184a111aa3fd43bba1bc1d2aa69a3edbb4b471aa9405848d2350
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:0ba2182b9551148bf47d9143b7cc9ebde674a6a966e57653a24a283cd631c374
3
- size 14663
 
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:a0f695e284edcbd93c1ccc0fb2e49ee742600dedca27a4f141af15c4ddb44395
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
- "DownBlock2D",
25
- "CrossAttnDownBlock2D"
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:102311f996a824a7bc8026a1c116d4241ba75e840c2e829859429f28bcbc3e0f
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
- "DownBlock2D",
26
- "CrossAttnDownBlock2D"
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
  ],