Mahmoud7 commited on
Commit
9570ef8
1 Parent(s): 196f652
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. checkpoint-119000/optimizer.bin +1 -1
  2. checkpoint-119000/random_states_0.pkl +2 -2
  3. checkpoint-119000/scaler.pt +1 -1
  4. checkpoint-119000/scheduler.bin +1 -1
  5. checkpoint-119000/unet/config.json +3 -3
  6. checkpoint-119000/unet/diffusion_pytorch_model.bin +1 -1
  7. checkpoint-119000/unet_ema/config.json +3 -3
  8. checkpoint-119000/unet_ema/diffusion_pytorch_model.bin +1 -1
  9. checkpoint-119500/optimizer.bin +1 -1
  10. checkpoint-119500/random_states_0.pkl +2 -2
  11. checkpoint-119500/scaler.pt +1 -1
  12. checkpoint-119500/scheduler.bin +1 -1
  13. checkpoint-119500/unet/config.json +3 -3
  14. checkpoint-119500/unet/diffusion_pytorch_model.bin +1 -1
  15. checkpoint-119500/unet_ema/config.json +3 -3
  16. checkpoint-119500/unet_ema/diffusion_pytorch_model.bin +1 -1
  17. checkpoint-120000/optimizer.bin +1 -1
  18. checkpoint-120000/random_states_0.pkl +2 -2
  19. checkpoint-120000/scaler.pt +1 -1
  20. checkpoint-120000/scheduler.bin +1 -1
  21. checkpoint-120000/unet/config.json +3 -3
  22. checkpoint-120000/unet/diffusion_pytorch_model.bin +1 -1
  23. checkpoint-120000/unet_ema/config.json +3 -3
  24. checkpoint-120000/unet_ema/diffusion_pytorch_model.bin +1 -1
  25. checkpoint-120500/optimizer.bin +1 -1
  26. checkpoint-120500/random_states_0.pkl +2 -2
  27. checkpoint-120500/scaler.pt +1 -1
  28. checkpoint-120500/scheduler.bin +1 -1
  29. checkpoint-120500/unet/config.json +3 -3
  30. checkpoint-120500/unet/diffusion_pytorch_model.bin +1 -1
  31. checkpoint-120500/unet_ema/config.json +3 -3
  32. checkpoint-120500/unet_ema/diffusion_pytorch_model.bin +1 -1
  33. checkpoint-121000/optimizer.bin +3 -0
  34. checkpoint-121000/random_states_0.pkl +3 -0
  35. checkpoint-121000/scaler.pt +3 -0
  36. checkpoint-121000/scheduler.bin +3 -0
  37. checkpoint-121000/unet/config.json +60 -0
  38. checkpoint-121000/unet/diffusion_pytorch_model.bin +3 -0
  39. checkpoint-121000/unet_ema/config.json +67 -0
  40. checkpoint-121000/unet_ema/diffusion_pytorch_model.bin +3 -0
  41. checkpoint-121500/optimizer.bin +3 -0
  42. checkpoint-121500/random_states_0.pkl +3 -0
  43. checkpoint-121500/scaler.pt +3 -0
  44. checkpoint-121500/scheduler.bin +3 -0
  45. checkpoint-121500/unet/config.json +60 -0
  46. checkpoint-121500/unet/diffusion_pytorch_model.bin +3 -0
  47. checkpoint-121500/unet_ema/config.json +67 -0
  48. checkpoint-121500/unet_ema/diffusion_pytorch_model.bin +3 -0
  49. checkpoint-122000/optimizer.bin +3 -0
  50. checkpoint-122000/random_states_0.pkl +3 -0
checkpoint-119000/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ff544267dca215b677a30af25f4d6207a77e2eddabeba5ded3ffbeb7d833beba
3
  size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d42849f28b6b0da7d551bf043f82dcfdb94def326b1b664edf8075d6b83d832
3
  size 73251413
checkpoint-119000/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b70c0da87b9a7125acb3b302be3d650afac7bf43d93324a12d66fc05ef978501
3
- size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:090ba013b8ee3632e65500df04471d098c8d0a3b1629d0d5d358ea568dc41fc5
3
+ size 14727
checkpoint-119000/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:64e5182fe670b478f13672ca3ed0abb14abf5e716c4e6b819eb6240a1897dfaa
3
  size 557
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:122e0c6b14f87345fd8fafc2adf6245934b913d18d1622ed7ffc610f64911b43
3
  size 557
