diff --git a/checkpoint-14000/optimizer.bin b/checkpoint-14000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..63b5267575a606d4578d82a5260d4dffe3f60c87 --- /dev/null +++ b/checkpoint-14000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb8ecb69df38c7f453ec853fafcc3b46f1fae139a96e07b4fce571094799c8a +size 57349893 diff --git a/checkpoint-14000/random_states_0.pkl b/checkpoint-14000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..407fa0984e0bb9c9eb020c3c810ca6043b684673 --- /dev/null +++ b/checkpoint-14000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b967fc5226d9a30b63d267f4304635c0239fa85a56550ec3fe807d48723262 +size 14599 diff --git a/checkpoint-14000/scaler.pt b/checkpoint-14000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..d8b3f5c41a5276a14ea123408007b4fd765a3191 --- /dev/null +++ b/checkpoint-14000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537f7112f207801fbd716121c42150ac0441a0f77bd39e5351344d7f63979653 +size 557 diff --git a/checkpoint-14000/scheduler.bin b/checkpoint-14000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..c58e647d05ed52dd081bd524c90ad505e240a92e --- /dev/null +++ b/checkpoint-14000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea2d70a84bdc3a8a617e5854dfa51877e881b7dd3781d9f8a813b1f1e9c017bc +size 563 diff --git a/checkpoint-14000/unet/config.json b/checkpoint-14000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..99ebec7e97d8731e19f09a61fd292f2b02845211 --- /dev/null +++ b/checkpoint-14000/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-14000/unet/diffusion_pytorch_model.bin b/checkpoint-14000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..d0942c36cd667dbd51993889356cc28b8a857842 --- /dev/null +++ b/checkpoint-14000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7551ef3f7f46f2a7bc620bb96f7ce62d3317255b53c0a3d46acd1b0f0b6469e9 +size 28664529 diff --git a/checkpoint-14000/unet_ema/config.json b/checkpoint-14000/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..21f8929f8b2b53837e47f45e7a53fe6d2cb5a726 --- /dev/null +++ b/checkpoint-14000/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": 14000, + "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-14000/unet_ema/diffusion_pytorch_model.bin b/checkpoint-14000/unet_ema/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..85dc66666baafb4c107b4562b7f99430273efd3b --- /dev/null +++ b/checkpoint-14000/unet_ema/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02ccc8967d9f74129645a1d1795edd3e70cc2bf399b53c1ec54ce26415279a98 +size 28659921 diff --git a/checkpoint-14500/optimizer.bin b/checkpoint-14500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e8d04f11161bcbd2c7ddb91d22615e1a9cd5e8bc --- /dev/null +++ b/checkpoint-14500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57a836614f4b3b2ba0f5bacf7cb7de4c178853daaad93f5f746d641ed18007a0 +size 57349893 diff --git a/checkpoint-14500/random_states_0.pkl b/checkpoint-14500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..45ca1051973fefb67ed1acdf3f1505f89cbf28c9 --- /dev/null +++ b/checkpoint-14500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb65f680a70f015a35251bf535bd3862093c70d4359b3d242075dba6f618db1b +size 14599 diff --git a/checkpoint-14500/scaler.pt b/checkpoint-14500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..c3fcf40e16f686ca0240f6704157cf9441f2978b --- /dev/null +++ b/checkpoint-14500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8abf6653f6cc89d0eb4ae4904641c675c3063c445701ca41dddaffcb192af20 +size 557 diff --git a/checkpoint-14500/scheduler.bin b/checkpoint-14500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..df1d0bb1d6e78f9f67bf4c4ae2d2982b7d5258bf --- /dev/null +++ b/checkpoint-14500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc677fcdad4f78fc7b61ce1eb371bfb376c371792d84de652cada8e525c84856 +size 563 diff --git a/checkpoint-14500/unet/config.json b/checkpoint-14500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..99ebec7e97d8731e19f09a61fd292f2b02845211 --- /dev/null +++ b/checkpoint-14500/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-14500/unet/diffusion_pytorch_model.bin b/checkpoint-14500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..e0d4223985718fa5fadfb2118cb6563bfb7edd49 --- /dev/null +++ b/checkpoint-14500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:338c2804a6558db9299af0c4d523b56d71fac85ef81a2e4563be28aa56cf6d2c +size 28664529 diff --git a/checkpoint-14500/unet_ema/config.json b/checkpoint-14500/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..7d915f1691355c95a22f12a08a158e09404aa639 --- /dev/null +++ b/checkpoint-14500/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": 14500, + "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-14500/unet_ema/diffusion_pytorch_model.bin b/checkpoint-14500/unet_ema/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..3423e7742f975741325bb3388f56202fbbafb205 --- /dev/null +++ b/checkpoint-14500/unet_ema/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd6f72d7ceadce4ed9691579dbd9e0ee75d60214509a693e80ba3570ea496c0e +size 28659921 diff --git a/checkpoint-15000/optimizer.bin b/checkpoint-15000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ba6213f43b10ba45417d9244c38ad85eec6c541b --- /dev/null +++ b/checkpoint-15000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:288107c1066cb4126d73d80c23cf8ab58db141bd80934b39c5badbd28dcf758a +size 57349893 diff --git a/checkpoint-15000/random_states_0.pkl b/checkpoint-15000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e82f3c553a0b07557a52ef171179bd68c290c83f --- /dev/null +++ b/checkpoint-15000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07aa687a9f2e8f0a15556d3666f858f413b16bb3331c0ce16e2e97ad56d656f +size 14599 diff --git a/checkpoint-15000/scaler.pt b/checkpoint-15000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..b167c3b4701975f1ebe3c3f2d18ab86ec7e1f5a3 --- /dev/null +++ b/checkpoint-15000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aef15b12ba05bcf4d349d255c78cc18f0f86025b05e06c7e339c6597e994d1a +size 557 diff --git a/checkpoint-15000/scheduler.bin b/checkpoint-15000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..54725dd2647ab4a717697ab53b0e26395947afe2 --- /dev/null +++ b/checkpoint-15000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280bc2d8d50243506909f9b5d73b327fb492aeb051411c35caa0ffb8adf80cc0 +size 563 diff --git a/checkpoint-15000/unet/config.json b/checkpoint-15000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..99ebec7e97d8731e19f09a61fd292f2b02845211 --- /dev/null +++ b/checkpoint-15000/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-15000/unet/diffusion_pytorch_model.bin b/checkpoint-15000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..944a6a258fcc595864cae2d3a3a6b4d577c35412 --- /dev/null +++ b/checkpoint-15000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25fb8aca3868890e8bc1cbe2ebc61172fe23d9d335c3feb561652a668269c829 +size 28664529 diff --git a/checkpoint-15000/unet_ema/config.json b/checkpoint-15000/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0a731bdf6a1db53350f1d1aada6eff959a6bbd09 --- /dev/null +++ b/checkpoint-15000/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": 15000, + "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-15000/unet_ema/diffusion_pytorch_model.bin b/checkpoint-15000/unet_ema/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..3b0ef1030478588913f30e66f23f7bbe071762ce --- /dev/null +++ b/checkpoint-15000/unet_ema/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7ebc1fff839064ce4d74f87b47df88c90870b7ade1a657a91e7d243e53f42db +size 28659921 diff --git a/checkpoint-15500/optimizer.bin b/checkpoint-15500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..99f71e1a8aa530c3d2985bc3406fa15a0e6050eb --- /dev/null +++ b/checkpoint-15500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01b9a8139e406ed2b786c0bbb9e0f8528caf2a54090c1cef9c9f1518bb752776 +size 57349893 diff --git a/checkpoint-15500/random_states_0.pkl b/checkpoint-15500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..439f7ab6f486d89ccda52d6f17ee62b3a0befc1e --- /dev/null +++ b/checkpoint-15500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c99bc92ca4118d2677b2d4df0f6e180ef8112b9c6363854d3e9faf51608521ff +size 14599 diff --git a/checkpoint-15500/scaler.pt b/checkpoint-15500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..c7d9dae9367ebfaa923f6cbe6c3acac22ddc2e87 --- /dev/null +++ b/checkpoint-15500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff29412df29af4dce08a15ea726c90953f7192af38d42d3f09a4b30f5c98044c +size 557 diff --git a/checkpoint-15500/scheduler.bin b/checkpoint-15500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..45115241ade6b52839da529690a95569845fd2ab --- /dev/null +++ b/checkpoint-15500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:973021dea8586c0a05e92fc7768d6181848845fa34a543ccc02873bbfbc685ec +size 563 diff --git a/checkpoint-15500/unet/config.json b/checkpoint-15500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..99ebec7e97d8731e19f09a61fd292f2b02845211 --- /dev/null +++ b/checkpoint-15500/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-15500/unet/diffusion_pytorch_model.bin b/checkpoint-15500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..fcfd2ff0a23617d0a5affdc8b0ff9caf8c6f9cec --- /dev/null +++ b/checkpoint-15500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d576c25eccf49b2453ff1dee052f973f4e62f203b6f144689e815d19b0b0ebd +size 28664529 diff --git a/checkpoint-15500/unet_ema/config.json b/checkpoint-15500/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..7db3ef06d8682d289c2425b0f2d065d8fc1b2f9a --- /dev/null +++ b/checkpoint-15500/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": 15500, + "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-15500/unet_ema/diffusion_pytorch_model.bin b/checkpoint-15500/unet_ema/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..0147f4793638a48983633e1c0090105096dc5714 --- /dev/null +++ b/checkpoint-15500/unet_ema/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:805e10ef6dc1df030bfdc4d4e34379e5d937a9d10538d9a4395892530d1eb5b2 +size 28659921 diff --git a/checkpoint-16000/optimizer.bin b/checkpoint-16000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ce9aaef9083db31b689b50b7f820b87fb3fab033 --- /dev/null +++ b/checkpoint-16000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93a03a362f3f5c67c7643b703e1e747f0a14011bfc2fd3c3271e6ffe508217d1 +size 57349893 diff --git a/checkpoint-16000/random_states_0.pkl b/checkpoint-16000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a6f52bd8f1d497b4038e50655514aa4eceff7afd --- /dev/null +++ b/checkpoint-16000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985e6d66e0a4ca938161ab871ea858bd3f128ea14215f4243178439b81b86887 +size 14599 diff --git a/checkpoint-16000/scaler.pt b/checkpoint-16000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..8da56e8fba92d0a2d9c1e268cf19f6e6d9cee719 --- /dev/null +++ b/checkpoint-16000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:035167a68f3f086011a42c789ee47309edb527eda59205206cf360fb5d288f98 +size 557 diff --git a/checkpoint-16000/scheduler.bin b/checkpoint-16000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..2844a70c8c606e6f90e96b43dffc9313796a4501 --- /dev/null +++ b/checkpoint-16000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:938d47bf213e793c4a98062018b5497b5694a4fa03c4d0303e55f213a334c4a9 +size 563 diff --git a/checkpoint-16000/unet/config.json b/checkpoint-16000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..99ebec7e97d8731e19f09a61fd292f2b02845211 --- /dev/null +++ b/checkpoint-16000/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-16000/unet/diffusion_pytorch_model.bin b/checkpoint-16000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..7dca8a34d88c9fdd0e4d83f7ca7c85a5502763f5 --- /dev/null +++ b/checkpoint-16000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f6b4d4e6755c8cd1db4efabeda6b455eac16956145662f2f63960c63a2ceaff +size 28664529 diff --git a/checkpoint-16000/unet_ema/config.json b/checkpoint-16000/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..46e2c46e2bb084d6031676476bf4a1c8a9c32f3c --- /dev/null +++ b/checkpoint-16000/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": 16000, + "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-16000/unet_ema/diffusion_pytorch_model.bin b/checkpoint-16000/unet_ema/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..64d84986b855abf6db4f74962c5a71f547c7ace1 --- /dev/null +++ b/checkpoint-16000/unet_ema/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f531771b35f6fc21308ca3ea5a99d879758e4ae7e2ecd86d130609f74d2fc1b +size 28659921 diff --git a/checkpoint-16500/optimizer.bin b/checkpoint-16500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e840c82ecf568b39c8ef99b2531741b04f6c6ac8 --- /dev/null +++ b/checkpoint-16500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1915ce4c9a46c17a51f48443806446b753756a21603eaf93c39497594f91eadb +size 57349893 diff --git a/checkpoint-16500/random_states_0.pkl b/checkpoint-16500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b338ff409fb5dfd68de8dba3d8e401901dfacef2 --- /dev/null +++ b/checkpoint-16500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:455564031b076a2ed3a26368b66431cd3a81a3a835ba152e9d2d800f131561ad +size 14599 diff --git a/checkpoint-16500/scaler.pt b/checkpoint-16500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..24649f103098cd8dfa0e0984180c62b1e9161167 --- /dev/null +++ b/checkpoint-16500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caeb198ea62655f69050523870db63a374d23942986dff4dfe38c2249534ea07 +size 557 diff --git a/checkpoint-16500/scheduler.bin b/checkpoint-16500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..dd4445dca2e2f4bfb1ec90d359979588e4c9dd53 --- /dev/null +++ b/checkpoint-16500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9a2fb8564bd3757116c5f59b5d38ade1c4a60cd7a6485ac38b2cbbe1cf4f15 +size 563 diff --git a/checkpoint-16500/unet/config.json b/checkpoint-16500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..99ebec7e97d8731e19f09a61fd292f2b02845211 --- /dev/null +++ b/checkpoint-16500/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-16500/unet/diffusion_pytorch_model.bin b/checkpoint-16500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..da0eeb16342b13cfd5b3efdc096f377b01b0d612 --- /dev/null +++ b/checkpoint-16500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26591e7b5b812561c634a6edf32accb8d251ce488ddc7e9d9e545dc225d7f99e +size 28664529 diff --git a/checkpoint-16500/unet_ema/config.json b/checkpoint-16500/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..8a84552c206dcf7bd56c01980eb41f8ee5a05f08 --- /dev/null +++ b/checkpoint-16500/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": 16500, + "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-16500/unet_ema/diffusion_pytorch_model.bin b/checkpoint-16500/unet_ema/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..df0e51db2ea562d0804c087b5017957d1047b6f7 --- /dev/null +++ b/checkpoint-16500/unet_ema/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a949357718f5b63aee79be41f3daaca0583d1eb278af5ef25fb2c7b164b993 +size 28659921 diff --git a/checkpoint-17000/optimizer.bin b/checkpoint-17000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0ba51a93501f6fa61de941e5381d901d8ea15634 --- /dev/null +++ b/checkpoint-17000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b7da0bf93e3f745ccbfbc1bff0cb8d36bce7b1b2de527b0e40288a448b97cea +size 57349893 diff --git a/checkpoint-17000/random_states_0.pkl b/checkpoint-17000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..5c2a8275581d83e8fd641b043dc89a211f7cbe4b --- /dev/null +++ b/checkpoint-17000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5e6f6025da94eba80ef30541b669aba1a1b28c9ede4b11c543bfe7cf7851f5 +size 14599 diff --git a/checkpoint-17000/scaler.pt b/checkpoint-17000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..d15ace105252686dbb566439306ade2853758f49 --- /dev/null +++ b/checkpoint-17000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:863b484437687c103022413f865d4b558d15c9bea1c4d8e170d2143862abc87f +size 557 diff --git a/checkpoint-17000/scheduler.bin b/checkpoint-17000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..38b2b3a4e83731db96a63ee90cd73edfbfc79565 --- /dev/null +++ b/checkpoint-17000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28efdc8f6f2c6472aefa6f301247e4d0b5002a7baf66ed3b63074a33880e5ab7 +size 563 diff --git a/checkpoint-17000/unet/config.json b/checkpoint-17000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..99ebec7e97d8731e19f09a61fd292f2b02845211 --- /dev/null +++ b/checkpoint-17000/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-17000/unet/diffusion_pytorch_model.bin b/checkpoint-17000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..2fdb90dd47a00930644057f3115e2cc446becccb --- /dev/null +++ b/checkpoint-17000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1601730fd4063251f574bb7c55772fa2f79d7a49aaeeb223d622e24d519888f6 +size 28664529 diff --git a/checkpoint-17000/unet_ema/config.json b/checkpoint-17000/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..550768724f97ba8eca0c68469870ad944105bdaf --- /dev/null +++ b/checkpoint-17000/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": 17000, + "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-17000/unet_ema/diffusion_pytorch_model.bin b/checkpoint-17000/unet_ema/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..44150c81d21189d0e8fdaafcd9de4842eba5a3cb --- /dev/null +++ b/checkpoint-17000/unet_ema/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d09e76180497891beeab171db948530062ec528ef37eab4608da3b5032bec773 +size 28659921 diff --git a/unet/diffusion_pytorch_model.bin b/unet/diffusion_pytorch_model.bin index 2c417a61882898b8f6d0da75dffb3423b0bbf43b..314f9dd2756e697560857966d74faceb10b0fc54 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:53645dff872ba4f2362426d8058cefa5f4fcdf74e214b51750633ae6ef3e6fd5 +oid sha256:8c4e600c562950c39cc38040d0ddda2e7faacc119eff4e2f29bd997800ff1153 size 28664529