Mahmoud7 commited on
Commit
5cf5bd3
1 Parent(s): 6f9933e
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. checkpoint-1000/optimizer.bin +1 -1
  2. checkpoint-1000/random_states_0.pkl +2 -2
  3. checkpoint-1000/scheduler.bin +1 -1
  4. checkpoint-1000/unet/config.json +3 -3
  5. checkpoint-1000/unet/diffusion_pytorch_model.bin +1 -1
  6. checkpoint-1000/unet_ema/config.json +3 -3
  7. checkpoint-1000/unet_ema/diffusion_pytorch_model.bin +1 -1
  8. checkpoint-1500/optimizer.bin +1 -1
  9. checkpoint-1500/random_states_0.pkl +2 -2
  10. checkpoint-1500/scheduler.bin +1 -1
  11. checkpoint-1500/unet/config.json +3 -3
  12. checkpoint-1500/unet/diffusion_pytorch_model.bin +1 -1
  13. checkpoint-1500/unet_ema/config.json +3 -3
  14. checkpoint-1500/unet_ema/diffusion_pytorch_model.bin +1 -1
  15. checkpoint-2000/optimizer.bin +1 -1
  16. checkpoint-2000/random_states_0.pkl +2 -2
  17. checkpoint-2000/scheduler.bin +1 -1
  18. checkpoint-2000/unet/config.json +3 -3
  19. checkpoint-2000/unet/diffusion_pytorch_model.bin +1 -1
  20. checkpoint-2000/unet_ema/config.json +3 -3
  21. checkpoint-2000/unet_ema/diffusion_pytorch_model.bin +1 -1
  22. checkpoint-2500/optimizer.bin +1 -1
  23. checkpoint-2500/random_states_0.pkl +2 -2
  24. checkpoint-2500/scheduler.bin +1 -1
  25. checkpoint-2500/unet/config.json +3 -3
  26. checkpoint-2500/unet/diffusion_pytorch_model.bin +1 -1
  27. checkpoint-2500/unet_ema/config.json +3 -3
  28. checkpoint-2500/unet_ema/diffusion_pytorch_model.bin +1 -1
  29. checkpoint-3000/optimizer.bin +1 -1
  30. checkpoint-3000/random_states_0.pkl +2 -2
  31. checkpoint-3000/scheduler.bin +1 -1
  32. checkpoint-3000/unet/config.json +3 -3
  33. checkpoint-3000/unet/diffusion_pytorch_model.bin +1 -1
  34. checkpoint-3000/unet_ema/config.json +3 -3
  35. checkpoint-3000/unet_ema/diffusion_pytorch_model.bin +1 -1
  36. checkpoint-3500/optimizer.bin +1 -1
  37. checkpoint-3500/random_states_0.pkl +2 -2
  38. checkpoint-3500/scheduler.bin +1 -1
  39. checkpoint-3500/unet/config.json +3 -3
  40. checkpoint-3500/unet/diffusion_pytorch_model.bin +1 -1
  41. checkpoint-3500/unet_ema/config.json +3 -3
  42. checkpoint-3500/unet_ema/diffusion_pytorch_model.bin +1 -1
  43. checkpoint-500/optimizer.bin +1 -1
  44. checkpoint-500/random_states_0.pkl +2 -2
  45. checkpoint-500/scheduler.bin +1 -1
  46. checkpoint-500/unet/config.json +3 -3
  47. checkpoint-500/unet/diffusion_pytorch_model.bin +1 -1
  48. checkpoint-500/unet_ema/config.json +3 -3
  49. checkpoint-500/unet_ema/diffusion_pytorch_model.bin +1 -1
  50. unet/config.json +3 -3
checkpoint-1000/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:72eef8d45615bfb3ae23795bf4e750abb734bc0316260775cef0927c6b71ad2c
3
  size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d4307d25c023a3bea6f3641ced6141d446847069a805ff1fde5e0cb315bdda3
3
  size 73251413
checkpoint-1000/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aaeec2096835e1ecd5a73efcef262b94a4412b1528be57dd6b42c8f0f816d83a
3
- size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3eafd210728a28804a293f9081bc9bcf8f045f697b01b9b3a263ab4857866659
3
+ size 14727
checkpoint-1000/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7223915606ffeb4740373e378fc6ee25a8063899d81b73e9d9630a18bf386915
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdda063ad7b43dbc234b8c984f2f13df097879f0af1a5c065c4c8027fb3ef402
3
  size 563