checkpoint-119000/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c7b54888a5bd95d31fe5fcda0b0df764a28e63bf7214cfe5b11e7a449ddc0b36
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:395cace5f1bfd41656939f99f5d608f17d38113a480f4ae52e0ef40605ebe99e
3
  size 563
checkpoint-119000/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-119000/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:43b76cea5bd13d0cb27653ffda83ff356c598db74be3a7aca21939cfd85f9c42
3
  size 36621969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4c46085bddbd1c86abb9772d356aef78858fe6c0383b9b5ff51391101bd1322
3
  size 36621969
checkpoint-119000/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-119000/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:52de17500ccfe426ace5c09ec51ed36ab809feabb09056a8ed10a23a75e69e2f
3
  size 36616081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43e0435cd34ea46d6c22ee2bc0cd067ca1b97b8b2d853c7a50025ebde4a31063
3
  size 36616081
checkpoint-119500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c7cdd923604063ca2c3c38960ca79719c638ddb6609d227b1074ddb54e8d33bb
3
  size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d14a479a7b13efa397006eef56803cc3e9c1319255ddbb04552b13bdf348154f
3
  size 73251413
checkpoint-119500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7cda09769f51e6ac6674c0f52412da17d747e7a9ee46dac5c67a1db172fd798a
3
- size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9bf47203048578c84c0b291efb977da6cce4c80d5a04e820e542f576757babb
3
+ size 14727
checkpoint-119500/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:92880521f7a10de9cd7e00e4dfac0a0d3fda4935a01ee8f7954ffcb149c909e2
3
  size 557
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a523e08ccf4046fc67efd3be665c3d0249dc52c9ca8214ba72d296933f7b5415
3
  size 557
checkpoint-119500/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:741c0266f84bd6ea35c0783fc8db269b3bc971ecc3e4291f858e97d4854dbf58
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a24e238df220b81adbd4a309d808e3f96aac2864445da0e8c7c26c85f75a94d1
3
  size 563
checkpoint-119500/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-119500/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d5374a9474cafc5ff57554616e546d7bac32404eb2bf2765b4cea6193b35489f
3
  size 36621969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b883738e252016ce471c61e110d06707f604ae266da7b5dd8fdd34ebf040f7d7
3
  size 36621969
checkpoint-119500/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-119500/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2279792f929d33b25b08ce6c48fee80ea0888448c7c98f8180c8536ccf7b17f7
3
  size 36616081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05ad1bfb0e3a161304b416fb3ff33c9725b3fa50401555865a86edfbb0682944
3
  size 36616081
checkpoint-120000/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6ad8001a3c883217bdbc35531b0a4b079be41adc8ce3c654d4cc93af77cf0174
3
  size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:799b615c97e7f6d913265f5b76f0adc791a4c3124b53806124fc5bc99e704317
3
  size 73251413
checkpoint-120000/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:730f2c896c4a0ea8fef9d02c1079c6d3144519d6c32fb705d4b2dd637f9c6184
3
- size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cafa03517f220c511facd3012358c4ccbcfa7c4de9b43d796ac3888ee1463017
3
+ size 14727
checkpoint-120000/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3dfbc5a8f865dc844c0c06f9eb2edcaee04b568fd0706f6426f8d71111e45e53
3
  size 557
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:810303c83da51ba9173ea225ea558cc1e8cc6cfe32a511ec5b109b3f39b34a56
3
  size 557
checkpoint-120000/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:29a95af536a5dfcd1b9c2d5d3aa9b8ec7b026c37653112a7820c66d48a2d5698
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2df65cb0802a86179aa5485b418c209ba3c7354240def8432e3224fcfd312ee1
3
  size 563
checkpoint-120000/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-120000/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fffe31ec474fa709c12042c05d1e539e9b22a6154c0dc5a71314013c645ed10e
3
  size 36621969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c163ebef6b191ad07afe52ef7e991294b7610424a52c3267a80510db1d47f4d4
3
  size 36621969
checkpoint-120000/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-120000/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d0f1c4ba1a845ff034b09419bdfeb338b7cf2f880663244e2d555c0ec020a10c
3
  size 36616081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f37ee0ee42424f997b616fba8ba3436ede37382b0da6f88a0ab3bbf06c4a2429
3
  size 36616081
checkpoint-120500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8b6622637c72c697ba7f029133104aa2ec1a51ba473bef89e557201eb4a6d7e5
3
  size 73251413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c4451be6c4cd4799bb8d05fdea9cab13f2d5b5adad2183f0bfa831a48142844
