diff --git a/checkpoint-40000/optimizer.bin b/checkpoint-40000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ed5cd7536a18d9d42686a3ba6839cd4536ec0967 --- /dev/null +++ b/checkpoint-40000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9455dbcb710e364c12caf9b1b4a0913c51cacbe35287763888cc30b1ad227be +size 909763299 diff --git a/checkpoint-40000/random_states_0.pkl b/checkpoint-40000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..acf324e07bfde1cd4d627c0581e42c03076c0dbd --- /dev/null +++ b/checkpoint-40000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b66bbeadbf2e87b1be9f3fd83a97f43578e1d8288c2adf2eac987227f90b84 +size 17683 diff --git a/checkpoint-40000/scaler.pt b/checkpoint-40000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..0bb76c87980a4b707af46f0b74a5bf367b44b77f --- /dev/null +++ b/checkpoint-40000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5623ed0d1c40c06ff21e5269aa47fea037f4c9fd297895de0df26e33043192d3 +size 557 diff --git a/checkpoint-40000/scheduler.bin b/checkpoint-40000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..fb09ac4bb45c87763e2e6c97a44a2628ef9e3473 --- /dev/null +++ b/checkpoint-40000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a57a9639d8a1de4a0e66fb6a474b26411456cc9f63f5e2f4516e9840d41b80af +size 563 diff --git a/checkpoint-40000/unet/config.json b/checkpoint-40000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..7a0c47e18dceccb3d9745c685fa44287c80c72d0 --- /dev/null +++ b/checkpoint-40000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.18.0.dev0", + "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..07818185f2271722650f4c6fd63d9a21929f1a72 --- /dev/null +++ b/checkpoint-40000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:791ba41731e9dee6f318fe3a46598300838b799b72a0d45c2151fd51a7d5f89d +size 454867965 diff --git a/checkpoint-40000/unet_ema/config.json b/checkpoint-40000/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..93dcba36a10e5e7bc1bc65a938a0ca0931999dcf --- /dev/null +++ b/checkpoint-40000/unet_ema/config.json @@ -0,0 +1,53 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.18.0.dev0", + "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, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "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": 40000, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "use_ema_warmup": true +} diff --git a/checkpoint-40000/unet_ema/diffusion_pytorch_model.bin b/checkpoint-40000/unet_ema/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..c6202556da67abd5d5c64f2e26e721552f594d3e --- /dev/null +++ b/checkpoint-40000/unet_ema/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aec0ecaa5f27b6c3623f56439a6f30d8149bc75f2792c0ac8e9f7cf9768a2d5 +size 454861629 diff --git a/checkpoint-44000/optimizer.bin b/checkpoint-44000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d850ed68645b70430ea09cceddfe179a85225293 --- /dev/null +++ b/checkpoint-44000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f04ab78e6a9f36010998f18042299cfcffac8110b868f0353959c966ac28d3d +size 909763299 diff --git a/checkpoint-44000/random_states_0.pkl b/checkpoint-44000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..45144cc23cdd70e82826835c1885570d0b81a5e4 --- /dev/null +++ b/checkpoint-44000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d4f0266be4404595aa0d269ca500133fbab93a8c3e57945ae9b9aa0f9d17767 +size 17683 diff --git a/checkpoint-44000/scaler.pt b/checkpoint-44000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..a54c47012d58f3ab896a637ce8bec813cb93338c --- /dev/null +++ b/checkpoint-44000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:845e5f25022bbe772557f0bd432f7c74a0cbb6bfaf1dd1f54a5ae963cb9b91c0 +size 557 diff --git a/checkpoint-44000/scheduler.bin b/checkpoint-44000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..ed697233d4d10718d2b97236aa866b3d8310de1c --- /dev/null +++ b/checkpoint-44000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6d1208509fa9b26149650b7ec38f2b03776e86ba9fa8bee3f45e06b2d9d59af +size 563 diff --git a/checkpoint-44000/unet/config.json b/checkpoint-44000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..7a0c47e18dceccb3d9745c685fa44287c80c72d0 --- /dev/null +++ b/checkpoint-44000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.18.0.dev0", + "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..4efdeb8b9f58a970a7b53a49223b5e09923b3263 --- /dev/null +++ b/checkpoint-44000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec979d64a7031d17aa506d75c1d6b1659715a86416c183c3e369bbc0eaf92afe +size 454867965 diff --git a/checkpoint-44000/unet_ema/config.json b/checkpoint-44000/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3f3198f26e253333102621ce5cd3ae195926290d --- /dev/null +++ b/checkpoint-44000/unet_ema/config.json @@ -0,0 +1,53 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.18.0.dev0", + "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, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "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": 44000, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "use_ema_warmup": true +} diff --git a/checkpoint-44000/unet_ema/diffusion_pytorch_model.bin b/checkpoint-44000/unet_ema/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..e20e896afed6cfe28ee745e7d75fce5734a7e7e7 --- /dev/null +++ b/checkpoint-44000/unet_ema/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4decc21002368d668657756fa993ea9bf006d1066e125380cd9d6ebf6ce1d26c +size 454861629 diff --git a/checkpoint-48000/optimizer.bin b/checkpoint-48000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..baaa97282e03d625d26e0ef6d7237a07eeb34f39 --- /dev/null +++ b/checkpoint-48000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c46ac62150686b533df1475f2e511f358df1516dca4c8779a382411cb231265 +size 909763299 diff --git a/checkpoint-48000/random_states_0.pkl b/checkpoint-48000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..32d062fea2bd35fc8bc48d432ae8b67f48731fe5 --- /dev/null +++ b/checkpoint-48000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9746625e907060fee05f155418186d92d36b6ff360dfc4926ef811ba8153d54c +size 17683 diff --git a/checkpoint-48000/scaler.pt b/checkpoint-48000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..71685e8442fa42b9c9ada57c196d7e96b600702d --- /dev/null +++ b/checkpoint-48000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a37ea2f04472338e0212f8a962af99cdec77066a8a7564b8966862ec17700e4e +size 557 diff --git a/checkpoint-48000/scheduler.bin b/checkpoint-48000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f40c3dcafe44161ca614c8239d29d21409e4463f --- /dev/null +++ b/checkpoint-48000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ee6567fdedde95f77f463c13f15d86ca0b1378e42eddb2af1c586a32cb6e08 +size 563 diff --git a/checkpoint-48000/unet/config.json b/checkpoint-48000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..7a0c47e18dceccb3d9745c685fa44287c80c72d0 --- /dev/null +++ b/checkpoint-48000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.18.0.dev0", + "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..d1536dd99d576696c2b33a1b6ce817ea0d5d0e33 --- /dev/null +++ b/checkpoint-48000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb5389c2a01a6967250e103f3ba9ad70f4d9d09755c5e4ff914f7a7f5596db28 +size 454867965 diff --git a/checkpoint-48000/unet_ema/config.json b/checkpoint-48000/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..47fd6db6ce9c4160a97bde6e95400a182defc589 --- /dev/null +++ b/checkpoint-48000/unet_ema/config.json @@ -0,0 +1,53 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.18.0.dev0", + "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, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "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": 48000, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "use_ema_warmup": true +} diff --git a/checkpoint-48000/unet_ema/diffusion_pytorch_model.bin b/checkpoint-48000/unet_ema/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..ccc83c5091a085caa51f79f51be32b08691dca51 --- /dev/null +++ b/checkpoint-48000/unet_ema/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4713b557ba105c68007d78ed7d5bf14ad9ba60614a35a7b4fbcf9282c03eaa09 +size 454861629 diff --git a/checkpoint-52000/optimizer.bin b/checkpoint-52000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..8985593ae3b6605374d0f9fa174d00f15e680da9 --- /dev/null +++ b/checkpoint-52000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c498ca3e8445ae777ee2d5a582c751978b030edd4fd34c8b987b480f83b34194 +size 909763299 diff --git a/checkpoint-52000/random_states_0.pkl b/checkpoint-52000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..934c8c3d4d6f2f3c265482c207daeb735c2af7fe --- /dev/null +++ b/checkpoint-52000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2fe41143a0f387ca552e312072a790f6a719631501be65aec7c76873209e4c +size 17683 diff --git a/checkpoint-52000/scaler.pt b/checkpoint-52000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..a3723c56dd8f046bcc7e09267802416c402f39e6 --- /dev/null +++ b/checkpoint-52000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b738aa52937790cdacb91bb53f5cc9da7a0eddc6edf001130fbfee8e6e70431 +size 557 diff --git a/checkpoint-52000/scheduler.bin b/checkpoint-52000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..b4cea0fe3e08d2bc0ae5c32b3271d6acf8cf099f --- /dev/null +++ b/checkpoint-52000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d9d05da7183d99f552b000f9f75e7d241a7f584f0ce58978b76b71f81183457 +size 563 diff --git a/checkpoint-52000/unet/config.json b/checkpoint-52000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..7a0c47e18dceccb3d9745c685fa44287c80c72d0 --- /dev/null +++ b/checkpoint-52000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.18.0.dev0", + "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..27dcfc6636e84490c6327136380231683e1a6b1e --- /dev/null +++ b/checkpoint-52000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77662b6d72315987fec3cbe12579ac206635733527f9e68c2251464fa4f3142a +size 454867965 diff --git a/checkpoint-52000/unet_ema/config.json b/checkpoint-52000/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..789c43ca5f04a69abd2b0694cee0f7522f5fff24 --- /dev/null +++ b/checkpoint-52000/unet_ema/config.json @@ -0,0 +1,53 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.18.0.dev0", + "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, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "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": 52000, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "use_ema_warmup": true +} diff --git a/checkpoint-52000/unet_ema/diffusion_pytorch_model.bin b/checkpoint-52000/unet_ema/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..32e4fbcd9ce211267d99a3509d85f80d6fc23737 --- /dev/null +++ b/checkpoint-52000/unet_ema/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cc12c19b1c2ed95aa4b14c73fcc9efbadff4c217effa5dba422d69558f24358 +size 454861629 diff --git a/checkpoint-56000/optimizer.bin b/checkpoint-56000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..3717f97020248b6de59e8c9e47b4bbd1ae00fb03 --- /dev/null +++ b/checkpoint-56000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f01320cd51049450746129698c6ef809b5103735a660f28babd25c61f7711bb2 +size 909763299 diff --git a/checkpoint-56000/random_states_0.pkl b/checkpoint-56000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..643d80af86c07443b54b62f62d4e2f4ca0334bff --- /dev/null +++ b/checkpoint-56000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a7637e58416bb0fc8005700f9dbb5cecc192f57d58905ade931c5046efa750 +size 17683 diff --git a/checkpoint-56000/scaler.pt b/checkpoint-56000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..b05d933d4255a98c21a7e6bddc50583c5a8daa7e --- /dev/null +++ b/checkpoint-56000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de8d76358fd1240429ec6b2811448b88d127ba08d72332c61966912d9734b7f +size 557 diff --git a/checkpoint-56000/scheduler.bin b/checkpoint-56000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..138095e1b0585e64236cebf265a44a4c528a1cda --- /dev/null +++ b/checkpoint-56000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58c01aef6d60f0b534ebf6798b76996ab322d91b045be7d7ddae765a8ce70254 +size 563 diff --git a/checkpoint-56000/unet/config.json b/checkpoint-56000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..7a0c47e18dceccb3d9745c685fa44287c80c72d0 --- /dev/null +++ b/checkpoint-56000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.18.0.dev0", + "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..566b4d27a786c8fd7001bb20cb566abf202e5ef7 --- /dev/null +++ b/checkpoint-56000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a537765a27ce25cfd197ebfe6570b2a4ecb0c97e06fbaf0b07710b6884764b25 +size 454867965 diff --git a/checkpoint-56000/unet_ema/config.json b/checkpoint-56000/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..a5a4c266b3148aba97648bd375ccf933206d9711 --- /dev/null +++ b/checkpoint-56000/unet_ema/config.json @@ -0,0 +1,53 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.18.0.dev0", + "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, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "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": 56000, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "use_ema_warmup": true +} diff --git a/checkpoint-56000/unet_ema/diffusion_pytorch_model.bin b/checkpoint-56000/unet_ema/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..d34015d0d525fbb95928b089e5620f1bba30caeb --- /dev/null +++ b/checkpoint-56000/unet_ema/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a95e8eb2cd8f5e7e42e32378c58cdb8411dc5815536d3b766e52dcf7a92a3d22 +size 454861629 diff --git a/checkpoint-60000/optimizer.bin b/checkpoint-60000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c4a19cd4e0107e54028b47aa76bc995e53aba8b7 --- /dev/null +++ b/checkpoint-60000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc6a0aa51239402d95b8d360d443406a05557a3b3b77a52d9c52699d2fcf8689 +size 909763299 diff --git a/checkpoint-60000/random_states_0.pkl b/checkpoint-60000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..9559b04f5391c50283aeff525dbc89519b24eff4 --- /dev/null +++ b/checkpoint-60000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:170f1977e63326301c727211db7594bdc305cac5e38ae4290206a0504800d0a1 +size 17683 diff --git a/checkpoint-60000/scaler.pt b/checkpoint-60000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..b330aa4ed5100627df7c6f8a6cce1cdc450f0f38 --- /dev/null +++ b/checkpoint-60000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c48d1e9e92236816010366ad1474e9a050e02243df057ad326030bbffa79bd +size 557 diff --git a/checkpoint-60000/scheduler.bin b/checkpoint-60000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..3c27a297d8b2648472a5eb998ba4f12bcefa9545 --- /dev/null +++ b/checkpoint-60000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72500f856c9cee5873066890a86e7736b0fa0407b8356a39b574189e5760a963 +size 563 diff --git a/checkpoint-60000/unet/config.json b/checkpoint-60000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..7a0c47e18dceccb3d9745c685fa44287c80c72d0 --- /dev/null +++ b/checkpoint-60000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.18.0.dev0", + "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..0825ac9acb51f7ca1b07d485833d77359f3dc14d --- /dev/null +++ b/checkpoint-60000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e167a1f12d79d1aca4e901da8d442b99a8682c8d85c0b6fae3b022139e60f4a +size 454867965 diff --git a/checkpoint-60000/unet_ema/config.json b/checkpoint-60000/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..7f41b9f11b0defda76568cf28469f1b1db13f275 --- /dev/null +++ b/checkpoint-60000/unet_ema/config.json @@ -0,0 +1,53 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.18.0.dev0", + "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, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "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": 60000, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "use_ema_warmup": true +} diff --git a/checkpoint-60000/unet_ema/diffusion_pytorch_model.bin b/checkpoint-60000/unet_ema/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..f1504847e12148cfa1318a86871e03b43707fe4a --- /dev/null +++ b/checkpoint-60000/unet_ema/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dea6c0ce345f41d0be6781b9086daccb8116dd88cd005c648b06208b83164fda +size 454861629 diff --git a/checkpoint-64000/optimizer.bin b/checkpoint-64000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..779a843382503d0fa7746309cc1a9682043cd3e7 --- /dev/null +++ b/checkpoint-64000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b65ea02db8b942473478b78143e5e1955d4fd42f96959abbb302480cfea7bc +size 909763299 diff --git a/checkpoint-64000/random_states_0.pkl b/checkpoint-64000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..7c161fb66f367bc674e608a5e2b9b32fc25d5abb --- /dev/null +++ b/checkpoint-64000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ccb66fa8eecd66a0a009c76d69c73b76e148bb2d4e2f9049ed6c557e843c236 +size 17683 diff --git a/checkpoint-64000/scaler.pt b/checkpoint-64000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..48ccb35fdc142b796168c4b73b349b06ff18ec17 --- /dev/null +++ b/checkpoint-64000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e44e15b14fd7d3049b3d1a3e5a49021ddf455e46ad7aa437ca849fd0d7cf5535 +size 557 diff --git a/checkpoint-64000/scheduler.bin b/checkpoint-64000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e392dcd590ab19b02aa9bd2fbe0064e978cb3976 --- /dev/null +++ b/checkpoint-64000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38113148b875955e35ab9fcc170ae0a7b00b663cccd5ce76f2ffa4877b643d92 +size 563 diff --git a/checkpoint-64000/unet/config.json b/checkpoint-64000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..7a0c47e18dceccb3d9745c685fa44287c80c72d0 --- /dev/null +++ b/checkpoint-64000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.18.0.dev0", + "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-64000/unet/diffusion_pytorch_model.bin b/checkpoint-64000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..a6f8209caf9ebb8fcd04c0358a3ecb49c17d10eb --- /dev/null +++ b/checkpoint-64000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a01302b42381f6a1a21b6b1e02b1fdef151e4c94e11bc640b2a9f702ca2a3d +size 454867965 diff --git a/checkpoint-64000/unet_ema/config.json b/checkpoint-64000/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..f752bf2bb390bd32a7595dcf014e5f8fb72c2585 --- /dev/null +++ b/checkpoint-64000/unet_ema/config.json @@ -0,0 +1,53 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.18.0.dev0", + "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, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "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": 64000, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "use_ema_warmup": true +} diff --git a/checkpoint-64000/unet_ema/diffusion_pytorch_model.bin b/checkpoint-64000/unet_ema/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..51ff468e7f8cceda108d14d2475e5a3069d83b6a --- /dev/null +++ b/checkpoint-64000/unet_ema/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c40db26f6de72def71d29d251f4e346cc5d26a6918b12cf9346969e02eae7a74 +size 454861629 diff --git a/checkpoint-68000/optimizer.bin b/checkpoint-68000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d2c4b04ec7690ec3aa9d502f29500a13fb53970c --- /dev/null +++ b/checkpoint-68000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea6d43239d44fc11590582f117953b88d9ce0ec1f3bdb248cdf66901d5668060 +size 909763299 diff --git a/checkpoint-68000/random_states_0.pkl b/checkpoint-68000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..226e26a6594ecd71fd54662bbe03c6755129af8c --- /dev/null +++ b/checkpoint-68000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78a5ed01f3980ac2de095f9798c50bba984c0ef39ac74c549ad8ba4a467a99e2 +size 17683 diff --git a/checkpoint-68000/scaler.pt b/checkpoint-68000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..e4dba6c652ed8cc91a9e9e6743e5195c600314d2 --- /dev/null +++ b/checkpoint-68000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b66a8cdcb9346fb87036154ee17b5e7c6ce1e602c0098ae3279d01abce3320cc +size 557 diff --git a/checkpoint-68000/scheduler.bin b/checkpoint-68000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..09df4b0bb1625d53109a6474ca7d3f7721436f68 --- /dev/null +++ b/checkpoint-68000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd3d2664baf7e7e759092ce20aa614e0882f05c783c419e85af38e3686c0b75a +size 563 diff --git a/checkpoint-68000/unet/config.json b/checkpoint-68000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..7a0c47e18dceccb3d9745c685fa44287c80c72d0 --- /dev/null +++ b/checkpoint-68000/unet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.18.0.dev0", + "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-68000/unet/diffusion_pytorch_model.bin b/checkpoint-68000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..f5aef8759e28b8946c8e13be70968475a87c9726 --- /dev/null +++ b/checkpoint-68000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:066875db0dce94b3a3b1e013fef436dde1667ee7681b792fcb08f7a6eafa24cb +size 454867965 diff --git a/checkpoint-68000/unet_ema/config.json b/checkpoint-68000/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..8c57eb87279daa8544108ff0940ffbb2c503a3a4 --- /dev/null +++ b/checkpoint-68000/unet_ema/config.json @@ -0,0 +1,53 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.18.0.dev0", + "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, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "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": 68000, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "use_ema_warmup": true +} diff --git a/checkpoint-68000/unet_ema/diffusion_pytorch_model.bin b/checkpoint-68000/unet_ema/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..813135a36e48e327091e406d41bf5b62f948481b --- /dev/null +++ b/checkpoint-68000/unet_ema/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61b18367f615f4d172a44d08bfe02ea629684718825ad85ee196f4297bc672d7 +size 454861629 diff --git a/logs/train_unconditional/events.out.tfevents.1687101863.pop-os.1521524.0 b/logs/train_unconditional/events.out.tfevents.1687101863.pop-os.1521524.0 index 87a0b644ea0c646257bf6b0a5caecbbf54565622..871a29c51c09169612ad1977c0443e2ac0e4b4e4 100644 --- a/logs/train_unconditional/events.out.tfevents.1687101863.pop-os.1521524.0 +++ b/logs/train_unconditional/events.out.tfevents.1687101863.pop-os.1521524.0 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e7d0871b01e6d9ecd71142ab8911be63d88ae54c794862d1552b3a672bf20b17 -size 8140129 +oid sha256:65a69e90a4c87479eda325b2fc62d3d4aefd331825d94cf7768c626ec005da26 +size 15580786 diff --git a/unet/diffusion_pytorch_model.bin b/unet/diffusion_pytorch_model.bin index 0b1eaeff43df8f6f3c47f3c4ebb2bd820d0c61ab..e3f37ecb81b22173f998af51e3650e6c7fa81f3e 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:de3bbd1860a92c9753a03457f67bd3a39a2dfd944f0ad1b03b258e9bb2a4479a +oid sha256:457993c15e429ed6114dfd5d6870b79991ee0eb04239f6b8f9fcbb73b097514d size 454867965