checkpoint-1000/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-1000/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e9d85ab422a51df9451e0c2d3da78e1436f6017342d1dbd7077078828987ade6
3
  size 36621969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bd8e6950d72cb21481e60e9ab866d260eb3ad53ec55ea9554847f2ae8a7b4d7
3
  size 36621969
checkpoint-1000/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-1000/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c621ed4f4d4eb1458f7624ac5af4359052d153dee27750f74017f462fa28bf70
3
  size 36616081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4606e9ae0d80dcc6f71737251b4ec6d2f6227c59a2f323de4251ef963c8f6da2
3
  size 36616081
checkpoint-1500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c3d9f4f8246b1babc46a359c632d4592bdeb6acf548ea24cd4d5f098608faebe
3
  size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78af43f7e9a80c67091c2a19d461cc36ddf16e494fb3f4487297daf8edb1c9c5
3
  size 73251413
checkpoint-1500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e2934a3c45167d5f352ac7ef9f3e20556390d72171a39519298620f9f4d633e4
3
- size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71b85d110ecebb34006c6477bd5ba16bae6f5e0fef070687a0a545a02ae117aa
3
+ size 14727
checkpoint-1500/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f1bc53d21d5be22242495d40019e29e447be310bc47a92764b1589cb8c4e4483
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f8d9e742b2369c72be9812e9941b1dfb14b93ec64cf59100eae509b08367944
3
  size 563
checkpoint-1500/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-1500/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0b080a90a323f11e4ab8a1053786c454acfed3f44a67a55b9775ece879b7905d
3
  size 36621969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4482fd8d418528814d76200bd2d4f1917f202ea28f1591a4895df86742ba2143
3
  size 36621969
checkpoint-1500/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-1500/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ed89730eea2c8c518ff22c8d966f7b5afd517b0255e378cad0ac8ff100b851d1
3
  size 36616081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:052155aa218ad8a4d3e6cd9fe272872e77beebaeceb8242459a631e35fe35f7d
3
  size 36616081
checkpoint-2000/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d3d5dd64f1bfdd66fffae2032fe9a9952a3d85749f588c2f8b7eddebfe7cd651
3
  size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c37fd7abf6109d2efad550ced22bfce6abba3e849515ecb452cc35e27875353b
3
  size 73251413
checkpoint-2000/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:38066130cc5e185957297e5dab2b335eca1037510ed554bc628b2437053646c3
3
- size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22d1de8a8ec14828b46576a3ec62cb8a43988d937df15edf275ac63c5895c8c5
3
+ size 14727
checkpoint-2000/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3cc6a2e9846582647ba829a5cab5e19379ab6169fd378876d9a2c2b5a948f3fb
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:331970d63bb3fbb5cb88f00b7021230535edf1c63e1881d0ea078f4df652afc0
3
  size 563
checkpoint-2000/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-2000/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ccba37764a005375a9c61e2448f0effbb487744d04f58d5ec1c7a07de35d93ff
3
  size 36621969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:955f117ef9c585415c5d84be263bc1a6cdc9cfa98a9cc604e62b642ee8c04763
3
  size 36621969
checkpoint-2000/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-2000/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:94da1a4de614d1550adcccd3e6e6d8fe4ead6c9c4431ab3a7703d1e56c8d749c
3
  size 36616081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc6d2ec6022c625c675b6bfb318bf484fc57105fa507b4046a87f77475a51750
3
  size 36616081
checkpoint-2500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0f5eec2206e762fbe0249d8a94de550795e739abe993e7b4feed94d200b0ae5a
3
  size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3f728e5f3601a90121b68aef319e9d3ce1065f5ad7d3bd5c4825a65a6729cf5
3
  size 73251413
checkpoint-2500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d5f85517b6b1edb8558a16f6b626669f907627a2e9fe6f7600b88c0efd40a1cd
3
- size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eaa67a53e258157e5377546e2e8403b6d6153a8b8b6c489cdfbfe3ff50fa85e0
3
+ size 14727
checkpoint-2500/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fdee5d0999ddc7c72ad066f56b8124a7730e2bdf658fa2439ba19b02cd9f42a4
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0a322c87567d0df423cd81f0153864f5557e9f5870c2dac859a4c34dcca9d02
3
  size 563
checkpoint-2500/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-2500/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:deb92d85bf16b07f0be5ca1089ba65c14129c822efa71268f63996bb3630cf00
3
  size 36621969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22187f011302b3274b18955c0ed82ae4572b614afba45407be5627f8517b52bf
3
  size 36621969