3
  size 73251413
checkpoint-120500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:73222f1faa5c1461dce906930f1cdcaf470cb395edef42cf2b974853549f3176
3
- size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c693bde0ca7f1558a7a1a15cb3322d98e2f177bcf326743451193d6d068c436
3
+ size 14727
checkpoint-120500/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:248b4b989fdbb19adb336a908768248a13fb7f4b641f128d6f5ba1adf3d5c1d1
3
  size 557
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94076e4e0e96bf6bf80ed0131e1f583c7d6101c5927faf19c2f6e1ae2305ecaa
3
  size 557
checkpoint-120500/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:afee1126ed751dd8d29e8082fc5e2fc8fb5bce0a3be280941e6e27decefcf142
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6c8dc40200a83a98287f89a9e8975cd3c76ad83bd4f51790a91ecdabca1ce0b
3
  size 563
checkpoint-120500/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-120500/unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:adcdaf552c6d58e9f83df38c576caf6e3f810125a81e3409469d048dc6c49685
3
  size 36621969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51fa17787d2c68c01e8a224631233cadf9dc4c27ea9f4c8297cadbbc21eb4942
3
  size 36621969
checkpoint-120500/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-120500/unet_ema/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:435d7cf2607542a46ed7904f49063c25d4563b6819c175c7393d5ce6469712f1
3
  size 36616081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4d09d7a9949e561b16dcd380b7370f38b6e093cc601eaef98ecf490fcc628c1
3
  size 36616081
