diff --git a/checkpoint-11000/optimizer.bin b/checkpoint-11000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e1ba2459ddbbca8cc18768934de0737e201577ed --- /dev/null +++ b/checkpoint-11000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76078cde6f74479f22d51a02ca6d3be4f8fb27cb977c291cdff54d4435a52692 +size 909763736 diff --git a/checkpoint-11000/random_states_0.pkl b/checkpoint-11000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..1011a4f7edc1a3ce5dd99974296fdca3aef80fe4 --- /dev/null +++ b/checkpoint-11000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32df04fdf24c26c583c6c3750a3766ec634e0c7a60649187a47861d8140e921e +size 14344 diff --git a/checkpoint-11000/scheduler.bin b/checkpoint-11000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..56734ae5f6ea8bbef4fd8c13dc486bb6ece6e855 --- /dev/null +++ b/checkpoint-11000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d2dab8433346894574a93252e83421140239dee8e9f004362cbc40d956fbb1d +size 1000 diff --git a/checkpoint-11000/unet/config.json b/checkpoint-11000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ea03432831f52ebc1b35187f19dc4707b857d57d --- /dev/null +++ b/checkpoint-11000/unet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "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, + "downsample_type": "conv", + "dropout": 0.0, + "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, + "num_train_timesteps": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upsample_type": "conv" +} diff --git a/checkpoint-11000/unet/diffusion_pytorch_model.safetensors b/checkpoint-11000/unet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..6c4404d7c473dceebea0dedfcc0365f7c0b67411 --- /dev/null +++ b/checkpoint-11000/unet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:448c12f96662a2a916fe248684648dd96c7f34ff0ff793cc27be11c275fd07c4 +size 454741108 diff --git a/checkpoint-11000/unet_ema/config.json b/checkpoint-11000/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3fd422a101dd40939c9e0964c6ac557baf83f6fd --- /dev/null +++ b/checkpoint-11000/unet_ema/config.json @@ -0,0 +1,58 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "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, + "downsample_type": "conv", + "dropout": 0.0, + "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, + "num_train_timesteps": null, + "optimization_step": 11000, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "upsample_type": "conv", + "use_ema_warmup": true +} diff --git a/checkpoint-11000/unet_ema/diffusion_pytorch_model.safetensors b/checkpoint-11000/unet_ema/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7b07857cfe55473ecc177b8822c709bd5dded09f --- /dev/null +++ b/checkpoint-11000/unet_ema/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:634df382c58111ba52ce811acb0150201908ad7e22121c64feb75df8c0f63946 +size 454741108 diff --git a/checkpoint-11500/optimizer.bin b/checkpoint-11500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b00f26383da3180b816d96311add4014c7dcc98f --- /dev/null +++ b/checkpoint-11500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8aae46972030200fc14480bd1bc1395aabc747ac50709765f9bdc28386ff125 +size 909763736 diff --git a/checkpoint-11500/random_states_0.pkl b/checkpoint-11500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..5f696a7bdbc2d293d6d675f4674485f7d09ed69b --- /dev/null +++ b/checkpoint-11500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af9ad9968ca5b10e5d050c752452431cf5339e49131f6c3379bd016ebfcd0333 +size 14344 diff --git a/checkpoint-11500/scheduler.bin b/checkpoint-11500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..47d1fb65d244890e01f8c4992c33cdad383127b6 --- /dev/null +++ b/checkpoint-11500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cecf838de22ad27590cefc689ab4d1a65f36613d6e5dd35347b001c97259ac9d +size 1000 diff --git a/checkpoint-11500/unet/config.json b/checkpoint-11500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ea03432831f52ebc1b35187f19dc4707b857d57d --- /dev/null +++ b/checkpoint-11500/unet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "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, + "downsample_type": "conv", + "dropout": 0.0, + "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, + "num_train_timesteps": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upsample_type": "conv" +} diff --git a/checkpoint-11500/unet/diffusion_pytorch_model.safetensors b/checkpoint-11500/unet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ee40d94bb6ad008e524bd79be0446680d0da0f39 --- /dev/null +++ b/checkpoint-11500/unet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c68cc25289fd267096c57ca0c5b8f198054ddbd0b3fb206195bde3811af44cf6 +size 454741108 diff --git a/checkpoint-11500/unet_ema/config.json b/checkpoint-11500/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..2b3b8b1fa1cb821d7df645071e8ca738b8ed9070 --- /dev/null +++ b/checkpoint-11500/unet_ema/config.json @@ -0,0 +1,58 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "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, + "downsample_type": "conv", + "dropout": 0.0, + "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, + "num_train_timesteps": null, + "optimization_step": 11500, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "upsample_type": "conv", + "use_ema_warmup": true +} diff --git a/checkpoint-11500/unet_ema/diffusion_pytorch_model.safetensors b/checkpoint-11500/unet_ema/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..cd5c3b9e952195ea35128fe4d95ae101eb30d085 --- /dev/null +++ b/checkpoint-11500/unet_ema/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59314037eb3511482b2807d5db69a746654b7c7d80f708199de172c4ef7cf32d +size 454741108 diff --git a/checkpoint-12000/optimizer.bin b/checkpoint-12000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c6ad2a580435c6356eff0141b74f1eeb5d15cb09 --- /dev/null +++ b/checkpoint-12000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81a5e493046488ee34cd6bce165c517c11e9f8fcd576c828d821a9693de583de +size 909763736 diff --git a/checkpoint-12000/random_states_0.pkl b/checkpoint-12000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..689f1a1c640082bc8c69fe25410608835c5995e6 --- /dev/null +++ b/checkpoint-12000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b38adcd360f722d970d4de7a8e67045bde2d198dc78cb57619a728330201781b +size 14344 diff --git a/checkpoint-12000/scheduler.bin b/checkpoint-12000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..6c072df7f7d6851befcfbaae18d4c46630f4a256 --- /dev/null +++ b/checkpoint-12000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc46b166f4affe4569c222949058382b675c2f13a19d73487e64c715059a0fcb +size 1000 diff --git a/checkpoint-12000/unet/config.json b/checkpoint-12000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ea03432831f52ebc1b35187f19dc4707b857d57d --- /dev/null +++ b/checkpoint-12000/unet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "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, + "downsample_type": "conv", + "dropout": 0.0, + "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, + "num_train_timesteps": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upsample_type": "conv" +} diff --git a/checkpoint-12000/unet/diffusion_pytorch_model.safetensors b/checkpoint-12000/unet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..0f97d84d46beea728c4539b517a50463d41a8206 --- /dev/null +++ b/checkpoint-12000/unet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7eee7d5a38a1fa319bf6b8b8855c7a62db8df1b66e293c0001513033584e738 +size 454741108 diff --git a/checkpoint-12000/unet_ema/config.json b/checkpoint-12000/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..fb06b4edf97457ee78ba5c06cf4bc8980ce6e0e1 --- /dev/null +++ b/checkpoint-12000/unet_ema/config.json @@ -0,0 +1,58 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "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, + "downsample_type": "conv", + "dropout": 0.0, + "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, + "num_train_timesteps": null, + "optimization_step": 12000, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "upsample_type": "conv", + "use_ema_warmup": true +} diff --git a/checkpoint-12000/unet_ema/diffusion_pytorch_model.safetensors b/checkpoint-12000/unet_ema/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..507bcc4d40a22f44b6f0c843cb42bb617e6a4c65 --- /dev/null +++ b/checkpoint-12000/unet_ema/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c14b0e32224e492d217f3c10f3acc49a1e5a11d5b634e54425f0602e66b2cf3e +size 454741108 diff --git a/checkpoint-12500/optimizer.bin b/checkpoint-12500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b54737208189b1f374a13747f0b5f7fb85db54f3 --- /dev/null +++ b/checkpoint-12500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce16942849354b4247f65b2aa307054168a21f863ae644efcb8a6e47afbf6bf9 +size 909763736 diff --git a/checkpoint-12500/random_states_0.pkl b/checkpoint-12500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e3d4195bd6fc2e6ddeff3bc30763d62b3903334f --- /dev/null +++ b/checkpoint-12500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d959658e2608fa9387fce3d4a8772d574177344cfc3360df56ab8759aa6519 +size 14344 diff --git a/checkpoint-12500/scheduler.bin b/checkpoint-12500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..807c8464dd477d668e44727e06b71064ee091c60 --- /dev/null +++ b/checkpoint-12500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c8ce918fba68dc6db47748b88dd389623128b4cdbbd09371e86558c08f55a6 +size 1000 diff --git a/checkpoint-12500/unet/config.json b/checkpoint-12500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ea03432831f52ebc1b35187f19dc4707b857d57d --- /dev/null +++ b/checkpoint-12500/unet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "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, + "downsample_type": "conv", + "dropout": 0.0, + "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, + "num_train_timesteps": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upsample_type": "conv" +} diff --git a/checkpoint-12500/unet/diffusion_pytorch_model.safetensors b/checkpoint-12500/unet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..bc99fe9b9923ce47aa4d13025a9ed6b98c612868 --- /dev/null +++ b/checkpoint-12500/unet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5862246d9c8efb8c4f16e0d27c6e9e5a25ad49cfc409903a9f3035a0adc8e659 +size 454741108 diff --git a/checkpoint-12500/unet_ema/config.json b/checkpoint-12500/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..17bd73fc1871a715c6bed4b580c1eaa8d215c0af --- /dev/null +++ b/checkpoint-12500/unet_ema/config.json @@ -0,0 +1,58 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "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, + "downsample_type": "conv", + "dropout": 0.0, + "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, + "num_train_timesteps": null, + "optimization_step": 12500, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "upsample_type": "conv", + "use_ema_warmup": true +} diff --git a/checkpoint-12500/unet_ema/diffusion_pytorch_model.safetensors b/checkpoint-12500/unet_ema/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..f29020e61f84bc269e16c5d7fe17e645663933d6 --- /dev/null +++ b/checkpoint-12500/unet_ema/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d9d3911b23e4953e8fba05350ceb539490fd822bb1c70d56a1934c6c871d89 +size 454741108 diff --git a/checkpoint-13000/optimizer.bin b/checkpoint-13000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..97d5b818a962bad572e46a0ccb0f1f4ff23e37d9 --- /dev/null +++ b/checkpoint-13000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9aba7af5cee9c841685acb97f68203bb1c6ec63eb58a3689c51419a5a0ec8c5 +size 909763736 diff --git a/checkpoint-13000/random_states_0.pkl b/checkpoint-13000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..43396cb513a2b9de0e88d63a5e7dee25fa519e90 --- /dev/null +++ b/checkpoint-13000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3dba5983df502a861abdb3b4fa7b1bcc1c2908532d41a0910d2922e25664b2e +size 14344 diff --git a/checkpoint-13000/scheduler.bin b/checkpoint-13000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a80697c8453039341a0be5fd677f5b25f579b3b3 --- /dev/null +++ b/checkpoint-13000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d937f7968fc0b6612ef821cd840ece3633c6d89cedb6decf742ef2c5b9bb9a6 +size 1000 diff --git a/checkpoint-13000/unet/config.json b/checkpoint-13000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ea03432831f52ebc1b35187f19dc4707b857d57d --- /dev/null +++ b/checkpoint-13000/unet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "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, + "downsample_type": "conv", + "dropout": 0.0, + "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, + "num_train_timesteps": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upsample_type": "conv" +} diff --git a/checkpoint-13000/unet/diffusion_pytorch_model.safetensors b/checkpoint-13000/unet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e451e612bf87cfe969e3a61a028da0865c992ec4 --- /dev/null +++ b/checkpoint-13000/unet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a697d02908576092bb1f1abe71f24d1cba1b24a98b05ab0a5db4bb6c32d170b4 +size 454741108 diff --git a/checkpoint-13000/unet_ema/config.json b/checkpoint-13000/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..5533d78cc55e3ec9a21a05e007583f199143fa51 --- /dev/null +++ b/checkpoint-13000/unet_ema/config.json @@ -0,0 +1,58 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "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, + "downsample_type": "conv", + "dropout": 0.0, + "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, + "num_train_timesteps": null, + "optimization_step": 13000, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "upsample_type": "conv", + "use_ema_warmup": true +} diff --git a/checkpoint-13000/unet_ema/diffusion_pytorch_model.safetensors b/checkpoint-13000/unet_ema/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..93b9063215f5b07f0485156435a030d7828b3b54 --- /dev/null +++ b/checkpoint-13000/unet_ema/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31d7d46ee0efead3e190d7faa10b2c8b9b92bb6c95be72bf73d310da63bc0168 +size 454741108 diff --git a/checkpoint-13500/optimizer.bin b/checkpoint-13500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..5727e2dfdd6f0d3a13909e5b6806d3820fec0346 --- /dev/null +++ b/checkpoint-13500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1139e114a837a2b592cae8f5486fa2ec8e22f2af1281f2f910b6ec2fa04c59eb +size 909763736 diff --git a/checkpoint-13500/random_states_0.pkl b/checkpoint-13500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..35850a5bd01fdb6e30a4f0767eef510a90d74330 --- /dev/null +++ b/checkpoint-13500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d51baf828b7ab5bc6fc8dd616e6e1747795847283e4589785e1120afda54ffd +size 14344 diff --git a/checkpoint-13500/scheduler.bin b/checkpoint-13500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..27bbb5c5eb63e879379b3d880da8532a529d3f61 --- /dev/null +++ b/checkpoint-13500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee322fb34f77b63ceb73e77218cedf4d55bb692d71ed3b14156b6b7548744083 +size 1000 diff --git a/checkpoint-13500/unet/config.json b/checkpoint-13500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ea03432831f52ebc1b35187f19dc4707b857d57d --- /dev/null +++ b/checkpoint-13500/unet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "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, + "downsample_type": "conv", + "dropout": 0.0, + "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, + "num_train_timesteps": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upsample_type": "conv" +} diff --git a/checkpoint-13500/unet/diffusion_pytorch_model.safetensors b/checkpoint-13500/unet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..808cc0999fdb34894628cda62dd36ff13a534b14 --- /dev/null +++ b/checkpoint-13500/unet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:216118fcf08de33f85e22c82f5da3cef2a3f9fb13c788ae22ca5839bb2ba9868 +size 454741108 diff --git a/checkpoint-13500/unet_ema/config.json b/checkpoint-13500/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9496e09e68511c743ec09adca1e8044d54d162cc --- /dev/null +++ b/checkpoint-13500/unet_ema/config.json @@ -0,0 +1,58 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "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, + "downsample_type": "conv", + "dropout": 0.0, + "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, + "num_train_timesteps": null, + "optimization_step": 13500, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "upsample_type": "conv", + "use_ema_warmup": true +} diff --git a/checkpoint-13500/unet_ema/diffusion_pytorch_model.safetensors b/checkpoint-13500/unet_ema/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..2faa1cfaa78777837189fc1a8e6d2eddaf83b3cf --- /dev/null +++ b/checkpoint-13500/unet_ema/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:182db6f07f69f49b57515e82d5b00700dad9e65eedb021d62371b531be961953 +size 454741108 diff --git a/checkpoint-14000/optimizer.bin b/checkpoint-14000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..bbdf0447a3ea311b991cc744e5f32cefb533b107 --- /dev/null +++ b/checkpoint-14000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f118f9b4baad2b428716129227ef95f83311fb05bd540b4c33a281ceb1faf8c +size 909763736 diff --git a/checkpoint-14000/random_states_0.pkl b/checkpoint-14000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c140cd3399992bb7373f1436d713437768d06458 --- /dev/null +++ b/checkpoint-14000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e45ddb62969ea60bc2b6c8527a0ce25932198f3faca7888a92d71dbc79bf5f0 +size 14344 diff --git a/checkpoint-14000/scheduler.bin b/checkpoint-14000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..723df3fabed85936a5bc096139fc744a8bb7e158 --- /dev/null +++ b/checkpoint-14000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2b7df695f78c1d588466f94ef9e08af25d0b0aeb8485d911d07dd06cb96fae3 +size 1000 diff --git a/checkpoint-14000/unet/config.json b/checkpoint-14000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ea03432831f52ebc1b35187f19dc4707b857d57d --- /dev/null +++ b/checkpoint-14000/unet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "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, + "downsample_type": "conv", + "dropout": 0.0, + "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, + "num_train_timesteps": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upsample_type": "conv" +} diff --git a/checkpoint-14000/unet/diffusion_pytorch_model.safetensors b/checkpoint-14000/unet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..c9892944ab28ee72c28b6fb298ffd494296c77aa --- /dev/null +++ b/checkpoint-14000/unet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:069d3ef1f5ff637d595f91d249406aaf1f5027e82392ff6ee26a067dca3721a2 +size 454741108 diff --git a/checkpoint-14000/unet_ema/config.json b/checkpoint-14000/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ce425e25baeb167e58ba18abdf6af54c2d92af1c --- /dev/null +++ b/checkpoint-14000/unet_ema/config.json @@ -0,0 +1,58 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "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, + "downsample_type": "conv", + "dropout": 0.0, + "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, + "num_train_timesteps": null, + "optimization_step": 14000, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "upsample_type": "conv", + "use_ema_warmup": true +} diff --git a/checkpoint-14000/unet_ema/diffusion_pytorch_model.safetensors b/checkpoint-14000/unet_ema/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..028451394b123d10499e96694cb55590f9d5700d --- /dev/null +++ b/checkpoint-14000/unet_ema/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9546cc8e9e14659e0ca33f30d070cca221f6ab242ffe60df4be5b63e1883e74f +size 454741108 diff --git a/checkpoint-14500/optimizer.bin b/checkpoint-14500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..11052220d31d2142e36cae688bc72428bc31e379 --- /dev/null +++ b/checkpoint-14500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cacbc3e93d0b18c05d44ffd3b35b02a97767031627ccfec87baa508743cbdcad +size 909763736 diff --git a/checkpoint-14500/random_states_0.pkl b/checkpoint-14500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a09aaa084f916505ad634e72ae64096c89a95781 --- /dev/null +++ b/checkpoint-14500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1205605ad4d01634164d7f44d91676f38b868a591e20e842c9619540681224e6 +size 14344 diff --git a/checkpoint-14500/scheduler.bin b/checkpoint-14500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..19cd125ab114b18ee1257a8877529986c7a4fae1 --- /dev/null +++ b/checkpoint-14500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4da84c8b4b3f8e6cf3d49895b84038410030e6c256a5a6dfe0554dfc4753270 +size 1000 diff --git a/checkpoint-14500/unet/config.json b/checkpoint-14500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ea03432831f52ebc1b35187f19dc4707b857d57d --- /dev/null +++ b/checkpoint-14500/unet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "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, + "downsample_type": "conv", + "dropout": 0.0, + "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, + "num_train_timesteps": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upsample_type": "conv" +} diff --git a/checkpoint-14500/unet/diffusion_pytorch_model.safetensors b/checkpoint-14500/unet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..55244c22521ff1fa863a365c194a3f5a8f48b7b9 --- /dev/null +++ b/checkpoint-14500/unet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:665e9d62188f39bc78629cc8ac839637db786fa042226075801d550c04d4caf3 +size 454741108 diff --git a/checkpoint-14500/unet_ema/config.json b/checkpoint-14500/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fe85c58b6d7df3b59797c43ea492c5b3c9b74db --- /dev/null +++ b/checkpoint-14500/unet_ema/config.json @@ -0,0 +1,58 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "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, + "downsample_type": "conv", + "dropout": 0.0, + "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, + "num_train_timesteps": null, + "optimization_step": 14500, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "upsample_type": "conv", + "use_ema_warmup": true +} diff --git a/checkpoint-14500/unet_ema/diffusion_pytorch_model.safetensors b/checkpoint-14500/unet_ema/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..c78bd47a48548347850c65779dbc9223d598d98b --- /dev/null +++ b/checkpoint-14500/unet_ema/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1548e89976f1502b919cd05a6ddff9fbebaf70a5bc3ca4d9516473cbf5c34182 +size 454741108 diff --git a/checkpoint-15000/optimizer.bin b/checkpoint-15000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0d0254cba7cd2760e41190cbe0310d090ab4dc3b --- /dev/null +++ b/checkpoint-15000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f596b4fb25a186009f4c5f3bdcb6f5a05474d5b7a633fd8c1b6c162937c9bba +size 909763736 diff --git a/checkpoint-15000/random_states_0.pkl b/checkpoint-15000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4c1cd856e6488edc3fd4a9d5eeb763b386e14b16 --- /dev/null +++ b/checkpoint-15000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5500c185f146910f10cf57a96a591fa7a0ef2c118131e4610b88bc5491ea3fc9 +size 14344 diff --git a/checkpoint-15000/scheduler.bin b/checkpoint-15000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..829db60d226c16e6634b08d9f8bf9b2bc168baf3 --- /dev/null +++ b/checkpoint-15000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e279e68cf61a428ba7dcd6d5bf5a8585063d8a8c71350801a330998146032d3 +size 1000 diff --git a/checkpoint-15000/unet/config.json b/checkpoint-15000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ea03432831f52ebc1b35187f19dc4707b857d57d --- /dev/null +++ b/checkpoint-15000/unet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "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, + "downsample_type": "conv", + "dropout": 0.0, + "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, + "num_train_timesteps": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upsample_type": "conv" +} diff --git a/checkpoint-15000/unet/diffusion_pytorch_model.safetensors b/checkpoint-15000/unet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8c9f09a291e1baabe22bf2bc5e6793f729355113 --- /dev/null +++ b/checkpoint-15000/unet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65340a16be258921c9c7c3d2464229b535028f1da0ce77c74b9d9b6f8ec148c9 +size 454741108 diff --git a/checkpoint-15000/unet_ema/config.json b/checkpoint-15000/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..e57ff552ae5bb165faf87575cb40f6c156569422 --- /dev/null +++ b/checkpoint-15000/unet_ema/config.json @@ -0,0 +1,58 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "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, + "downsample_type": "conv", + "dropout": 0.0, + "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, + "num_train_timesteps": null, + "optimization_step": 15000, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "upsample_type": "conv", + "use_ema_warmup": true +} diff --git a/checkpoint-15000/unet_ema/diffusion_pytorch_model.safetensors b/checkpoint-15000/unet_ema/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..a5a2e63cc92195035f0b511d68c4089240f604a7 --- /dev/null +++ b/checkpoint-15000/unet_ema/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9a3454c8a842333b8b2202433329e2b9fed0fc1030ab5170e845584ef2829ca +size 454741108 diff --git a/checkpoint-15500/optimizer.bin b/checkpoint-15500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..69c1a2738b7cea4aa397ab45bf272f9fb772e063 --- /dev/null +++ b/checkpoint-15500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbbbd9232c1e1ef060c3137b5e2276979c802785816cbf1b1e1f006cab1f4ea8 +size 909763736 diff --git a/checkpoint-15500/random_states_0.pkl b/checkpoint-15500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e84d665e3696e06fec9214524e559be1c03fb532 --- /dev/null +++ b/checkpoint-15500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:670f6390afb68301d3ebe854b5caf72d9fa19c4150930c789c400b617c8918f4 +size 14344 diff --git a/checkpoint-15500/scheduler.bin b/checkpoint-15500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..95f6eaf2e179e853d2c25cbf0870949f2cf8c3d1 --- /dev/null +++ b/checkpoint-15500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab38eb8018686533b285fa948292f92ebc1e5e7885bce6fc6bc8bea16d9751af +size 1000 diff --git a/checkpoint-15500/unet/config.json b/checkpoint-15500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ea03432831f52ebc1b35187f19dc4707b857d57d --- /dev/null +++ b/checkpoint-15500/unet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "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, + "downsample_type": "conv", + "dropout": 0.0, + "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, + "num_train_timesteps": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upsample_type": "conv" +} diff --git a/checkpoint-15500/unet/diffusion_pytorch_model.safetensors b/checkpoint-15500/unet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..047a347373228c9a6657563049008d8265f94998 --- /dev/null +++ b/checkpoint-15500/unet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b16892699c7f5071fd5a9e38b94f8dff22022dc410c48895396a12c2a9d386 +size 454741108 diff --git a/checkpoint-15500/unet_ema/config.json b/checkpoint-15500/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3acc809d3bce7385b0ce6453caa1014127d18385 --- /dev/null +++ b/checkpoint-15500/unet_ema/config.json @@ -0,0 +1,58 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "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, + "downsample_type": "conv", + "dropout": 0.0, + "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, + "num_train_timesteps": null, + "optimization_step": 15500, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "upsample_type": "conv", + "use_ema_warmup": true +} diff --git a/checkpoint-15500/unet_ema/diffusion_pytorch_model.safetensors b/checkpoint-15500/unet_ema/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..be3c488eccc7631ca6c9fcdeb8c88d887795bc59 --- /dev/null +++ b/checkpoint-15500/unet_ema/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb3187d939c1731db31265a922b49ac29329b08659a226397154d31d05c913e +size 454741108 diff --git a/logs/train_unconditional/events.out.tfevents.1715806000.jobtest-6wkxj-dk9zr.141.0 b/logs/train_unconditional/events.out.tfevents.1715806000.jobtest-6wkxj-dk9zr.141.0 index 5268ebd95ba42a0bd46a91a38847dbc8710c2082..68819fe66f7ce8e8ebbd29532e408c5bcea00fcd 100644 --- a/logs/train_unconditional/events.out.tfevents.1715806000.jobtest-6wkxj-dk9zr.141.0 +++ b/logs/train_unconditional/events.out.tfevents.1715806000.jobtest-6wkxj-dk9zr.141.0 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:64d96591bd085b645942e8a0c066f1e783840649cd695f791bae69145ccc5804 -size 2281870 +oid sha256:20726d393b318b4c912f39257f4284e1bbb579c97c4d6635fb164ad29568d7fc +size 3303344 diff --git a/unet/diffusion_pytorch_model.safetensors b/unet/diffusion_pytorch_model.safetensors index ddfee62a42c44cec998e60217fa3c1444a23f43b..34d102bae838702fe03c69b25092176b53c73c54 100644 --- a/unet/diffusion_pytorch_model.safetensors +++ b/unet/diffusion_pytorch_model.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cd72df4d212b0c2edc207ee9f415df6feddf7927e3fdafadbf18acb9c50f11da +oid sha256:d780b690dbb3846a425daccff115fa705b95654e3796d168b6860b802d8241fd size 454741108