checkpoint-2500/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-2500/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:87006ca2189c8fe17aabe1ef198ba1e3f948e031e23142b233ee9ae1bb8b1a25
3
  size 36616081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f860bfccd883a7894d8e10e03df1d8f8ce10b1008f3ff82428d64132ea82ec5
3
  size 36616081
checkpoint-3000/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f80d578753f60c3f04783e00685c11415ade4926b03ace8d6e8e9a4235fe9319
3
  size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7967ad457073d2188337fd5f5789522ce80236537bdb3275e5d72289b61e1664
3
  size 73251413
checkpoint-3000/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c942c397af6e2ad997aaebd2ad683e7528cc17b32462019f4acb10da9b867473
3
- size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be504a9bda7f68387d5556d92ef0a68f59bfed0fb96aac43ee52c70ccc17f589
3
+ size 14727
checkpoint-3000/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9c7d765e228e9ca3b9dccd3fd0195cdbf25c24ea82c4bcf3f3ac6bd257583232
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08e49e2597d43758a2a73217953fc47ebb33745db0e58de998b3984fc63c026c
3
  size 563
checkpoint-3000/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-3000/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:78705a18291d3b7393a8e8cdd0310be83cfb3315bc6e3d9c904b6e4b3126bf5d
3
  size 36621969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76fd1d99ea33b94a270a163595c1bf3827fbe265ad7b840ff6beda420ebdb19a
3
  size 36621969
checkpoint-3000/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-3000/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6e35c827096c8de5e5f6be39265fc70112fe0cd363ade1f39001dd471d97a14f
3
  size 36616081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8ab5e51c21e372eaa3b56d698efdf84f7a3d53b506a00ca7df4f4b79058fa4b
3
  size 36616081
checkpoint-3500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a5b8fec8f518088fc8c28253351451f9e2d82ac56612739444b90685b6b3d2ea
3
  size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b79e26d695afddf1ac0f4d5a74a0d43d695fc626fb2c037a74f33e1bd1b8bb34
3
  size 73251413
checkpoint-3500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:444fdf826db46fe1240a6251825f146af7f0c4112000942a18a5522d6b0c86de
3
- size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29c3acb9050536c76e2da3d094e196d7152ba0a8e90a296b872209d3538f79df
3
+ size 14727
checkpoint-3500/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ea2c229048e3569ed3bd3f51bb368a77dd67cccf8c8211a1a1b1c8e04923afc9
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9093e18efca55fa5b8c446a5ccf8579309bcfe1793ee32b99ea135f26be19906
3
  size 563
checkpoint-3500/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-3500/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b1ebbbb7957e5b94ea756775c365f11eaead6cd2aab92d086bd2b8ef757f2a75
3
  size 36621969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc32070562556d6682d0d0c5e7a39ce3ad79d9e9d6601bffde4837efdbdb41aa
3
  size 36621969
checkpoint-3500/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-3500/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2a418eb5f61ec9210452544e6bf5af5326b3eb442b4674b80c0134a1a1555f24
3
  size 36616081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d560ae76fd1e16b85f42be5f4a1ff4de2a04a3e424005851fd5792ba2317b6d1
3
  size 36616081
checkpoint-500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:36374ae93c808aac95d736645340ff8872c5bda0775aba53efaa386c95e8074d
3
  size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5c3ccea6fdddff86832147a5f02fa9fb1550c79ca986e49bbb0cde3b5754932
3
  size 73251413
checkpoint-500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:399eb3c1a0b1bb81a0fe53f558c8a1687e07910e78e7653e11fa871e4507f415
3
- size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf527a284a26be54a37a68abe6fb7944532cd66003eef5ba8e83e72861ed9cdc
3
+ size 14727
checkpoint-500/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f1eedad58536ac188d101845e13deb36e3aca8514e3298625b0fb265ebd7ea7a
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:891ed7c0af227817d0ad1614c90e9d6c94613f9dd864e80c888f3d9320e13677
3
  size 563
checkpoint-500/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-500/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4a6cfe39b9d7142af96f1f4d83bbba028ab123d51f3304ceb62af702f39a48c5
3
  size 36621969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcd54693463747ac907e53f5755855e764517279b6683165ab3b5586040215f3
3
  size 36621969
checkpoint-500/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-500/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b321172c40d6e9e3847e26be719c97639d1264821378c3684ccd8b4af00f6262
3
  size 36616081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9af8a4601a02cfae61b9d6e9dbd784619f26b70e8ea0e1986dc3e0fd4a8dfb20
3
  size 36616081
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
  ],