checkpoint-121000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:889434254178583ac3f0552a44da3950ec74bae4e8813282064652a202809ae0
3
+ size 73251413
checkpoint-121000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:304a5d707a49e7bac3791fccf8bc35bfa8fae50d43e6c1bf0c27615de6013d2a
3
+ size 14727
checkpoint-121000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a932d71cca2b39d991bc3866462245a9fdd6bf070ed091a894338a820e5312f2
3
+ size 557
checkpoint-121000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1023c5c722b4888b3b8839ed0a658548226e40a5593603a8b76d8f3137df406
3
+ size 563
checkpoint-121000/unet/config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.16.1",
4
+ "act_fn": "silu",
5
+ "addition_embed_type": null,
6
+ "addition_embed_type_num_heads": 64,
7
+ "attention_head_dim": 8,
8
+ "block_out_channels": [
9
+ 64,
10
+ 64,
11
+ 128,
12
+ 128
13
+ ],
14
+ "center_input_sample": false,
15
+ "class_embed_type": null,
16
+ "class_embeddings_concat": false,
17
+ "conv_in_kernel": 3,
18
+ "conv_out_kernel": 3,
19
+ "cross_attention_dim": 256,
20
+ "cross_attention_norm": null,
21
+ "down_block_types": [
22
+ "DownBlock2D",
23
+ "DownBlock2D",
24
+ "CrossAttnDownBlock2D",
25
+ "DownBlock2D"
26
+ ],
27
+ "downsample_padding": 1,
28
+ "dual_cross_attention": false,
29
+ "encoder_hid_dim": null,
30
+ "flip_sin_to_cos": true,
31
+ "freq_shift": 0,
32
+ "in_channels": 3,
33
+ "layers_per_block": 2,
34
+ "mid_block_only_cross_attention": null,
35
+ "mid_block_scale_factor": 1,
36
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
37
+ "norm_eps": 1e-05,
38
+ "norm_num_groups": 32,
39
+ "num_class_embeds": null,
40
+ "only_cross_attention": false,
41
+ "out_channels": 3,
42
+ "projection_class_embeddings_input_dim": null,
43
+ "resnet_out_scale_factor": 1.0,
44
+ "resnet_skip_time_act": false,
45
+ "resnet_time_scale_shift": "default",
46
+ "sample_size": 256,
47
+ "time_cond_proj_dim": null,
48
+ "time_embedding_act_fn": null,
49
+ "time_embedding_dim": null,
50
+ "time_embedding_type": "positional",
51
+ "timestep_post_act": null,
52
+ "up_block_types": [
53
+ "UpBlock2D",
54
+ "CrossAttnUpBlock2D",
55
+ "UpBlock2D",
56
+ "UpBlock2D"
57
+ ],
58
+ "upcast_attention": false,
59
+ "use_linear_projection": false
60
+ }
checkpoint-121000/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75f71408e742c05674e3cb87030ee972e61e2880233f1695e9840204208e6366
3
+ size 36621969
checkpoint-121000/unet_ema/config.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.16.1",
4
+ "act_fn": "silu",
5
+ "addition_embed_type": null,
6
+ "addition_embed_type_num_heads": 64,
7
+ "attention_head_dim": 8,
8
+ "block_out_channels": [
9
+ 64,
10
+ 64,
11
+ 128,
12
+ 128
13
+ ],
14
+ "center_input_sample": false,
15
+ "class_embed_type": null,
16
+ "class_embeddings_concat": false,
17
+ "conv_in_kernel": 3,
18
+ "conv_out_kernel": 3,
19
+ "cross_attention_dim": 256,
20
+ "cross_attention_norm": null,
21
+ "decay": 0.9999,
22
+ "down_block_types": [
23
+ "DownBlock2D",
24
+ "DownBlock2D",
25
+ "CrossAttnDownBlock2D",
26
+ "DownBlock2D"
27
+ ],
28
+ "downsample_padding": 1,
29
+ "dual_cross_attention": false,
30
+ "encoder_hid_dim": null,
31
+ "flip_sin_to_cos": true,
32
+ "freq_shift": 0,
33
+ "in_channels": 3,
34
+ "inv_gamma": 1.0,
35
+ "layers_per_block": 2,
36
+ "mid_block_only_cross_attention": null,
37
+ "mid_block_scale_factor": 1,
38
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
39
+ "min_decay": 0.0,
40
+ "norm_eps": 1e-05,
41
+ "norm_num_groups": 32,
42
+ "num_class_embeds": null,
43
+ "only_cross_attention": false,
44
+ "optimization_step": 121000,
45
+ "out_channels": 3,
46
+ "power": 0.75,
47
+ "projection_class_embeddings_input_dim": null,
48
+ "resnet_out_scale_factor": 1.0,
49
+ "resnet_skip_time_act": false,
50
+ "resnet_time_scale_shift": "default",
51
+ "sample_size": 256,
52
+ "time_cond_proj_dim": null,
53
+ "time_embedding_act_fn": null,
54
+ "time_embedding_dim": null,
55
+ "time_embedding_type": "positional",
56
+ "timestep_post_act": null,
57
+ "up_block_types": [
58
+ "UpBlock2D",
59
+ "CrossAttnUpBlock2D",
60
+ "UpBlock2D",
61
+ "UpBlock2D"
62
+ ],
63
+ "upcast_attention": false,
64
+ "update_after_step": 0,
65
+ "use_ema_warmup": true,
66
+ "use_linear_projection": false
67
+ }
checkpoint-121000/unet_ema/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95e405cf561daab6c102840d12a11578b873358d49abb7089f33b457070a68c6
3
+ size 36616081
checkpoint-121500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7aded27f64f2ee020af81437e6f0322c81b8b5d81b0d9826342e4678d6817a3a
3
+ size 73251413
checkpoint-121500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac11e92ae3fcda6397072a72898995322239083824de21f683919e90914552ac
3
+ size 14727
checkpoint-121500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:340d09272a6d7e000a92c128e943c30c7e6b7feff9dfa138e0fba913419ac1a8
3
+ size 557
checkpoint-121500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c501e33cb763c4b71e365a7a99d7ca553b7f5aa83a6d5fc1d5eeed1e55562eec
3
+ size 563
checkpoint-121500/unet/config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.16.1",
4
+ "act_fn": "silu",
5
+ "addition_embed_type": null,
6
+ "addition_embed_type_num_heads": 64,
7
+ "attention_head_dim": 8,
8
+ "block_out_channels": [
9
+ 64,
10
+ 64,
11
+ 128,
12
+ 128
13
+ ],
14
+ "center_input_sample": false,
15
+ "class_embed_type": null,
16
+ "class_embeddings_concat": false,
17
+ "conv_in_kernel": 3,
18
+ "conv_out_kernel": 3,
19
+ "cross_attention_dim": 256,
20
+ "cross_attention_norm": null,
21
+ "down_block_types": [
22
+ "DownBlock2D",
23
+ "DownBlock2D",
24
+ "CrossAttnDownBlock2D",
25
+ "DownBlock2D"
26
+ ],
27
+ "downsample_padding": 1,
28
+ "dual_cross_attention": false,
29
+ "encoder_hid_dim": null,
30
+ "flip_sin_to_cos": true,
31
+ "freq_shift": 0,
32
+ "in_channels": 3,
33
+ "layers_per_block": 2,
34
+ "mid_block_only_cross_attention": null,
35
+ "mid_block_scale_factor": 1,
36
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
37
+ "norm_eps": 1e-05,
38
+ "norm_num_groups": 32,
39
+ "num_class_embeds": null,
40
+ "only_cross_attention": false,
41
+ "out_channels": 3,
42
+ "projection_class_embeddings_input_dim": null,
43
+ "resnet_out_scale_factor": 1.0,
44
+ "resnet_skip_time_act": false,
45
+ "resnet_time_scale_shift": "default",
46
+ "sample_size": 256,
47
+ "time_cond_proj_dim": null,
48
+ "time_embedding_act_fn": null,
49
+ "time_embedding_dim": null,
50
+ "time_embedding_type": "positional",
51
+ "timestep_post_act": null,
52
+ "up_block_types": [
53
+ "UpBlock2D",
54
+ "CrossAttnUpBlock2D",
55
+ "UpBlock2D",
56
+ "UpBlock2D"
57
+ ],
58
+ "upcast_attention": false,
59
+ "use_linear_projection": false
60
+ }
checkpoint-121500/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52eed2c9df96c341bab0d4e7c48c74b0bc801a29b77146489f38846933a9bba1
3
+ size 36621969
checkpoint-121500/unet_ema/config.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.16.1",
4
+ "act_fn": "silu",
5
+ "addition_embed_type": null,
6
+ "addition_embed_type_num_heads": 64,
7
+ "attention_head_dim": 8,
8
+ "block_out_channels": [
9
+ 64,
10
+ 64,
11
+ 128,
12
+ 128
13
+ ],
14
+ "center_input_sample": false,
15
+ "class_embed_type": null,
16
+ "class_embeddings_concat": false,
17
+ "conv_in_kernel": 3,
18
+ "conv_out_kernel": 3,
19
+ "cross_attention_dim": 256,
20
+ "cross_attention_norm": null,
21
+ "decay": 0.9999,
22
+ "down_block_types": [
23
+ "DownBlock2D",
24
+ "DownBlock2D",
25
+ "CrossAttnDownBlock2D",
26
+ "DownBlock2D"
27
+ ],
28
+ "downsample_padding": 1,
29
+ "dual_cross_attention": false,
30
+ "encoder_hid_dim": null,
31
+ "flip_sin_to_cos": true,
32
+ "freq_shift": 0,
33
+ "in_channels": 3,
34
+ "inv_gamma": 1.0,
35
+ "layers_per_block": 2,
36
+ "mid_block_only_cross_attention": null,
37
+ "mid_block_scale_factor": 1,
38
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
39
+ "min_decay": 0.0,
40
+ "norm_eps": 1e-05,
41
+ "norm_num_groups": 32,
42
+ "num_class_embeds": null,
43
+ "only_cross_attention": false,
44
+ "optimization_step": 121500,
45
+ "out_channels": 3,
46
+ "power": 0.75,
47
+ "projection_class_embeddings_input_dim": null,
48
+ "resnet_out_scale_factor": 1.0,
49
+ "resnet_skip_time_act": false,
50
+ "resnet_time_scale_shift": "default",
51
+ "sample_size": 256,
52
+ "time_cond_proj_dim": null,
53
+ "time_embedding_act_fn": null,
54
+ "time_embedding_dim": null,
55
+ "time_embedding_type": "positional",
56
+ "timestep_post_act": null,
57
+ "up_block_types": [
58
+ "UpBlock2D",
59
+ "CrossAttnUpBlock2D",
60
+ "UpBlock2D",
61
+ "UpBlock2D"
62
+ ],
63
+ "upcast_attention": false,
64
+ "update_after_step": 0,
65
+ "use_ema_warmup": true,
66
+ "use_linear_projection": false
67
+ }
checkpoint-121500/unet_ema/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a866d7a5c0700ebaa20e3267247943fff3d9b5bbfc0c9adae67261422e04729
3
+ size 36616081
checkpoint-122000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7c627ed46f6bc9a3959f942bc009825c5c4f3fd56960b6ea31465abc3fdd865
3
+ size 73251413
checkpoint-122000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c049d89b5444341605d74564bee38fcb8f00f8a5c6acffe20d79e65907024a8e
3
+ size 14727