diff --git a/checkpoint-72500/optimizer.bin b/checkpoint-72500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..8303fa5212c7bc16b7f44d9d9e8551eef2e02f70 --- /dev/null +++ b/checkpoint-72500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6793c53154d1993ac8634d3d4bb8bb85991ae67bea67ffe93c63de65d8a82bf0 +size 57349893 diff --git a/checkpoint-72500/random_states_0.pkl b/checkpoint-72500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b75baaf94c142bf8c5fc919e0086e9a6dda57d7e --- /dev/null +++ b/checkpoint-72500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf75ccb067efb2a43b96681e5427313188bc1e8086eed0eac6a0e29908e8b5a +size 14599 diff --git a/checkpoint-72500/scaler.pt b/checkpoint-72500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..129602ef846e57ff51b9bccbaaa9775fc7d425df --- /dev/null +++ b/checkpoint-72500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c11f3d8a0de891dc25e3870f95d1268d753c3eebaa2422b0ff37d5a2d2b3d57e +size 557 diff --git a/checkpoint-72500/scheduler.bin b/checkpoint-72500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..027cdf00445f7c65ca7e0b08520143d21eba27b4 --- /dev/null +++ b/checkpoint-72500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f58e026a1d512148105c6b79f1aafd635eedc0d4f1264630f3958ae48af1ec +size 563 diff --git a/checkpoint-72500/unet/config.json b/checkpoint-72500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..99ebec7e97d8731e19f09a61fd292f2b02845211 --- /dev/null +++ b/checkpoint-72500/unet/config.json @@ -0,0 +1,40 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 64, + 64, + 128, + 128 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D" + ], + "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": [ + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-72500/unet/diffusion_pytorch_model.bin b/checkpoint-72500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..0ab17c6041c72937e039ab6b0996a1c7152af393 --- /dev/null +++ b/checkpoint-72500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f35ec2733a623408ed0e0300a1d9dcac5d6ae58693afe5f26ca592b2afe3a057 +size 28664529 diff --git a/checkpoint-72500/unet_ema/config.json b/checkpoint-72500/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6357cf8a19cc8e874d749550559ce36774c6be11 --- /dev/null +++ b/checkpoint-72500/unet_ema/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 64, + 64, + 128, + 128 + ], + "center_input_sample": false, + "class_embed_type": null, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "inv_gamma": 1.0, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "min_decay": 0.0, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "optimization_step": 72500, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "use_ema_warmup": true +} diff --git a/checkpoint-72500/unet_ema/diffusion_pytorch_model.bin b/checkpoint-72500/unet_ema/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..229917b836384820945f4b3094f2b7a43dc58eb7 --- /dev/null +++ b/checkpoint-72500/unet_ema/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:379865b5f19c4783c58b973c46f1ec2431d48a95010082cc473cf92acef72d9e +size 28659921 diff --git a/checkpoint-73000/optimizer.bin b/checkpoint-73000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..90dc5392f512d454227e30ad14d3a830dd9a0adf --- /dev/null +++ b/checkpoint-73000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a25b112e01b7847a4889da4ae83d101c10a010a85999d5bb01b9fa2ba256b318 +size 57349893 diff --git a/checkpoint-73000/random_states_0.pkl b/checkpoint-73000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3d3f27c79ecd9b2ac9c6aec46b5de21e12470564 --- /dev/null +++ b/checkpoint-73000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27de7beb14f31148a6acaedcae805f4b593b386baabdf4fcca0b1c06ecedbc8e +size 14599 diff --git a/checkpoint-73000/scaler.pt b/checkpoint-73000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..1b81ef292639238daa7bab17fedaa451ad9f581f --- /dev/null +++ b/checkpoint-73000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c54ea03acc4af48e858b50fc8f1dede86f5c532c2bc3c1f0fdca3fc77d59c8a9 +size 557 diff --git a/checkpoint-73000/scheduler.bin b/checkpoint-73000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e58f787ff4ceee70d893e536ecd07f72e9eb01f8 --- /dev/null +++ b/checkpoint-73000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b82998cc59e195578cdeb8d2823b8ba56dba847e003f41cdc1f13bc4d3efb9d +size 563 diff --git a/checkpoint-73000/unet/config.json b/checkpoint-73000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..99ebec7e97d8731e19f09a61fd292f2b02845211 --- /dev/null +++ b/checkpoint-73000/unet/config.json @@ -0,0 +1,40 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 64, + 64, + 128, + 128 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D" + ], + "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": [ + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-73000/unet/diffusion_pytorch_model.bin b/checkpoint-73000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..1e8b2ed7c9c5dedc654327a724f086f48a292e37 --- /dev/null +++ b/checkpoint-73000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9da42c317096403bc04b6b339f3d649f19a3af6b6fe3986faf066259e5b3f542 +size 28664529 diff --git a/checkpoint-73000/unet_ema/config.json b/checkpoint-73000/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c7b049ba4cab1c79e6c787f0fe18a9c96751acc2 --- /dev/null +++ b/checkpoint-73000/unet_ema/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 64, + 64, + 128, + 128 + ], + "center_input_sample": false, + "class_embed_type": null, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "inv_gamma": 1.0, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "min_decay": 0.0, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "optimization_step": 73000, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "use_ema_warmup": true +} diff --git a/checkpoint-73000/unet_ema/diffusion_pytorch_model.bin b/checkpoint-73000/unet_ema/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..18dedb15ed0d27cda4c4d408b532427bd22f67e9 --- /dev/null +++ b/checkpoint-73000/unet_ema/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5844a0c3ae815b981f8a7856f5482c0815836eea1fc641557c1fee0d7ea0eb9b +size 28659921 diff --git a/checkpoint-73500/optimizer.bin b/checkpoint-73500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..f60c59514552f2de430e05aa00ca1f9eaf723915 --- /dev/null +++ b/checkpoint-73500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d5d5056991762495ef03f28c3d2d25790a5ea1e9ceff00e3a0c357d2436359 +size 57349893 diff --git a/checkpoint-73500/random_states_0.pkl b/checkpoint-73500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..9c4456e31ae91cf6e8c8170248996d37157d870a --- /dev/null +++ b/checkpoint-73500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d381b4b71e3d4b56416a77613b6721018ed41bcb43bfc3c342f18758d70329 +size 14599 diff --git a/checkpoint-73500/scaler.pt b/checkpoint-73500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..bc6a53764644dd48c06a57976d04981446579c57 --- /dev/null +++ b/checkpoint-73500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5129309b893107753c90663f44a12c86c99ad50320cf10af5cb75a9a1ab55329 +size 557 diff --git a/checkpoint-73500/scheduler.bin b/checkpoint-73500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..76384080a40b9b4e385c94e6efa081864d10590c --- /dev/null +++ b/checkpoint-73500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6e823a4d1a6d44ea2ff1b0518d189f357f18a479852eaa198b7cf0c069169e3 +size 563 diff --git a/checkpoint-73500/unet/config.json b/checkpoint-73500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..99ebec7e97d8731e19f09a61fd292f2b02845211 --- /dev/null +++ b/checkpoint-73500/unet/config.json @@ -0,0 +1,40 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 64, + 64, + 128, + 128 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D" + ], + "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": [ + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-73500/unet/diffusion_pytorch_model.bin b/checkpoint-73500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..f4bc9f599fadbe9798f559fed18313bdd87d6948 --- /dev/null +++ b/checkpoint-73500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e54f178aca0dc9949bbcd3525dde5bf307a2d596c15c741415d739a866da69 +size 28664529 diff --git a/checkpoint-73500/unet_ema/config.json b/checkpoint-73500/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..24bdc07309c14c22fdf27fbe54a96cbec5cf9c45 --- /dev/null +++ b/checkpoint-73500/unet_ema/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 64, + 64, + 128, + 128 + ], + "center_input_sample": false, + "class_embed_type": null, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "inv_gamma": 1.0, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "min_decay": 0.0, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "optimization_step": 73500, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "use_ema_warmup": true +} diff --git a/checkpoint-73500/unet_ema/diffusion_pytorch_model.bin b/checkpoint-73500/unet_ema/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..7ed8ecf13e2af871193aea7e955ba32e2a65d732 --- /dev/null +++ b/checkpoint-73500/unet_ema/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2fe07ecfb6dd33efe6e83e45d29874fe07def180b6b0a050858c813b1fdf84f +size 28659921 diff --git a/checkpoint-74000/optimizer.bin b/checkpoint-74000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..038843377d14c4760a9d1b697e2a5e78e303563f --- /dev/null +++ b/checkpoint-74000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8596bc3d61b64e3cd0097d2fa422443f048af5398004915b3b121bb4af4d58 +size 57349893 diff --git a/checkpoint-74000/random_states_0.pkl b/checkpoint-74000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..41bfb4c405d46096cc6af13b4c3e0ce441238f31 --- /dev/null +++ b/checkpoint-74000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2864bf5b562e548c49196cfe880b893dbc384ca199355144beee2ab8124d526 +size 14599 diff --git a/checkpoint-74000/scaler.pt b/checkpoint-74000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..ab30553b9adbfe4f58288597e2e7ef4e2e28f685 --- /dev/null +++ b/checkpoint-74000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97c064ecf83e929e14b86c13ca80a1eb86b07bf9495ec6144aaefb61a1cd888f +size 557 diff --git a/checkpoint-74000/scheduler.bin b/checkpoint-74000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..209927f8e06833f553c00707b3e8fdd6ff4566ea --- /dev/null +++ b/checkpoint-74000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6073d4d91e1abbb4d5257eb07c1e0c507482f6f45e125a927850f002cfaa971 +size 563 diff --git a/checkpoint-74000/unet/config.json b/checkpoint-74000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..99ebec7e97d8731e19f09a61fd292f2b02845211 --- /dev/null +++ b/checkpoint-74000/unet/config.json @@ -0,0 +1,40 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 64, + 64, + 128, + 128 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D" + ], + "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": [ + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-74000/unet/diffusion_pytorch_model.bin b/checkpoint-74000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..a1599b94427cfc2f6db390b6f0e8190dd1bde37c --- /dev/null +++ b/checkpoint-74000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5367e0731f095051e544e5e7513f332a628cbc48a985ac8e0c521b698dd67670 +size 28664529 diff --git a/checkpoint-74000/unet_ema/config.json b/checkpoint-74000/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..87ebb654c1883e0d9e47a56be0885a1064bf3a6b --- /dev/null +++ b/checkpoint-74000/unet_ema/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 64, + 64, + 128, + 128 + ], + "center_input_sample": false, + "class_embed_type": null, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "inv_gamma": 1.0, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "min_decay": 0.0, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "optimization_step": 74000, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "use_ema_warmup": true +} diff --git a/checkpoint-74000/unet_ema/diffusion_pytorch_model.bin b/checkpoint-74000/unet_ema/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..97355ef22ecd00283760a1138cdb28156d574ba0 --- /dev/null +++ b/checkpoint-74000/unet_ema/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0ff7555df3826577a2f5cca9dd7665c99abe5b617f52baaad7484f147b9eed +size 28659921 diff --git a/checkpoint-74500/optimizer.bin b/checkpoint-74500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..f7d2844057a904cfaa19447a92f9903f527b81aa --- /dev/null +++ b/checkpoint-74500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50885787bf2fb5cf78ddb36b5b7618108cc85e806687ac391bdd3e49213e0b59 +size 57349893 diff --git a/checkpoint-74500/random_states_0.pkl b/checkpoint-74500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..8f1c0a506ad19a3be27e1db91b37038fe159a33f --- /dev/null +++ b/checkpoint-74500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed65860f204180c3bc8dd9050b3cbc2ac24207dc8ceb1b40a847f2c54ccf3a5 +size 14599 diff --git a/checkpoint-74500/scaler.pt b/checkpoint-74500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..6764cd65718183a6f92c0f87376b4b12e0bdc47f --- /dev/null +++ b/checkpoint-74500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd56c38eb55ea5b505f4d7f70afae58299986138ba9abac9e304179c9df8c40 +size 557 diff --git a/checkpoint-74500/scheduler.bin b/checkpoint-74500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..571f717ff8ecf1f2b96ceb8831c8c036272fed01 --- /dev/null +++ b/checkpoint-74500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7024d599824840eba2e9e5d4f34414815a40e74de455a0fa72cf480f0de28e3 +size 563 diff --git a/checkpoint-74500/unet/config.json b/checkpoint-74500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..99ebec7e97d8731e19f09a61fd292f2b02845211 --- /dev/null +++ b/checkpoint-74500/unet/config.json @@ -0,0 +1,40 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 64, + 64, + 128, + 128 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D" + ], + "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": [ + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-74500/unet/diffusion_pytorch_model.bin b/checkpoint-74500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..73df8d7969505cbc3cf8d4a4cb742611391fc12b --- /dev/null +++ b/checkpoint-74500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:353ddd491f826a63517539b9ecaeeb05bc76dcb344c9305f0a860dbdf0430d6a +size 28664529 diff --git a/checkpoint-74500/unet_ema/config.json b/checkpoint-74500/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..510be7c3b9354affb893e0378998bde52cad7d0c --- /dev/null +++ b/checkpoint-74500/unet_ema/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 64, + 64, + 128, + 128 + ], + "center_input_sample": false, + "class_embed_type": null, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "inv_gamma": 1.0, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "min_decay": 0.0, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "optimization_step": 74500, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "use_ema_warmup": true +} diff --git a/checkpoint-74500/unet_ema/diffusion_pytorch_model.bin b/checkpoint-74500/unet_ema/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..5c84a9aa85b7e0c418f5d3906cfbfe2dbf8ea958 --- /dev/null +++ b/checkpoint-74500/unet_ema/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b0f191596936e89134e525608eb77dca8ac84ffffa6a6f4726b0d38e2b8dc3 +size 28659921 diff --git a/checkpoint-75000/optimizer.bin b/checkpoint-75000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..701207ce7c9ca6ddf59a404495c64dcc31837984 --- /dev/null +++ b/checkpoint-75000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a31ba0675a5208cde58b12dfbca87e9c1a48aa2eeb00026fba81d30a6ae3cb +size 57349893 diff --git a/checkpoint-75000/random_states_0.pkl b/checkpoint-75000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..709d4176a78d160de7ec2c137a0d4a3f72ca56ec --- /dev/null +++ b/checkpoint-75000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b9bf62aab7265d4547bfa902645f0373e230eb9847d4d61fe62be8b1a94374 +size 14599 diff --git a/checkpoint-75000/scaler.pt b/checkpoint-75000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..e870d0bd12b44da79352de693d026170a4aa26e6 --- /dev/null +++ b/checkpoint-75000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a850f11eace9e1b4595154966817bd36387f19510daf71f066da08556bf7df4 +size 557 diff --git a/checkpoint-75000/scheduler.bin b/checkpoint-75000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..ea5b0ebaca50f3f97e95daff6d8d44a23eb73b60 --- /dev/null +++ b/checkpoint-75000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62506bd126e4763d5cae0a53b13bbaec1e447e5c97e2e1737e0da0627f434ea6 +size 563 diff --git a/checkpoint-75000/unet/config.json b/checkpoint-75000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..99ebec7e97d8731e19f09a61fd292f2b02845211 --- /dev/null +++ b/checkpoint-75000/unet/config.json @@ -0,0 +1,40 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 64, + 64, + 128, + 128 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D" + ], + "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": [ + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-75000/unet/diffusion_pytorch_model.bin b/checkpoint-75000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..e28aeae9c33ca7989ce1423c21273504dfd69765 --- /dev/null +++ b/checkpoint-75000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d306f707b52921e5cf836a08254243240f85867e437fcfa11783c87986321689 +size 28664529 diff --git a/checkpoint-75000/unet_ema/config.json b/checkpoint-75000/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0ee689343cd0ba8bd8a1a88c73d82688a471d665 --- /dev/null +++ b/checkpoint-75000/unet_ema/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 64, + 64, + 128, + 128 + ], + "center_input_sample": false, + "class_embed_type": null, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "inv_gamma": 1.0, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "min_decay": 0.0, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "optimization_step": 75000, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "use_ema_warmup": true +} diff --git a/checkpoint-75000/unet_ema/diffusion_pytorch_model.bin b/checkpoint-75000/unet_ema/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..01bcb0447d5853e5e1c4a6c47495f22afb597dc1 --- /dev/null +++ b/checkpoint-75000/unet_ema/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8595f087f6cf137164e3835d265441d405e9de464cb7df13439a2a18865b6c4e +size 28659921 diff --git a/checkpoint-75500/optimizer.bin b/checkpoint-75500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7cb3e1577b9c0aebeebe7e3c168af615f96718ff --- /dev/null +++ b/checkpoint-75500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e40f9e9fcc18835a09de094d5b3250f8752499c6d3279d516c32d4c253caf62a +size 57349893 diff --git a/checkpoint-75500/random_states_0.pkl b/checkpoint-75500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..02232d70475c380b1553e329cfc150e64ab3ddb7 --- /dev/null +++ b/checkpoint-75500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae1e80ca3430cc0fada453fa48041e0b0a6aa2550e12685aeced49a4440f470 +size 14599 diff --git a/checkpoint-75500/scaler.pt b/checkpoint-75500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..078ffa144a179fc543835989de53a74281ada4d8 --- /dev/null +++ b/checkpoint-75500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1c01bedba270a1f843644d5eaf65113671bc2e1b0d7f343e0daea5c875a779 +size 557 diff --git a/checkpoint-75500/scheduler.bin b/checkpoint-75500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..76fe7d2920a86e356f9981c1deb475f9c807547f --- /dev/null +++ b/checkpoint-75500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b3c39c2d4bdea10c2865acc1a6540247bdb706bb175c081a120ebe336070049 +size 563 diff --git a/checkpoint-75500/unet/config.json b/checkpoint-75500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..99ebec7e97d8731e19f09a61fd292f2b02845211 --- /dev/null +++ b/checkpoint-75500/unet/config.json @@ -0,0 +1,40 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 64, + 64, + 128, + 128 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D" + ], + "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": [ + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ] +} diff --git a/checkpoint-75500/unet/diffusion_pytorch_model.bin b/checkpoint-75500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..a1454e40c6c2ae3566c15b1fbc746151e55e4f5b --- /dev/null +++ b/checkpoint-75500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2780409baf0672916b87af04e73b8fa7be4f60814d9b58e6edce417d5d1d6365 +size 28664529 diff --git a/checkpoint-75500/unet_ema/config.json b/checkpoint-75500/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..065db6abc8d1740d8bc0da3ef0d1c82feba966b7 --- /dev/null +++ b/checkpoint-75500/unet_ema/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "block_out_channels": [ + 64, + 64, + 128, + 128 + ], + "center_input_sample": false, + "class_embed_type": null, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "inv_gamma": 1.0, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "min_decay": 0.0, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "optimization_step": 75500, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "use_ema_warmup": true +} diff --git a/checkpoint-75500/unet_ema/diffusion_pytorch_model.bin b/checkpoint-75500/unet_ema/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..499281507fc5dac70c43c687485b1592f1eab59f --- /dev/null +++ b/checkpoint-75500/unet_ema/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59de02428920d61d0904ae3a4c49ffd5452a2187998da7028ad9e85bd80ab401 +size 28659921 diff --git a/unet/diffusion_pytorch_model.bin b/unet/diffusion_pytorch_model.bin index 4c453418f7ccc37a53d84cef0632b97b014af351..ba15bc6dd8ec342ea244c458f543fe794885d10e 100644 --- a/unet/diffusion_pytorch_model.bin +++ b/unet/diffusion_pytorch_model.bin @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bc0b501237c6a2bb0da25853aa6244e01e3cbf700a98d39445c46364873ff76b +oid sha256:b6ace9ef880e2aa6f59393f7c702b39ef7e08b246c077939e7c9e3345985b825 size 28664529