Mahmoud7 commited on
Commit
8295a45
·
1 Parent(s): 9b0b55a
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. checkpoint-11500/optimizer.bin +1 -1
  2. checkpoint-11500/random_states_0.pkl +2 -2
  3. checkpoint-11500/scaler.pt +1 -1
  4. checkpoint-11500/scheduler.bin +1 -1
  5. checkpoint-11500/unet/config.json +3 -3
  6. checkpoint-11500/unet/diffusion_pytorch_model.bin +1 -1
  7. checkpoint-11500/unet_ema/config.json +3 -3
  8. checkpoint-11500/unet_ema/diffusion_pytorch_model.bin +1 -1
  9. checkpoint-12000/optimizer.bin +1 -1
  10. checkpoint-12000/random_states_0.pkl +2 -2
  11. checkpoint-12000/scaler.pt +1 -1
  12. checkpoint-12000/scheduler.bin +1 -1
  13. checkpoint-12000/unet/config.json +3 -3
  14. checkpoint-12000/unet/diffusion_pytorch_model.bin +1 -1
  15. checkpoint-12000/unet_ema/config.json +3 -3
  16. checkpoint-12000/unet_ema/diffusion_pytorch_model.bin +1 -1
  17. checkpoint-12500/optimizer.bin +1 -1
  18. checkpoint-12500/random_states_0.pkl +2 -2
  19. checkpoint-12500/scaler.pt +1 -1
  20. checkpoint-12500/scheduler.bin +1 -1
  21. checkpoint-12500/unet/config.json +3 -3
  22. checkpoint-12500/unet/diffusion_pytorch_model.bin +1 -1
  23. checkpoint-12500/unet_ema/config.json +3 -3
  24. checkpoint-12500/unet_ema/diffusion_pytorch_model.bin +1 -1
  25. checkpoint-13000/optimizer.bin +1 -1
  26. checkpoint-13000/random_states_0.pkl +2 -2
  27. checkpoint-13000/scaler.pt +1 -1
  28. checkpoint-13000/scheduler.bin +1 -1
  29. checkpoint-13000/unet/config.json +3 -3
  30. checkpoint-13000/unet/diffusion_pytorch_model.bin +1 -1
  31. checkpoint-13000/unet_ema/config.json +3 -3
  32. checkpoint-13000/unet_ema/diffusion_pytorch_model.bin +1 -1
  33. checkpoint-13500/optimizer.bin +1 -1
  34. checkpoint-13500/random_states_0.pkl +2 -2
  35. checkpoint-13500/scaler.pt +1 -1
  36. checkpoint-13500/scheduler.bin +1 -1
  37. checkpoint-13500/unet/config.json +3 -3
  38. checkpoint-13500/unet/diffusion_pytorch_model.bin +1 -1
  39. checkpoint-13500/unet_ema/config.json +3 -3
  40. checkpoint-13500/unet_ema/diffusion_pytorch_model.bin +1 -1
  41. checkpoint-14000/optimizer.bin +1 -1
  42. checkpoint-14000/random_states_0.pkl +2 -2
  43. checkpoint-14000/scaler.pt +1 -1
  44. checkpoint-14000/scheduler.bin +1 -1
  45. checkpoint-14000/unet/config.json +3 -3
  46. checkpoint-14000/unet/diffusion_pytorch_model.bin +1 -1
  47. checkpoint-14000/unet_ema/config.json +3 -3
  48. checkpoint-14000/unet_ema/diffusion_pytorch_model.bin +1 -1
  49. checkpoint-14500/optimizer.bin +1 -1
  50. 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:f145109c13f8b1badb998a42c342f2061a3d8a069f22ca9f988b2ab4972a9b1c
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:1a5d758d6c43c6e8f9326f6e65a1d3d9e8d9eeccb4791ab34d17cddbf52577a4
3
- size 14663
 
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:8cab7988ce4c8b69e7970aada0017afc1c2120661c865bce9234915457ce96c2
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:aadecd4a538b5d1dba9865109d974365b5fef3a16a8f15b84ad9bb69396810ab
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
- "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-11500/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f196ebbd478636c57c0f6a49cc20c36262cd3a8afece8bcaa86033fa835b3736
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
- "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-11500/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0c386adfcd21ee0f376651b46f9d8c7ee22342ae729d90061450ea16cbeade20
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:8831bd5cfd5b79ce3a12abb8b2c7486233b8a3909b6b70eeec599e9c2c57f156
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:45898dac58fa96f160e50ad94df9ff810a2385f60aeae03ec0f4f16fa9503b12
3
- size 14663
 
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:5a61fa205a26ba2985bf4e0e515406104e0b0e5d6ebd86749ac9477a519632ca
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:6b6a74d0b83cea8f1a5d9112844faa7aae8f363b550368027ba056e5ec14186e
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
- "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-12000/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:74076af6b162fb418e58677eea9fc5efdd34d0bcfd761a453ee5f2bd53d0929b
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
- "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-12000/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3fb2a3a3add8704c6153c1b3744b059f29eca4410830f435228674ef3cf899c9
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:4c8ba826597db96c4392b1f0ad56a5ebc4b1fc692a5be861400aba8ba6116879
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:02130f752a62013fcb6b080235c12b127952e1b3a7674ec4dd3848420c7427ad
3
- size 14663
 
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:43823603a3cac0a365ae17a84bc1ca0bfb99cdd8727ec15b3411d1383a684279
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:ca652ab09470c7d8ef9b2b18cd87478bea008d2b73edad3cae70fb852092376a
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
- "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-12500/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2941ca349dd1cdc7f080041720e725f2a6341dea18ca8d31f2e72425a52786df
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
- "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-12500/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3e40a60b033f81f193ac20f7c706cac97b06ad09b28cffa14ecce9a8d9b10c5f
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:10c7594fd1f858fb449fd4eda065f896852d054db55bdb27b75c36ead7124028
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:5962c20dbd76fda8d2e264b04233821605b4ca8670dafe7483af14bdad64a997
3
- size 14663
 
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:73d90a19467bbec0525bb87b281fd3e942bbd6a845a6fd841cd53f6f69599d87
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:30d3c01f1a05ef1ae8354a8a28a3b01698b6f62fc98b5d5285d87757eccf76a4
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
- "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-13000/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6698e6ff2393cd5d22473b10aad6d705ea65421150f6d51e115c90f5f6518fb9
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
- "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-13000/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b8a626d12c5bf44ef1ba91c7b8f28c2af1a0faf946b8b266844966f2d01de278
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:a21522ad2f665d50d26ff386a7a446a2a7dcb6c5b37d5ac823150f80617e60fa
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:9b15a6389540d9304760064db7debb860fe24fe8a53f6426c2d2dd773d82669b
3
- size 14663
 
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:db10681134848da124148b25b66777f1b980514e3568d612e60feb30227cf357
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:ca5cb59205a342441a41b2635478c07108f993e20fdafd099f7fc4a60a887e18
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
- "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-13500/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4b58da2b44aac9a00233398d6f29b7c2309cc21259da90ac352ac04f9b47ea73
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
- "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-13500/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:733ef442c667e02e309f9460e789759a8e7afd08a288130b49656631056416c1
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:1db0d57e3c03abec556ab0a18884ef8bf791335e8e59a7f3c9f7328db736075c
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:080dfce862189dd174672bcbd95e72e9b4d1bb9c66bbcd92ce853d722847a294
3
- size 14663
 
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:53950cb442df0b5ab302f7e72c10843caffc93d4c38ddc7fde97e10d2e88c590
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:e24b4aad6f64dab61f771e84bbb1801e3f2227353b2322e686479bf7a66bfd4b
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
- "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-14000/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:639907592b09605f66d32b2be23c18bc805493b4977c31fdb5aceb5f93e4e304
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
- "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-14000/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:16ed5ecbad1f6e54033a5c9d443fa67cecdc8a4a7ef9a94121eb322a817d3cea
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:0bfc4a02c3b1d79448cacae0860a3c8f9d5c42e69215cc7b2ab650743dec1d8d
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:63f2e9948933c17dfdb8bfd1d5991536d744eb08e7d8330777e877b413943e6e
3
- size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a6abf263d3852cf94b794dcdcfb0817a5d40c215c0307b82b30fae946d1de00
3
+ size 14727