diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..ecbac6f07e4f359fe5100e942532a1c2be9b3e89 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,34 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/.gitkeep b/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..3ef8f3e45129ebb2353efacb790099e49dae1e1e --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +--- +license: bsd-3-clause-clear +library_name: diffusers +--- +An experimental 3d terrain generating model (generates heightmaps for terrains). + +More details on dataset, training and usage available here: + +https://github.com/fgheorghe/ai-terrain-generator diff --git a/checkpoint-1000/optimizer.bin b/checkpoint-1000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e73fe26fb0b30c7a7ff84716f1b0fd1222158185 --- /dev/null +++ b/checkpoint-1000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a1934c864550ac7b6f0ddad05c2949c354e57bc0fa4ca67ea5548d08e7f6994 +size 909763299 diff --git a/checkpoint-1000/random_states_0.pkl b/checkpoint-1000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..5e687517596b675e752b52f429e6b8fa88f3b890 --- /dev/null +++ b/checkpoint-1000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b97178578b5af455c3a4e82eb19fdf77756aa3e8b3a712d7ee377e96f09466cd +size 14727 diff --git a/checkpoint-1000/scheduler.bin b/checkpoint-1000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..9a886b83c781ed695c974db06752a3b9f383b3db --- /dev/null +++ b/checkpoint-1000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7584e13ff287bebf8e88aecd1090c04c4bb84ecaedc7afa62bbb3638b0ac1ff7 +size 563 diff --git a/checkpoint-1000/unet/config.json b/checkpoint-1000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-1000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-1000/unet/diffusion_pytorch_model.bin b/checkpoint-1000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..f33f6749b1883052da8e32fe77beafec6ce33976 --- /dev/null +++ b/checkpoint-1000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8e63c648af9213a60331ac7187f0a1cf92b5f323ea7df583ae34e421fd56a6e +size 454867325 diff --git a/checkpoint-10000/optimizer.bin b/checkpoint-10000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e5a1a4ef619aaca4df57f6dd13b40a66f22bbe9d --- /dev/null +++ b/checkpoint-10000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5015609c88bf534a1fad1bed5cc34ebbd7a3ddf095d67875d3a4a2035e1e533d +size 909763299 diff --git a/checkpoint-10000/random_states_0.pkl b/checkpoint-10000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..5cf158d52f0a509c3bf43e7724aa2aa7046ff888 --- /dev/null +++ b/checkpoint-10000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b88b5f6f370f1ae77baf64734ac3f5d017a4f241c3b0524fc641cce7ffa1170 +size 14727 diff --git a/checkpoint-10000/scheduler.bin b/checkpoint-10000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..b3a85320814caf8a7563ebcf893842638eafa80b --- /dev/null +++ b/checkpoint-10000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99d0a92ec0ff36cf1f7c65309cdb46768ad6b8c5be421bf40c9d45964a18ef3 +size 563 diff --git a/checkpoint-10000/unet/config.json b/checkpoint-10000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-10000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-10000/unet/diffusion_pytorch_model.bin b/checkpoint-10000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..1f37b6a502323c752099b6bd9b79e455f9b97b31 --- /dev/null +++ b/checkpoint-10000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c832c2e60a21a1effddb46b6febb198aca583fcd690f966b7704768dad5bf2a4 +size 454867325 diff --git a/checkpoint-10500/optimizer.bin b/checkpoint-10500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ec8294aa137220b946086b437699f193a81f9fdc --- /dev/null +++ b/checkpoint-10500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e51d7a9f488e77efe20cac820d8db46c5e756a1bc8cd870a35a27656b405a6db +size 909763299 diff --git a/checkpoint-10500/random_states_0.pkl b/checkpoint-10500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..346d1743bbbbf5e4be4416d0cd96fcb8594e7476 --- /dev/null +++ b/checkpoint-10500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b342a97c98a1a7f4253656dae2a49543b1ea25f9bbd445a6584d064718336c7 +size 14727 diff --git a/checkpoint-10500/scheduler.bin b/checkpoint-10500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..46829906eebe8aecd9a04eb6012042eaaf858f69 --- /dev/null +++ b/checkpoint-10500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8f86cd371f7318f4288944ab0d2b8daf460a3bec3a474202f170737db829339 +size 563 diff --git a/checkpoint-10500/unet/config.json b/checkpoint-10500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-10500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-10500/unet/diffusion_pytorch_model.bin b/checkpoint-10500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..a99d69e6470689302881230656923854fbb99eae --- /dev/null +++ b/checkpoint-10500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a163fea7480da5f6671455aefd562f62be9c377dec190c5f75d2e6fe13660a45 +size 454867325 diff --git a/checkpoint-11000/optimizer.bin b/checkpoint-11000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7e676244ae708c9f3e58feeb5ed03a132fa03fe5 --- /dev/null +++ b/checkpoint-11000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d94fea0d7ea4e5ddce713db9a0cfdf2dda771c8c351625d9a7cd40a1d81b01d +size 909763299 diff --git a/checkpoint-11000/random_states_0.pkl b/checkpoint-11000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b06eec21d6f6e767ae19ccdc8b62be26e6125af5 --- /dev/null +++ b/checkpoint-11000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b949480e09aaf33c5c1c7d9224f4e5bf44225d6931cd0a10dee5e0ec513173 +size 14727 diff --git a/checkpoint-11000/scheduler.bin b/checkpoint-11000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f6e2fa93d776ab4fc13e204d54adb1b745fd6b45 --- /dev/null +++ b/checkpoint-11000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87f14303b8d32f75a3320e02c7e82dde42b8f7b9246509e522011620ae550f1a +size 563 diff --git a/checkpoint-11000/unet/config.json b/checkpoint-11000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-11000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-11000/unet/diffusion_pytorch_model.bin b/checkpoint-11000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..562e6ca2b3e1737ce149ef43e4f16281aa6f7e15 --- /dev/null +++ b/checkpoint-11000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f05ad8fe6a0a3db7934ade5e378a5ed15a87eb4760c0e9047ae7bc757cca359 +size 454867325 diff --git a/checkpoint-11500/optimizer.bin b/checkpoint-11500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..fac5b71b96d8335f38a9cc6846acd51fee106e5a --- /dev/null +++ b/checkpoint-11500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df831409d8a86bcfc76f9aaa6db300b12e3a5d9c76be1f4121c50dc54d6b69bf +size 909763299 diff --git a/checkpoint-11500/random_states_0.pkl b/checkpoint-11500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a0c0d4778b202e4897822c5d8d65d428acdaf593 --- /dev/null +++ b/checkpoint-11500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7a7b42044207971dd832cb8c7eb6f168665ef5d8800d7cbc6d996d59deca67 +size 14727 diff --git a/checkpoint-11500/scheduler.bin b/checkpoint-11500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..5dc15bc56cc626b17294b6a496e0c2ed5c8edc93 --- /dev/null +++ b/checkpoint-11500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66829973bae088608fb3b748582887a190793d11118d2c11cd6a93bb5c7cabf7 +size 563 diff --git a/checkpoint-11500/unet/config.json b/checkpoint-11500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-11500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-11500/unet/diffusion_pytorch_model.bin b/checkpoint-11500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..891dea200c3ae7fb041decaef23da2914ed5d3ab --- /dev/null +++ b/checkpoint-11500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a75c2aee6c9b20127f7da3eb6fbcedee3e9dd6ec6985a22d0c4ced3a8e216216 +size 454867325 diff --git a/checkpoint-12000/optimizer.bin b/checkpoint-12000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b29440df16a4faa42b3a99f344c8bbfaa273e3bd --- /dev/null +++ b/checkpoint-12000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbf32d725195f745f4449e2761ed9263d206ccc4b21ce5586cd5f9a1284afc50 +size 909763299 diff --git a/checkpoint-12000/random_states_0.pkl b/checkpoint-12000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0090682bb397f2e0103bf7de03626e8d1263251e --- /dev/null +++ b/checkpoint-12000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba362af69a67fe770314a4db0d4f9295b7e5446b4b1c61d7fd458a9dd674a02d +size 14727 diff --git a/checkpoint-12000/scheduler.bin b/checkpoint-12000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..6a846f7b41a9ca0053797a6c8d71ce9f17fbacc0 --- /dev/null +++ b/checkpoint-12000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59a8d21fda6e92af2559bf4c72534f2318777141088ed3a8ac1fbfe24c05c8e5 +size 563 diff --git a/checkpoint-12000/unet/config.json b/checkpoint-12000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-12000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-12000/unet/diffusion_pytorch_model.bin b/checkpoint-12000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..6334fa9b703f3fe2a24e185d825fa3239bfa29b3 --- /dev/null +++ b/checkpoint-12000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ff098a4c6ace6b5f8c20076004d391153c791223a19b13c6ead6a0ae8c38a3 +size 454867325 diff --git a/checkpoint-12500/optimizer.bin b/checkpoint-12500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..463cd485e5d9683ceff0b5d336913f708d014384 --- /dev/null +++ b/checkpoint-12500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6873c3344a56b53c8bd44065fbc38545f968c291eb876a1a3bcd9621a517b157 +size 909763299 diff --git a/checkpoint-12500/random_states_0.pkl b/checkpoint-12500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..50abd3eff22cc718aba1143365432ed5b6ee109f --- /dev/null +++ b/checkpoint-12500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:815c842bf54de5f6b94c250d714b5044ab3794caaf24deaca8295b5c7e19d916 +size 14727 diff --git a/checkpoint-12500/scheduler.bin b/checkpoint-12500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..df74e81402691270a3b2add2d6280fd295ac7354 --- /dev/null +++ b/checkpoint-12500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae61ed1a1b4506bf78f055df3eec64f2a1d63754d918959277bb21496cad923 +size 563 diff --git a/checkpoint-12500/unet/config.json b/checkpoint-12500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-12500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-12500/unet/diffusion_pytorch_model.bin b/checkpoint-12500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..83c7e06d91a92ae7441240f343c9ca71df17f04f --- /dev/null +++ b/checkpoint-12500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57986e15cb3dc3c47e50091ec3fa66fafcfab2db62d367d97c5efc3558a0bbc2 +size 454867325 diff --git a/checkpoint-13000/optimizer.bin b/checkpoint-13000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..32fa26831cbd40662dec878c89ded08fb663bae1 --- /dev/null +++ b/checkpoint-13000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:177f8bf4b237f3089d50914ac6222d3478f616706b83c6181420481d4cf43294 +size 909763299 diff --git a/checkpoint-13000/random_states_0.pkl b/checkpoint-13000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e6547e2f4feb19778540458b32244f5e204e5951 --- /dev/null +++ b/checkpoint-13000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6647cc1c8823040d4491e08b923c7d1cc82b1cba4f5067956afae878641b028e +size 14727 diff --git a/checkpoint-13000/scheduler.bin b/checkpoint-13000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..8585d2710ab3ec01348c1d0d1b577e9c3011f1ce --- /dev/null +++ b/checkpoint-13000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd521e47f173ec836e339e3112fe6c97b55fe5e103f8b18f95b37ca40aa4decb +size 563 diff --git a/checkpoint-13000/unet/config.json b/checkpoint-13000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-13000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-13000/unet/diffusion_pytorch_model.bin b/checkpoint-13000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..4ec02ae2c92c0535c87519eb286ec3f51cad5bdd --- /dev/null +++ b/checkpoint-13000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5809e74148be1fbd87bb299aac8fc11f240e26fe4b69ec278dd9c82afda50463 +size 454867325 diff --git a/checkpoint-13500/optimizer.bin b/checkpoint-13500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6db2c7960e7cb63ba21cf45bcc3d18c56ed6515c --- /dev/null +++ b/checkpoint-13500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:457d5784f3743f9ef88ff665a908b83bef8cfcc5eb24003825638e6cf3a4e2e9 +size 909763299 diff --git a/checkpoint-13500/random_states_0.pkl b/checkpoint-13500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..7566e0edbcc2dfb47c383711b0096eea791ebc5c --- /dev/null +++ b/checkpoint-13500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad36b14ffcae10ac1c31a98e18605bfc95686c5ee1ecbed37e6e4f3c11c3d68 +size 14727 diff --git a/checkpoint-13500/scheduler.bin b/checkpoint-13500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..bf4d19a85c201bc8fa4e446d08cd8eabdde95e6c --- /dev/null +++ b/checkpoint-13500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8949f6cbfcd4f4ca4e5c0b6a992ba05657adcc30050c0b3acf33dd941f09119b +size 563 diff --git a/checkpoint-13500/unet/config.json b/checkpoint-13500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-13500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-13500/unet/diffusion_pytorch_model.bin b/checkpoint-13500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..2ce32f49f2006d87920a2ac4c19b027751fd11d4 --- /dev/null +++ b/checkpoint-13500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d79545318bc37eb9147691d2dc66abc58c933e33743fbb0633ce6f861d70ab2 +size 454867325 diff --git a/checkpoint-14000/optimizer.bin b/checkpoint-14000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..1941f77d529daf2a050337cd1e21f91f5e1b1ce0 --- /dev/null +++ b/checkpoint-14000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e6947f2c4d742424a70423f879344e1febf7f929f86161457cf0007d65f219 +size 909763299 diff --git a/checkpoint-14000/random_states_0.pkl b/checkpoint-14000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ef906e06f74fe0f1366b6f6f98363d684d8f43f8 --- /dev/null +++ b/checkpoint-14000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e17bdaf36248dd373804d202c9c1ece4decf6da79342a8935198d76a3260f41 +size 14727 diff --git a/checkpoint-14000/scheduler.bin b/checkpoint-14000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..51445aa76953d16bd94b09d24424db1f167a030f --- /dev/null +++ b/checkpoint-14000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4346777c5d604a700c6f29fca52f4745ee0b3fd4aacd3b4906a66b0793c3b10 +size 563 diff --git a/checkpoint-14000/unet/config.json b/checkpoint-14000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-14000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-14000/unet/diffusion_pytorch_model.bin b/checkpoint-14000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..6795c26577cb60d8f5ac7139fcd5bd0540277858 --- /dev/null +++ b/checkpoint-14000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bb6851fe8c2e2e2eb0e71ce03db1548dec71676ba12f6a092604d82a4befe20 +size 454867325 diff --git a/checkpoint-14500/optimizer.bin b/checkpoint-14500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..94e51691d9dcea87233e13a693590f2066a439c5 --- /dev/null +++ b/checkpoint-14500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76274f9aa25ab67df2d9616a0d4acb82a96c4ed963de9ae13353fecdf9b3635a +size 909763299 diff --git a/checkpoint-14500/random_states_0.pkl b/checkpoint-14500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b93b769abee26566378f188808c7d93c77093615 --- /dev/null +++ b/checkpoint-14500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7714e7851a39b4a37b73f2411123f4a2dc83a037eefb6fc89cf2b00182c78939 +size 14727 diff --git a/checkpoint-14500/scheduler.bin b/checkpoint-14500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..14bf461246c7f36d4ccb33d6b2b20f39d52ba526 --- /dev/null +++ b/checkpoint-14500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c89598f9faa9bead693dd4144161525c3c7730c8ab279af58c1cfd283a818979 +size 563 diff --git a/checkpoint-14500/unet/config.json b/checkpoint-14500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-14500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-14500/unet/diffusion_pytorch_model.bin b/checkpoint-14500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..0d92fb3419a91545fdd2eb5ad1c6918ecc7aaff4 --- /dev/null +++ b/checkpoint-14500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7132f984aa34ca62b9771c3494c479697df9d344e9ff1652daae29c5dc7aa05 +size 454867325 diff --git a/checkpoint-1500/optimizer.bin b/checkpoint-1500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d1e8aa93a5bf00aa2308ab8eb7558b5a395e1b21 --- /dev/null +++ b/checkpoint-1500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ff1f6115dc45fc515ec2674b785e5c7d8d0b1a2e9c20756a9200edce9d6b7d +size 909763299 diff --git a/checkpoint-1500/random_states_0.pkl b/checkpoint-1500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ec4069363e30d956be3e777be7cb291686faf0ec --- /dev/null +++ b/checkpoint-1500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91531ccf46d13acf2ce67bbc0f355e03559f5ad224c32f7eaf0f80562c723ab2 +size 14727 diff --git a/checkpoint-1500/scheduler.bin b/checkpoint-1500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..ddf0b0511a23dccb21e749effd992caf1d7558ee --- /dev/null +++ b/checkpoint-1500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d883891c2eaca61adb5048e87f0668f350e7cc294945c5012a6fb9138242e0c +size 563 diff --git a/checkpoint-1500/unet/config.json b/checkpoint-1500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-1500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-1500/unet/diffusion_pytorch_model.bin b/checkpoint-1500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..d0c289005d197db00c616a2da0b9126df4487f87 --- /dev/null +++ b/checkpoint-1500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9439318673a413bb88f6116defb4fa31566f0ef811f6ca74163e40a8d6c7c85b +size 454867325 diff --git a/checkpoint-15000/optimizer.bin b/checkpoint-15000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..033b5b581040e7859fcc0295951738afa37290c1 --- /dev/null +++ b/checkpoint-15000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45ec77e3dd5a9c0fb62d7819d724adec39a2c8bcf6759f3d77ae5a54fa033186 +size 909763299 diff --git a/checkpoint-15000/random_states_0.pkl b/checkpoint-15000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4ab9b8a5e60679dd7952ec30f899ae11fc3e2ae2 --- /dev/null +++ b/checkpoint-15000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:151eee2e8ef5c29b0cff6d5aad15fc280044688486a150b50e2cc70066c76917 +size 14727 diff --git a/checkpoint-15000/scheduler.bin b/checkpoint-15000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f6568254c7e6121229dbccecfbde409fbf5e327e --- /dev/null +++ b/checkpoint-15000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceb1ce36d0f0ae22e005252f6e02c3102786adbdf7afcd8bdc1a15974615f07d +size 563 diff --git a/checkpoint-15000/unet/config.json b/checkpoint-15000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-15000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-15000/unet/diffusion_pytorch_model.bin b/checkpoint-15000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..8b52355ea03d8db49f2c80db069b273d32dc72cc --- /dev/null +++ b/checkpoint-15000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c85b9306f2e48b83ed126725485418d70df25f34d627698728307daef690b43e +size 454867325 diff --git a/checkpoint-15500/optimizer.bin b/checkpoint-15500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..70ee271cf0aec57f7a6e70ca89d044f4cd7dc26b --- /dev/null +++ b/checkpoint-15500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bc3566ed47c86ff1d635099c8d2a72701e4accd8af9af89138c3b0c9a953387 +size 909763299 diff --git a/checkpoint-15500/random_states_0.pkl b/checkpoint-15500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..64a1d001a093c3df4f1bcd5377c2fea51b682ca5 --- /dev/null +++ b/checkpoint-15500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:502ce742981b8d1998059de14b9f1d46b78e7d53b887b8976dec9b8a5f20c1b5 +size 14727 diff --git a/checkpoint-15500/scheduler.bin b/checkpoint-15500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..336d5d74358adda72d202e31a3b43f229aa269a6 --- /dev/null +++ b/checkpoint-15500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:679db7632855ff5a460b09ef9598610d7330ec570df7c184e3eb3d68a5efbad0 +size 563 diff --git a/checkpoint-15500/unet/config.json b/checkpoint-15500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-15500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-15500/unet/diffusion_pytorch_model.bin b/checkpoint-15500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..eaba6600d49e969a223608d435646b376b290842 --- /dev/null +++ b/checkpoint-15500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf885af3e7381f42884dcf3f7fbe47c3dc537f1de6b9eccac16b46afacbc5be +size 454867325 diff --git a/checkpoint-16000/optimizer.bin b/checkpoint-16000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6b0c66c7cb60a04d84bc0dc9faf7d33ea49b6b39 --- /dev/null +++ b/checkpoint-16000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3b829ea237e838b30fdd2a4f39b8260caa18ec9e769c62837c8d02649fe14ac +size 909763299 diff --git a/checkpoint-16000/random_states_0.pkl b/checkpoint-16000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..512b59cdcc20205b60b7d1f05e28c175f9e3d35f --- /dev/null +++ b/checkpoint-16000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bac22cb864f1dc5187adfd49e3cefa7265970aabacd76bd558efe2548173c8e +size 14727 diff --git a/checkpoint-16000/scheduler.bin b/checkpoint-16000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..b055b19fa7490c2843f08b3e1395b44594a4a85a --- /dev/null +++ b/checkpoint-16000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7c46198e6f7752981c2c65aae17826ff55967deacf8496e04155b0abbf0297 +size 563 diff --git a/checkpoint-16000/unet/config.json b/checkpoint-16000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-16000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-16000/unet/diffusion_pytorch_model.bin b/checkpoint-16000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..bb5dbd55cae850a05d86d7059defdefac611359e --- /dev/null +++ b/checkpoint-16000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a2ee2abe5cc8ae7325657783efa5c37f33414a753b49cb9adcf0831717a45b0 +size 454867325 diff --git a/checkpoint-16500/optimizer.bin b/checkpoint-16500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..23a3e15e4142edea35910985c9caf5163ec5466f --- /dev/null +++ b/checkpoint-16500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db0e25f53938e20dea5e38341d4413bc18ae32375cc584953f12755da152ddce +size 909763299 diff --git a/checkpoint-16500/random_states_0.pkl b/checkpoint-16500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..8bfeaa2883b2e2cca3102c3047f6c957b23fb329 --- /dev/null +++ b/checkpoint-16500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc83ab00f19e022b1088280442247cdeb4f6559695d3153366b149fe8c71c39 +size 14727 diff --git a/checkpoint-16500/scheduler.bin b/checkpoint-16500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..0ff69c9500896dd92c07f6ca0378c3180d5d6564 --- /dev/null +++ b/checkpoint-16500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c10db9e505439171a75d1252d14ed102d66bd6dc4f43f5b9e819f71e51a9eecd +size 563 diff --git a/checkpoint-16500/unet/config.json b/checkpoint-16500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-16500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-16500/unet/diffusion_pytorch_model.bin b/checkpoint-16500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..e6107283c60afc7408fbfde0213081f8ee33126b --- /dev/null +++ b/checkpoint-16500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7c40e6a0e3c36afe9f182505b7c4b157706fb1d9e54971fb6743f1a677088d0 +size 454867325 diff --git a/checkpoint-17000/optimizer.bin b/checkpoint-17000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..051caa0c376425c97de93dcc1aa71541d3c860bb --- /dev/null +++ b/checkpoint-17000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6efcde69fe9a0d44fcabf50ee67b4c6d9a04fde67ed0ccfd0a0744a00b77bca4 +size 909763299 diff --git a/checkpoint-17000/random_states_0.pkl b/checkpoint-17000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4a2d524e7a4ac438e05babd89979b9592b8d3de6 --- /dev/null +++ b/checkpoint-17000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb1b377fcdbdf8384f5b7bf00188db4697e303aa122616073f73f8ec779763d +size 14727 diff --git a/checkpoint-17000/scheduler.bin b/checkpoint-17000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f15e0ad7699fb7ededfb4affab378160a2e00e86 --- /dev/null +++ b/checkpoint-17000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80f647f8855f735ae680dd201484629f242f1d62c1f98cfa515dab8efeb68009 +size 563 diff --git a/checkpoint-17000/unet/config.json b/checkpoint-17000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-17000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-17000/unet/diffusion_pytorch_model.bin b/checkpoint-17000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..0c2d727c8eb19fa290ffc5cfd9b44482be859f24 --- /dev/null +++ b/checkpoint-17000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b62c906a9c48644bfb7c466955daa05046ba77b4c4bfd77d64393c850a2abf7 +size 454867325 diff --git a/checkpoint-17500/optimizer.bin b/checkpoint-17500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..a45fc114ac083c81c11f4127ae194516cd665015 --- /dev/null +++ b/checkpoint-17500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8986381543548abd276172353b4f89cff09200242e4a72127575b6e66936257 +size 909763299 diff --git a/checkpoint-17500/random_states_0.pkl b/checkpoint-17500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4ab0d55e7e4e6a25460307675a478a33080bc907 --- /dev/null +++ b/checkpoint-17500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52689b9e930a2597b8802e7ecee0373248a319e2b8b367f62c0c0dcd2bea5eb2 +size 14727 diff --git a/checkpoint-17500/scheduler.bin b/checkpoint-17500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..4bb7924414c861ee2fe61851a0ed20821c43ec5b --- /dev/null +++ b/checkpoint-17500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58191c5b307030742c102bac175b230ae46b935e8783e21d41a1eeccfb6a609b +size 563 diff --git a/checkpoint-17500/unet/config.json b/checkpoint-17500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-17500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-17500/unet/diffusion_pytorch_model.bin b/checkpoint-17500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..b17a05d8c0dedf891257fc20eae7a43c27a5527e --- /dev/null +++ b/checkpoint-17500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d0525f51fa89ae205d3f8e7a4fb59b202ed39190110e757853e8c3663daeb2 +size 454867325 diff --git a/checkpoint-18000/optimizer.bin b/checkpoint-18000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..eb6c0bbb5c40d1422a1ff522f9a70ff7fe2719e7 --- /dev/null +++ b/checkpoint-18000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62daf3cefb246410bfd330cf687937f4da85ff8127c44f921e8afe286cc861ab +size 909763299 diff --git a/checkpoint-18000/random_states_0.pkl b/checkpoint-18000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3fcd48abc42e52ff5e98659ca7f2fef8f4d9355c --- /dev/null +++ b/checkpoint-18000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32706213cbd44f3d815768657727833d21532201d19b224b8ada1fe5839fbc51 +size 14727 diff --git a/checkpoint-18000/scheduler.bin b/checkpoint-18000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..610880620e5474ed26d07d8d625670c3076885f1 --- /dev/null +++ b/checkpoint-18000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87908535e756b8b1e90d1a4f0f06feccc4aa908faedb7bc184217d7fa3c945a9 +size 563 diff --git a/checkpoint-18000/unet/config.json b/checkpoint-18000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-18000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-18000/unet/diffusion_pytorch_model.bin b/checkpoint-18000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..e883376352d95d19b784578a606e1ddc95fa8d4d --- /dev/null +++ b/checkpoint-18000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4e3551ab9a3f6fa44d70fe491dffac0409ea469a662286233e12b5cf45e13ce +size 454867325 diff --git a/checkpoint-18500/optimizer.bin b/checkpoint-18500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c36380b0a7d4f32d536d0720da64144ffe1fc6dd --- /dev/null +++ b/checkpoint-18500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a05c25ccc49dcf58ff3ee592bb647934a0cbedb38fd47c619f66be8f8907fb9 +size 909763299 diff --git a/checkpoint-18500/random_states_0.pkl b/checkpoint-18500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..deeab543ff52c82df33c26e7ece0620cbb739ed4 --- /dev/null +++ b/checkpoint-18500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84305fdfeedb8d32c4d4de8fa154adb9de6790dc89a711d4d5068b8e01c99a38 +size 14727 diff --git a/checkpoint-18500/scheduler.bin b/checkpoint-18500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..330e0a19cd142151f45d83692c69a8d6172f4d7d --- /dev/null +++ b/checkpoint-18500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ce3b05bc4f81b2ccf8b31d8b885a04da3bb52eabf08145cf7afb0f909422671 +size 563 diff --git a/checkpoint-18500/unet/config.json b/checkpoint-18500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-18500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-18500/unet/diffusion_pytorch_model.bin b/checkpoint-18500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..ebd3989c881982d1ed8a40446c4268cc08d85115 --- /dev/null +++ b/checkpoint-18500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:253ad784c87b90912d76bb62fe0d0ac3b14eebd43439072f03edd309f0e81154 +size 454867325 diff --git a/checkpoint-19000/optimizer.bin b/checkpoint-19000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..f6e8b5af37ddaf4c88dd0c8f7e2a9ab15e6e521b --- /dev/null +++ b/checkpoint-19000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b96e4ac8c9a589b3a40ad137bb4c5756b37f835755fac8b0340140b06387500f +size 909763299 diff --git a/checkpoint-19000/random_states_0.pkl b/checkpoint-19000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e0477d61534225dfd144b402085454ab1473a92b --- /dev/null +++ b/checkpoint-19000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8761c5ea2bcdcc0399c710f81385c948e3f1d6ad4edd2c3a7b727cbf66177a88 +size 14727 diff --git a/checkpoint-19000/scheduler.bin b/checkpoint-19000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..188893a97d13aaaf9d92e91a6ae41af3dfb15e4d --- /dev/null +++ b/checkpoint-19000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360f2d19fb42b0265aec3ecdd641ba814f8f05bad0c090af32b31dcb99f66bbe +size 563 diff --git a/checkpoint-19000/unet/config.json b/checkpoint-19000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-19000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-19000/unet/diffusion_pytorch_model.bin b/checkpoint-19000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..a30154101bb68b4c436834c4cd721477f91938fc --- /dev/null +++ b/checkpoint-19000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cc0388d967021c43a4505f63a9c1a662e81320b1779077bf1fbaadf277e572f +size 454867325 diff --git a/checkpoint-19500/optimizer.bin b/checkpoint-19500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d73dd23cefb38ba0aefc2e836178627d1cc865e3 --- /dev/null +++ b/checkpoint-19500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85081194a9030caea49ea62bbc3ea32a92c63a0a34a7773effeec0c2ef3bf1e5 +size 909763299 diff --git a/checkpoint-19500/random_states_0.pkl b/checkpoint-19500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..7fba10649175457370889e3329ad68be71b0ff39 --- /dev/null +++ b/checkpoint-19500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d8abe08f14beef65d3370f8e40577f8286394a6365d5aeb1436f1a7b46351e6 +size 14727 diff --git a/checkpoint-19500/scheduler.bin b/checkpoint-19500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..9bdcc01868f350448e7e2e09a37030ad07d20678 --- /dev/null +++ b/checkpoint-19500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba1d4509e391795064432bed93676b594f40a2a8dd6808679d7c9ef04a1eff56 +size 563 diff --git a/checkpoint-19500/unet/config.json b/checkpoint-19500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-19500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-19500/unet/diffusion_pytorch_model.bin b/checkpoint-19500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..935e9e06a8283be43ac86d94fc644d4ff479fb7a --- /dev/null +++ b/checkpoint-19500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11627fb35ae3166028f7edeb188ec46466bc8569bca613c0b665bd4e4f7d3be1 +size 454867325 diff --git a/checkpoint-2000/optimizer.bin b/checkpoint-2000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d9200aba53ad45f873f84b710b3b18a4c184c388 --- /dev/null +++ b/checkpoint-2000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2188f82f382c705c4c151832e3fed4c8cd07f030bdc621838c40fcd0118a770d +size 909763299 diff --git a/checkpoint-2000/random_states_0.pkl b/checkpoint-2000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e042610ebc59d92fbd798545918bd61f76852e4b --- /dev/null +++ b/checkpoint-2000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7a8d5992e124720d599e8a379f5212ef47b165c98131a332f231a1435a0f5a +size 14727 diff --git a/checkpoint-2000/scheduler.bin b/checkpoint-2000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a67ffa20c86b80765341be1a30e902df59a4d1c1 --- /dev/null +++ b/checkpoint-2000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2256ad87aabaa069dfe1a21813775cb1362ce32871675efa206d8f78417966c8 +size 563 diff --git a/checkpoint-2000/unet/config.json b/checkpoint-2000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-2000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-2000/unet/diffusion_pytorch_model.bin b/checkpoint-2000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..be2ab7fc16c4c3c34437269b0388a7390c5a9911 --- /dev/null +++ b/checkpoint-2000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8bec56c21352cd76f15eee960ae289c9cf99dfb7cd42087bbfcf0e353f4fef1 +size 454867325 diff --git a/checkpoint-20000/optimizer.bin b/checkpoint-20000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c676b34502bb3b36da717c7b7b8c99c2de0db4c1 --- /dev/null +++ b/checkpoint-20000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:476469070a1117213846f72723bcd77e4455d1e7dbd7a2d8129b4d561f683633 +size 909763299 diff --git a/checkpoint-20000/random_states_0.pkl b/checkpoint-20000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..1e2c1496ed3458570b5668b634c01de2ad3e2981 --- /dev/null +++ b/checkpoint-20000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc035382dd3855a67a07a69bf9356635afdc2bd42cd8dff4b8e1d5829af1473d +size 14727 diff --git a/checkpoint-20000/scheduler.bin b/checkpoint-20000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..b5d1d942e7a12db701702a9a36a00dfe4cb0a436 --- /dev/null +++ b/checkpoint-20000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:908ba0c38bd3eb48951097ebe21e4655dbac9c96f2f468dcfb99be9fe8dc232b +size 563 diff --git a/checkpoint-20000/unet/config.json b/checkpoint-20000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-20000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-20000/unet/diffusion_pytorch_model.bin b/checkpoint-20000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..661dfc54a1c1024f4bad89df9703924dd33d9547 --- /dev/null +++ b/checkpoint-20000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0b29413024ad313c6cf4370cef023b00ba2dd27b77f9baf2d9641bf17de139a +size 454867325 diff --git a/checkpoint-20500/optimizer.bin b/checkpoint-20500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6e4a8ba351dd5b6d278b5ad01e035b94d4314974 --- /dev/null +++ b/checkpoint-20500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ee692b3ac3ce30a27753beeddc9a9be060dba65ebf2eeb54fa4b3079e75647 +size 909763299 diff --git a/checkpoint-20500/random_states_0.pkl b/checkpoint-20500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a755e5f34761846835c4fc5ee60dd75b58771aa4 --- /dev/null +++ b/checkpoint-20500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a797c5dec21303a7181f76d19ef772a8898f41f46ee6985553e32952194cf291 +size 14727 diff --git a/checkpoint-20500/scheduler.bin b/checkpoint-20500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e814e75ede9db6d2315ece698fa8ade92e22c42d --- /dev/null +++ b/checkpoint-20500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd1078753551c2daeeba0d9b4fcd2ee71e31e3d7a1727b67d5c9702fe26f377d +size 563 diff --git a/checkpoint-20500/unet/config.json b/checkpoint-20500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-20500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-20500/unet/diffusion_pytorch_model.bin b/checkpoint-20500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..1d5c7ce289acb62e7c1ed4947501ba64bb649f6b --- /dev/null +++ b/checkpoint-20500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:876dd96c1653286f80c68f62681eaa6a6c0dfb4960d52257690a064dffe12186 +size 454867325 diff --git a/checkpoint-21000/optimizer.bin b/checkpoint-21000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b73dadf029ac9921674917c3fc2f43e320a270c1 --- /dev/null +++ b/checkpoint-21000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96c6c736ca0a1e39ef3362afc966afbf5e54f6e19b4ffcd7903229849ce268d +size 909763299 diff --git a/checkpoint-21000/random_states_0.pkl b/checkpoint-21000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f4fdfdb3665cec182b5a2c9220772a96586726ac --- /dev/null +++ b/checkpoint-21000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef02e7f3e4351ebc503fec924f2379c36eaeb3c5b662ec8df506fe8d28adaa2 +size 14727 diff --git a/checkpoint-21000/scheduler.bin b/checkpoint-21000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d53e38fa63a869213615d9f6f50c615a397eb251 --- /dev/null +++ b/checkpoint-21000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5693fe6f50d0cfdf49371e6ccd86087f12649909b225878b8ceb09566aa9ae30 +size 563 diff --git a/checkpoint-21000/unet/config.json b/checkpoint-21000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-21000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-21000/unet/diffusion_pytorch_model.bin b/checkpoint-21000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..d46a47796c5bb6fb3b6e6a040e89090eed0ff8d7 --- /dev/null +++ b/checkpoint-21000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf2f98c4076e2f08087a6d8baf01c46e265d6fa37c791e09056c28f6b61a158 +size 454867325 diff --git a/checkpoint-21500/optimizer.bin b/checkpoint-21500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..686e8787d243654966e2e4d927b67635495ff7df --- /dev/null +++ b/checkpoint-21500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d25b64c8e558ed1fddedadb81f1375fdb131bc9138fa83f312322f6b244640 +size 909763299 diff --git a/checkpoint-21500/random_states_0.pkl b/checkpoint-21500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c3b85e9c77964213b1d09c3462d26f6a336c9083 --- /dev/null +++ b/checkpoint-21500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb166890ea8d865f4c490f2a88d0a75cc1bf7a8256e8b8d461c7a5b92f6d9ff +size 14727 diff --git a/checkpoint-21500/scheduler.bin b/checkpoint-21500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..6dcf451221ecdbf067519dd58f9cfbe4dd209e1f --- /dev/null +++ b/checkpoint-21500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2402330e100ee7ac30c158add35dd26a8d1bd47f4284fadd0c5e14f75fa996 +size 563 diff --git a/checkpoint-21500/unet/config.json b/checkpoint-21500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-21500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-21500/unet/diffusion_pytorch_model.bin b/checkpoint-21500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..e99a4c9b9dfd050754ebe29a63ec5499db260213 --- /dev/null +++ b/checkpoint-21500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0c40d412e5ea087c43cd89fd6d2aa309ddc48ef5f9cc47a5b573aeadc1fa620 +size 454867325 diff --git a/checkpoint-22000/optimizer.bin b/checkpoint-22000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d17a944bf1add51d8137632130f5c446d5799901 --- /dev/null +++ b/checkpoint-22000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59044b0020646d7353325d84aee76c9872a79fffe7ba6a94d067f93c91b27f6d +size 909763299 diff --git a/checkpoint-22000/random_states_0.pkl b/checkpoint-22000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..502f6c5691d5bf336299ea33bd64dc7a2dcb85ed --- /dev/null +++ b/checkpoint-22000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60589d76729c291eaa4e2c471ea40010e06bfc1bf2d119a0b5a12fdd1a28acf8 +size 14727 diff --git a/checkpoint-22000/scheduler.bin b/checkpoint-22000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e7bc434fecbfc1d1fcaa7dfb827eaa581dce2882 --- /dev/null +++ b/checkpoint-22000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd9684ee5f4c62de28c2c6a1156f6317ead2506a2000dce9a30de50064adf72 +size 563 diff --git a/checkpoint-22000/unet/config.json b/checkpoint-22000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-22000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-22000/unet/diffusion_pytorch_model.bin b/checkpoint-22000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..38bcaff2e0c26000aedbb77c228128c0de3094c5 --- /dev/null +++ b/checkpoint-22000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82da297a997fc9d8c484b4e835c23e48d062cf68378d9165f9a5acc1632e1408 +size 454867325 diff --git a/checkpoint-22500/optimizer.bin b/checkpoint-22500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..1ea2c9d32c088c304b0bdf62f9ef713a6cedc892 --- /dev/null +++ b/checkpoint-22500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcbd814896928ee3e8533f9a26a5386dfd8d2c98d892c7b027baad1eacbf369a +size 909763299 diff --git a/checkpoint-22500/random_states_0.pkl b/checkpoint-22500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..911e8301a196086dfb2ad886c044918e6bbc4a94 --- /dev/null +++ b/checkpoint-22500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b832c958267722c094d1f1cf475aaf7edbfe28601c300b19bdddf38aaf0f064d +size 14727 diff --git a/checkpoint-22500/scheduler.bin b/checkpoint-22500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f548f8264d7ad933ee43fc827dcfc197d2a39a55 --- /dev/null +++ b/checkpoint-22500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c843342e7aa2d8c64261141b2e8e60d37e451094a2502b21965d8f6dc1e75864 +size 563 diff --git a/checkpoint-22500/unet/config.json b/checkpoint-22500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-22500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-22500/unet/diffusion_pytorch_model.bin b/checkpoint-22500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..bbc602f7936195b67bbc810e1172fff4de244cef --- /dev/null +++ b/checkpoint-22500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8246cb5564e91dfd4fdc78af0d4d45c5cb9783cef08ec5d69187e56bf39703 +size 454867325 diff --git a/checkpoint-23000/optimizer.bin b/checkpoint-23000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9705beb0d04d874052c651574c4e49f40b718d36 --- /dev/null +++ b/checkpoint-23000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2becba8d5b7068f6e0e5f400b9f3e48a14b3832c0cd616247c2b146346859e05 +size 909763299 diff --git a/checkpoint-23000/random_states_0.pkl b/checkpoint-23000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..097b506648efaf86bc06790099992b7eb573c497 --- /dev/null +++ b/checkpoint-23000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc1af476e64c3aee48763900ba9752f46c3e6654ce44f9bc62548387ef28386e +size 14727 diff --git a/checkpoint-23000/scheduler.bin b/checkpoint-23000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..92e4c6a48ab861862eb0dfe577a8106afd0df1de --- /dev/null +++ b/checkpoint-23000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced99f55e87da767eabaae3c10482091a0ab868870b373da3a34c3894763d4ef +size 563 diff --git a/checkpoint-23000/unet/config.json b/checkpoint-23000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-23000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-23000/unet/diffusion_pytorch_model.bin b/checkpoint-23000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..74dafd2cee514f0a9d925eb017e34bb2e2108fcc --- /dev/null +++ b/checkpoint-23000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9624c3dd4c29e3da2e3dca2cab228f9bdd46faf4b7532e080dbeb886fef6dfa8 +size 454867325 diff --git a/checkpoint-23500/optimizer.bin b/checkpoint-23500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2344b7a4f8ee2fae9a484c7c1da04c1a67c76932 --- /dev/null +++ b/checkpoint-23500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45b2f542b0a145ab8044f5ce1bcd0bf8e362bf23292b246eaaf037cb3dc831a8 +size 909763299 diff --git a/checkpoint-23500/random_states_0.pkl b/checkpoint-23500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..bf2eaef71fcb66b7529a240bf9a9d07d22df510b --- /dev/null +++ b/checkpoint-23500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fc48fe57a1488b8d77f3e3256af42a769e04f725178ae570bcbe178dea0b200 +size 14727 diff --git a/checkpoint-23500/scheduler.bin b/checkpoint-23500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..19853dcf69059cd29e6f2561ff954d519c4c81db --- /dev/null +++ b/checkpoint-23500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0234d4ca59391bcb38bee4210f68d436d45d70ab51ba19fb56cafa26f961f60a +size 563 diff --git a/checkpoint-23500/unet/config.json b/checkpoint-23500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-23500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-23500/unet/diffusion_pytorch_model.bin b/checkpoint-23500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..b667876a14ddc343e4c096fcc37b7d8e7ca30578 --- /dev/null +++ b/checkpoint-23500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21a11c58811b981f89a7b1a9b4d162fe973e22a232265603824db06e54fca49e +size 454867325 diff --git a/checkpoint-24000/optimizer.bin b/checkpoint-24000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ee1a0144af5b7b7e6f528631142b1eb74a12c5f2 --- /dev/null +++ b/checkpoint-24000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e834a336609bd8b123d53ee9491b82bba475f68f4bc5d7cabc054cf7ce615e4 +size 909763299 diff --git a/checkpoint-24000/random_states_0.pkl b/checkpoint-24000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..253fe17aa42801321ea9fbb6b1404da519f3d019 --- /dev/null +++ b/checkpoint-24000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c798a99fa4dfc751892d65768666d3bc431ef0b94a2ddba4822ef1bf65c8def +size 14727 diff --git a/checkpoint-24000/scheduler.bin b/checkpoint-24000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..b18f3a929a0a298fab44e8a049f5d2dc56f20997 --- /dev/null +++ b/checkpoint-24000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd218b07183c98f40bf51682a2ba04e5922936401f16cf6250749d2cfcb00ef +size 563 diff --git a/checkpoint-24000/unet/config.json b/checkpoint-24000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-24000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-24000/unet/diffusion_pytorch_model.bin b/checkpoint-24000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..e261fd1b9df9973861f5a3fa44baea5487d44e77 --- /dev/null +++ b/checkpoint-24000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7987b7ac0bd92156e42855887b2219ae8f6ff9043aa8af223308bac6bd2410f9 +size 454867325 diff --git a/checkpoint-24500/optimizer.bin b/checkpoint-24500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..cc8290e8c6618721258322deffa22f40ae11984b --- /dev/null +++ b/checkpoint-24500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab918105d863597a1875ebd44fed90c68330287343a33b6018cd7adbd917e94f +size 909763299 diff --git a/checkpoint-24500/random_states_0.pkl b/checkpoint-24500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..fb8fc03ee947a3d1ab75fce8c67ca38d2c233a85 --- /dev/null +++ b/checkpoint-24500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e8b93c255ca96d330f50b1edf22227476b488b5f8d5fd5f2ce09e64268d414 +size 14727 diff --git a/checkpoint-24500/scheduler.bin b/checkpoint-24500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f0bb28a223db1449ec93b6d6d16260449787e152 --- /dev/null +++ b/checkpoint-24500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0469c2f174d2ef5c76cb353fbf98212e1663f51bf598fb1c861ec238d645e6a4 +size 563 diff --git a/checkpoint-24500/unet/config.json b/checkpoint-24500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-24500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-24500/unet/diffusion_pytorch_model.bin b/checkpoint-24500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..b1aa8b1ffb45af000d9b34691355b370175a701f --- /dev/null +++ b/checkpoint-24500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eab277c1dc550c4737d2fec521d0e0fde6f11684ddb74f0c295b47dd055de9d +size 454867325 diff --git a/checkpoint-2500/optimizer.bin b/checkpoint-2500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..a63adb42a9ab48911afcd43dddc214cff73f8c63 --- /dev/null +++ b/checkpoint-2500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6a53a461a768a9a0560cfbfbf52a8fe85b6f8717ddecde9bfa3fc8cb7893daa +size 909763299 diff --git a/checkpoint-2500/random_states_0.pkl b/checkpoint-2500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..97bc5aae6a2508ce6226846b409eae1aeac09c69 --- /dev/null +++ b/checkpoint-2500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04aef1a893401e010d53858c745d398f06154b52dbf6a84d735217930213405f +size 14727 diff --git a/checkpoint-2500/scheduler.bin b/checkpoint-2500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..549c4c738a470b5865878b8ff91dc3380f7596a1 --- /dev/null +++ b/checkpoint-2500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e672b201427f4e2b71d61aab50b81396b01cc4db16362eb9cd59f549c8d7c7 +size 563 diff --git a/checkpoint-2500/unet/config.json b/checkpoint-2500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-2500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-2500/unet/diffusion_pytorch_model.bin b/checkpoint-2500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..4d95a9b469513fb631fef9a09edc612077051e67 --- /dev/null +++ b/checkpoint-2500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d5b9a2fb27ab13b37df8d2b3cd50550b135bfc786e0e97fc326579f211e809 +size 454867325 diff --git a/checkpoint-25000/optimizer.bin b/checkpoint-25000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e0a608db76583fcc917aa080ff32e22d85269ef0 --- /dev/null +++ b/checkpoint-25000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b3e825aee890cc8d15dced18c33cefe0f16211c79e4bbc82baaccf9aad1cfbf +size 909763299 diff --git a/checkpoint-25000/random_states_0.pkl b/checkpoint-25000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ed2a928fcc15dafd90e90c0da9b296ec1cf4d4e0 --- /dev/null +++ b/checkpoint-25000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4780aec474be393fae5459f8aa75393bd8da300f5e203661f2dae22395518647 +size 14727 diff --git a/checkpoint-25000/scheduler.bin b/checkpoint-25000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..992ce0554e89b62ec78be2edd2f6929c3ca4c593 --- /dev/null +++ b/checkpoint-25000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:631ab02b9b1f18e60e9e4661a334d72b73bf60db2159f543cd5f53440119f141 +size 563 diff --git a/checkpoint-25000/unet/config.json b/checkpoint-25000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-25000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-25000/unet/diffusion_pytorch_model.bin b/checkpoint-25000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..3088de49efc704fa65ec45c8dd3325b34cad44dd --- /dev/null +++ b/checkpoint-25000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a723a6ec6f19c06836b299fdbab6477cb972c3f3c81d600ae842e32374fdd2 +size 454867325 diff --git a/checkpoint-25500/optimizer.bin b/checkpoint-25500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9242dfd915750bb38017618b464c7773b6822d55 --- /dev/null +++ b/checkpoint-25500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:733f8d8d171e71ac0a2e9e397899c9a42d80794868614cbc5c04211d578e06b8 +size 909763299 diff --git a/checkpoint-25500/random_states_0.pkl b/checkpoint-25500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..d532b7d04cdfb5ebda95f61d3376b355a60264b3 --- /dev/null +++ b/checkpoint-25500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c78e2a159ba9e5a126d2af7bae185414a3e7205fadbc532df3578fab51a2104 +size 14727 diff --git a/checkpoint-25500/scheduler.bin b/checkpoint-25500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..4ca4b0e3112bbf46b8f84feb9fcc62e2b4fcb5e0 --- /dev/null +++ b/checkpoint-25500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:668814a34b493fd9adda39f1269c4fd940ca2a1ef51b28446913c16f11103e1b +size 563 diff --git a/checkpoint-25500/unet/config.json b/checkpoint-25500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-25500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-25500/unet/diffusion_pytorch_model.bin b/checkpoint-25500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..2155bae9cf18e6eb633141c9b077a4e5b8b5efed --- /dev/null +++ b/checkpoint-25500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7143b9cbeed9fa997026f41e56e41aff9d14d5c71093c38cbd6feb63a5e56285 +size 454867325 diff --git a/checkpoint-26000/optimizer.bin b/checkpoint-26000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..45df0a4e6b4bed8a42a796a24f35c28c8ad64c4a --- /dev/null +++ b/checkpoint-26000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1038d351bbf529d0e85e98f04873e0b29a52ffe77d689065eddd12aa192702f8 +size 909763299 diff --git a/checkpoint-26000/random_states_0.pkl b/checkpoint-26000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ff368341e162ed47c8143decbed60d59acd4b64c --- /dev/null +++ b/checkpoint-26000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ad0f948c45194d434191307649f119be8501910649b62db9348084faacbbdc +size 14727 diff --git a/checkpoint-26000/scheduler.bin b/checkpoint-26000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d9f23f3142edddf3b26417a4ca1e0684b5dc03ae --- /dev/null +++ b/checkpoint-26000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcd3b68e0be5f6d63e70f3b84d92555ca26fe12e8359dd05fb7d1a2a6bdc8ff1 +size 563 diff --git a/checkpoint-26000/unet/config.json b/checkpoint-26000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-26000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-26000/unet/diffusion_pytorch_model.bin b/checkpoint-26000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..73fa5f6c3918a2884ec06f4cee56bb966e9e63fe --- /dev/null +++ b/checkpoint-26000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7384a2eeef9895a54a08c3b049a229842f61db9833028adcfceffc36de2a96c4 +size 454867325 diff --git a/checkpoint-26500/optimizer.bin b/checkpoint-26500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..153a5df3d3d942052e6105955b738c103cdc0a7c --- /dev/null +++ b/checkpoint-26500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:109d1e7bd02eedb5ebdaaf5dba9e8e5ef8d9913a69021e1bab74c6c3e20919c7 +size 909763299 diff --git a/checkpoint-26500/random_states_0.pkl b/checkpoint-26500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..16d41acab015a271b70a50e2fc35f154fd6df8ee --- /dev/null +++ b/checkpoint-26500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f56a95cb291f66f750581a38f4610bf4b147986835735f5ca75fba6a76057d00 +size 14727 diff --git a/checkpoint-26500/scheduler.bin b/checkpoint-26500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..7d4655b79954821a8ac54686d8a7e2390f8bc87f --- /dev/null +++ b/checkpoint-26500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:297eaef654716a2712c30436f6427c3178e117902219eede5ff7bb7738e379ab +size 563 diff --git a/checkpoint-26500/unet/config.json b/checkpoint-26500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-26500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-26500/unet/diffusion_pytorch_model.bin b/checkpoint-26500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..cff0bdeb26fb0edd2eeb9ccec427a4b0b5562001 --- /dev/null +++ b/checkpoint-26500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a372c5a5775904aee81f97b94ffaa54273b18967a60acc19f1efeaa0bf3aa77 +size 454867325 diff --git a/checkpoint-27000/optimizer.bin b/checkpoint-27000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9156ba32d3b8aaaf654863e5ca3af414623e36ab --- /dev/null +++ b/checkpoint-27000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:283ab451434fc1c98b641fde0b61091b73d22e1e50e8f83828ed6197f8592a37 +size 909763299 diff --git a/checkpoint-27000/random_states_0.pkl b/checkpoint-27000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..d5ac979bc54ed55b9955eb6b38999289e71bbd94 --- /dev/null +++ b/checkpoint-27000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1b6c0d7ba038f5be03862afa0c512baeef7d957fc85e9b5d0a561196365c4e +size 14727 diff --git a/checkpoint-27000/scheduler.bin b/checkpoint-27000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d2549bfc9d2e7a96c45929530ef313f04736eb39 --- /dev/null +++ b/checkpoint-27000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:075bab61599eed2de3949be942b6acb8d5c7836a5a1e1bcb656d84d7f12bbb8f +size 563 diff --git a/checkpoint-27000/unet/config.json b/checkpoint-27000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-27000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-27000/unet/diffusion_pytorch_model.bin b/checkpoint-27000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..48162bdffe29efef7223a2e80175e38f51a14a19 --- /dev/null +++ b/checkpoint-27000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a808217210564fa0a9c393cde9aaf9dde3d82f0e145c3f4d0ad0b85ffaf4e57 +size 454867325 diff --git a/checkpoint-27500/optimizer.bin b/checkpoint-27500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..4ab3967fa3924530b5015037422526b0c9dde7b6 --- /dev/null +++ b/checkpoint-27500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6218b3b6b1c16ff621dcad71e923e7979b56c9a3f85afb8dc20f9b641aa231 +size 909763299 diff --git a/checkpoint-27500/random_states_0.pkl b/checkpoint-27500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..731d111c1ce89e71cfce862c5d4f53ff77e12930 --- /dev/null +++ b/checkpoint-27500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb32e0862ffbb8306b426138b0c578c87b0b7dda09d5ed6634b90158e6341aec +size 14727 diff --git a/checkpoint-27500/scheduler.bin b/checkpoint-27500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..026f7e0101fae648e9e7dce5733bdf34e6c9e7ce --- /dev/null +++ b/checkpoint-27500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccfa1c13649961f6a533fba3f37459c42f6deb0abdd9f789199fa0ef06a507b0 +size 563 diff --git a/checkpoint-27500/unet/config.json b/checkpoint-27500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-27500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-27500/unet/diffusion_pytorch_model.bin b/checkpoint-27500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..7cb9263034289becc2131e9947fcef2bb1a7ef48 --- /dev/null +++ b/checkpoint-27500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1465f5d713b7856977348bf75332c2fa355ebbefbfb7e9e93e0f499f722416e0 +size 454867325 diff --git a/checkpoint-28000/optimizer.bin b/checkpoint-28000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..8443cba445bbe9d7663ce9183611b7189bc02053 --- /dev/null +++ b/checkpoint-28000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fbcad46f34f568b7de1c30172ef834439c052a3cdf53925b0917f7fc62e345a +size 909763299 diff --git a/checkpoint-28000/random_states_0.pkl b/checkpoint-28000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..7faed38face940f4450a7e309567cdebe1180534 --- /dev/null +++ b/checkpoint-28000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81a8b499b1f1ae532cf882ac6a3f4b8942ac65c69e2c3cd9bb7dab28a95230ea +size 14727 diff --git a/checkpoint-28000/scheduler.bin b/checkpoint-28000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..c1c3a8726dd95ec98ca70da31706f11b0e5fd74b --- /dev/null +++ b/checkpoint-28000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4534f2d246ae04392a0a9fa5d043ae461667f974b726b1baf8b9718d74458af +size 563 diff --git a/checkpoint-28000/unet/config.json b/checkpoint-28000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-28000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-28000/unet/diffusion_pytorch_model.bin b/checkpoint-28000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..1bcd354490cfa48b1bf39e00cf19c2138c6bf607 --- /dev/null +++ b/checkpoint-28000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a99ec2d7a6dceafc796dca69ee2217d0704aa1cb68c7fb8ca3eb78ef207a1f0 +size 454867325 diff --git a/checkpoint-28500/optimizer.bin b/checkpoint-28500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..bd3c48dc659475eecf6605ef5200d74dc80ef94f --- /dev/null +++ b/checkpoint-28500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d92e9a6a0d623beb7e2b30914e000845503013340b4b7e268e09dbc6ad4fcf9 +size 909763299 diff --git a/checkpoint-28500/random_states_0.pkl b/checkpoint-28500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..14d047c1f10d5304db8ecab85d755944e2d60e6c --- /dev/null +++ b/checkpoint-28500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:929a187237f5651c539680873e945199d0a621cc6bd50169ad3806bf5934d7e4 +size 14727 diff --git a/checkpoint-28500/scheduler.bin b/checkpoint-28500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..7fffeed74f0d00ce624c9a855d27d1cebbb2f77e --- /dev/null +++ b/checkpoint-28500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17fb8abccff0114e3b199a542c67f0929debbf94c2bef882107fb1a9551c6ef7 +size 563 diff --git a/checkpoint-28500/unet/config.json b/checkpoint-28500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-28500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-28500/unet/diffusion_pytorch_model.bin b/checkpoint-28500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..1d152db7e0adc659246bab8d174bb900a74708b0 --- /dev/null +++ b/checkpoint-28500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:123138bc9e9b6a36e2234c11a6d9a722cf75114a2cb857d253d20b1e0378a6d5 +size 454867325 diff --git a/checkpoint-29000/optimizer.bin b/checkpoint-29000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2ff55a3a078185824964dc7cce211e9b9690aa94 --- /dev/null +++ b/checkpoint-29000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:905ecb43a64071379198d5ff7a7b06d055f061be225b34b1c200124f0c85f94d +size 909763299 diff --git a/checkpoint-29000/random_states_0.pkl b/checkpoint-29000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..eb22e9c05009ee45a4c06545cbab1e81785c686e --- /dev/null +++ b/checkpoint-29000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591f69111cc91aeab531fed6fcf83127a69d31895df75abfec293a6898ed4b08 +size 14727 diff --git a/checkpoint-29000/scheduler.bin b/checkpoint-29000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..c7e1bae341decab29526f1f2ecfa07b5e11cc76a --- /dev/null +++ b/checkpoint-29000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ed852ec909c22ef1c77493820a0eab740c1c37012ea4fb2de247cfc6c4eadaa +size 563 diff --git a/checkpoint-29000/unet/config.json b/checkpoint-29000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-29000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-29000/unet/diffusion_pytorch_model.bin b/checkpoint-29000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..987005a521c6e49121ab0e5c66d84104139f58f6 --- /dev/null +++ b/checkpoint-29000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e2d1010c7689f09ce99665c545169a5934932f7c5048f44885fcf600c3a7543 +size 454867325 diff --git a/checkpoint-29500/optimizer.bin b/checkpoint-29500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..da0d4fc6864ecd8c8caad162080abc9dd8449d32 --- /dev/null +++ b/checkpoint-29500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11bb30edf74c2a63b6d7d3c7ab1254eb60387ad9f2abb513ab1cb381f608aae3 +size 909763299 diff --git a/checkpoint-29500/random_states_0.pkl b/checkpoint-29500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..2f7960f2c1a79d8cb974d012c15414302cb9ef8d --- /dev/null +++ b/checkpoint-29500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1652d547e59eb8500bc2bf9a658289b2098ecb32454986b591b04843634182a1 +size 14727 diff --git a/checkpoint-29500/scheduler.bin b/checkpoint-29500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..076eeedd10cf3f9b88f6d1f4be8698ecbbb3b390 --- /dev/null +++ b/checkpoint-29500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5c43f158b507bae5863992ff222f3ab154e557acdf01589b4625c9d56d310ed +size 563 diff --git a/checkpoint-29500/unet/config.json b/checkpoint-29500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-29500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-29500/unet/diffusion_pytorch_model.bin b/checkpoint-29500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..75faae04fb89deabbd3253bca7b644cd04e8b3ec --- /dev/null +++ b/checkpoint-29500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a74f467b64429308ca2f0dc9dfbb8c3657e5ad78ed64a52a406fc267482509ab +size 454867325 diff --git a/checkpoint-3000/optimizer.bin b/checkpoint-3000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..38e34e9ff3adfb95c6342280e57ff231723f0029 --- /dev/null +++ b/checkpoint-3000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25cca2727d9df7f73599684d94efb486f78818fa2ff9a23614a82785fa7a1fa +size 909763299 diff --git a/checkpoint-3000/random_states_0.pkl b/checkpoint-3000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..84714aae085c50253ace2eaafaaf04eba5a7c53d --- /dev/null +++ b/checkpoint-3000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3aea5485207d191ac54c6646d2906e17e6b6f5d84313d0a1c1de9c4e437c6c1 +size 14727 diff --git a/checkpoint-3000/scheduler.bin b/checkpoint-3000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..3b941b6b3b4a011daa053fa8b81742cb79e0d18e --- /dev/null +++ b/checkpoint-3000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfbeb78ce0e24803928b39a8f0c1f901b774ce59302891712c63ae926586e442 +size 563 diff --git a/checkpoint-3000/unet/config.json b/checkpoint-3000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-3000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-3000/unet/diffusion_pytorch_model.bin b/checkpoint-3000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..d50b9c122b2d768e4c12ad3e582fd9899168af2a --- /dev/null +++ b/checkpoint-3000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d96f25c846dd9cd834902b6960a93bb2ac8662d726b8e7b0860496d89b80956 +size 454867325 diff --git a/checkpoint-30000/optimizer.bin b/checkpoint-30000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c1596ab030ff88356eaa341fd72fa2ffc92ad8a8 --- /dev/null +++ b/checkpoint-30000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed8185063c25c8abe8fa51919a4bbeb49e52ae74da43b62ed92b4532e182e59 +size 909763299 diff --git a/checkpoint-30000/random_states_0.pkl b/checkpoint-30000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..1bf94ff0b48c5e59a2079e2a6ec159fd1a5a8a42 --- /dev/null +++ b/checkpoint-30000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d421390b509f22aa0a6496aebe4cf2c21ca20a07fa1c2c870aa96a96c3dd42 +size 14727 diff --git a/checkpoint-30000/scheduler.bin b/checkpoint-30000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..0581269c32f6172b9a923f87596d7391459fe4ba --- /dev/null +++ b/checkpoint-30000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e4c216868a21ceabd0a267f9dfdc888e4d0cb3a9936733635f9d65ad1b95da +size 563 diff --git a/checkpoint-30000/unet/config.json b/checkpoint-30000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-30000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-30000/unet/diffusion_pytorch_model.bin b/checkpoint-30000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..be1facb155b3b1f6efd1bd56e44a0b5af86a4690 --- /dev/null +++ b/checkpoint-30000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a3590b1bc322e71f57cf1793bd3af7adba1e9233cff1fca2b109fb64557709 +size 454867325 diff --git a/checkpoint-30500/optimizer.bin b/checkpoint-30500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..432d95268e666869d2e58395ecde8782fb278c5a --- /dev/null +++ b/checkpoint-30500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d8313dd828b7cc86923160923529156be4d8cab1778a939bf33881f7bf16f3e +size 909763299 diff --git a/checkpoint-30500/random_states_0.pkl b/checkpoint-30500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..5d14d03a2e8901fbfa03287f04cea18cb5ddc289 --- /dev/null +++ b/checkpoint-30500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29552948d9b56ca8f517240dd1b3c9d96c569d5041844d35d3ac3fce14225adc +size 14727 diff --git a/checkpoint-30500/scheduler.bin b/checkpoint-30500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d84e8c875bca8a56a9da51a65c904818368b4864 --- /dev/null +++ b/checkpoint-30500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb35d6e81731a2423c52870e4f16f3483a1bd801d82427653b50568eec342597 +size 563 diff --git a/checkpoint-30500/unet/config.json b/checkpoint-30500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-30500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-30500/unet/diffusion_pytorch_model.bin b/checkpoint-30500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..1893640c59f2ac863eb8c6855ba7418fab9ee301 --- /dev/null +++ b/checkpoint-30500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e83191f5ece23886d8dbef5e8c31193f6bd5ab661a7d273c1c8132afe5f35f7 +size 454867325 diff --git a/checkpoint-31000/optimizer.bin b/checkpoint-31000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e86bac40b9f7589c904fc6bfde828e2c655f6397 --- /dev/null +++ b/checkpoint-31000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5b318a8384cf83878c8695d54ae37b59441b5111cac130d7ba5e2f71175ab79 +size 909763299 diff --git a/checkpoint-31000/random_states_0.pkl b/checkpoint-31000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e582b70ab6ca5f34378a7baff460d25b33f89ed9 --- /dev/null +++ b/checkpoint-31000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:186623af0ab35cdfb7a76005108291571e1a5b6e92ad718ca2e2eec36c9762f0 +size 14727 diff --git a/checkpoint-31000/scheduler.bin b/checkpoint-31000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..1b25557f7feabe4822d8b3e2053e7c9921730307 --- /dev/null +++ b/checkpoint-31000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8effec6c2d26e7aac74e78ace52af4b249b10382375eaf4fb89e6c6ef8a8334 +size 563 diff --git a/checkpoint-31000/unet/config.json b/checkpoint-31000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-31000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-31000/unet/diffusion_pytorch_model.bin b/checkpoint-31000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..9c975bfe4100f816bc681e8965fa3121508f897e --- /dev/null +++ b/checkpoint-31000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79bb8a1dacbbc537ecaab4e0fbd1eaac4942bd5c31c3f441e69c505ef2d865a5 +size 454867325 diff --git a/checkpoint-31500/optimizer.bin b/checkpoint-31500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..f72dd31b1ac28f980246e52313516da8f0790f26 --- /dev/null +++ b/checkpoint-31500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26607713b80be5104bf8d6354fbb2f7b85b4407d41b459913ee61290297ae9f +size 909763299 diff --git a/checkpoint-31500/random_states_0.pkl b/checkpoint-31500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..998fc709f1bac9deb2cf9eb42ac99607ab18528f --- /dev/null +++ b/checkpoint-31500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25ce21a5646d1df6780c14d404a694d79037176a2fe90956e064a915146a3300 +size 14727 diff --git a/checkpoint-31500/scheduler.bin b/checkpoint-31500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..2c3a842ced29a5261634a8f250f85cfb62f0aefc --- /dev/null +++ b/checkpoint-31500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a09c038b5c2e51798e3c6e20d8ec5a16f11cfa839bbbdf8c818a5b5176c0748 +size 563 diff --git a/checkpoint-31500/unet/config.json b/checkpoint-31500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-31500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-31500/unet/diffusion_pytorch_model.bin b/checkpoint-31500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..f9b37373140e53c647fe97fd231140b822a71d88 --- /dev/null +++ b/checkpoint-31500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:241f578f133f75162144d0e37db8e8b9ba5fe4cd5d88e715dbe04339d8c39919 +size 454867325 diff --git a/checkpoint-32000/optimizer.bin b/checkpoint-32000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e1f1be58ab30fa10edf2dadfdf1debe010ad7680 --- /dev/null +++ b/checkpoint-32000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e534a3ca21b9884c208d9cd9a6300a11ac37effdbf9b0dc4f4d59bb57decd8 +size 909763299 diff --git a/checkpoint-32000/random_states_0.pkl b/checkpoint-32000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..d702f7c55f0e33da894a572b304bede7f88e88fe --- /dev/null +++ b/checkpoint-32000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51fbcb466cd17828be39d9e01462a7ff6b8c72e59ef54bd1eecb03c4ce8807a +size 14727 diff --git a/checkpoint-32000/scheduler.bin b/checkpoint-32000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..6a305529095bb23c66b2bf7cfb0b46ed39944652 --- /dev/null +++ b/checkpoint-32000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5db15d1051e9dca54d37bec412da7dca347588327bd30bb45436687800e609e +size 563 diff --git a/checkpoint-32000/unet/config.json b/checkpoint-32000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-32000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-32000/unet/diffusion_pytorch_model.bin b/checkpoint-32000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..5eae5ccbae6150b9fe398dbac94de9ce442199f1 --- /dev/null +++ b/checkpoint-32000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e7794ce990ac097ebef864f18e5d6141a262570feb989bfaec70f86dba8fb7 +size 454867325 diff --git a/checkpoint-32500/optimizer.bin b/checkpoint-32500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6b80b39e9c0bfe27a93457714de799e9859efddc --- /dev/null +++ b/checkpoint-32500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73fbf360a6f1eb859545e8690238f39fb84aa6f2b3f93e974d5ad302f44149d5 +size 909763299 diff --git a/checkpoint-32500/random_states_0.pkl b/checkpoint-32500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..aded0cfa451eb79a2f93942977fbe9da326dd85f --- /dev/null +++ b/checkpoint-32500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0707e332b250f4eaf9471039a33dfe9253d653def94078ba871b2ef29e079a6f +size 14727 diff --git a/checkpoint-32500/scheduler.bin b/checkpoint-32500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..2223bb0d1fac05167a36b2f11627a878ebfba6b0 --- /dev/null +++ b/checkpoint-32500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40a855d21752300ddd8f161e4746b595e666d2b18101fd92cb92fde17da9008c +size 563 diff --git a/checkpoint-32500/unet/config.json b/checkpoint-32500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-32500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-32500/unet/diffusion_pytorch_model.bin b/checkpoint-32500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..6095bac1bb1b58e65111a3836d4b1efbd897fd6d --- /dev/null +++ b/checkpoint-32500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:393d94f2e7659fb6d131f3eb11dc388be41e612469c686005f6f135be1fdb086 +size 454867325 diff --git a/checkpoint-33000/optimizer.bin b/checkpoint-33000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..53d37c9e2ee23c0a215880e7ae5337c9a6adf539 --- /dev/null +++ b/checkpoint-33000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f3dc3e09235b1af62897065da681228d70471bbe02e3fe8dc5ebb56c8621a1 +size 909763299 diff --git a/checkpoint-33000/random_states_0.pkl b/checkpoint-33000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..8878819875118392dceacaf0ac1588dedfbd94f7 --- /dev/null +++ b/checkpoint-33000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebc6cdb6b6d30b69b5f9534df70b6bac25f68aa9b23c95cfed9afc2276280c47 +size 14727 diff --git a/checkpoint-33000/scheduler.bin b/checkpoint-33000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..93ceb2403f1dde2f34576ea51770f02ebaea9c02 --- /dev/null +++ b/checkpoint-33000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff0379b1df5d16cf4f42668f1c1620a1ba05d26158fee0d51d973914be5c4f6d +size 563 diff --git a/checkpoint-33000/unet/config.json b/checkpoint-33000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-33000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-33000/unet/diffusion_pytorch_model.bin b/checkpoint-33000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..6b4e0ab2787435baf86b4d340d313e309f4b760b --- /dev/null +++ b/checkpoint-33000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f2e2193072cea8c6f1a208abf4514e462cf8335ca7fe88dd6db5a5d33c264b1 +size 454867325 diff --git a/checkpoint-33500/optimizer.bin b/checkpoint-33500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..db31f1f198d971404c7a229fabaf8eb3a2315d42 --- /dev/null +++ b/checkpoint-33500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:408889b4ff0ef8c37953775be3669a1f0fdc1597bfcad43313a06a8e4367d074 +size 909763299 diff --git a/checkpoint-33500/random_states_0.pkl b/checkpoint-33500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..43e0fdf740dcffa6358f1f721f25ed3bef27568e --- /dev/null +++ b/checkpoint-33500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eebf765c799f1305ecc8c12c94407d23c7af0d1cded227a8c7144b350a0411dc +size 14727 diff --git a/checkpoint-33500/scheduler.bin b/checkpoint-33500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..2f4e268a90b6bb9339283080033a6d2c47b17909 --- /dev/null +++ b/checkpoint-33500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:288018e62927c10f7ddfb6179885292c5c8fa44b36b5028f21c88f0d1b756882 +size 563 diff --git a/checkpoint-33500/unet/config.json b/checkpoint-33500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-33500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-33500/unet/diffusion_pytorch_model.bin b/checkpoint-33500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..7863067f30925974f8a4a49d9277cd891f0dc7ad --- /dev/null +++ b/checkpoint-33500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec183ac1103c85b69364d7c4f27de2e4b74de8edcd2e0866469b7215cf5eb61 +size 454867325 diff --git a/checkpoint-34000/optimizer.bin b/checkpoint-34000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..35fac0774a7a8ba06d00ffc64093002de85a6ca7 --- /dev/null +++ b/checkpoint-34000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4523c6fd42e94c1aa1265a145cca1082d2dbcd8c70a93f6a7dc6a87e5402df57 +size 909763299 diff --git a/checkpoint-34000/random_states_0.pkl b/checkpoint-34000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..053d426a1a41b1c11d8b35c4b3baea1f3ce6fa33 --- /dev/null +++ b/checkpoint-34000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a25fd6daf1c77459ddfe02ce0eb846ad63aea36af9dd02003a27617f850bee +size 14727 diff --git a/checkpoint-34000/scheduler.bin b/checkpoint-34000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..65bb7096045e3fe0f12285fbc5561a6a82ba7e89 --- /dev/null +++ b/checkpoint-34000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d969d64f59f8b0d8a8f7ec2c098bd1cc74387035e86d88573462ec114b2c1e +size 563 diff --git a/checkpoint-34000/unet/config.json b/checkpoint-34000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-34000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-34000/unet/diffusion_pytorch_model.bin b/checkpoint-34000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..f7e884f1bacb97f2eafd67c7c1916b6931bf223f --- /dev/null +++ b/checkpoint-34000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3bb09e341d2ad73003923b859d709219557df956f567b7b48ca1a14f51d4cbc +size 454867325 diff --git a/checkpoint-34500/optimizer.bin b/checkpoint-34500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..3740e657456c0aec498aeeedb3fb00caaa423480 --- /dev/null +++ b/checkpoint-34500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39eece4d2e2ff51d0cd297a8d5a529a88bf409bd8be5d1c7b359f5781552fa39 +size 909763299 diff --git a/checkpoint-34500/random_states_0.pkl b/checkpoint-34500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..738a0e7a4b3ff85e4cd896a3c1b7b0163a0c1de2 --- /dev/null +++ b/checkpoint-34500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3d7bbe87388e6492d5c9f34cf3b0d16027b5f4e80e698de38420b4ed4480665 +size 14727 diff --git a/checkpoint-34500/scheduler.bin b/checkpoint-34500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..015d50dbe309da4f01d5941e4b6e3ae90d925d71 --- /dev/null +++ b/checkpoint-34500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e92f6bd3e574328c15c87c093d85aafee9ebf92f08280fa898b73d4ddd5db5b +size 563 diff --git a/checkpoint-34500/unet/config.json b/checkpoint-34500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-34500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-34500/unet/diffusion_pytorch_model.bin b/checkpoint-34500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..16a8e45bae49894878f615c2aaa4a5f91d2ca880 --- /dev/null +++ b/checkpoint-34500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e62672dea16c4267a31b0135c0c402db01aae31c9e77c8d63a04314ca697013 +size 454867325 diff --git a/checkpoint-3500/optimizer.bin b/checkpoint-3500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..5c43451503b3393e4c3432916d5ba2c2e8ebe5eb --- /dev/null +++ b/checkpoint-3500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e548a770e5e436d8b3d98faac8605b4a7c90797c1e265836ea8a37f052e87fe3 +size 909763299 diff --git a/checkpoint-3500/random_states_0.pkl b/checkpoint-3500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..dd70817e39740f149c1829a026742cfea5204510 --- /dev/null +++ b/checkpoint-3500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c31c7c3e41c6903960368ea13bbd9fb8a1fd81dad6ecf456bb9d7063a50fdf4 +size 14727 diff --git a/checkpoint-3500/scheduler.bin b/checkpoint-3500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..19876f93b6cdc78358964ff64a333b7332d753f5 --- /dev/null +++ b/checkpoint-3500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e0f03e7f2dbfae4aa6a542629f6e7e96e1f2253a53550eda133e10fea713ca +size 563 diff --git a/checkpoint-3500/unet/config.json b/checkpoint-3500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-3500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-3500/unet/diffusion_pytorch_model.bin b/checkpoint-3500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..6fe667e4af3cc7a8fe34d16bcff71dd5bdc8d8fb --- /dev/null +++ b/checkpoint-3500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:482681d50c385c32d69c2cb479f613c9407b54adb207396eba6824f1210bfd6a +size 454867325 diff --git a/checkpoint-35000/optimizer.bin b/checkpoint-35000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..acaa4d6716326ceb471e97b64270593db17259b7 --- /dev/null +++ b/checkpoint-35000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:684cbf0e15c18679e239e928034186a1ee96cb9d7dde6f6a47ef9a8ffa4280b7 +size 909763299 diff --git a/checkpoint-35000/random_states_0.pkl b/checkpoint-35000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..34bc0550c64f8e7af780f6c7de3b24b05594747d --- /dev/null +++ b/checkpoint-35000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ab24f201ac276155ff103da92e267903789c9c77ce9afc753ef448f7ef35df +size 14727 diff --git a/checkpoint-35000/scheduler.bin b/checkpoint-35000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..4ff4adbab97ab5d53146cc7177ce33372b771d83 --- /dev/null +++ b/checkpoint-35000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78826ddfa050efb14b01bacc73433b68f797765aa7f9cc76ddef0d1547bd6e19 +size 563 diff --git a/checkpoint-35000/unet/config.json b/checkpoint-35000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-35000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-35000/unet/diffusion_pytorch_model.bin b/checkpoint-35000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..b96e0245ecb233090da8a69b8218fe3931182323 --- /dev/null +++ b/checkpoint-35000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e76ebd02d775ca1a9c50762745f9a35334eb8687d2710d1eb11b4c9472f2d6d +size 454867325 diff --git a/checkpoint-35500/optimizer.bin b/checkpoint-35500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..431af41ef8f2772680c3b9258e4a40266dc57797 --- /dev/null +++ b/checkpoint-35500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e2f23cbfab5bfc2854b6e306130b0f84232aa53cfceb295e852226aec9bf13 +size 909763299 diff --git a/checkpoint-35500/random_states_0.pkl b/checkpoint-35500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..9763644ab82aff6c3f766c3b3fb9b3f28a0319d0 --- /dev/null +++ b/checkpoint-35500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01fead4dbf1e10c3c82e77f2a4833df380f27bfff1f11d890fef9e2147ec1306 +size 14727 diff --git a/checkpoint-35500/scheduler.bin b/checkpoint-35500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..c16cfccf8a46737a3fd7dd1435ee12f0d99f997c --- /dev/null +++ b/checkpoint-35500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:620f9992d80f66620ad7ae9110d771e92fdf975c70007172cca07c04a17913f7 +size 563 diff --git a/checkpoint-35500/unet/config.json b/checkpoint-35500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-35500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-35500/unet/diffusion_pytorch_model.bin b/checkpoint-35500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..e7da1b570d024eae855d5e34172680b2c2632a8f --- /dev/null +++ b/checkpoint-35500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebdf1e63e1c41b2d4187e244dc1dd3127c27fe368ba7716fc07186f34bb99d2a +size 454867325 diff --git a/checkpoint-36000/optimizer.bin b/checkpoint-36000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0c23db3c66e60cb25e974a901f23e8ecd513dc90 --- /dev/null +++ b/checkpoint-36000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b97f9965feec6cb43084abdefedbb713e1c92a3cc3faee4b9a6479a8da81f08c +size 909763299 diff --git a/checkpoint-36000/random_states_0.pkl b/checkpoint-36000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a3737b7945232998c455ea8eded09c4d6376d7fd --- /dev/null +++ b/checkpoint-36000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a4dd7650c10c395d47e59a887ae6b8bbba988c1deacd73214dfacbd67a1571 +size 14727 diff --git a/checkpoint-36000/scheduler.bin b/checkpoint-36000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..6e8c3f42ebac3e13635524a24659ee770cd143b1 --- /dev/null +++ b/checkpoint-36000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b88779055c9126a133580cdb37949576e2008ee536cfec37b80c7fe8a3c686c6 +size 563 diff --git a/checkpoint-36000/unet/config.json b/checkpoint-36000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-36000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-36000/unet/diffusion_pytorch_model.bin b/checkpoint-36000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..69e7f0c290367dd8d74b12906713da4be9c8d944 --- /dev/null +++ b/checkpoint-36000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:600eca87ba181167f8f6ff12e0b36eb6001061d5d552a51be661d940e7f76ba2 +size 454867325 diff --git a/checkpoint-36500/optimizer.bin b/checkpoint-36500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..10fcd6af9c9b5496e608f2d3ae62967d265277a6 --- /dev/null +++ b/checkpoint-36500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5efe2ec16c63abd543b8fcc395ebf297d389a588e567acce7daebb0ee906bc4b +size 909763299 diff --git a/checkpoint-36500/random_states_0.pkl b/checkpoint-36500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ae6ba89a2753674ca217136b2101842f027085ea --- /dev/null +++ b/checkpoint-36500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:248fb0c7f1a35b30441162840820bc427a31d18df1078934db09ef0bfda1d1c6 +size 14727 diff --git a/checkpoint-36500/scheduler.bin b/checkpoint-36500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..59d6505b38eb186cd948b30744ddfe35ccb1e647 --- /dev/null +++ b/checkpoint-36500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4f7f1a3a50e73198f89f47df1f35eaee5dc13c9345878007052c69d16f0197f +size 563 diff --git a/checkpoint-36500/unet/config.json b/checkpoint-36500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-36500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-36500/unet/diffusion_pytorch_model.bin b/checkpoint-36500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..90a318f9619b43ab59fd00ce20126becb752355d --- /dev/null +++ b/checkpoint-36500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c2437f055089249526921dacf292dbc1b2a2c08f39c250555d592bde030fd1 +size 454867325 diff --git a/checkpoint-37000/optimizer.bin b/checkpoint-37000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7f9d5d4113b1519b0a48fc472a53bee535d374b9 --- /dev/null +++ b/checkpoint-37000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b5021fb72f1811ad86824bb8e92a19de74ffb0818acae9ceb78dce7cbc92b1f +size 909763299 diff --git a/checkpoint-37000/random_states_0.pkl b/checkpoint-37000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3b922e3b4ef8a5a4774a1d19dba6988c463eec7a --- /dev/null +++ b/checkpoint-37000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cd88b754e4ce12daaff70487db08f97b8fd377a49813b3d9a60c5a8acc58f3e +size 14727 diff --git a/checkpoint-37000/scheduler.bin b/checkpoint-37000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..1e011db6315ab2d13c396eb5ee67acded748d073 --- /dev/null +++ b/checkpoint-37000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5553274744d6ddab1523e418e4c6127cb90bc340875b578e5a071ebb571541e9 +size 563 diff --git a/checkpoint-37000/unet/config.json b/checkpoint-37000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-37000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-37000/unet/diffusion_pytorch_model.bin b/checkpoint-37000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..6bbe6f29fa2cfff90d2841cdf16d0f897e669174 --- /dev/null +++ b/checkpoint-37000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c05d288f095d32aa1138a62b7495ec95d21f0b5d10c536ca1573364ab804fa8 +size 454867325 diff --git a/checkpoint-37500/optimizer.bin b/checkpoint-37500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..699de25846cffa58a2087e9674c97577b84b82a4 --- /dev/null +++ b/checkpoint-37500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98113b8b6c5f7c107319aee6cd19f83e8716ae406840457d562b0a0dfedc3665 +size 909763299 diff --git a/checkpoint-37500/random_states_0.pkl b/checkpoint-37500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..68cb16a9c8d5f265e90512025872e92b444d669b --- /dev/null +++ b/checkpoint-37500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:465d99d3d764c798b5df99cd37ecf968cdbf3960c2f9ffc0f6869f3863abcf5d +size 14727 diff --git a/checkpoint-37500/scheduler.bin b/checkpoint-37500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..04345136929f31b70f8681ef5081a4bfa840a6d1 --- /dev/null +++ b/checkpoint-37500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ecc554230b96d7a8c152b5b8be13226439ee244f9a4bf9f4067862a7c39dc99 +size 563 diff --git a/checkpoint-37500/unet/config.json b/checkpoint-37500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-37500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-37500/unet/diffusion_pytorch_model.bin b/checkpoint-37500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..d4c6bef0b8647c2644cb6baa59f401f59e2aa6f2 --- /dev/null +++ b/checkpoint-37500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:781bd5663fc6ada117fc60af026a6cf0337b0fe0a6eb4fc42fc9cce28ef77e43 +size 454867325 diff --git a/checkpoint-38000/optimizer.bin b/checkpoint-38000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..08c726760aca5586eaffe496cf33112f490e002c --- /dev/null +++ b/checkpoint-38000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:905a337053dff2c5ece630fd2779409a2dfd73bff90c2ea4aa7dcefa15e16847 +size 909763299 diff --git a/checkpoint-38000/random_states_0.pkl b/checkpoint-38000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..447d13e65ce6cd74c207840aceaca64df7205108 --- /dev/null +++ b/checkpoint-38000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf17bf98dddfdd337380666fe5bc83b0bfb5580da4ef270f1d95a5f27edd553 +size 14727 diff --git a/checkpoint-38000/scheduler.bin b/checkpoint-38000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..9ed9d58984f2f8e93f6bc9e0a088273f0529decf --- /dev/null +++ b/checkpoint-38000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b3d2bc3a561f2fa8adb9b117fcb0ee0a70802c646a9e5bd0d2ed2c012a52c2e +size 563 diff --git a/checkpoint-38000/unet/config.json b/checkpoint-38000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-38000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-38000/unet/diffusion_pytorch_model.bin b/checkpoint-38000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..ebe2dfceb8ee3baa970c6f4019067654609c7e13 --- /dev/null +++ b/checkpoint-38000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84c2498e622c223e7c46917c49bf7f826699f6d7d0a8fdb5fc35069070c0e8c2 +size 454867325 diff --git a/checkpoint-38500/optimizer.bin b/checkpoint-38500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..eaff26dcec8dca36bb0d692becb0db25d53777b8 --- /dev/null +++ b/checkpoint-38500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7623c899feac3ddd13a417846447b8d120ce356a0e4a3c964f6d527254b57eaa +size 909763299 diff --git a/checkpoint-38500/random_states_0.pkl b/checkpoint-38500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..84af3b10ddcc5f3eb89732d396f5bb9701712777 --- /dev/null +++ b/checkpoint-38500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb9899c842cb42068de11fa7e8feb8c1c09440cb9feff0debfce7aff6d90d67 +size 14727 diff --git a/checkpoint-38500/scheduler.bin b/checkpoint-38500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..43637195cf889379b502b23c5c82ff70f8d6a8da --- /dev/null +++ b/checkpoint-38500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a261e69d6579cb807663ed778c9b66b0ffbec35b3f77f1174711714d248ba3b +size 563 diff --git a/checkpoint-38500/unet/config.json b/checkpoint-38500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-38500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-38500/unet/diffusion_pytorch_model.bin b/checkpoint-38500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..eaa1d36431406795ab39994e0f5d3f8ce569b6a5 --- /dev/null +++ b/checkpoint-38500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0f7ddfcbb009930561d69bde130b85b70c192126dde1040609901c5f7a1ea1c +size 454867325 diff --git a/checkpoint-39000/optimizer.bin b/checkpoint-39000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7607e35742651ff269972e17185ee2d7bfa62453 --- /dev/null +++ b/checkpoint-39000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:597a4f99fc5c9d30a889c3bc2420cd49e3ac6c77b42c5cae2e7c1ce7a184cf07 +size 909763299 diff --git a/checkpoint-39000/random_states_0.pkl b/checkpoint-39000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4a0c3f4124eb2729155ee1f3d4db9baf40e1769f --- /dev/null +++ b/checkpoint-39000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1153b65b279389580d7548ae62a5f22d151df898d782afb0cecd8bc709bc23e +size 14727 diff --git a/checkpoint-39000/scheduler.bin b/checkpoint-39000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..b98e689ec17ea23b4d5e766ee21eb9e520dff7e8 --- /dev/null +++ b/checkpoint-39000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fff16dc33087161125f9d6176970bc4e1a32391b0e3ec59d7bfa36f52b1a530 +size 563 diff --git a/checkpoint-39000/unet/config.json b/checkpoint-39000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-39000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-39000/unet/diffusion_pytorch_model.bin b/checkpoint-39000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..adee2a79d3046d963dd66d44d08042df2d49090b --- /dev/null +++ b/checkpoint-39000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d0448a3c6c38541221674da0f4751a62ee1b9ff9deab7ec8e89cf3039d3985 +size 454867325 diff --git a/checkpoint-39500/optimizer.bin b/checkpoint-39500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..230d2f0be594b99ab4eab454128d85742efd0ac0 --- /dev/null +++ b/checkpoint-39500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ff890ce4b3cc95d1ab4fe531047616b7caeda4bfc99487e65f1b38bcc82678 +size 909763299 diff --git a/checkpoint-39500/random_states_0.pkl b/checkpoint-39500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..726291cab79372a454ebc2bad691c861b78d5288 --- /dev/null +++ b/checkpoint-39500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b92d9e5221c0550fb361229e1ddf54d82bee5a67091ccf9213970f971cf369ac +size 14727 diff --git a/checkpoint-39500/scheduler.bin b/checkpoint-39500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a73a993b7510b3cee66bf6398be35999ff9f572c --- /dev/null +++ b/checkpoint-39500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61940b47f9701bd1deee397a49ed1ed7f1cbcdd0b8e7d4e5d4a8b3e6e1960177 +size 563 diff --git a/checkpoint-39500/unet/config.json b/checkpoint-39500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-39500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-39500/unet/diffusion_pytorch_model.bin b/checkpoint-39500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..3ad0735ed39ef50a53a7b10bf3d94a854c2bd152 --- /dev/null +++ b/checkpoint-39500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3808fb1bb1fc511721b8d3ca99a385724ee23bb0af028ce39bf6099bc1726eb6 +size 454867325 diff --git a/checkpoint-4000/optimizer.bin b/checkpoint-4000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..fd790d233d8b41d397fb964cfe609b813c0f8339 --- /dev/null +++ b/checkpoint-4000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c7356b9612bad09d1ab581879a9b9c0bb0c0a9217cbd5046546a7fa9a2aa92 +size 909763299 diff --git a/checkpoint-4000/random_states_0.pkl b/checkpoint-4000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e4f3f39110d494ef8459d73d12339093364d46a3 --- /dev/null +++ b/checkpoint-4000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de49cfca2b39cf085d4a8c330d10eb3bfb0b60fb3f3bf6f6ae41ebf0a46807b +size 14727 diff --git a/checkpoint-4000/scheduler.bin b/checkpoint-4000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..dc66acbf82dfea8407172ad1dd965d41573ed98c --- /dev/null +++ b/checkpoint-4000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29dbb809e46cc91785c10610544f649e7eb7df4c299f3bb24630a17abf030c2a +size 563 diff --git a/checkpoint-4000/unet/config.json b/checkpoint-4000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-4000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-4000/unet/diffusion_pytorch_model.bin b/checkpoint-4000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..33a8bab1abfb6a9077cb5e573b6fcc3b50517097 --- /dev/null +++ b/checkpoint-4000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72668dd983e99270fc985a24b0801ac0a5aefbaa86c1aa78251a074814a7d852 +size 454867325 diff --git a/checkpoint-40000/optimizer.bin b/checkpoint-40000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7e3007a380d1aec9fdeabf621f424214efb74e04 --- /dev/null +++ b/checkpoint-40000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac3a627cb28c5895ec57a5f3d7561454c691591b86911a4bed870798d875a4f4 +size 909763299 diff --git a/checkpoint-40000/random_states_0.pkl b/checkpoint-40000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3694972435ee6eb5d6d01303877ea3ee409d9f9c --- /dev/null +++ b/checkpoint-40000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead7b30053bc6ce0f1fafd5e2a2eaba9120b9299975c830a910f9b2575a7636d +size 14727 diff --git a/checkpoint-40000/scheduler.bin b/checkpoint-40000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..056b4063e9f1fe84153dae55784b2ba6d948c18e --- /dev/null +++ b/checkpoint-40000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac20a75132c4973c6f679ee32f86a89d0f3c0245c9f3b42c61c200c8699191d +size 563 diff --git a/checkpoint-40000/unet/config.json b/checkpoint-40000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-40000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-40000/unet/diffusion_pytorch_model.bin b/checkpoint-40000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..098d208a0c1bd8cfaf8a61c93bf0330ed733d177 --- /dev/null +++ b/checkpoint-40000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3762512e39d4d478f1dfb4bfc03de39f29d5d84a57e4008a3f4a4daacd22fbed +size 454867325 diff --git a/checkpoint-40500/optimizer.bin b/checkpoint-40500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d365b1f2c72d1a7ff28205716929767bd58cff2a --- /dev/null +++ b/checkpoint-40500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9217f533d651bfc4ac84315e56b5be6b7b84b69e1957f46bce236af553f07e5c +size 909763299 diff --git a/checkpoint-40500/random_states_0.pkl b/checkpoint-40500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..042940ccc02de1b30a684afcb70982f4478bcfdd --- /dev/null +++ b/checkpoint-40500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3753e9b625a5ba83d344c0aceb2ebaf6d7744f253b645674660297ad9a5d5aa0 +size 14727 diff --git a/checkpoint-40500/scheduler.bin b/checkpoint-40500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..4720ffc80b80133cc4c3beaa0bc5f38c5f7b55a2 --- /dev/null +++ b/checkpoint-40500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2584a0d5c8ee09512be214741ddce60be828ff29df94fe403d2e628e53fb223 +size 563 diff --git a/checkpoint-40500/unet/config.json b/checkpoint-40500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-40500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-40500/unet/diffusion_pytorch_model.bin b/checkpoint-40500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..018c440760bacc642030a709520991260c4d367e --- /dev/null +++ b/checkpoint-40500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f685ca544b20cec3c1b94b578c39b40b307b5685542bb3d593de2c12a1cc6bb9 +size 454867325 diff --git a/checkpoint-41000/optimizer.bin b/checkpoint-41000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..755033ea463cc6805330e91abe372a403a34abb2 --- /dev/null +++ b/checkpoint-41000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5444e40333b8a413c321cd9c6db36b9ee9a6c61a097b44ef3562ea179b7bb2ad +size 909763299 diff --git a/checkpoint-41000/random_states_0.pkl b/checkpoint-41000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..831319a192f7486082b0dbf045f51d869a9679fe --- /dev/null +++ b/checkpoint-41000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f987877a57412464d94716272169b3da3232a5f78c65376455273d09bf2555 +size 14727 diff --git a/checkpoint-41000/scheduler.bin b/checkpoint-41000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e629c5c7efcd341363dff63a5bc9a87f9f0d476b --- /dev/null +++ b/checkpoint-41000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e417f49c77cb3a4b4d6aabb7478506ee4c188241cbabc3966cdc17a79f1a0195 +size 563 diff --git a/checkpoint-41000/unet/config.json b/checkpoint-41000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-41000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-41000/unet/diffusion_pytorch_model.bin b/checkpoint-41000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..9a5340da778c1b88a9dbaa3fa64cf205086b744d --- /dev/null +++ b/checkpoint-41000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c1bb13e60378eb30603da0f359c68b0a04c459d04b8061cd96b8432bd5d401 +size 454867325 diff --git a/checkpoint-41500/optimizer.bin b/checkpoint-41500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7ad17b2e8c7c5a1645f97612c236693a93c053a5 --- /dev/null +++ b/checkpoint-41500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5706578cd37893f8ae23fc9c096933481dbe91dbe929e27dc01640eac55a2458 +size 909763299 diff --git a/checkpoint-41500/random_states_0.pkl b/checkpoint-41500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..25f44af4beb74b2fde85336fd36e5c2b0999b65c --- /dev/null +++ b/checkpoint-41500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67f01c021e0c183c97f284f47cc5f7def672619fe505dd229e7dfa96ca3da5d3 +size 14727 diff --git a/checkpoint-41500/scheduler.bin b/checkpoint-41500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..7295fb7fd49cd5d053554e7d440fe1ba8aadd820 --- /dev/null +++ b/checkpoint-41500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dacba8d254b8b490a3a2fc813e43e43a0dfa51cdc6130d183c4cf82922b8fa3 +size 563 diff --git a/checkpoint-41500/unet/config.json b/checkpoint-41500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-41500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-41500/unet/diffusion_pytorch_model.bin b/checkpoint-41500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..38458fc210d5bef53dbc0ae5aba05329099fe052 --- /dev/null +++ b/checkpoint-41500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e431875e0a8a53e12715f1ec674b8643e7409d488526dfbbff302d7b47802682 +size 454867325 diff --git a/checkpoint-42000/optimizer.bin b/checkpoint-42000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..965ed2f3067fcd2a338dc97c1215d2676c6900ef --- /dev/null +++ b/checkpoint-42000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb20b19eabf7d30c4e3cf72f06c0fb9c5d45c431506f918d2bea902a6e9da536 +size 909763299 diff --git a/checkpoint-42000/random_states_0.pkl b/checkpoint-42000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3474f470132fcb27c9e6cb06cf20f8f17cce2b82 --- /dev/null +++ b/checkpoint-42000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab0d1017e2b928929774441596b3295d1b161353c7ced325314d45c5b3a0b734 +size 14727 diff --git a/checkpoint-42000/scheduler.bin b/checkpoint-42000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..9fc24d64bb20394049fcdd23fb7d9440d5fbc9bf --- /dev/null +++ b/checkpoint-42000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdf25d7851b00a8cd5563f05fc6d28ab567a28e40ebfe675b9e469ef759e6d37 +size 563 diff --git a/checkpoint-42000/unet/config.json b/checkpoint-42000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-42000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-42000/unet/diffusion_pytorch_model.bin b/checkpoint-42000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..dedc37acb73c370820cab8d0ad6a763d1f9b1738 --- /dev/null +++ b/checkpoint-42000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb6207424d951509df0e6341bb073c241912db3a79d9b2e4cd971c7e19b6139 +size 454867325 diff --git a/checkpoint-42500/optimizer.bin b/checkpoint-42500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..429e1949499dd6929680ef676275ef9ad7112dce --- /dev/null +++ b/checkpoint-42500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b873dab52c63af0e665ed6b4eac41efb181889df2d6167059af29674b1b2320c +size 909763299 diff --git a/checkpoint-42500/random_states_0.pkl b/checkpoint-42500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..345adcef715701965dd67f87b8e2687d8d17fab2 --- /dev/null +++ b/checkpoint-42500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e152c8f5048a8815ef957c98c01adeb31a5b723df1dabb288025d7ef6afb25a +size 14727 diff --git a/checkpoint-42500/scheduler.bin b/checkpoint-42500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..0e82be5e7cfcb9d9001f26be7e85e92e30cefddb --- /dev/null +++ b/checkpoint-42500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fc892488757272d2edb6932281f98ca5b4a8e0c55efcd683ee46650cba1add4 +size 563 diff --git a/checkpoint-42500/unet/config.json b/checkpoint-42500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-42500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-42500/unet/diffusion_pytorch_model.bin b/checkpoint-42500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..5b978604f919a406d322c5282825f01b30072b5f --- /dev/null +++ b/checkpoint-42500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19991d0f7978eff947f567bd842090910c6d8d68b46556144c1d8c97a462e002 +size 454867325 diff --git a/checkpoint-43000/optimizer.bin b/checkpoint-43000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7d7eb0c14c3f74fad2bf5d23724161f64e81d99c --- /dev/null +++ b/checkpoint-43000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:758bf309302e07c8a4370f0f2d9534219da72da023c7fac0d7de191bdaa3047e +size 909763299 diff --git a/checkpoint-43000/random_states_0.pkl b/checkpoint-43000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..61065edd488bfdcdfc9f3a25d3bccd6fde288986 --- /dev/null +++ b/checkpoint-43000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b78944ba8795dfab95b4ef3095e73ce3cde4f4b7d5e04fde4a8a60930257b9f0 +size 14727 diff --git a/checkpoint-43000/scheduler.bin b/checkpoint-43000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..50f10f7a6d0b9905710e153a68b2fff4941b2de0 --- /dev/null +++ b/checkpoint-43000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a58e79187598c8df076c4c1835dc24c4e5f7754c3bc5f83c4ced44a7cf26679 +size 563 diff --git a/checkpoint-43000/unet/config.json b/checkpoint-43000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-43000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-43000/unet/diffusion_pytorch_model.bin b/checkpoint-43000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..7d573f9b856e6e2f61dedfbce5529dc4337749b6 --- /dev/null +++ b/checkpoint-43000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ba5c0160d345856aa0fb0fc0eb542e11257dbb756772f32770f8ba025b15755 +size 454867325 diff --git a/checkpoint-43500/optimizer.bin b/checkpoint-43500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2e67275628f9735f851198e34faa5662650fffc0 --- /dev/null +++ b/checkpoint-43500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4f626c9f38c8248f1d3cbc7c1970aea30673c3a7d7b300e22534a296276675c +size 909763299 diff --git a/checkpoint-43500/random_states_0.pkl b/checkpoint-43500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..92d4eb758957628c98302dbeabcac597f5913184 --- /dev/null +++ b/checkpoint-43500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1da2f2cd7302e173d4d747cf3c868ecf638fb4afe5631d281d1096c7864425b +size 14727 diff --git a/checkpoint-43500/scheduler.bin b/checkpoint-43500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..7c1acbdeed81cb5b0387811cc37ccabb1a5623be --- /dev/null +++ b/checkpoint-43500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9dad95eb6195aaf21cef44aff7a6733a833a1add7b7738187c1969772d53680 +size 563 diff --git a/checkpoint-43500/unet/config.json b/checkpoint-43500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-43500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-43500/unet/diffusion_pytorch_model.bin b/checkpoint-43500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..7f6dca78078df3514c161c50c8ac71a14de3d842 --- /dev/null +++ b/checkpoint-43500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ffe1bb595d67f901384cffaaef5c013630713ea3bf8f316a43889def7c9709 +size 454867325 diff --git a/checkpoint-44000/optimizer.bin b/checkpoint-44000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..398e6d6c4cabb6f490cde92ce223984dc431c5da --- /dev/null +++ b/checkpoint-44000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:188239012c2fb79a6e240020f3e12c968845c5c43067b77e065ac5b6eb06a90a +size 909763299 diff --git a/checkpoint-44000/random_states_0.pkl b/checkpoint-44000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4043332ba9cf2b403c2c7b3737d3e0d7ebdf09e5 --- /dev/null +++ b/checkpoint-44000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b8121dc2d9a769b7c6e3514713a6b9f7dab145a3c49f80143e13db08cc7f7bd +size 14727 diff --git a/checkpoint-44000/scheduler.bin b/checkpoint-44000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d16dac6e4c94df760b7416e177094cbb1bb375e6 --- /dev/null +++ b/checkpoint-44000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02442f738c70c629c3f37a69aeb129ab639511c229754991bdc017ba65467a6c +size 563 diff --git a/checkpoint-44000/unet/config.json b/checkpoint-44000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-44000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-44000/unet/diffusion_pytorch_model.bin b/checkpoint-44000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..4aaf21c1a7b5fd0cde0d5ecd155c0bfc3e103c91 --- /dev/null +++ b/checkpoint-44000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e386a189fd5382230c5bc24b7eede436ea34c1aaad2ae52c1eb19cca7c7a774 +size 454867325 diff --git a/checkpoint-44500/optimizer.bin b/checkpoint-44500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..eacb75824e5dd16f4761224fe0bca88bc3a3d079 --- /dev/null +++ b/checkpoint-44500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:640495fe48de733e2455e9003385885595d93c23ae33afb0968371d6b5310f0e +size 909763299 diff --git a/checkpoint-44500/random_states_0.pkl b/checkpoint-44500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..bff59308827f01a653e620c266f6e3562ebd7a68 --- /dev/null +++ b/checkpoint-44500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99a3fafc06403325fc36a5ddd6f6cc481cdaedc092fe2924aaf4e368ed644b16 +size 14727 diff --git a/checkpoint-44500/scheduler.bin b/checkpoint-44500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..54cf329ad647b56f4818b5558853f39de54267bf --- /dev/null +++ b/checkpoint-44500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04fb4a9a0b184ac926877ef3f7268e81843a259a65f29bc0d4692e7734718de4 +size 563 diff --git a/checkpoint-44500/unet/config.json b/checkpoint-44500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-44500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-44500/unet/diffusion_pytorch_model.bin b/checkpoint-44500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..d530ba477f8c4c2546b2996bac8e125a6c52bd57 --- /dev/null +++ b/checkpoint-44500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b961e6be99cd8007332d635353028d572e234baccabaa43a6117e048c28b3d12 +size 454867325 diff --git a/checkpoint-4500/optimizer.bin b/checkpoint-4500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..3284e43c2e3a1f9abc9b1e3249a5f7497b6626fb --- /dev/null +++ b/checkpoint-4500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea7c99e18b717467a71eb44382f2fbb6bb00509c719fc6f912debea2faa3e49 +size 909763299 diff --git a/checkpoint-4500/random_states_0.pkl b/checkpoint-4500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..8b6af6c27691bde94047c57259b8811c6b8d9523 --- /dev/null +++ b/checkpoint-4500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc9188cc3f6164c5c5bfcf6c6fbaa456d3f5fcab59758a3013e7386fe9779b5c +size 14727 diff --git a/checkpoint-4500/scheduler.bin b/checkpoint-4500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..48f17eae5ef6150616e4f242d8da9e97d7626418 --- /dev/null +++ b/checkpoint-4500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4097d45324c00da75a5657eada33dc28f84aec1bb0b2d18acb0e43bb829eac3e +size 563 diff --git a/checkpoint-4500/unet/config.json b/checkpoint-4500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-4500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-4500/unet/diffusion_pytorch_model.bin b/checkpoint-4500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..d2b247d95a57518cae8b382800393f864fe6c2dd --- /dev/null +++ b/checkpoint-4500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972e497adf7f5e282908e4d2d53a69bb142ab1fb9cfe037f8add91d4ab053d76 +size 454867325 diff --git a/checkpoint-45000/optimizer.bin b/checkpoint-45000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2747c4b69695fc48357ac6e9d2a756543770ead8 --- /dev/null +++ b/checkpoint-45000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c600b9fd52d392db8a08d3a8a973f7b6e83c281c6f1e4c5913570f012240382e +size 909763299 diff --git a/checkpoint-45000/random_states_0.pkl b/checkpoint-45000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..1a13c749525b1750f028d77fec462f2bc7ab5e3c --- /dev/null +++ b/checkpoint-45000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34622bd78667ca970b2f3658c4050fd53c4e625f88aca8fd0bffcb71e33f973f +size 14727 diff --git a/checkpoint-45000/scheduler.bin b/checkpoint-45000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..6808336b6877a5824cad74a7c95e9eb72061c3ce --- /dev/null +++ b/checkpoint-45000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b856860ee79cbdbccff1802039ae6f82c7ec764f00cc224fb16865de0486c7ea +size 563 diff --git a/checkpoint-45000/unet/config.json b/checkpoint-45000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-45000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-45000/unet/diffusion_pytorch_model.bin b/checkpoint-45000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..e677bed09ea8e5ecd9907dd63a63eae7dbcaed01 --- /dev/null +++ b/checkpoint-45000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4afd6a71463cd722eb69b3e1dbda4ad56f9c715823b8b39afb5c0cecc1dbb2d +size 454867325 diff --git a/checkpoint-45500/optimizer.bin b/checkpoint-45500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..19deea6d76af32bf7625732ec5d149eae814dadb --- /dev/null +++ b/checkpoint-45500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c7659c7ecc1dde8c8d1ffb6f98677b722f474eaa6b5c017b22688e318fea6d7 +size 909763299 diff --git a/checkpoint-45500/random_states_0.pkl b/checkpoint-45500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..569d2fa4df0add440dce2dcb1f847dfa72f03a92 --- /dev/null +++ b/checkpoint-45500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81fad95392143dc80a8a5254bc3171d7fc2d983ea384e12a1532298a2c6308b5 +size 14727 diff --git a/checkpoint-45500/scheduler.bin b/checkpoint-45500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e272f914c249900ea0693e47d6970a260329fa27 --- /dev/null +++ b/checkpoint-45500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd315139ce9c21bea4bd8e732651d11965b6d6e58b3ffed91deb2c292ca0a70a +size 563 diff --git a/checkpoint-45500/unet/config.json b/checkpoint-45500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-45500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-45500/unet/diffusion_pytorch_model.bin b/checkpoint-45500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..23ccfdb2bb052e1a24063efdb90351657c53bc30 --- /dev/null +++ b/checkpoint-45500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f1b7d1ea0d3da47cb270af3001ebb5ec32ec24e75b61129b7e472f0bca16b68 +size 454867325 diff --git a/checkpoint-46000/optimizer.bin b/checkpoint-46000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..071902cb35026f13ffe452289424863afba81305 --- /dev/null +++ b/checkpoint-46000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d98c92b8f612aa6f8d2a8e7e08c7203dc938f23a22dc1557f4f2c333230759 +size 909763299 diff --git a/checkpoint-46000/random_states_0.pkl b/checkpoint-46000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..6be758ff6fcb90f84596d2df3dfff57990245b75 --- /dev/null +++ b/checkpoint-46000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5370cdadef9a13c024cdd2f371a344fc53f67383358d0c674621c260603b9c35 +size 14727 diff --git a/checkpoint-46000/scheduler.bin b/checkpoint-46000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..deef2ceb39ec48523f35247e048c537bb4dd51a5 --- /dev/null +++ b/checkpoint-46000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb1730fc7f32e133b65b0bfb59cb4476bc93fed429700659da2f7dd06518e41 +size 563 diff --git a/checkpoint-46000/unet/config.json b/checkpoint-46000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-46000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-46000/unet/diffusion_pytorch_model.bin b/checkpoint-46000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..a639fb2e801dfe0650229a3890a037ddd6003f8c --- /dev/null +++ b/checkpoint-46000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a344a6f11f825c3badb931e443a9c18b54d55f7e223397762e75cc607c35252a +size 454867325 diff --git a/checkpoint-46500/optimizer.bin b/checkpoint-46500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9fbc487becb8c8a4aa6191f6af5b7d9806ca1cc5 --- /dev/null +++ b/checkpoint-46500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a41aeb1d5d3574b8e84d7254b63cbe7f351c60668249e1fbb15cd7eeab008285 +size 909763299 diff --git a/checkpoint-46500/random_states_0.pkl b/checkpoint-46500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..1af00aeff93605dfdfdd19ae2a79156bd213a265 --- /dev/null +++ b/checkpoint-46500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce1075945610212870478662622f11e0a30df55668999df6afcb74efb4de11b +size 14727 diff --git a/checkpoint-46500/scheduler.bin b/checkpoint-46500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f340292c32b50d8e41ad60dc3b1be5822623ac30 --- /dev/null +++ b/checkpoint-46500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe01545b5b55be2c327154a1e596b145bf84becb60127a2ec86a86ed07fa92a +size 563 diff --git a/checkpoint-46500/unet/config.json b/checkpoint-46500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-46500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-46500/unet/diffusion_pytorch_model.bin b/checkpoint-46500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..a38899a9b6a3dbe0faf2408ac302726d1386a2b6 --- /dev/null +++ b/checkpoint-46500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e65321ab539534ae046fdaa590213ad9d4a450134ca179c7e1b2c84973359a +size 454867325 diff --git a/checkpoint-47000/optimizer.bin b/checkpoint-47000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..efd8229786d976d3e3b84692397ef4935cf2e956 --- /dev/null +++ b/checkpoint-47000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42bbf152497da401f5dcbfbff8187dcc5bb3adc0b0424cdb0acdff9671a5002a +size 909763299 diff --git a/checkpoint-47000/random_states_0.pkl b/checkpoint-47000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0f977a6e93aa1d84bced86251b731c6d20a13aac --- /dev/null +++ b/checkpoint-47000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e873699072598682a9114515338cda5510d267951b87e55c804727ab599fb7d2 +size 14727 diff --git a/checkpoint-47000/scheduler.bin b/checkpoint-47000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..cbfd4a79e9e797db77d1b8da60346de9c7db695b --- /dev/null +++ b/checkpoint-47000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b10e557f943a3271f79a3b8107cc6c5748820e1124da9580eef11fc1e266c9 +size 563 diff --git a/checkpoint-47000/unet/config.json b/checkpoint-47000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-47000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-47000/unet/diffusion_pytorch_model.bin b/checkpoint-47000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..ebbe414ffb60ffc9bcdb70002a4f768f8dde7479 --- /dev/null +++ b/checkpoint-47000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9de76785b65a7f07d01c5e65e4c4b183f445ee9af2af8fcd936871990f75bbe7 +size 454867325 diff --git a/checkpoint-47500/optimizer.bin b/checkpoint-47500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..bc2a288a233e7bde9368e316ed9b853fd36e9cb1 --- /dev/null +++ b/checkpoint-47500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c755fb32507962c1ec8c9666dfc34ab2e8105db48602064377b4ca946cdc9da +size 909763299 diff --git a/checkpoint-47500/random_states_0.pkl b/checkpoint-47500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..45fe04563830850e6dc36496ef2a5ce401d404c2 --- /dev/null +++ b/checkpoint-47500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25956093a7122bb0900cfbb37ba4b1d0930e6bcdc3607ac80d4f92a3bdc3d3b9 +size 14727 diff --git a/checkpoint-47500/scheduler.bin b/checkpoint-47500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..78fd68675f3970aead55af28468ce8705b16c96b --- /dev/null +++ b/checkpoint-47500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26bba3fd4e999d6f857fd2718cbfece0842898b4739c393d2d73415bd5346178 +size 563 diff --git a/checkpoint-47500/unet/config.json b/checkpoint-47500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-47500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-47500/unet/diffusion_pytorch_model.bin b/checkpoint-47500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..01a0c8d80a0a2394ce2a5a372d749968f46c6367 --- /dev/null +++ b/checkpoint-47500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832fce79c7d3b5817b2868f3c46ae4e8726ff3ea215f7c5a4ce6a607ee2a7aa0 +size 454867325 diff --git a/checkpoint-48000/optimizer.bin b/checkpoint-48000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..76c0c203c0829362a309b32b0c732c1c5fde19e8 --- /dev/null +++ b/checkpoint-48000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:611437744b85e5dae0a620eb33b2f12b43877bc2dc7056d405d6b91f21ac15de +size 909763299 diff --git a/checkpoint-48000/random_states_0.pkl b/checkpoint-48000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..9cc96eda75ba31af58ed5dfe18bbfeda6c312fbd --- /dev/null +++ b/checkpoint-48000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc8ca8629913d2a2dd4e77cc4128056426b51372f1c52888085f0ba6e3783b44 +size 14727 diff --git a/checkpoint-48000/scheduler.bin b/checkpoint-48000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..2d050c5ac0e436120829078c514b6c2dbb943121 --- /dev/null +++ b/checkpoint-48000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5ce1ead7841dc6f40a9ad2cdbae399d236268fdf3a408bb7308e4fcd0b2b29b +size 563 diff --git a/checkpoint-48000/unet/config.json b/checkpoint-48000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9be25d155fda19c425781b8650d4e37c87ac1461 --- /dev/null +++ b/checkpoint-48000/unet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "_name_or_path": "model/checkpoint-47500", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-48000/unet/diffusion_pytorch_model.bin b/checkpoint-48000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..d2169dcf90275297700d436b6e05385535b1c133 --- /dev/null +++ b/checkpoint-48000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21238627605fa93c3ebd0a2e6eb6fd4c961d95c15aaff4089c0dbde6791f870f +size 454867325 diff --git a/checkpoint-48500/optimizer.bin b/checkpoint-48500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..a5247446154ccfff8ab376d6033c98c362f97b0b --- /dev/null +++ b/checkpoint-48500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dd56330b52a4e0bccabc3be3c9d7714802236f7cfd81572e6662929dfbbdefe +size 909763299 diff --git a/checkpoint-48500/random_states_0.pkl b/checkpoint-48500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..d4ae611f6f3f7a4a7e86955ff71cc6207384ff59 --- /dev/null +++ b/checkpoint-48500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cf73bf0d9b15ffe3f65c49afaebc4c09595b39147dd6723700c3295cbb54561 +size 14727 diff --git a/checkpoint-48500/scheduler.bin b/checkpoint-48500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..287ae629597b7337b7c1791af2306ca80b5b3afe --- /dev/null +++ b/checkpoint-48500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:958894672da0bb9c12ae4d2c5f817a176f734c58f4da5a829483561848b22200 +size 563 diff --git a/checkpoint-48500/unet/config.json b/checkpoint-48500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9be25d155fda19c425781b8650d4e37c87ac1461 --- /dev/null +++ b/checkpoint-48500/unet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "_name_or_path": "model/checkpoint-47500", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-48500/unet/diffusion_pytorch_model.bin b/checkpoint-48500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..9e1dc83b5bc6b3b271dbe8849833df32986c0d2b --- /dev/null +++ b/checkpoint-48500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e460fe47b030d22af18d5a8d4a1f8207acabe3a23dfaf94b37726d1e0c7e623 +size 454867325 diff --git a/checkpoint-49000/optimizer.bin b/checkpoint-49000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..64057accac7e08394d8686434d254cd30ec337ea --- /dev/null +++ b/checkpoint-49000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb689732cf3fa25328780374f603ccd738be08824cba569aa5ab34ace4726b4e +size 909763299 diff --git a/checkpoint-49000/random_states_0.pkl b/checkpoint-49000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..04e93edffcc2ad37a96732663b24778ca110f46c --- /dev/null +++ b/checkpoint-49000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:213a7e6f90404b2e88a840abf7a62c48f831442a4450154ea33a54f56d51dab0 +size 14727 diff --git a/checkpoint-49000/scheduler.bin b/checkpoint-49000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a60f38e9531017fea04398e8bbd517db7921777d --- /dev/null +++ b/checkpoint-49000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ff686e3cc89847cb45a9450fbb9881b1ecbc44143302f6236d9ab95ddf3614 +size 563 diff --git a/checkpoint-49000/unet/config.json b/checkpoint-49000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9be25d155fda19c425781b8650d4e37c87ac1461 --- /dev/null +++ b/checkpoint-49000/unet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "_name_or_path": "model/checkpoint-47500", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-49000/unet/diffusion_pytorch_model.bin b/checkpoint-49000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..7c930ed6591707e621ca9cc3291b80ac2bb6ff78 --- /dev/null +++ b/checkpoint-49000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:002aaedf4b171f58db77151bc06b828592f84218be3b8f1e41457ec010b2b58e +size 454867325 diff --git a/checkpoint-49500/optimizer.bin b/checkpoint-49500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e5db356c1685bcb2682f83dba6fc160c3c1a3c91 --- /dev/null +++ b/checkpoint-49500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c2475d4a36f414b6cf8c4de8ce1841420aadb12d6dff7867dc1d5e172b5400c +size 909763299 diff --git a/checkpoint-49500/random_states_0.pkl b/checkpoint-49500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ded7523e5b96218acd95b1526d07500321021d5a --- /dev/null +++ b/checkpoint-49500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d0e78380d12ce64138ed6fe10cde32a6e07a809f059de1e97c71f4ef60b7c5f +size 14727 diff --git a/checkpoint-49500/scheduler.bin b/checkpoint-49500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..3e8903e7f79b0b4d1e8c6a5af25f2763b50f078e --- /dev/null +++ b/checkpoint-49500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd0404265069e3462ba887fc5dde4598355ccc62ad389fd5770aed748d3c129e +size 563 diff --git a/checkpoint-49500/unet/config.json b/checkpoint-49500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9be25d155fda19c425781b8650d4e37c87ac1461 --- /dev/null +++ b/checkpoint-49500/unet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "_name_or_path": "model/checkpoint-47500", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-49500/unet/diffusion_pytorch_model.bin b/checkpoint-49500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..1087fbc27e84e4cbafc552584ade72fba57d9f78 --- /dev/null +++ b/checkpoint-49500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c297b9ede9a3accf4845aa176b633e5f2ea2ca19181dccf2616a55d92c23c6b +size 454867325 diff --git a/checkpoint-500/optimizer.bin b/checkpoint-500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c7689b8ab0bf3189cefaba796261bb5a44918b33 --- /dev/null +++ b/checkpoint-500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:763e153e082d5efd414e0694d38b63eacae5350825c6e96d404e519f51f152b4 +size 909763299 diff --git a/checkpoint-500/random_states_0.pkl b/checkpoint-500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4df37f8b497b06e72f423dd1438ec6b73f488815 --- /dev/null +++ b/checkpoint-500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3169facfc71dff225dc5e4d3ca9b3f37ddb4cdf8d353009d55f03311771f7e9 +size 14727 diff --git a/checkpoint-500/scheduler.bin b/checkpoint-500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..8c94c928cf7a00c3c46efdbe7bb69aaa33a599d3 --- /dev/null +++ b/checkpoint-500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62783ff6f0ae2c2ccc177b097e430c03940c5e70c38a191df273c5cf7ab1227c +size 563 diff --git a/checkpoint-500/unet/config.json b/checkpoint-500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-500/unet/diffusion_pytorch_model.bin b/checkpoint-500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..f11fa32f46e7b861d961858ed1cf30ee9f74aae0 --- /dev/null +++ b/checkpoint-500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c223073b5c42688c6f87f58b7c9df864a9fa823828aae10d968ef8b3f6183f +size 454867325 diff --git a/checkpoint-5000/optimizer.bin b/checkpoint-5000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..59324b19018aec556658a3ea633e2d3dd13f6b20 --- /dev/null +++ b/checkpoint-5000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43837f628f9374fe30f794602b5c00c2f60ad7051a7d54bb5294cc9f09c0ba78 +size 909763299 diff --git a/checkpoint-5000/random_states_0.pkl b/checkpoint-5000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e17a7b0a8e2f2d710669d1d9dc1c0ab1c05767ed --- /dev/null +++ b/checkpoint-5000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1095d6bdd5c4bb571c21474ad13a86e09751a1a6664886589142147daf0fdc1 +size 14727 diff --git a/checkpoint-5000/scheduler.bin b/checkpoint-5000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..adbd5d9e96208dc9668426e048182b3813948d8b --- /dev/null +++ b/checkpoint-5000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e145dd01d3b1de6beb9d33041881540083878239f52b7a25b08daaec6bc50e2 +size 563 diff --git a/checkpoint-5000/unet/config.json b/checkpoint-5000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-5000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-5000/unet/diffusion_pytorch_model.bin b/checkpoint-5000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..69a5cb56bae09eb730b5dd56590995e5cb6e515b --- /dev/null +++ b/checkpoint-5000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c81acf1e186b56a3c56232ec31285c2aa754fcbfe29cb7650d16caffaa471d63 +size 454867325 diff --git a/checkpoint-50000/optimizer.bin b/checkpoint-50000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0cb8e672744c6ccebcd3f35f5a35000b172b38da --- /dev/null +++ b/checkpoint-50000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da5f048652e959e67519481747f9512f0f4fbbd4c8b71dec4d63ae2e377afe2 +size 909763299 diff --git a/checkpoint-50000/random_states_0.pkl b/checkpoint-50000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..d020b9789bf008ff1050aa81e87538e78fbc7138 --- /dev/null +++ b/checkpoint-50000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd0dcd30250ef311ed06ef80b4a1fb23d48782784de1d2d3bcc01d180b76149 +size 14727 diff --git a/checkpoint-50000/scheduler.bin b/checkpoint-50000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..bed60d5711541d1321e017b6a292150513e77e59 --- /dev/null +++ b/checkpoint-50000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbc7bf8aefe5eb066518694c25bc42dd8b3887410657e9ea049e5b647269845 +size 563 diff --git a/checkpoint-50000/unet/config.json b/checkpoint-50000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9be25d155fda19c425781b8650d4e37c87ac1461 --- /dev/null +++ b/checkpoint-50000/unet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "_name_or_path": "model/checkpoint-47500", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-50000/unet/diffusion_pytorch_model.bin b/checkpoint-50000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..4316c5885886e24c46a5da397973441e82636f9a --- /dev/null +++ b/checkpoint-50000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ec6e3edcd71e755d91328cd0461aa5d36c49c523bfad054de84f4c0b789131 +size 454867325 diff --git a/checkpoint-50500/optimizer.bin b/checkpoint-50500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..fde353a7c7b07de7c5b38ecdaa422f0fb0dcf4cc --- /dev/null +++ b/checkpoint-50500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84e422bff1011885d0cbe7a729717feee6836bb1588185c3baa082b86d44eb3 +size 909763299 diff --git a/checkpoint-50500/random_states_0.pkl b/checkpoint-50500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ae7d8ca7826430ac887c3576082b567e08d187cd --- /dev/null +++ b/checkpoint-50500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8d8509088b9bb987ae8e20857954731541b0768bfb09d7cebd22fa2149727a +size 14727 diff --git a/checkpoint-50500/scheduler.bin b/checkpoint-50500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..292c7da67986371e346d35fd641b2c5f90be41cf --- /dev/null +++ b/checkpoint-50500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b9b0255e82fcafacfad2187141b25b4cf9b34e9baebe026a5acb0d4c61c55a4 +size 563 diff --git a/checkpoint-50500/unet/config.json b/checkpoint-50500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9be25d155fda19c425781b8650d4e37c87ac1461 --- /dev/null +++ b/checkpoint-50500/unet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "_name_or_path": "model/checkpoint-47500", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-50500/unet/diffusion_pytorch_model.bin b/checkpoint-50500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..9cc7749066b9e832b89c59be40eaea038d911d9e --- /dev/null +++ b/checkpoint-50500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f5f5ddff0e0f96a3fb5b453741ef94254b99630e1dd4a118387ea1784b74158 +size 454867325 diff --git a/checkpoint-51000/optimizer.bin b/checkpoint-51000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..07082a86b5b78c3ef302d6ebb0b4528ed696e674 --- /dev/null +++ b/checkpoint-51000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d52392d43ca2b81d7b7279263939bc4a8b90a1e497e47c81ee905dc10b43423b +size 909763299 diff --git a/checkpoint-51000/random_states_0.pkl b/checkpoint-51000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..48cfa29b6cd279506f1b6d53bdd6f9c88575c92f --- /dev/null +++ b/checkpoint-51000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b9c58fa489c363fe1fff5790b3871624ee239584e15362fef13c052fb9c312b +size 14727 diff --git a/checkpoint-51000/scheduler.bin b/checkpoint-51000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..5f674bc3bc2550312c32a79897b77db03c06badf --- /dev/null +++ b/checkpoint-51000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e85fe823feb0a610c053f8b5e164677391328653a52ee0278058671faf76df10 +size 563 diff --git a/checkpoint-51000/unet/config.json b/checkpoint-51000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9be25d155fda19c425781b8650d4e37c87ac1461 --- /dev/null +++ b/checkpoint-51000/unet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "_name_or_path": "model/checkpoint-47500", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-51000/unet/diffusion_pytorch_model.bin b/checkpoint-51000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..495f1bc4bd0da3bc279f2a319ba0b51ad51029a4 --- /dev/null +++ b/checkpoint-51000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa3b92f4a4b069fd268d9dc49b7083c7e1165e8e7250beacd6de95792f4b7cb +size 454867325 diff --git a/checkpoint-51500/optimizer.bin b/checkpoint-51500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2e60ec71fd04151ab832ec4ad2219d1d45356472 --- /dev/null +++ b/checkpoint-51500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b641760cf5c65f3c02801341e7a11575c7f7a7b82b8e6a381f9c4c7f843587f +size 909763299 diff --git a/checkpoint-51500/random_states_0.pkl b/checkpoint-51500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0c836b2f5da1af72509cc6a9c3cf83e45a209537 --- /dev/null +++ b/checkpoint-51500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd69b79e499cc0abbcbd9aadca422ba028bcdac30279a0dc0e7bdfabe01e0d1 +size 14727 diff --git a/checkpoint-51500/scheduler.bin b/checkpoint-51500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..2cc10dd3e1e4d398adf7ef74eaf15de163b864e5 --- /dev/null +++ b/checkpoint-51500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de1da6fcdb4bf47be074a39e6430cfa5b7559948aa3cc11f43b2f5fe20f078c +size 563 diff --git a/checkpoint-51500/unet/config.json b/checkpoint-51500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9be25d155fda19c425781b8650d4e37c87ac1461 --- /dev/null +++ b/checkpoint-51500/unet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "_name_or_path": "model/checkpoint-47500", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-51500/unet/diffusion_pytorch_model.bin b/checkpoint-51500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..a3639f8c1badbf89921f5a4ae85666f4fac964e7 --- /dev/null +++ b/checkpoint-51500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb99cec6c9b9cad9b181a1b420e4a1649cb4ac875b58e5f59766339c1c99f6c +size 454867325 diff --git a/checkpoint-52000/optimizer.bin b/checkpoint-52000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ed901c72d30140b7aa29bc483f5d0add958ebcb8 --- /dev/null +++ b/checkpoint-52000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff230bea4c065120e4eab46fc80dda335587e6a30e9e97f12e5034e089a57c2 +size 909763299 diff --git a/checkpoint-52000/random_states_0.pkl b/checkpoint-52000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..dc3ab6a60dec80a831d62908f15bd041808d08fe --- /dev/null +++ b/checkpoint-52000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fac0ba633d1b7d26826660496ab8d7a4e0829ece8dd4125d00d20a34a7d71e4 +size 14727 diff --git a/checkpoint-52000/scheduler.bin b/checkpoint-52000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..9e9b244c64018360ee00ed93491279a0c7847d28 --- /dev/null +++ b/checkpoint-52000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc9688e6bb61f0dc32fcb07830e2550f5966995bbab946919d742cbe35230e6 +size 563 diff --git a/checkpoint-52000/unet/config.json b/checkpoint-52000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9be25d155fda19c425781b8650d4e37c87ac1461 --- /dev/null +++ b/checkpoint-52000/unet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "_name_or_path": "model/checkpoint-47500", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-52000/unet/diffusion_pytorch_model.bin b/checkpoint-52000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..ef673ec3d2de27a3999bea9d0c99e3ad1f57cda6 --- /dev/null +++ b/checkpoint-52000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abbb61ed6124599e491a6b3f362dff277eef6a6c2d5af82a00d2fcf713777a39 +size 454867325 diff --git a/checkpoint-52500/optimizer.bin b/checkpoint-52500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..5b26c6a1a5b156b9d38f31375488f2c9de5d50ec --- /dev/null +++ b/checkpoint-52500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb90e5dc5e34b16a663936a8d77c76355d5ccf6e2826175d059df0e0dc740193 +size 909763299 diff --git a/checkpoint-52500/random_states_0.pkl b/checkpoint-52500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..d749e15d9b0c7d432d105f5491e16afb7ec890b5 --- /dev/null +++ b/checkpoint-52500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4eb7a55ff211ab794ed7efd6c36cb56f98f790c9a7626b9da1008735d67941d +size 14727 diff --git a/checkpoint-52500/scheduler.bin b/checkpoint-52500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..541a8fc2e7f29f5404790bac65ce0c7b14f06c4b --- /dev/null +++ b/checkpoint-52500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e257dbef0722785524250f9691e3453d428497a64bf33a143fe01987c281c47 +size 563 diff --git a/checkpoint-52500/unet/config.json b/checkpoint-52500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9be25d155fda19c425781b8650d4e37c87ac1461 --- /dev/null +++ b/checkpoint-52500/unet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "_name_or_path": "model/checkpoint-47500", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-52500/unet/diffusion_pytorch_model.bin b/checkpoint-52500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..39c53633817afc75c346bdbb1b0192d803781c56 --- /dev/null +++ b/checkpoint-52500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b8507ef6d9c174afd6a647e9b456fb5c0dd36f6afdca4f2cd88d402c63f4b6 +size 454867325 diff --git a/checkpoint-53000/optimizer.bin b/checkpoint-53000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..5bf615b22de726c1fceacec79b427ce40c7e8286 --- /dev/null +++ b/checkpoint-53000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ba266e788c7701e684b92f059c5faf5dbdd53af17e01e9c3ce8ff1ce36d7e3f +size 909763299 diff --git a/checkpoint-53000/random_states_0.pkl b/checkpoint-53000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f46849f63ca9fa5300d082c16694f568d92144a3 --- /dev/null +++ b/checkpoint-53000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6770cbd9b94d5a990482419e08447998bed11dc8e7fb30ba39761675cd324f6 +size 14727 diff --git a/checkpoint-53000/scheduler.bin b/checkpoint-53000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..b2b6773297409e73eab22a4f9b63320a16ba778b --- /dev/null +++ b/checkpoint-53000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a898b3b394155b03e15bde828165bfae9874108900534a49b641a5eab8fd5c62 +size 563 diff --git a/checkpoint-53000/unet/config.json b/checkpoint-53000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9be25d155fda19c425781b8650d4e37c87ac1461 --- /dev/null +++ b/checkpoint-53000/unet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "_name_or_path": "model/checkpoint-47500", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-53000/unet/diffusion_pytorch_model.bin b/checkpoint-53000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..5b50e237c8583008eee954b21ca1d667eb8a40a7 --- /dev/null +++ b/checkpoint-53000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0b2b4aa2425d0fe003f4b6a5cb4b25d86da9a134d30a51d892a065e125e723a +size 454867325 diff --git a/checkpoint-53500/optimizer.bin b/checkpoint-53500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6a91b042da6f47e8628b1da0dffd13dc295c6ee7 --- /dev/null +++ b/checkpoint-53500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e24706844c5bfc5cf3a86269245dbae3402e5ba2802cfa2418f11e587b48fd0 +size 909763299 diff --git a/checkpoint-53500/random_states_0.pkl b/checkpoint-53500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..2b56d1d4b0edf9fb937ab8b0a0e6029d7a49d0fc --- /dev/null +++ b/checkpoint-53500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fbb8554fec6d7def37578d81a51544c3e5287d73e708c8e6b5d02ec6b52c86e +size 14727 diff --git a/checkpoint-53500/scheduler.bin b/checkpoint-53500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..20dfc651a41643fa6c4c001e6505fb5a78dd4e45 --- /dev/null +++ b/checkpoint-53500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5507533688bd37293e506b33dd8d8294914f08bd224c9848e642acad13d9e40 +size 563 diff --git a/checkpoint-53500/unet/config.json b/checkpoint-53500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9be25d155fda19c425781b8650d4e37c87ac1461 --- /dev/null +++ b/checkpoint-53500/unet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "_name_or_path": "model/checkpoint-47500", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-53500/unet/diffusion_pytorch_model.bin b/checkpoint-53500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..963abb4ba43eb7341f1a02991f08b82cc6019206 --- /dev/null +++ b/checkpoint-53500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe3ce6689dee12a2853db7fa29621c7967e61a3c3a7f58d93dfcec391a9cdbe +size 454867325 diff --git a/checkpoint-54000/optimizer.bin b/checkpoint-54000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..93090064a9773205e71630910b6a681ae56f28ce --- /dev/null +++ b/checkpoint-54000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc236b70c2fb7b3916158d4a33d6576a4278ef52e13bfbcaa4c65bb2092bd3c +size 909763299 diff --git a/checkpoint-54000/random_states_0.pkl b/checkpoint-54000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ee89c416ccff7040b81204fe387b807c677e788c --- /dev/null +++ b/checkpoint-54000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:facf3e988d4be4b99773b41885a36c335b4cf859a3c2d4e0e96ce6eb52f195b0 +size 14727 diff --git a/checkpoint-54000/scheduler.bin b/checkpoint-54000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..cde9fc6c020571e818295ff5d82fc6558f78db75 --- /dev/null +++ b/checkpoint-54000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d358b4b5c6a9f47f479c0f25f7f2fc31583089f9e6d135444a6c17adddca13a2 +size 563 diff --git a/checkpoint-54000/unet/config.json b/checkpoint-54000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9be25d155fda19c425781b8650d4e37c87ac1461 --- /dev/null +++ b/checkpoint-54000/unet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "_name_or_path": "model/checkpoint-47500", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-54000/unet/diffusion_pytorch_model.bin b/checkpoint-54000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..d3028eda86a8848b04cd1602bc0c2d47f92a8336 --- /dev/null +++ b/checkpoint-54000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f771793c56366f42a8694006b83ce0add4732f5adcdf046c08673ced9a3ceac +size 454867325 diff --git a/checkpoint-54500/optimizer.bin b/checkpoint-54500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..1e8a56730cc03f8e86815ed73032ad0b66424669 --- /dev/null +++ b/checkpoint-54500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5cb64ce3629be701637f550e635fe5187268b0dc9ea7380ddede1f6731eb769 +size 909763299 diff --git a/checkpoint-54500/random_states_0.pkl b/checkpoint-54500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..6f1365d470cb04106f1ce6a698e9a44208663de7 --- /dev/null +++ b/checkpoint-54500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:446f32e018e5319cbe9db126792fb0547c93e6c9dee2fdc768959ddb7a427a8d +size 14727 diff --git a/checkpoint-54500/scheduler.bin b/checkpoint-54500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..c46d86111b57dca3bb92a20eca5042edffb5e6ea --- /dev/null +++ b/checkpoint-54500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a28ca660788c793a6637b4a1bb1cf8fb9ad44372aa6b4d1b6602c98df894e2ab +size 563 diff --git a/checkpoint-54500/unet/config.json b/checkpoint-54500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9be25d155fda19c425781b8650d4e37c87ac1461 --- /dev/null +++ b/checkpoint-54500/unet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "_name_or_path": "model/checkpoint-47500", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-54500/unet/diffusion_pytorch_model.bin b/checkpoint-54500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..7ae47723d2cb40c582fa01f02ff1e14d26b7489c --- /dev/null +++ b/checkpoint-54500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5504f0933a723d27a63ac4251d6fb906a9c95afd318eaa7b5618cbe83ebdd942 +size 454867325 diff --git a/checkpoint-5500/optimizer.bin b/checkpoint-5500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2a68334d5fcd5df599fc13d611bcee8bab33af39 --- /dev/null +++ b/checkpoint-5500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a25719e4b4df240b3407e802436083cf7f7e51452940220dac621aa299b247 +size 909763299 diff --git a/checkpoint-5500/random_states_0.pkl b/checkpoint-5500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..7bbf7b9883081e3ac461abb809f4a09abad10308 --- /dev/null +++ b/checkpoint-5500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7235af1d75ac580dd74f266919b326087d1ab5422b05a49f3a9feb0319365c71 +size 14727 diff --git a/checkpoint-5500/scheduler.bin b/checkpoint-5500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..9a10c033656f1c46dedda7e6942941be6e880302 --- /dev/null +++ b/checkpoint-5500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23d9db2ce60fc32d49140699eaca2c4e21249294c540fba3db066466518168c4 +size 563 diff --git a/checkpoint-5500/unet/config.json b/checkpoint-5500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-5500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-5500/unet/diffusion_pytorch_model.bin b/checkpoint-5500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..d39443533adf03de03494980fe662c045e17a931 --- /dev/null +++ b/checkpoint-5500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ff3f29ef4b51110dd2f6206111671d46ce70a384101f24c34782ed8a3e599e6 +size 454867325 diff --git a/checkpoint-55000/optimizer.bin b/checkpoint-55000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9435223bfc7865e0c82f8dd5c0949fa0de3b49e7 --- /dev/null +++ b/checkpoint-55000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e50441cab27db6be8412b8ba7322df643684d053936b295a5c5ea0fa8cfa8fe +size 909763299 diff --git a/checkpoint-55000/random_states_0.pkl b/checkpoint-55000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..d983b2f88bd3ba2132fbd9c036b03f084748d0d6 --- /dev/null +++ b/checkpoint-55000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:909c891624249ee19f0faf3ae5f93e14456d5b20b9217e2f75ac8dac6d07b5d7 +size 14727 diff --git a/checkpoint-55000/scheduler.bin b/checkpoint-55000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f39ca3723a58cb6f5448b3d5dd0b737865a18da7 --- /dev/null +++ b/checkpoint-55000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91cf2d97c3b7f9e282b3f58f3bf19938fe5e1ca41d1599750e36e9caecfc6ff3 +size 563 diff --git a/checkpoint-55000/unet/config.json b/checkpoint-55000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9be25d155fda19c425781b8650d4e37c87ac1461 --- /dev/null +++ b/checkpoint-55000/unet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "_name_or_path": "model/checkpoint-47500", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-55000/unet/diffusion_pytorch_model.bin b/checkpoint-55000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..7eb29b2d8d9fa2ef14e78b1b4e951ad4bdbd53f3 --- /dev/null +++ b/checkpoint-55000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd4b5897f37da8c56aa97950b87cb7696be6c0a1880ff7ffe4efbaef87920f5 +size 454867325 diff --git a/checkpoint-55500/optimizer.bin b/checkpoint-55500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..90d74427f030cc44db352734821814274650d3ab --- /dev/null +++ b/checkpoint-55500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22cee685ea6f2f5c7967a0c3e03a0e1ac13b7ee96678ab05fe66ef110d61dc9b +size 909763299 diff --git a/checkpoint-55500/random_states_0.pkl b/checkpoint-55500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..093047b9ad26e7297cd4d35ce92b86415d57b3a4 --- /dev/null +++ b/checkpoint-55500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a37074dc0ab12020a158d75a08e914ea787ea6ed0ac159d3771b162748642f07 +size 14727 diff --git a/checkpoint-55500/scheduler.bin b/checkpoint-55500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..2e3fd05a8d8ff0fce0c0c8534fbb06d74ccdda2f --- /dev/null +++ b/checkpoint-55500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09ee9812883e439cacaad20be763089feefc580dc02b22afe1ee8e2fcbfa255e +size 563 diff --git a/checkpoint-55500/unet/config.json b/checkpoint-55500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9be25d155fda19c425781b8650d4e37c87ac1461 --- /dev/null +++ b/checkpoint-55500/unet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "_name_or_path": "model/checkpoint-47500", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-55500/unet/diffusion_pytorch_model.bin b/checkpoint-55500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..4972ba72e72c55f0c11d1b60e2fcb4d3855d26cb --- /dev/null +++ b/checkpoint-55500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32fe329e1983ba19ecf8b85acfd052a5b674a6fe58168759593e0c6fe07e0fff +size 454867325 diff --git a/checkpoint-56000/optimizer.bin b/checkpoint-56000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..11bff250cacbf89158242c05e0746d2d7660aa95 --- /dev/null +++ b/checkpoint-56000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f91853f79ee2835f4593bace20c3243628314d87a8bcc6f90289ef15cadc91cd +size 909763299 diff --git a/checkpoint-56000/random_states_0.pkl b/checkpoint-56000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..dfe80da19c4cfdc5c14f7033cc743a6dccc16dab --- /dev/null +++ b/checkpoint-56000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49c589741d755515db01d4611ab78e25020151fd8077f71672fe6c3eb3a59672 +size 14727 diff --git a/checkpoint-56000/scheduler.bin b/checkpoint-56000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..8e412e430b9462e44c5e933ee207891fcd84e4ce --- /dev/null +++ b/checkpoint-56000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9627065b994d51f5a5ea7ed1017bd4105a5ec1e535f4901b6a047e111b57bd2 +size 563 diff --git a/checkpoint-56000/unet/config.json b/checkpoint-56000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9be25d155fda19c425781b8650d4e37c87ac1461 --- /dev/null +++ b/checkpoint-56000/unet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "_name_or_path": "model/checkpoint-47500", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-56000/unet/diffusion_pytorch_model.bin b/checkpoint-56000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..08cc15644bb89f6873c280fcb7beaaa0f880bb6e --- /dev/null +++ b/checkpoint-56000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99462a2d12f301c1f928f49d476f0e25f24344b57362584fd6823bd321b5676c +size 454867325 diff --git a/checkpoint-56500/optimizer.bin b/checkpoint-56500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9b16e1cd672781407d83ef6a4bbf61cd23736849 --- /dev/null +++ b/checkpoint-56500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf74ebfcf38fe8cca8e95ba8ff3def597ed5941d18768f4a3a35f4de1c96e054 +size 909763299 diff --git a/checkpoint-56500/random_states_0.pkl b/checkpoint-56500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..78ea54deba47526ab583bf01861a866f1190c456 --- /dev/null +++ b/checkpoint-56500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ba247a12b4dea59dffed1fad29abc33e048d589e4090f44688935233d54f544 +size 14727 diff --git a/checkpoint-56500/scheduler.bin b/checkpoint-56500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..dc85ac747ecac0c5af362e841553f9defe84c417 --- /dev/null +++ b/checkpoint-56500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0252aab5d3a3012f2ecf7a10a9458efb872c2a269fc9f91a7eeb49e06ef1b48 +size 563 diff --git a/checkpoint-56500/unet/config.json b/checkpoint-56500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9be25d155fda19c425781b8650d4e37c87ac1461 --- /dev/null +++ b/checkpoint-56500/unet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "_name_or_path": "model/checkpoint-47500", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-56500/unet/diffusion_pytorch_model.bin b/checkpoint-56500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..0a7c274a2e9ce86e7263e3cc7962d15074b3ea0b --- /dev/null +++ b/checkpoint-56500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:295b04c5dec6a9e0a0abd4919a6584924392aa094b6c92c8b3a9949cec0aa08c +size 454867325 diff --git a/checkpoint-57000/optimizer.bin b/checkpoint-57000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..f09f17666c5fa0d850e8329ee4bd826df9a59a3d --- /dev/null +++ b/checkpoint-57000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1eb0bff6be3949d3b33791c1589848f6523e31c993cc26184b3163448fa89a1 +size 909763299 diff --git a/checkpoint-57000/random_states_0.pkl b/checkpoint-57000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..6d65f30e9127afaf25abf84f0fc48994a920580f --- /dev/null +++ b/checkpoint-57000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e197e235079d7a0d6640cb1882cb77a22b5d100f28aaf7920d3692a1b73d0c +size 14727 diff --git a/checkpoint-57000/scheduler.bin b/checkpoint-57000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..ebf5cf6957e23c3a2ca2466d2f112b394dcfb5f2 --- /dev/null +++ b/checkpoint-57000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b99434810608fb3b5a2c574be6c8e080b7de717f9e6b3c4c407edc78e7e3a2 +size 563 diff --git a/checkpoint-57000/unet/config.json b/checkpoint-57000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9be25d155fda19c425781b8650d4e37c87ac1461 --- /dev/null +++ b/checkpoint-57000/unet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "_name_or_path": "model/checkpoint-47500", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-57000/unet/diffusion_pytorch_model.bin b/checkpoint-57000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..0d674e1805e7513155b9f65901a14966ecc4e156 --- /dev/null +++ b/checkpoint-57000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2637687560d10d7c41e0ddd5c7eacfc48c8d9e16c8b0ed32c37e4015bf571aa1 +size 454867325 diff --git a/checkpoint-57500/optimizer.bin b/checkpoint-57500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..f846031907781342169d64596f574de5c2f6ef88 --- /dev/null +++ b/checkpoint-57500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc3e353b7497be6f9d50dc18f04a6e4c1f131eebbea99f1a8e078ef434ee11b +size 909763299 diff --git a/checkpoint-57500/random_states_0.pkl b/checkpoint-57500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..863ff36ad7cf28016e565b8f6d7d1d22bcca1d44 --- /dev/null +++ b/checkpoint-57500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab122f381ba9d4850ebb8a95e504b3c82f34aa64c0940d86242853dc0aed7009 +size 14727 diff --git a/checkpoint-57500/scheduler.bin b/checkpoint-57500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..c229cce5f9f39a5212182e61c56d857c703b6883 --- /dev/null +++ b/checkpoint-57500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d855e6d323cba121adddf3c4509c38367329ae428c2b6b452a8863da761b84 +size 563 diff --git a/checkpoint-57500/unet/config.json b/checkpoint-57500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9be25d155fda19c425781b8650d4e37c87ac1461 --- /dev/null +++ b/checkpoint-57500/unet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "_name_or_path": "model/checkpoint-47500", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-57500/unet/diffusion_pytorch_model.bin b/checkpoint-57500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..4dec53bfc3398e74b237a2909ae278edd74dd7e0 --- /dev/null +++ b/checkpoint-57500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad0d7cfee2f6426cd031bb967bbfca06c740a83b4e3a14c064f080daddba827 +size 454867325 diff --git a/checkpoint-58000/optimizer.bin b/checkpoint-58000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..f995a3eba4b2c0641145bea866d864d68433d818 --- /dev/null +++ b/checkpoint-58000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c8114bda1c97e4dde1af0c0ac61798f8e96180556109ea9c8456bc48f0bfea +size 909763299 diff --git a/checkpoint-58000/random_states_0.pkl b/checkpoint-58000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..1da056e7e902dacd32a6616aab9028aa794e6b9a --- /dev/null +++ b/checkpoint-58000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12901654256cd9ceb55d94716bbc71ee26dec055b26614ad791bd69669ec1b2c +size 14727 diff --git a/checkpoint-58000/scheduler.bin b/checkpoint-58000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..56dd0476e17ead236d460056b0e1349b48a880c8 --- /dev/null +++ b/checkpoint-58000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b6b4ac02c4d63b2c607756a0bbd9fee1e6e22d9ce9b3b1c300964df7be404d +size 563 diff --git a/checkpoint-58000/unet/config.json b/checkpoint-58000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9be25d155fda19c425781b8650d4e37c87ac1461 --- /dev/null +++ b/checkpoint-58000/unet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "_name_or_path": "model/checkpoint-47500", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-58000/unet/diffusion_pytorch_model.bin b/checkpoint-58000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..7090612a63f0db1579f2594926fd55ed337d50af --- /dev/null +++ b/checkpoint-58000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:befbeee7be36a7ea4418a23610b58ab826acf0513c5de6d8790ac0db6f0d9f3e +size 454867325 diff --git a/checkpoint-58500/optimizer.bin b/checkpoint-58500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..65aceede39ca5aa845c6047e5f0b54cd93872a52 --- /dev/null +++ b/checkpoint-58500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb21eac7efe53c2968bdf8659847d9dd1e9bb58204ca3b9bf4ee86e8f278341c +size 909763299 diff --git a/checkpoint-58500/random_states_0.pkl b/checkpoint-58500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..9801f3754c4eacc9432dfd5766f5e16d6fa14caa --- /dev/null +++ b/checkpoint-58500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9d0f35193d543ae6ad5dad5d199c34e03513eb81a6308321979ca6ff71d9f7c +size 14727 diff --git a/checkpoint-58500/scheduler.bin b/checkpoint-58500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..1fb1e1c909ba01ff90346a8a3eba74cd2c140faa --- /dev/null +++ b/checkpoint-58500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:798506a11a895e591005258bb7366895882247edc515c9d22ddd575a11cd22ad +size 563 diff --git a/checkpoint-58500/unet/config.json b/checkpoint-58500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9be25d155fda19c425781b8650d4e37c87ac1461 --- /dev/null +++ b/checkpoint-58500/unet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "_name_or_path": "model/checkpoint-47500", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-58500/unet/diffusion_pytorch_model.bin b/checkpoint-58500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..dfca6543a97eb88c434e9d12470971373db463b6 --- /dev/null +++ b/checkpoint-58500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9bdeb79f91d366a434b8b9649f47df67a0a804d1f693c0bfc9edc35a4edc46a +size 454867325 diff --git a/checkpoint-59000/optimizer.bin b/checkpoint-59000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c6c9bab2c26f9a70bd1fdc1ee94fb1ed9a2849f8 --- /dev/null +++ b/checkpoint-59000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a99d0d82dfd0e8e96221a8de6540f17fa8b4af1e95142f2689afde25b551ea1d +size 909763299 diff --git a/checkpoint-59000/random_states_0.pkl b/checkpoint-59000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..262d87598630839db433fc70242bbb585a9f9bb2 --- /dev/null +++ b/checkpoint-59000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ccbea3452a7cfb54b86ff39af833d3d7538acfb8185411d88d30d6517327e51 +size 14727 diff --git a/checkpoint-59000/scheduler.bin b/checkpoint-59000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e5d0b890609f0455bf57581b63bfdbd781f2876c --- /dev/null +++ b/checkpoint-59000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c0377b08a4812ac6e9b35a531473fd48d5ebe099dc2d88f9af0b4baafb79ba6 +size 563 diff --git a/checkpoint-59000/unet/config.json b/checkpoint-59000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9be25d155fda19c425781b8650d4e37c87ac1461 --- /dev/null +++ b/checkpoint-59000/unet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "_name_or_path": "model/checkpoint-47500", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-59000/unet/diffusion_pytorch_model.bin b/checkpoint-59000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..afdd61276fd26334e75b113a8b5ce76188caf78e --- /dev/null +++ b/checkpoint-59000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a300ee565b26663b891958ef469f275d4a5ad26e07a0e492b00fe9fa1d4cc9 +size 454867325 diff --git a/checkpoint-59500/optimizer.bin b/checkpoint-59500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..14770612d31629f58baed411d7b4ac9af90f0c22 --- /dev/null +++ b/checkpoint-59500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70f39f4b2552fdea2fc89d0af7ba41fc1eef308e36eec44ca9af6c3206f00fe2 +size 909763299 diff --git a/checkpoint-59500/random_states_0.pkl b/checkpoint-59500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..fbb8a2e966ada2015fde232bb98f3e1feb528e4f --- /dev/null +++ b/checkpoint-59500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:827f0d74583b16a1f693547284dbbbcfa3891892446413a2db75176ddce84251 +size 14727 diff --git a/checkpoint-59500/scheduler.bin b/checkpoint-59500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..0a3d6890ebb7010aded546979600edec0651b6c7 --- /dev/null +++ b/checkpoint-59500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea7551a40eb9e2e5019f43813581f4a32cce0e9589f12158ae07d2439c20fd84 +size 563 diff --git a/checkpoint-59500/unet/config.json b/checkpoint-59500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9be25d155fda19c425781b8650d4e37c87ac1461 --- /dev/null +++ b/checkpoint-59500/unet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "_name_or_path": "model/checkpoint-47500", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-59500/unet/diffusion_pytorch_model.bin b/checkpoint-59500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..77924166a00890c35a720e07dd153ca76ff3e06d --- /dev/null +++ b/checkpoint-59500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd65c1640c577479a9206383c28f36406951c80f793034901d3f27d9e2fe3c20 +size 454867325 diff --git a/checkpoint-6000/optimizer.bin b/checkpoint-6000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ca3ffee7d1acd68be7a3b782f4e88e25992b3522 --- /dev/null +++ b/checkpoint-6000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8dcdbf6b10ec0a458276b60badb7e694eb799f2e4bcaee38516cc00ed988e97 +size 909763299 diff --git a/checkpoint-6000/random_states_0.pkl b/checkpoint-6000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..27d756ece6c0472bb03d1de9cd0cbb4182e58b7e --- /dev/null +++ b/checkpoint-6000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f79735ade709c2c953a0b2730a1d7f31632ce05d4b2df85cd31906c4198150 +size 14727 diff --git a/checkpoint-6000/scheduler.bin b/checkpoint-6000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d4f5a130778fb5850e06de2b6bbf396f00efcf25 --- /dev/null +++ b/checkpoint-6000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e49dfe08fee17c3a6e28eab9d3b06b3d4735e109e6885af4d79c981c7782364 +size 563 diff --git a/checkpoint-6000/unet/config.json b/checkpoint-6000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-6000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-6000/unet/diffusion_pytorch_model.bin b/checkpoint-6000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..35732c1351868a37740a6ea079ba1994aa181e40 --- /dev/null +++ b/checkpoint-6000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb1008bcc06e9c8797d43ef574ea9236c36aa1e14bbc50fd6e5875bd73e5f0a +size 454867325 diff --git a/checkpoint-60000/optimizer.bin b/checkpoint-60000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7cdc5e0fed36287c9c92b56f6104019144bc4b86 --- /dev/null +++ b/checkpoint-60000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81701128798c60773581ce4787e3e117668583c0f1ece2822c1a1e66b9e07174 +size 909763299 diff --git a/checkpoint-60000/random_states_0.pkl b/checkpoint-60000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0cf17663241e83263d11a945579d70e66d89ac52 --- /dev/null +++ b/checkpoint-60000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d14392325afeefc9980327901e17139af839d083136cf9ae6d6310e604f140 +size 14727 diff --git a/checkpoint-60000/scheduler.bin b/checkpoint-60000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..91de82ee43a057694eb635cf1d7384a0a4aab8d1 --- /dev/null +++ b/checkpoint-60000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70139f40f5fd925585b50e583da2e8f29f3a55bd4c409bb1ba4964537addaac +size 563 diff --git a/checkpoint-60000/unet/config.json b/checkpoint-60000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9be25d155fda19c425781b8650d4e37c87ac1461 --- /dev/null +++ b/checkpoint-60000/unet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "_name_or_path": "model/checkpoint-47500", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-60000/unet/diffusion_pytorch_model.bin b/checkpoint-60000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..d4364020be3b9a666f26b8c7c28217bb43dea5ef --- /dev/null +++ b/checkpoint-60000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73942f960a70d250a4a5b996eb9b196b96849046b36eb4e29b1267c34448255 +size 454867325 diff --git a/checkpoint-60500/optimizer.bin b/checkpoint-60500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..402a26a898fd7ed9f0667f3904fb88f9ccca15b4 --- /dev/null +++ b/checkpoint-60500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97bb97423f173d288f264f8f35b2414ad3fb98cfee901164e99d794af3c5c45e +size 909763299 diff --git a/checkpoint-60500/random_states_0.pkl b/checkpoint-60500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..012494574f09e58cb6bbe74d74b9275bf4293e05 --- /dev/null +++ b/checkpoint-60500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec41262edb99896687f0af7056a6acb636413e2702a73c20874ccd8f09009760 +size 14727 diff --git a/checkpoint-60500/scheduler.bin b/checkpoint-60500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..1e6fe339db1f75685986e076746d018e6e1b07f9 --- /dev/null +++ b/checkpoint-60500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8935113a6d468fe606d0efb4c65ed53a87c73283fd9670f3aa248b6b339c12a9 +size 563 diff --git a/checkpoint-60500/unet/config.json b/checkpoint-60500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9be25d155fda19c425781b8650d4e37c87ac1461 --- /dev/null +++ b/checkpoint-60500/unet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "_name_or_path": "model/checkpoint-47500", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-60500/unet/diffusion_pytorch_model.bin b/checkpoint-60500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..e88bc8ab1d7ab14ec3629c0a8481cd48457a7701 --- /dev/null +++ b/checkpoint-60500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9a7b02e86ccb627867783ddb352f44f0979c2c8e4630a157118b53b63d7bc06 +size 454867325 diff --git a/checkpoint-61000/optimizer.bin b/checkpoint-61000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..995510a120c7df9ceabed26768b03921fa58e144 --- /dev/null +++ b/checkpoint-61000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bea03c5400db04030b3be18901db4bf8f1eb09f2312166be22d68af413ed959 +size 909763299 diff --git a/checkpoint-61000/random_states_0.pkl b/checkpoint-61000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e469cd59a936738c508c2611b7eac13671f537ce --- /dev/null +++ b/checkpoint-61000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd859ef19c5596604e7b830578091852c972f6be9863eae1650ffd6d3200d2c6 +size 14727 diff --git a/checkpoint-61000/scheduler.bin b/checkpoint-61000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..5a08aa5172b2cc8a5c5fb0675ffed61e00eb68cf --- /dev/null +++ b/checkpoint-61000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ad0fce2d749c7391943926983c654e996f643b5c2b7dccec31011f5a04bccc +size 563 diff --git a/checkpoint-61000/unet/config.json b/checkpoint-61000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9be25d155fda19c425781b8650d4e37c87ac1461 --- /dev/null +++ b/checkpoint-61000/unet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "_name_or_path": "model/checkpoint-47500", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-61000/unet/diffusion_pytorch_model.bin b/checkpoint-61000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..7569d89e7900292ee0281c1ef04a066561f7a32d --- /dev/null +++ b/checkpoint-61000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d696e5fcfb05a533b48f5c8366eb6d5b8ed7e150c453cbbcf32661c03bde3e4 +size 454867325 diff --git a/checkpoint-61500/optimizer.bin b/checkpoint-61500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c5382224d317cab14eb25143564b7611e55e94d7 --- /dev/null +++ b/checkpoint-61500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf251472cdade90f27ff5f3db07df4155c42f786379eb016dd84e8c53decbfd +size 909763299 diff --git a/checkpoint-61500/random_states_0.pkl b/checkpoint-61500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..25fd67e99e7e16f2410b58d1606cd107e3e84548 --- /dev/null +++ b/checkpoint-61500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9726f367e1576e324af01b8564675bd97ef57de20713dc3266c711bbf2271943 +size 14727 diff --git a/checkpoint-61500/scheduler.bin b/checkpoint-61500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..48306f27a15e1661c6069069397728ab680a13f8 --- /dev/null +++ b/checkpoint-61500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af8f9f9cd27b609bccdc086ab2634d8e1e0e7366ce5cfa3823e0fde9720bb5e5 +size 563 diff --git a/checkpoint-61500/unet/config.json b/checkpoint-61500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9be25d155fda19c425781b8650d4e37c87ac1461 --- /dev/null +++ b/checkpoint-61500/unet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "_name_or_path": "model/checkpoint-47500", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-61500/unet/diffusion_pytorch_model.bin b/checkpoint-61500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..c8d3829061a120a7c211756d21fdd592eacfe299 --- /dev/null +++ b/checkpoint-61500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6288c4475031634010307bed39526bc6f98d00a3b871143f67487339f2b8fb58 +size 454867325 diff --git a/checkpoint-62000/optimizer.bin b/checkpoint-62000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e3cb01d4a2b77b7a8192ce9bf7292473715085ac --- /dev/null +++ b/checkpoint-62000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5422196304b0f87bb04f35b50c6310dd070b1b5650f78db21ec8e701125fd85 +size 909763299 diff --git a/checkpoint-62000/random_states_0.pkl b/checkpoint-62000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3780e0659bf7612ef7e7f5ef6cc1841da5caccfe --- /dev/null +++ b/checkpoint-62000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01de8079107b2ac59fccbf54bd33bd9d1ebc3cf36a93f1105cdd8db773c924a7 +size 14727 diff --git a/checkpoint-62000/scheduler.bin b/checkpoint-62000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..694d9e997c9b942ed1cf3201006d9144bd4ef978 --- /dev/null +++ b/checkpoint-62000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb8fcdf062cc4784fb37dc21d52bd450927864bb35b6f38b0b9f4b7e27dac99 +size 563 diff --git a/checkpoint-62000/unet/config.json b/checkpoint-62000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9be25d155fda19c425781b8650d4e37c87ac1461 --- /dev/null +++ b/checkpoint-62000/unet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "_name_or_path": "model/checkpoint-47500", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-62000/unet/diffusion_pytorch_model.bin b/checkpoint-62000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..08c6fc2c46c9c29c0db392dc968303e5052fd8c2 --- /dev/null +++ b/checkpoint-62000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80250aeae93d753bad97de31d3ba6a25d409d52088da01eefbda38a3191afbe3 +size 454867325 diff --git a/checkpoint-62500/optimizer.bin b/checkpoint-62500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..814d9e7718848a54becf5df90b11a609e389629b --- /dev/null +++ b/checkpoint-62500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23af667f84efb911316c41c9b1a07ed26a0daf80256b9c20db7e23df370b719c +size 909763299 diff --git a/checkpoint-62500/random_states_0.pkl b/checkpoint-62500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c96714c1fd5e8fa957193baa8174cb33d1b32249 --- /dev/null +++ b/checkpoint-62500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b56b700d0141d93713619d199d8f4ddc88b85a2a74da6e616e929a3429caee9c +size 14727 diff --git a/checkpoint-62500/scheduler.bin b/checkpoint-62500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..73b1311f32b60d8066f6ccbd3a668d93d145251f --- /dev/null +++ b/checkpoint-62500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe4b8538e8d6f4f8642690fe9b788a2d91d5abc5def00323cd92db17e797829 +size 563 diff --git a/checkpoint-62500/unet/config.json b/checkpoint-62500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9be25d155fda19c425781b8650d4e37c87ac1461 --- /dev/null +++ b/checkpoint-62500/unet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "_name_or_path": "model/checkpoint-47500", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-62500/unet/diffusion_pytorch_model.bin b/checkpoint-62500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..250489745ea190683dd8b32cf9706f976414a69f --- /dev/null +++ b/checkpoint-62500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1dbf61516f7b752d08a9e5ef147d7a76763d66bc8cabd5a3051b3ae6fdea6ef +size 454867325 diff --git a/checkpoint-6500/optimizer.bin b/checkpoint-6500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..31325599648fa1f4f0ec5688ed0575dbdbdaa0bd --- /dev/null +++ b/checkpoint-6500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14158adc12d377643d7f051c28ac5384d6c993445f789f0ac8583913361b8bcc +size 909763299 diff --git a/checkpoint-6500/random_states_0.pkl b/checkpoint-6500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ed243d1e94284d62a19307285f2c84c0472d0057 --- /dev/null +++ b/checkpoint-6500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf5b5aeaa69a27fe99698437b1abba29ae45d35285532ace790a85bbd9b7b4b +size 14727 diff --git a/checkpoint-6500/scheduler.bin b/checkpoint-6500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..8bb87ca6aa5b745be4e305a105e45d23f425e05b --- /dev/null +++ b/checkpoint-6500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca5d755c79943b9aa0d2d933f9b3e22a369f0f9c04c153be56ae440a957c8d3a +size 563 diff --git a/checkpoint-6500/unet/config.json b/checkpoint-6500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-6500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-6500/unet/diffusion_pytorch_model.bin b/checkpoint-6500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..ca369208b348bd6fd2ffe7bd6cfa93ab1e1bcdc7 --- /dev/null +++ b/checkpoint-6500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7709a9fc527ca9ecda95e451e984e8e709c72ad5262519b2dacc087174f6713c +size 454867325 diff --git a/checkpoint-7000/optimizer.bin b/checkpoint-7000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c2a19a839a2781c8fcd04299ba040fdc1509366b --- /dev/null +++ b/checkpoint-7000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c7c8d001e4faa342ecd44004b401c82447dc7e0a7f49f0e0381abeba590086c +size 909763299 diff --git a/checkpoint-7000/random_states_0.pkl b/checkpoint-7000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..616ca242442b9fb19aa8289b29f2d65c30ff1388 --- /dev/null +++ b/checkpoint-7000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c2139ffce8162c4a8a4c7db22532cbb85c3b53b018173a0c33640cf5218fe9c +size 14727 diff --git a/checkpoint-7000/scheduler.bin b/checkpoint-7000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..5608a9af133383d26c24b1c7d561548f71feacf2 --- /dev/null +++ b/checkpoint-7000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:275a2ed18447c773eac547450578867049221f48ff0cdcd40c2b0f58ec2b71d4 +size 563 diff --git a/checkpoint-7000/unet/config.json b/checkpoint-7000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-7000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-7000/unet/diffusion_pytorch_model.bin b/checkpoint-7000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..29cae867531293596cbc843a1319a16d5c77c3cb --- /dev/null +++ b/checkpoint-7000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:385f1949e1d9606b4888feac028e8cf42051233e21b91bdf81b568010e14a0c8 +size 454867325 diff --git a/checkpoint-7500/optimizer.bin b/checkpoint-7500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..71e6f8cae21a8df8743e59ba17b0ef3710c5759c --- /dev/null +++ b/checkpoint-7500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba11618988b40ae943b920ad18acac7b297787fcc2f62b29c65038127772ed5 +size 909763299 diff --git a/checkpoint-7500/random_states_0.pkl b/checkpoint-7500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..bbc7b0916ad1d763594934050c33b8207ad0ffb8 --- /dev/null +++ b/checkpoint-7500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e8c4233fac8450555aeb1e566a75a7a86c49bebb7b3b38b888d8ce4dfc9780 +size 14727 diff --git a/checkpoint-7500/scheduler.bin b/checkpoint-7500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..5ad576df7cb227d4c3d317286de0d176a45cf106 --- /dev/null +++ b/checkpoint-7500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fb4359b04fbe900413e8adf263e66de03dae02e20aa55561a4d143b7df3bc30 +size 563 diff --git a/checkpoint-7500/unet/config.json b/checkpoint-7500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-7500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-7500/unet/diffusion_pytorch_model.bin b/checkpoint-7500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..8aac5e9d68ec60d07a1fac5de4c881cd866a6eb9 --- /dev/null +++ b/checkpoint-7500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b467b8621c30eb9ecf4608f6fa4a3a7dce27ae27848a753d7ab46cc6a63518 +size 454867325 diff --git a/checkpoint-8000/optimizer.bin b/checkpoint-8000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0daca50c7dc49d1cd1923c1cad268980af3ee9e0 --- /dev/null +++ b/checkpoint-8000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:698265b6609a0bb0967dc64fc48dba151d44036543fd7e3faa55223c377e0034 +size 909763299 diff --git a/checkpoint-8000/random_states_0.pkl b/checkpoint-8000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3cd234e32434aeab6b92c2389a4765570d31aac5 --- /dev/null +++ b/checkpoint-8000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50cafaecd4b90221cdc72ad70df4c9ee27d18b7e612aae68f9e34b9f33804c22 +size 14727 diff --git a/checkpoint-8000/scheduler.bin b/checkpoint-8000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..bfe5ac0505f4abc49e14af8878bc12f8a22e26ec --- /dev/null +++ b/checkpoint-8000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01026f1d0c0d41129988c9800da3e486d51717c8a04b304a63a2f82a748117f3 +size 563 diff --git a/checkpoint-8000/unet/config.json b/checkpoint-8000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-8000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-8000/unet/diffusion_pytorch_model.bin b/checkpoint-8000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..585a844ae55605d156406e6189f1f49517c10ae0 --- /dev/null +++ b/checkpoint-8000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8f5bd98e2cc118274afcb53abe86c59a584ac75a9508ba9d541cff8925feb0f +size 454867325 diff --git a/checkpoint-8500/optimizer.bin b/checkpoint-8500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..043b1de16f66ec8b59430d28f442ef15a6d88fa5 --- /dev/null +++ b/checkpoint-8500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c59602446ebe46a3f3563f55cc13bcb91e279247faf8327e5814da51b60f66c9 +size 909763299 diff --git a/checkpoint-8500/random_states_0.pkl b/checkpoint-8500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..2e5d2bd40231ed4e5f57f8f88b38e11429f39f5f --- /dev/null +++ b/checkpoint-8500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20cbc9562c0593696fce2b57bf75bac578e2cbe80ed8239f70c8b3aeb837fbb2 +size 14727 diff --git a/checkpoint-8500/scheduler.bin b/checkpoint-8500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..5fef056f1c0b61d1578d667ce0287f9236e10d4b --- /dev/null +++ b/checkpoint-8500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e559f98dd35d08ada1e48e4ae3d5557c94f49ef4cbd5edb02e94d256f0fe5c2 +size 563 diff --git a/checkpoint-8500/unet/config.json b/checkpoint-8500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-8500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-8500/unet/diffusion_pytorch_model.bin b/checkpoint-8500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..c4b99acf99ed4f651989428725a06316aba2ccd3 --- /dev/null +++ b/checkpoint-8500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e7ee0272025581b82147c91c15397a7bd851340f6405126398c7a01e3e342ae +size 454867325 diff --git a/checkpoint-9000/optimizer.bin b/checkpoint-9000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c137756ee68ac6b40edad997dff0b46a80134456 --- /dev/null +++ b/checkpoint-9000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:834eaa7b614f68f1502882a081171a1a98200a29f8b6c6710896907f4f93fd46 +size 909763299 diff --git a/checkpoint-9000/random_states_0.pkl b/checkpoint-9000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..27c3f8982795f5967ef342f785089e13c5c8d7c5 --- /dev/null +++ b/checkpoint-9000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d43eb506354ad6ae9f394272aa23ced1beda9f1340c38f2bd262b0eb618145a5 +size 14727 diff --git a/checkpoint-9000/scheduler.bin b/checkpoint-9000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..8fec6ba161bdc7bc5da2935cd492c7b5205bc7ce --- /dev/null +++ b/checkpoint-9000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb1382ca09c5c32100f2525124784ceb51fcc5b225e58222bdad9d2388a8a4f +size 563 diff --git a/checkpoint-9000/unet/config.json b/checkpoint-9000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-9000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-9000/unet/diffusion_pytorch_model.bin b/checkpoint-9000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..9ef085bdbce5cee80a4468c3c49a76751e5b2424 --- /dev/null +++ b/checkpoint-9000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed0fef1331a8936930cd877fc4d84ad749e3c928669fb109ca20f49ddb4ff6f6 +size 454867325 diff --git a/checkpoint-9500/optimizer.bin b/checkpoint-9500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7a15b15117f493c71b8471c8b86f697b9c6c594f --- /dev/null +++ b/checkpoint-9500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8600678f62483fa48c0a2d3369a3c1af301b655aabc92f0dbd961dc8b874218 +size 909763299 diff --git a/checkpoint-9500/random_states_0.pkl b/checkpoint-9500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..2d33e0d3c4c41c2dfe2a9e131464e03bbeddfe08 --- /dev/null +++ b/checkpoint-9500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f386aeb3dd245b837df67c195281e7f49a441912f52fd0de6ab4f456e0a78ddd +size 14727 diff --git a/checkpoint-9500/scheduler.bin b/checkpoint-9500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..805955d5873bb2ad68291661bc001c4064ba8e79 --- /dev/null +++ b/checkpoint-9500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a03d3825aa436b041d05b9a9ed736441e9f7327b7e5a9b057bb1134416e3823 +size 563 diff --git a/checkpoint-9500/unet/config.json b/checkpoint-9500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..62cac7663e1ad918b245f9c89fe583ee0ce403ca --- /dev/null +++ b/checkpoint-9500/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-9500/unet/diffusion_pytorch_model.bin b/checkpoint-9500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..e884815b6229e45ac1dea11d13153eb15362dd06 --- /dev/null +++ b/checkpoint-9500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71288511c4b663b3db68b0506be0bd61b81b088cd6feb045c318a7da6f53d03b +size 454867325 diff --git a/logs/train_unconditional/events.out.tfevents.1685091971.fgheorghe-desktop.255491.0 b/logs/train_unconditional/events.out.tfevents.1685091971.fgheorghe-desktop.255491.0 new file mode 100644 index 0000000000000000000000000000000000000000..5ee984ab9fc63f6b91525a5e2d0e2cf0f474e21e --- /dev/null +++ b/logs/train_unconditional/events.out.tfevents.1685091971.fgheorghe-desktop.255491.0 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e0dd9bfc29674a2322670612c5c9cb77e6e83ca962cbdd0a54fc78c32e3532 +size 9354291 diff --git a/logs/train_unconditional/events.out.tfevents.1685114252.fgheorghe-desktop.286022.0 b/logs/train_unconditional/events.out.tfevents.1685114252.fgheorghe-desktop.286022.0 new file mode 100644 index 0000000000000000000000000000000000000000..4b37dee51b6aeb219a2111a8f66995d521ad7b4e --- /dev/null +++ b/logs/train_unconditional/events.out.tfevents.1685114252.fgheorghe-desktop.286022.0 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25eed2c98ab1c629c98916ba59df64a694d8774f45e047bcc837eb5e7c655719 +size 88 diff --git a/logs/train_unconditional/events.out.tfevents.1685114279.fgheorghe-desktop.286147.0 b/logs/train_unconditional/events.out.tfevents.1685114279.fgheorghe-desktop.286147.0 new file mode 100644 index 0000000000000000000000000000000000000000..4de050d16d90382e776f702e2586d543ae54c01d --- /dev/null +++ b/logs/train_unconditional/events.out.tfevents.1685114279.fgheorghe-desktop.286147.0 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23f3e94c4de950988ec734d9700809d438d4cfea3311fbeb20683a5f1a39d629 +size 2911237 diff --git a/model_index.json b/model_index.json new file mode 100644 index 0000000000000000000000000000000000000000..89361bf58519544e36a6c57ed097ea6aeb9b250b --- /dev/null +++ b/model_index.json @@ -0,0 +1,12 @@ +{ + "_class_name": "DDPMPipeline", + "_diffusers_version": "0.16.1", + "scheduler": [ + "diffusers", + "DDPMScheduler" + ], + "unet": [ + "diffusers", + "UNet2DModel" + ] +} diff --git a/scheduler/scheduler_config.json b/scheduler/scheduler_config.json new file mode 100644 index 0000000000000000000000000000000000000000..b7485e2539b46708b51281a0d29449fc08a32b61 --- /dev/null +++ b/scheduler/scheduler_config.json @@ -0,0 +1,16 @@ +{ + "_class_name": "DDPMScheduler", + "_diffusers_version": "0.16.1", + "beta_end": 0.02, + "beta_schedule": "linear", + "beta_start": 0.0001, + "clip_sample": true, + "clip_sample_range": 1.0, + "dynamic_thresholding_ratio": 0.995, + "num_train_timesteps": 1000, + "prediction_type": "epsilon", + "sample_max_value": 1.0, + "thresholding": false, + "trained_betas": null, + "variance_type": "fixed_small" +} diff --git a/unet/config.json b/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9be25d155fda19c425781b8650d4e37c87ac1461 --- /dev/null +++ b/unet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "_name_or_path": "model/checkpoint-47500", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/unet/diffusion_pytorch_model.bin b/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..250489745ea190683dd8b32cf9706f976414a69f --- /dev/null +++ b/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1dbf61516f7b752d08a9e5ef147d7a76763d66bc8cabd5a3051b3ae6fdea6ef +size 454867325