diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..4852d0c21f1bf7773a37f915d299e8775f13beca --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ + +--- +license: creativeml-openrail-m +base_model: stabilityai/stable-diffusion-2-1 +tags: +- stable-diffusion +- stable-diffusion-diffusers +- text-to-image +- diffusers +- controlnet +inference: true +--- + +# controlnet-yangsui/save_multi_gpu + +These are controlnet weights trained on stabilityai/stable-diffusion-2-1 with new type of conditioning. +You can find some example images below. +prompt: red circle with blue background +![images_0)](./images_0.png) +prompt: cyan circle with brown floral background +![images_1)](./images_1.png) + diff --git a/checkpoint-1000/controlnet/config.json b/checkpoint-1000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-1000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-1000/controlnet/diffusion_pytorch_model.bin b/checkpoint-1000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..9bfcc0f53aecddc2c90e7d3655aa08e9e451ab6b --- /dev/null +++ b/checkpoint-1000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ea546748b795f68aeb58b4e3f2bb4c7bfd864b300abd4608b3b1cba0e35c96 +size 1457056057 diff --git a/checkpoint-1000/optimizer.bin b/checkpoint-1000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..fdac0bd0d82c0bb1a4394342847adf1fac15260c --- /dev/null +++ b/checkpoint-1000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b840bf6372da175bfcbeca800d6c9b3051b10fa0053c5bf2140a7198b4f12575 +size 2914110745 diff --git a/checkpoint-1000/random_states_0.pkl b/checkpoint-1000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..995778ae73ee3905d2dad0aedae099c530a70d73 --- /dev/null +++ b/checkpoint-1000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f7345dd67f4173a421f4cdbdaddea3b7d3dc2b251bf060d3289520777e4987 +size 17747 diff --git a/checkpoint-1000/scaler.pt b/checkpoint-1000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..efdbd3c795f6b0d4144e68355e99c220ccdedd09 --- /dev/null +++ b/checkpoint-1000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68cff80b680ddf6e7abbef98b5f336b97f9b5963e2209307f639383870e8cc71 +size 557 diff --git a/checkpoint-1000/scheduler.bin b/checkpoint-1000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..313279d03cea02360a7b766639ab1649570431af --- /dev/null +++ b/checkpoint-1000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7edd8082ac389d0c946c2ac507fc3e4d21eaad8a44fcb3f7b57ebbd1b62363dc +size 563 diff --git a/checkpoint-10000/controlnet/config.json b/checkpoint-10000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-10000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-10000/controlnet/diffusion_pytorch_model.bin b/checkpoint-10000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..97aaa29b5cd2608c6c53ee6e48a6d4f78eaf96e3 --- /dev/null +++ b/checkpoint-10000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499e8dac6be81a9f4bb6dbb38f143a0228c6dc1bcd36ffaf17391c8857c410bb +size 1457056057 diff --git a/checkpoint-10000/optimizer.bin b/checkpoint-10000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..4118fef1c607bc2b2cac1789839e0ba53acd1b48 --- /dev/null +++ b/checkpoint-10000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c33f9660c6142cff2473a234a4b78ddda15b203a77b1f2340c9f02176b740e0d +size 2914110745 diff --git a/checkpoint-10000/random_states_0.pkl b/checkpoint-10000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..6394f45add0983f2fd671b00357e4d9817b57a94 --- /dev/null +++ b/checkpoint-10000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:049202f295b86a92684b55c5215837e662d64899fe896ab9381a6f9d90adb1b5 +size 17747 diff --git a/checkpoint-10000/scaler.pt b/checkpoint-10000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..55b3f0093bb1e46fe6b4d6e698be8e78db4c1217 --- /dev/null +++ b/checkpoint-10000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc11818b972c9e94ffbe0590c555aacfdf417fd4ac5ad7434a0adfd107b7dd6 +size 557 diff --git a/checkpoint-10000/scheduler.bin b/checkpoint-10000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..403d2ed69521b4e059f024ceb6f39fc0a65ae953 --- /dev/null +++ b/checkpoint-10000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:249c002f987eefb1f46f249677f9656be389338bdd7e61e42c802b1086d0f16f +size 563 diff --git a/checkpoint-10500/controlnet/config.json b/checkpoint-10500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-10500/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-10500/controlnet/diffusion_pytorch_model.bin b/checkpoint-10500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..1d3edd5d5a6779f798fdd4430752ce969d138d31 --- /dev/null +++ b/checkpoint-10500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb13c408272acf1509305b02429e755f7e177ed25d22e4a6d645dbf2ada1028 +size 1457056057 diff --git a/checkpoint-10500/optimizer.bin b/checkpoint-10500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..a36b0e6cc463d04f7137f848d08a3ad77886ba70 --- /dev/null +++ b/checkpoint-10500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:701af68b12e53c051433b131958c37900d197862188f6b671a77300af8bd5d19 +size 2914110745 diff --git a/checkpoint-10500/random_states_0.pkl b/checkpoint-10500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4ccacd88d239fc4dde5ffd45459614fbcaf1ee5b --- /dev/null +++ b/checkpoint-10500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcd6121cee707a5d7f88cd6fa2bfc0471e97b0dc72a1840e6997bada7e63c7f5 +size 17747 diff --git a/checkpoint-10500/scaler.pt b/checkpoint-10500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..c5bbab382cdb2cde3fdf4e955fcf1429d39f50ad --- /dev/null +++ b/checkpoint-10500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec8535c1e2298f94f7bd3245665ac8bc826e4b009f729b17cac234dd4179a6f8 +size 557 diff --git a/checkpoint-10500/scheduler.bin b/checkpoint-10500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..8e2e432933eab753e73a8ae11d01c2e4662a3f8d --- /dev/null +++ b/checkpoint-10500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61465836ea682cc7773bd6795e11314ef052a0be90d1a32b2b8bd4345e875e12 +size 563 diff --git a/checkpoint-11000/controlnet/config.json b/checkpoint-11000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-11000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-11000/controlnet/diffusion_pytorch_model.bin b/checkpoint-11000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..4060ec33f99be2f8f560ace944b0f25fbc41a015 --- /dev/null +++ b/checkpoint-11000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb3d2a384e95caa777ddc9db726ec9d77c87fabf394b0a9324a16b72d1342d7 +size 1457056057 diff --git a/checkpoint-11000/optimizer.bin b/checkpoint-11000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..cbb927226067107fd3540857e9677f56fb23a3ee --- /dev/null +++ b/checkpoint-11000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de75399a348aedf7593d4bfa9c111955654c1892c6c37a1f70428a6dda4123fd +size 2914110745 diff --git a/checkpoint-11000/random_states_0.pkl b/checkpoint-11000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0663b7fb422258167ce22a70fffac81425497142 --- /dev/null +++ b/checkpoint-11000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d48b1c4e024ef68a7f47dcd94e4e7b098280108bd9ae8d90e84c63238a97aba +size 17747 diff --git a/checkpoint-11000/scaler.pt b/checkpoint-11000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..9816ef6e1db85c3d0f7d86aaef024710fb591829 --- /dev/null +++ b/checkpoint-11000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b341290507bb06b7ea469abd07c801fb07a805723744fcf723a459e0442b54 +size 557 diff --git a/checkpoint-11000/scheduler.bin b/checkpoint-11000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..7d89ae6cf6ef52a30b5b7011a7ebac5e362adacf --- /dev/null +++ b/checkpoint-11000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc8e496054ca36348fc407787afbd149d3c42d70dde59583bb14a0e3f1fc311 +size 563 diff --git a/checkpoint-11500/controlnet/config.json b/checkpoint-11500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-11500/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-11500/controlnet/diffusion_pytorch_model.bin b/checkpoint-11500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..dc4ee700951a7613c4cd8d299758537d88100b34 --- /dev/null +++ b/checkpoint-11500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b4252506f73b47e67c08b3712410dfad0fd3f87e8c66e3dc3c0b005239cf6c1 +size 1457056057 diff --git a/checkpoint-11500/optimizer.bin b/checkpoint-11500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..83245645f97fc74f463d3c460680f03e451bf802 --- /dev/null +++ b/checkpoint-11500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:093fcd87bff5d4d2458acb38250d4f3c834b8cd1b1e4ddea66cd3ec60d5db295 +size 2914110745 diff --git a/checkpoint-11500/random_states_0.pkl b/checkpoint-11500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..06f3e124c5ca7cfa8a9406b55829f11462409e6e --- /dev/null +++ b/checkpoint-11500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c86f838ce7848487a10d4db8b781dec91f1c3a3186bb47f4442da3e1282dc50 +size 17747 diff --git a/checkpoint-11500/scaler.pt b/checkpoint-11500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..32ec701b941b71e578fe171d4f6041aab1caaa01 --- /dev/null +++ b/checkpoint-11500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14f1d654abfc9699d1a1baa025ea9e3f5780acc4a92acfe2e80e13031b8eaccb +size 557 diff --git a/checkpoint-11500/scheduler.bin b/checkpoint-11500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..3cbb512dcec6eb4ff28b126f22785b5dd70839f4 --- /dev/null +++ b/checkpoint-11500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c3704459a8f6f171f03a6ddf172c252c7ef4594cd7cc57bfea1450de5a7a44 +size 563 diff --git a/checkpoint-12000/controlnet/config.json b/checkpoint-12000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-12000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-12000/controlnet/diffusion_pytorch_model.bin b/checkpoint-12000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..f38e862d9945ea0f3a1e2fe2a991a21196ff9979 --- /dev/null +++ b/checkpoint-12000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f342bd8e85dc43e4d0e3cf52a0de42f5b975175948801a86f291ac3b99d8fb2d +size 1457056057 diff --git a/checkpoint-12000/optimizer.bin b/checkpoint-12000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..5182950f7b899c88e8260888756b641db4146aed --- /dev/null +++ b/checkpoint-12000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6393e02b18b6e34a0168d536d87476950362de5c879abdc853b35a125838e6b +size 2914110745 diff --git a/checkpoint-12000/random_states_0.pkl b/checkpoint-12000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..dbd1bb9ce2f105789a402372c0f67c04fa7bb4f7 --- /dev/null +++ b/checkpoint-12000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5af42b184abe7c8807b3ffdee27efdb35884733d0b8b573ed4237cea890efe52 +size 17747 diff --git a/checkpoint-12000/scaler.pt b/checkpoint-12000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..dd6af51adcaee34005f56ba7166a1aa57ca88e4e --- /dev/null +++ b/checkpoint-12000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f5dee299b017cb9922a9c30a380e99af406b37ed848bccfc497f69abdcd7bb +size 557 diff --git a/checkpoint-12000/scheduler.bin b/checkpoint-12000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..74a22b2746de806de1defdfb15ae2adbc408f876 --- /dev/null +++ b/checkpoint-12000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18a0ef2ac802f65628513bd1c4a155d951e776342e287c4db55ef8ff47d771df +size 563 diff --git a/checkpoint-12500/controlnet/config.json b/checkpoint-12500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-12500/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-12500/controlnet/diffusion_pytorch_model.bin b/checkpoint-12500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..e24b4a462663370658ef862453464fa2f5cc3fcb --- /dev/null +++ b/checkpoint-12500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:092df3689a1c347f89e9949a2b233931542f6647f536d2c72a8fc24449dc2743 +size 1457056057 diff --git a/checkpoint-12500/optimizer.bin b/checkpoint-12500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..5e0140a15373282c679da8494f3eaf9321a7bc08 --- /dev/null +++ b/checkpoint-12500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee73a3847a06feef36a5497bc329356de943ad60a9dd02277015cc0063a6fc0 +size 2914110745 diff --git a/checkpoint-12500/random_states_0.pkl b/checkpoint-12500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c32be6fe88d4b93b23352d413a926149dbb97f94 --- /dev/null +++ b/checkpoint-12500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f29c3688acfe7b47bb37a9d0939581336013265522107e6e4002fec1d5aa65d7 +size 17683 diff --git a/checkpoint-12500/scaler.pt b/checkpoint-12500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..cc2a61ef758160a596e512222f474405ba51c80c --- /dev/null +++ b/checkpoint-12500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28da10cda4283c99ab177ded93a53bd1564b08f12d6a1f47331f0593f441352a +size 557 diff --git a/checkpoint-12500/scheduler.bin b/checkpoint-12500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e3ec2bbc0a5bd5708005de139a3021c578416286 --- /dev/null +++ b/checkpoint-12500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0186b0be4e2dd7decb6c4663bc2a32139a73237f061855396d54b4eb41640f50 +size 563 diff --git a/checkpoint-13000/controlnet/config.json b/checkpoint-13000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-13000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-13000/controlnet/diffusion_pytorch_model.bin b/checkpoint-13000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..87e7d1885775b2487333935467a487ce37cc0e4e --- /dev/null +++ b/checkpoint-13000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97dd1ff7940a82f5edb2340ce4757d530c987ce2086e76ce2c72fff21fe01acb +size 1457056057 diff --git a/checkpoint-13000/optimizer.bin b/checkpoint-13000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..3a8acbebc82be2ff386758b5dfb64db41770e968 --- /dev/null +++ b/checkpoint-13000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf3e169aec9c1018d718a9803cbacf10ce43eed395274cd595219219f8a75e6d +size 2914110745 diff --git a/checkpoint-13000/random_states_0.pkl b/checkpoint-13000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e19ac4e49c303a57b124926e2a16a4090209c85b --- /dev/null +++ b/checkpoint-13000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a2a7bf82ea7c19657512b30030884a9fc2c3bf17a76a21c02164ef7a867f5c +size 17747 diff --git a/checkpoint-13000/scaler.pt b/checkpoint-13000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..8bb07e86104e01fdf7cd41036548de4a7f167b27 --- /dev/null +++ b/checkpoint-13000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de4c5f573c03eb128cb1b74204edd339694fdb7e50a23341813d2f6fe22dad73 +size 557 diff --git a/checkpoint-13000/scheduler.bin b/checkpoint-13000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a4004b56303f940fd3d2841a62acfe36ae50740c --- /dev/null +++ b/checkpoint-13000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:581891baa9a88fa19672b6057bbf44545f8d73b87df7d61d3c1bfb005acf9ef6 +size 563 diff --git a/checkpoint-13500/controlnet/config.json b/checkpoint-13500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-13500/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-13500/controlnet/diffusion_pytorch_model.bin b/checkpoint-13500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..8ca215718b4c6f3e468b858d1f7b8b6643edbb82 --- /dev/null +++ b/checkpoint-13500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e028874465bf9e8c624f541d042040b069adc76bd48b671cc987453815a1377a +size 1457056057 diff --git a/checkpoint-13500/optimizer.bin b/checkpoint-13500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..075cc91c5045825e977e33270f0c9ab1ed947648 --- /dev/null +++ b/checkpoint-13500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1bd4f135d3427ffb6614452483fb56b44976baf827d1e43ea1dfc2970793cc6 +size 2914110745 diff --git a/checkpoint-13500/random_states_0.pkl b/checkpoint-13500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..792453aec1d7ad8f30da5777b67345289e86bc84 --- /dev/null +++ b/checkpoint-13500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecac3d332d704518221e192b3a0db80faaaf4f52be11679bbb7da5661c86164f +size 17747 diff --git a/checkpoint-13500/scaler.pt b/checkpoint-13500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..e86024836b3bd54a9d591c8a29f689680ee16919 --- /dev/null +++ b/checkpoint-13500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc16e8610a7b166362807d268090c761bfb362d55fce0beb5461b6fa0495314 +size 557 diff --git a/checkpoint-13500/scheduler.bin b/checkpoint-13500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f3d857030f737dcb49aa1414cc9c96ccaa5b0747 --- /dev/null +++ b/checkpoint-13500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59fdaf716ec623f07fbd44da9a942d4f28f993b70c93cadc5d34fa50d1dfd5c3 +size 563 diff --git a/checkpoint-14000/controlnet/config.json b/checkpoint-14000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-14000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-14000/controlnet/diffusion_pytorch_model.bin b/checkpoint-14000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..ee7c242992043f5a8e2210afde1a2465a7ad7a70 --- /dev/null +++ b/checkpoint-14000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77bad6f9730b8b9b4d16cf83d1dee36aa7e2f36772d0eaf30f891e3ce7a088b2 +size 1457056057 diff --git a/checkpoint-14000/optimizer.bin b/checkpoint-14000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b0c634e2c11301c7007aad3fe5edb061e4333d27 --- /dev/null +++ b/checkpoint-14000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef71807e38276203311cab8be40746b5dc7f000b5de8a89ab43e3e3973dbc44c +size 2914110745 diff --git a/checkpoint-14000/random_states_0.pkl b/checkpoint-14000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..953a5b710c32d2d391c45f7612a49e10ba0ffaca --- /dev/null +++ b/checkpoint-14000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dd848919752ef10b79e2230e7023bf51ad7fd75716ab0cc2fa0475a00226037 +size 17747 diff --git a/checkpoint-14000/scaler.pt b/checkpoint-14000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..a2aa85c2c5f1963216ca90fec5b0a2a0f44620d5 --- /dev/null +++ b/checkpoint-14000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a859ebf1d5159837001d822c51e922ac33adc33b4e92031cd3a5b9fd59db2bd +size 557 diff --git a/checkpoint-14000/scheduler.bin b/checkpoint-14000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..1c7f6ec66525b1e4554869598269336196240bb7 --- /dev/null +++ b/checkpoint-14000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ccad857cc6b787921a5b6215f1a9c4b2048ec007be73df35c64b4d37db3daf1 +size 563 diff --git a/checkpoint-14500/controlnet/config.json b/checkpoint-14500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-14500/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-14500/controlnet/diffusion_pytorch_model.bin b/checkpoint-14500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..05dd34a223da7073cf66141eead7a37f6c04fcda --- /dev/null +++ b/checkpoint-14500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffa925b3b7c8b28b33f68d2b1b58dbda737156dfaedbfb6430c7971f45287796 +size 1457056057 diff --git a/checkpoint-14500/optimizer.bin b/checkpoint-14500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..092daa07d2b560adfe9d161877309bd51bfa9783 --- /dev/null +++ b/checkpoint-14500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e63e6e33da537e901524d0cd94d219e5975a126ff7c98b3b418b5ae401934b +size 2914110745 diff --git a/checkpoint-14500/random_states_0.pkl b/checkpoint-14500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..62b67bb5d6f881b86e3e00af9889cd7a13a4cae8 --- /dev/null +++ b/checkpoint-14500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82a8403afbca8ed744e96d68e4aac406656539735913b287534d9c5a76886214 +size 17747 diff --git a/checkpoint-14500/scaler.pt b/checkpoint-14500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..01e76cec0e0aba468c239a016f6307c1e63692a2 --- /dev/null +++ b/checkpoint-14500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd511f69dada96af823dc22b31b20917f6b745af4d434f634941bc9d9c4ac951 +size 557 diff --git a/checkpoint-14500/scheduler.bin b/checkpoint-14500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..ad6ea69f2d93f6b8a9bee32982ed1a4485a40f72 --- /dev/null +++ b/checkpoint-14500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:642c453cd0c20940186dccde6d2aedbb7e889a90f31f76857a3ed5090a361be3 +size 563 diff --git a/checkpoint-1500/controlnet/config.json b/checkpoint-1500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-1500/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-1500/controlnet/diffusion_pytorch_model.bin b/checkpoint-1500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..9ed0b410d713c67d8b7f11f98801ba269c7edcbb --- /dev/null +++ b/checkpoint-1500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:682b77f195fac70dea6d1c27a560d047cdbb5395de3a47448345414be60c7d0d +size 1457056057 diff --git a/checkpoint-1500/optimizer.bin b/checkpoint-1500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9bfa91549dc71dff11709f71848c236079303fe0 --- /dev/null +++ b/checkpoint-1500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:218148aa258c12994fe06894767b175614d7fb6ff86ca1957992c2bf921aa325 +size 2914110745 diff --git a/checkpoint-1500/random_states_0.pkl b/checkpoint-1500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..42bfab3fc707d41de7861e2dcf3c28b05845e2a6 --- /dev/null +++ b/checkpoint-1500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c360fdab8a54f13a0412dab0bbd3d9b58229660c8d39a32726af098e932a48 +size 17747 diff --git a/checkpoint-1500/scaler.pt b/checkpoint-1500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..69c76b8f27f096d1d1a3d9d0e387af1a9cf5028d --- /dev/null +++ b/checkpoint-1500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203a72d6c29f42a0e2964fdddc8d7a98df1eccee78fea9de0fa416613390f5c6 +size 557 diff --git a/checkpoint-1500/scheduler.bin b/checkpoint-1500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..7413abefc4f8286274da3243afd962fa1696fff1 --- /dev/null +++ b/checkpoint-1500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0df2dffc0559ef6134e0571ccfecb406ec3a612efe566ae6f1c62bcf1ab353 +size 563 diff --git a/checkpoint-15000/controlnet/config.json b/checkpoint-15000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-15000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-15000/controlnet/diffusion_pytorch_model.bin b/checkpoint-15000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..616644fa6f68f9fcfd79fbac659672496850178a --- /dev/null +++ b/checkpoint-15000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fcf8ef7e4f370389ce81942848d0572083b3ca3b6dceeb68e662711b42f761c +size 1457056057 diff --git a/checkpoint-15000/optimizer.bin b/checkpoint-15000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..fa1f20cad88ad232fedd3cac83c68da8f1d8c961 --- /dev/null +++ b/checkpoint-15000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c85203fb97a370550640a1536166653b0e349a17655270ea157d8a79988f20e +size 2914110745 diff --git a/checkpoint-15000/random_states_0.pkl b/checkpoint-15000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..1869a6653b55bd01689fa5791ec1c9ba3246cdf5 --- /dev/null +++ b/checkpoint-15000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:216d62d9a5fd3ef0a8d8803050061b73e0c61ebd398e23f8b72270a591bfa17f +size 17747 diff --git a/checkpoint-15000/scaler.pt b/checkpoint-15000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..a0216a7841bd3846a930bd191d3c224054742024 --- /dev/null +++ b/checkpoint-15000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a266c3e392b6705086bb89781e20974a2eba8be3e76050808428b048c1b6e087 +size 557 diff --git a/checkpoint-15000/scheduler.bin b/checkpoint-15000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..0ded1ae72a7ed5a2532663ccaf2e212d1b1361c3 --- /dev/null +++ b/checkpoint-15000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c82275293fb5ba57ee99ba0ee07f100f4c872636c9624fb116c7e582218c49d +size 563 diff --git a/checkpoint-15500/controlnet/config.json b/checkpoint-15500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-15500/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-15500/controlnet/diffusion_pytorch_model.bin b/checkpoint-15500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..e476a6eb8c2ff8dc8fbf0bc781d892a85b7cba0b --- /dev/null +++ b/checkpoint-15500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5739fd875bb69c2d152eeef54d573b4be5ae8b006234a1cf9034dd660c78f03f +size 1457056057 diff --git a/checkpoint-15500/optimizer.bin b/checkpoint-15500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..34a924c44e2724eef2733cd793e69f604ccb5e45 --- /dev/null +++ b/checkpoint-15500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96fdba20ee0ba1cedadd9f6cf88377df6f4d3b4f4733eaeac104901aa1c724f9 +size 2914110745 diff --git a/checkpoint-15500/random_states_0.pkl b/checkpoint-15500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f9b99f7ac3232098511e22e775adb8c5b818768d --- /dev/null +++ b/checkpoint-15500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d72cd4dbd626dbfd9fb9a640980bf3e793b8e1b8356704e5cfeb20563676355 +size 17747 diff --git a/checkpoint-15500/scaler.pt b/checkpoint-15500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..5a8379796e2e9ec0c81476a3c75a6c64e511599c --- /dev/null +++ b/checkpoint-15500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f907f379502d1970557297b68ddea9afe864f01be29e7a373ff4dc921f78258d +size 557 diff --git a/checkpoint-15500/scheduler.bin b/checkpoint-15500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e38c299e59c946b8cdcd9741c615fddf23b2a97c --- /dev/null +++ b/checkpoint-15500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58134d1631c4002d6c3f4e2b2f46a44bfd2628a1329cb07bddbbf132ed644774 +size 563 diff --git a/checkpoint-16000/controlnet/config.json b/checkpoint-16000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-16000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-16000/controlnet/diffusion_pytorch_model.bin b/checkpoint-16000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..8096f74f542cdc68101cae9c63fa67b2f61cd074 --- /dev/null +++ b/checkpoint-16000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367edce012ec6c0f8060606e1696d83333679b0f99d618ac9ebed0d6676fbfd8 +size 1457056057 diff --git a/checkpoint-16000/optimizer.bin b/checkpoint-16000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..867af66343ce8bb315696cbce87a8a83ff7a332e --- /dev/null +++ b/checkpoint-16000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:551f8882121fe758999c6c985e022203eed89eed7ae5921fb79dc014d1df2e43 +size 2914110745 diff --git a/checkpoint-16000/random_states_0.pkl b/checkpoint-16000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c04a2896e57cf3455e3f3c7cbcfcacb5e899b397 --- /dev/null +++ b/checkpoint-16000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b43c9beaf3fe56593f205c1eb9dd7872c3c9d3fe689b66ade593c97ece638610 +size 17747 diff --git a/checkpoint-16000/scaler.pt b/checkpoint-16000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..6f973eeb6f5bf7c7115b41d64278313293ecd229 --- /dev/null +++ b/checkpoint-16000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa67c00f1a478e6ac7d795f0cd6770d915c4430cb8b433981a4dbe1eee8aabc +size 557 diff --git a/checkpoint-16000/scheduler.bin b/checkpoint-16000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..53416a18a2627e2874ead7fd48e4d48e21f940d9 --- /dev/null +++ b/checkpoint-16000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0afe969c948035c8a3bdee75913c1400eaa60e397e6966d235196881581e321b +size 563 diff --git a/checkpoint-16500/controlnet/config.json b/checkpoint-16500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-16500/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-16500/controlnet/diffusion_pytorch_model.bin b/checkpoint-16500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..fadea2694652bf4d7dee439a0c6af2cbd051cc3f --- /dev/null +++ b/checkpoint-16500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5dc757e059e80d9f4fb1b72cd42b3ed9428d568e2fa5498985276c37d36d3e3 +size 1457056057 diff --git a/checkpoint-16500/optimizer.bin b/checkpoint-16500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..17b2dcd266ff6d83c62bc831ca21114850cacb6f --- /dev/null +++ b/checkpoint-16500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d47068d6f2d24b8ce2659ba68e8136ea00bf26982adf177d6b703014e86a5215 +size 2914110745 diff --git a/checkpoint-16500/random_states_0.pkl b/checkpoint-16500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a563d0d61061254d274cca0683d86b9f073ce53c --- /dev/null +++ b/checkpoint-16500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12364513d555a3475ea876a8a9016098671e5e38050137b4db7dd9dd59e921c9 +size 17747 diff --git a/checkpoint-16500/scaler.pt b/checkpoint-16500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..ff0e3831d57bcb1bfe7811e7fdc817caf502d6c5 --- /dev/null +++ b/checkpoint-16500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d0a6883a65b99baff5ee87ac5b00deadb623c975c9e074938e6dade0767a702 +size 557 diff --git a/checkpoint-16500/scheduler.bin b/checkpoint-16500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..5746ac13d62b47980e3ff97486dbfd51532359ac --- /dev/null +++ b/checkpoint-16500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffcc45c03355f7ecd7bbb144a2b8011b431790880169b3dbd4ebaada4f1b9c77 +size 563 diff --git a/checkpoint-17000/controlnet/config.json b/checkpoint-17000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-17000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-17000/controlnet/diffusion_pytorch_model.bin b/checkpoint-17000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..cacd9bc9904c2f07630865d0b7813a8c5e413d76 --- /dev/null +++ b/checkpoint-17000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47387707b906cd8f7182f2404afb5b096dc35b0f286a3b413d74d423d25b488a +size 1457056057 diff --git a/checkpoint-17000/optimizer.bin b/checkpoint-17000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..8a9ef03be7286b4c009d50c06dfeb9b65c18d3db --- /dev/null +++ b/checkpoint-17000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f1d77527941178b4063cbba4fb4969984dd6c7aeddf60660c2b95229b8f032 +size 2914110745 diff --git a/checkpoint-17000/random_states_0.pkl b/checkpoint-17000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e3f285c97136b350257c34d205d9ead41b669829 --- /dev/null +++ b/checkpoint-17000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3426f7f041abb24b6d37f6cd9dfe226068e14ee6e22f0b57c4e2d1b2b8dd3e35 +size 17747 diff --git a/checkpoint-17000/scaler.pt b/checkpoint-17000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..fd6510fe4f22e1471c2fa1d0672fb293e5de3627 --- /dev/null +++ b/checkpoint-17000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09523ca5e2fe900ed7985b903f4c7ec2e81a7f12034bcf9c85ac3d6f1b58780f +size 557 diff --git a/checkpoint-17000/scheduler.bin b/checkpoint-17000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..27b0dd24219226469dbcb144b310f8257a571017 --- /dev/null +++ b/checkpoint-17000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df988f44668ba8d9f34c7a23ec6bf0d2a26bb2835fa7b9b3e08d96d09104255c +size 563 diff --git a/checkpoint-17500/controlnet/config.json b/checkpoint-17500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-17500/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-17500/controlnet/diffusion_pytorch_model.bin b/checkpoint-17500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..e5622c25a965d9352a5a4b1b375848d43ea13782 --- /dev/null +++ b/checkpoint-17500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac0f9230ee3a12e3ae40c51bb540b6998aedca539727204a8f6e9ad05e7578f +size 1457056057 diff --git a/checkpoint-17500/optimizer.bin b/checkpoint-17500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ad450cbb3a77477e8a581084782dcd27bcadda43 --- /dev/null +++ b/checkpoint-17500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f7a997c57f28860e07ef7d272ac43e6f7ff8ef062549819cd095246e1602db +size 2914110745 diff --git a/checkpoint-17500/random_states_0.pkl b/checkpoint-17500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b7e4fa64683b6fe90274760d2a00c57fe67f404a --- /dev/null +++ b/checkpoint-17500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f283055acda58094fa166769a12475b03206b78099fe8f7379b7c17d479ba7e +size 17747 diff --git a/checkpoint-17500/scaler.pt b/checkpoint-17500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..619fafbb518db1ae7fbfea51908b08dadc28fc1f --- /dev/null +++ b/checkpoint-17500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d4a2861c12d4756387f9939529ab123a3c9b7096b7f6fca2a0b2e6b35c45b9a +size 557 diff --git a/checkpoint-17500/scheduler.bin b/checkpoint-17500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..6c7bf30e3546c8a657b24ad3db1c6266b3be833e --- /dev/null +++ b/checkpoint-17500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0c24f9896b161b1c0e59dd7638218b7f3cad2121c77005aaafa6cc2f11832b4 +size 563 diff --git a/checkpoint-18000/controlnet/config.json b/checkpoint-18000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-18000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-18000/controlnet/diffusion_pytorch_model.bin b/checkpoint-18000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..44bd6aa89c08bf5a3448e693a91c7bd7308f6991 --- /dev/null +++ b/checkpoint-18000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e818dfa4d39eb54e5008fa89d712d53e68989a1dfd4cb0f6f7185e9bc352cda +size 1457056057 diff --git a/checkpoint-18000/optimizer.bin b/checkpoint-18000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2e5b80a66e7abbfee6974eb9b1a65c7fae8bee98 --- /dev/null +++ b/checkpoint-18000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ccbbcb9952c6e39d990852221a9f6a4ea5bb31ccf72e4faf5f782604fd5ad0d +size 2914110745 diff --git a/checkpoint-18000/random_states_0.pkl b/checkpoint-18000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..88dd2b12d059574911d34147dd2724d0dc9b303c --- /dev/null +++ b/checkpoint-18000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f05acda82a9b2631c5c47e12fe9e2fe7f8100097d15d4ff81cb6dfc771e258aa +size 17747 diff --git a/checkpoint-18000/scaler.pt b/checkpoint-18000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..c36d452de3c0910adc77e66076d83c20829d5abb --- /dev/null +++ b/checkpoint-18000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c1b67acdb32914dc096957b001492753afd8c93e604da5aa240d89c7f6dee30 +size 557 diff --git a/checkpoint-18000/scheduler.bin b/checkpoint-18000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d98f3db5e0c7019bf62dde84a675863608615b5d --- /dev/null +++ b/checkpoint-18000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da6f9bbc917a260d82551810d06fc09bda0d2174c485df624b4ffffd246c8b0a +size 563 diff --git a/checkpoint-18500/controlnet/config.json b/checkpoint-18500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-18500/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-18500/controlnet/diffusion_pytorch_model.bin b/checkpoint-18500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..a14e9e882d0b5f1f3c34dedd7cb64dd2d1f85f9a --- /dev/null +++ b/checkpoint-18500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51f1bd1caabcf0ef02cdadcde9bb67e8ba1f02a12522b5f93514615436d633bd +size 1457056057 diff --git a/checkpoint-18500/optimizer.bin b/checkpoint-18500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b8c340b9cf079370bc2e20dc9f2b82221663120e --- /dev/null +++ b/checkpoint-18500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7925e14c95a647e4c304f19c5be1390292a105ba16268f4ee7f925c7fbce3535 +size 2914110745 diff --git a/checkpoint-18500/random_states_0.pkl b/checkpoint-18500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..08448e210a26a91e8c856b57b11605dafeb23739 --- /dev/null +++ b/checkpoint-18500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16598cba21de576de501502b3de88a69f31537dd433a53fed832768ddd6a4627 +size 17683 diff --git a/checkpoint-18500/scaler.pt b/checkpoint-18500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..7e434e3596292af0ccda9f57b1f152ec15d1c05a --- /dev/null +++ b/checkpoint-18500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e97e71e4805411bc5ab8342166aead6715433b984aac242a4dc1e6c1b1bd18 +size 557 diff --git a/checkpoint-18500/scheduler.bin b/checkpoint-18500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..264a23f6fe57cfa735552a72171ea7e0101610e8 --- /dev/null +++ b/checkpoint-18500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ba0c0ea099534ec5e9244ae9d55325d6911320c74e98590fa171b6a66db1111 +size 563 diff --git a/checkpoint-19000/controlnet/config.json b/checkpoint-19000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-19000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-19000/controlnet/diffusion_pytorch_model.bin b/checkpoint-19000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..877bd7f6a3c42961076281c1c86f4ac6b4ff9090 --- /dev/null +++ b/checkpoint-19000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f98d80060ea9b914dc2c0cbd2a204db8ab7758a7a93c8cbf00bf98f4d00690 +size 1457056057 diff --git a/checkpoint-19000/optimizer.bin b/checkpoint-19000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ed6c8ffc6da93074ea18209b182079e10a9feeff --- /dev/null +++ b/checkpoint-19000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03f3295bb2709e2d99114a21a0abdc2b8a651787e1c7afdbdd343d05e4f4913 +size 2914110745 diff --git a/checkpoint-19000/random_states_0.pkl b/checkpoint-19000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ce9c0c597ad0920a9ad751bf7bb5b5703bc17c79 --- /dev/null +++ b/checkpoint-19000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c40358c67cb2dadb7b59807b006397af7239a7716da4c3c236415280bf475c58 +size 17683 diff --git a/checkpoint-19000/scaler.pt b/checkpoint-19000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..d27e574efda4c4c6c2ba3b063537b5bb012619ed --- /dev/null +++ b/checkpoint-19000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5afb5a1f13595854561757bb6e4afd0f7e5ba3fec5591ca940115bd8bb468dbe +size 557 diff --git a/checkpoint-19000/scheduler.bin b/checkpoint-19000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a2e15ed41f1cde385201a8aef59462e3dd31fe9f --- /dev/null +++ b/checkpoint-19000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f16772314b7984e284943e5b6545ad5425584c659e51fc6e82882b5a31323332 +size 563 diff --git a/checkpoint-19500/controlnet/config.json b/checkpoint-19500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-19500/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-19500/controlnet/diffusion_pytorch_model.bin b/checkpoint-19500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..3d7212f10d672c5f833788bc633c72a6500016dc --- /dev/null +++ b/checkpoint-19500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f853a3ebab9197fe6c5d5a3205a8adca1822474289e18f0e82c1c190b7248843 +size 1457056057 diff --git a/checkpoint-19500/optimizer.bin b/checkpoint-19500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..298f8cfd342469dd64c1506b74958b30827be48a --- /dev/null +++ b/checkpoint-19500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c184c3ee7aa692205cb0b76251040ce6ab99c0b4ccca8684b4c41346bc8e65 +size 2914110745 diff --git a/checkpoint-19500/random_states_0.pkl b/checkpoint-19500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..5fdbc0ee491ec991a54c6f55fde4dadaa4637555 --- /dev/null +++ b/checkpoint-19500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1fe69cc782160995b4359737fc1418c43137f755e5c1e6d23fe7a670eb3097 +size 17683 diff --git a/checkpoint-19500/scaler.pt b/checkpoint-19500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..7a8076cf49e5ad1e79103930dd59e4dfb7e5f680 --- /dev/null +++ b/checkpoint-19500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f8677e61e4792d8ea770386cdd4d1fe39f38374ca1de920c2ae709a70b13704 +size 557 diff --git a/checkpoint-19500/scheduler.bin b/checkpoint-19500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..200688fcf3590773dd38e572591bb30d46c214cd --- /dev/null +++ b/checkpoint-19500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d315ce1dcffa931dc589302a4726d9194eba228790a70a359d332adf48ddd671 +size 563 diff --git a/checkpoint-2000/controlnet/config.json b/checkpoint-2000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-2000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-2000/controlnet/diffusion_pytorch_model.bin b/checkpoint-2000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..6bb3afc1a71da028f960ceb846c05e70ddc131dc --- /dev/null +++ b/checkpoint-2000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1fbcd5bd3bbf020277609d10e33f8b75f172fb7bc5b46a15003ff3bbddedfe9 +size 1457056057 diff --git a/checkpoint-2000/optimizer.bin b/checkpoint-2000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..097623166a4165ed03708df56139da1bae6c666d --- /dev/null +++ b/checkpoint-2000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce3f8d60d72a9d14d70e8834e2bbac2e4ed3a698dcdce584342fb3cdc8490e63 +size 2914110745 diff --git a/checkpoint-2000/random_states_0.pkl b/checkpoint-2000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f544baec703f5ede24558990bf154f2f854dbcf7 --- /dev/null +++ b/checkpoint-2000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8af4398d4683d49f7222198be8b4fd6cd22d5ec98be9672d28d50c2cb1b136e5 +size 17747 diff --git a/checkpoint-2000/scaler.pt b/checkpoint-2000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..21ece35416ce79724d347155f11cfa297b97cabc --- /dev/null +++ b/checkpoint-2000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2de9749828adacdf103bf6e9592702bb7067a2c1df27dd62ab38c1eb8c070f +size 557 diff --git a/checkpoint-2000/scheduler.bin b/checkpoint-2000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..3474e1011e1462a8eab544164dfbd39366ca4da4 --- /dev/null +++ b/checkpoint-2000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:630cc19a3cb4ed5f1d67a0d535bfec489c348a6a88102d8fe945e1a1baf47eb6 +size 563 diff --git a/checkpoint-20000/controlnet/config.json b/checkpoint-20000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-20000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-20000/controlnet/diffusion_pytorch_model.bin b/checkpoint-20000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..48d7121913a7b25b6edfa175260edb3aa4fc20ea --- /dev/null +++ b/checkpoint-20000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c91f2b8475cbf71a1c3faeabe10d65be66b030c9cade635b750c9d6d8fbcbb +size 1457056057 diff --git a/checkpoint-20000/optimizer.bin b/checkpoint-20000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..bf3dbda65d17ec84c89bf2cc87dbb538ff396012 --- /dev/null +++ b/checkpoint-20000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ccef54c3d821afae3f493375f1b31e54eeef45ed3f18e80413ec2879d4e715f +size 2914110745 diff --git a/checkpoint-20000/random_states_0.pkl b/checkpoint-20000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..2a7c322eab8ddf7815ce46d60fcaeaf7ca99d3eb --- /dev/null +++ b/checkpoint-20000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a719f62bc4b3a66a6725968cf2eef4843b07957698c21a0ce9d78d05fd6943 +size 17683 diff --git a/checkpoint-20000/scaler.pt b/checkpoint-20000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..5e03d5a2769f8383a9199b834ac2c4cdfc0ee971 --- /dev/null +++ b/checkpoint-20000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47575d00a151500e7d36713a1550f1d18fb38799bcdba3140b1d1828c290eeb3 +size 557 diff --git a/checkpoint-20000/scheduler.bin b/checkpoint-20000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..90c91defbc62bd1e11fc6176d8d90449d41af543 --- /dev/null +++ b/checkpoint-20000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b212a983dd8da62507afde845b289216e4b866c07ebf9e18716a2fa357728516 +size 563 diff --git a/checkpoint-20500/controlnet/config.json b/checkpoint-20500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-20500/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-20500/controlnet/diffusion_pytorch_model.bin b/checkpoint-20500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..f3b477067e53fcc26c9ee2c6301bf79cc9a965e7 --- /dev/null +++ b/checkpoint-20500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7166a78b98554d42de26e8042b8971a71bf328b06826f7439e96fdb389e048e5 +size 1457056057 diff --git a/checkpoint-20500/optimizer.bin b/checkpoint-20500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0054073a4b3d8216eaab3fa7c673d7d070f0db6a --- /dev/null +++ b/checkpoint-20500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789da25160706058953b1afc36b75be3de02e6c8fd89e9373df00080f32f1836 +size 2914110745 diff --git a/checkpoint-20500/random_states_0.pkl b/checkpoint-20500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..bfd39ce65907ef70890e9c55436dca0bbc9109e8 --- /dev/null +++ b/checkpoint-20500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f808239436622013cd75a30d1a79e739bdb95731eb8967b1c63ac02918cb5688 +size 17747 diff --git a/checkpoint-20500/scaler.pt b/checkpoint-20500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..7de9ed02c5b9bfb8b86d8e9a6dac72e12df88817 --- /dev/null +++ b/checkpoint-20500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af9bafb0d7378762d786c1a8e7f8012ed8227039b54901e7d056eccf315691f +size 557 diff --git a/checkpoint-20500/scheduler.bin b/checkpoint-20500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..6ab6c01af87e4d1edbb4afaeec9c7834f2ea9f7b --- /dev/null +++ b/checkpoint-20500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25dbc99e19c72e14c690b5a0bb0c7afb8c5fbc4349f53787dcb94cc842074708 +size 563 diff --git a/checkpoint-21000/controlnet/config.json b/checkpoint-21000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-21000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-21000/controlnet/diffusion_pytorch_model.bin b/checkpoint-21000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..b8dfe70cd86e8656dc8b0fa867997906310986e5 --- /dev/null +++ b/checkpoint-21000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e490de5f58161a7afee0e1abb870ecdec3c65b0d741b71f875c9868ee36f1825 +size 1457056057 diff --git a/checkpoint-21000/optimizer.bin b/checkpoint-21000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..bfb0d2f4923399cf81442cf75650013d6822c517 --- /dev/null +++ b/checkpoint-21000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b12f30ba7edb799186c01bde828a8f7cb89413cac17d200565ddaf7b3abbad +size 2914110745 diff --git a/checkpoint-21000/random_states_0.pkl b/checkpoint-21000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b65f009517fcee8999bd2ad856517c495288c183 --- /dev/null +++ b/checkpoint-21000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa79da9c0a787d8347fe1818d0fa3e740eea0b7991b8b26038cfada9a842fc1 +size 17747 diff --git a/checkpoint-21000/scaler.pt b/checkpoint-21000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..0e0900a94ca89dccd176e4921af7278d5c0fa2d2 --- /dev/null +++ b/checkpoint-21000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2fa16b1bc7ccaba5c3c66ad5e1e80815fead5809bc8235d4b048029d942828e +size 557 diff --git a/checkpoint-21000/scheduler.bin b/checkpoint-21000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d1efff592908e3707e40f21007d6dbc58370f2ec --- /dev/null +++ b/checkpoint-21000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf007a1f9f6208cd4a83377f4a10da7236a7726feb735fa8ed2af7489869991 +size 563 diff --git a/checkpoint-21500/controlnet/config.json b/checkpoint-21500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-21500/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-21500/controlnet/diffusion_pytorch_model.bin b/checkpoint-21500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..fa5d67030573b1ed2e59d139cef2630843c45c0e --- /dev/null +++ b/checkpoint-21500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69d881b78052994c72ef7a852117d9d52254675620d991ca1441884fa1883689 +size 1457056057 diff --git a/checkpoint-21500/optimizer.bin b/checkpoint-21500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..94f5fc550a582bc7fd05364d8736bb566002e6dc --- /dev/null +++ b/checkpoint-21500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6138a61aef126fec3b994968f227e4a37d9f0d073d722d218fde068249266902 +size 2914110745 diff --git a/checkpoint-21500/random_states_0.pkl b/checkpoint-21500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b3f881a8a708fe4825149b3110b7f4ef7903336a --- /dev/null +++ b/checkpoint-21500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bfbc7e2f019407b4524502e3cddc7d829037c444792042fc6b912db0f817ceb +size 17747 diff --git a/checkpoint-21500/scaler.pt b/checkpoint-21500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..d3badb81075aedeae8e75a5e145786b6d6d2196b --- /dev/null +++ b/checkpoint-21500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e80a858409b1e21cc0eb4b13b6ebc83a378afbf001e071343be3f42535c62fc +size 557 diff --git a/checkpoint-21500/scheduler.bin b/checkpoint-21500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a152d771564785385a03d5bedb3b4f5b170c471e --- /dev/null +++ b/checkpoint-21500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd116701c2d2823b322835dad61ae9fe81e12cd03728331834491e0472d261b0 +size 563 diff --git a/checkpoint-22000/controlnet/config.json b/checkpoint-22000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-22000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-22000/controlnet/diffusion_pytorch_model.bin b/checkpoint-22000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..30abc0d083b624ae627a296aecb769c9d17a4dea --- /dev/null +++ b/checkpoint-22000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c2b6661fad339c77a39c2a1ea676aabe3f0216859382ac28b8e717454e5f79 +size 1457056057 diff --git a/checkpoint-22000/optimizer.bin b/checkpoint-22000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6495058866d75165545f4db6865d9694a0148672 --- /dev/null +++ b/checkpoint-22000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c16d591811cd8142ea1dbc67035641dfa42e09d6c236fca23e14c95850a302ec +size 2914110745 diff --git a/checkpoint-22000/random_states_0.pkl b/checkpoint-22000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4821a2455d1fb769ffb5200b558cdf0eda5f2cf0 --- /dev/null +++ b/checkpoint-22000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2c59c61ce2bfb6d6ba5af1cfe8d29556607ecfcef3ddbea5d8eca41d4d3dfc +size 17747 diff --git a/checkpoint-22000/scaler.pt b/checkpoint-22000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..6e6942ddba21d0f1c281659d05d7235f493a56f4 --- /dev/null +++ b/checkpoint-22000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0700fa7767b3948d76403f63840f9c2a2d8810ae7b11696307fc019d0b6b10b +size 557 diff --git a/checkpoint-22000/scheduler.bin b/checkpoint-22000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..9d5a58e145bf60fe7cc8bfa930b7468020eaf816 --- /dev/null +++ b/checkpoint-22000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9067ca4ec5932c9a9fcf7e926ee639ba98d8a57de2230dba041a3b17d84b8b4d +size 563 diff --git a/checkpoint-22500/controlnet/config.json b/checkpoint-22500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-22500/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-22500/controlnet/diffusion_pytorch_model.bin b/checkpoint-22500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..9c1f76cc1b280e53285cec78befcc86d82f13e8a --- /dev/null +++ b/checkpoint-22500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59c20db9e2d0782d6140b4ca50dec34bf237dc6e9c7d94e32c32a0ab3be82753 +size 1457056057 diff --git a/checkpoint-22500/optimizer.bin b/checkpoint-22500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b993363cb5c598420eb14690871c3413a0f2a32c --- /dev/null +++ b/checkpoint-22500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79669f4217cde86563d9cc1f7a6981b3351325c839cd56ea4049b6532243ba86 +size 2914110745 diff --git a/checkpoint-22500/random_states_0.pkl b/checkpoint-22500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..25da921a69ce2cfd9007f28260dc97cc890af5b5 --- /dev/null +++ b/checkpoint-22500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d785376d9442944fd6afd671760a49d3faf4b8b6d79b5e67e540a169f29f60 +size 17683 diff --git a/checkpoint-22500/scaler.pt b/checkpoint-22500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..cc2a61ef758160a596e512222f474405ba51c80c --- /dev/null +++ b/checkpoint-22500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28da10cda4283c99ab177ded93a53bd1564b08f12d6a1f47331f0593f441352a +size 557 diff --git a/checkpoint-22500/scheduler.bin b/checkpoint-22500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..fefcb508e0d1294dc8e0d7b4d1c581d19af2306c --- /dev/null +++ b/checkpoint-22500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9ed2ca67b10bc526be88d3b6fa68042663841062ccf1e1598fa1ca3203a584d +size 563 diff --git a/checkpoint-23000/controlnet/config.json b/checkpoint-23000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-23000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-23000/controlnet/diffusion_pytorch_model.bin b/checkpoint-23000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..60fc049f1965f6c87b51f213fb45193c1585a368 --- /dev/null +++ b/checkpoint-23000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9177eac27e92b4ab7cd146641cfc86eecb398c80deaf6f7e5661ad946218d419 +size 1457056057 diff --git a/checkpoint-23000/optimizer.bin b/checkpoint-23000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..487afe4a6e7ae5a2811a7a8c0491e34cc09cde25 --- /dev/null +++ b/checkpoint-23000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4beac6ac1dd179cebc0b5370297e4a7229c670b6db7d5cb58786edc50c448c7b +size 2914110745 diff --git a/checkpoint-23000/random_states_0.pkl b/checkpoint-23000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4237e001810aa8f95eed3380915258d9274e14ab --- /dev/null +++ b/checkpoint-23000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f2715d79f485997ed1f58a8f3f3bdd5c245edc41f531bd8da8e43cc27b4efd +size 17747 diff --git a/checkpoint-23000/scaler.pt b/checkpoint-23000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..8bb07e86104e01fdf7cd41036548de4a7f167b27 --- /dev/null +++ b/checkpoint-23000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de4c5f573c03eb128cb1b74204edd339694fdb7e50a23341813d2f6fe22dad73 +size 557 diff --git a/checkpoint-23000/scheduler.bin b/checkpoint-23000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..6756e318e5856d0a96429943d189b673d4e608c6 --- /dev/null +++ b/checkpoint-23000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc9bf8397933d51286007976693fdf7ad40b68aa63dcadce1700a5041bfec37 +size 563 diff --git a/checkpoint-23500/controlnet/config.json b/checkpoint-23500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-23500/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-23500/controlnet/diffusion_pytorch_model.bin b/checkpoint-23500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..2a9a0ebb877964ba381a1858e6e09d668add7dc5 --- /dev/null +++ b/checkpoint-23500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67738b923bd5a08818d5fae839bd637a7aa6ee2da91808ce7f77f99ae371514b +size 1457056057 diff --git a/checkpoint-23500/optimizer.bin b/checkpoint-23500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ab27de2812a34ccdb08104f5794d80418e71ee9f --- /dev/null +++ b/checkpoint-23500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cca61634580485ac467db25699315f595ef0e8aad35d07ba18d1b23f11d9d12 +size 2914110745 diff --git a/checkpoint-23500/random_states_0.pkl b/checkpoint-23500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..d2a088b0621f71169bed487885ff62599a6db290 --- /dev/null +++ b/checkpoint-23500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9410c4267773a7ac384db662a98836bb647bcf269256282677157fb372f25d +size 17747 diff --git a/checkpoint-23500/scaler.pt b/checkpoint-23500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..e86024836b3bd54a9d591c8a29f689680ee16919 --- /dev/null +++ b/checkpoint-23500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc16e8610a7b166362807d268090c761bfb362d55fce0beb5461b6fa0495314 +size 557 diff --git a/checkpoint-23500/scheduler.bin b/checkpoint-23500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..011b95e6c5416ab9a1a8982765dae493dcaa5e1b --- /dev/null +++ b/checkpoint-23500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0e5a9ff82979dce02387d2a2d442a37dd0f38abac81ca2a4b4b93b01436fd60 +size 563 diff --git a/checkpoint-24000/controlnet/config.json b/checkpoint-24000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-24000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-24000/controlnet/diffusion_pytorch_model.bin b/checkpoint-24000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..8efc0e404204570b5c4fc496803d8a7695fb187d --- /dev/null +++ b/checkpoint-24000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8b966b6b9828510a5d533906a2d9f70f3ad1fbce4f2a6b42d49f9254820eb1 +size 1457056057 diff --git a/checkpoint-24000/optimizer.bin b/checkpoint-24000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9fd5b4596d520f2cf8c0a789951c27b512cdf28d --- /dev/null +++ b/checkpoint-24000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:919c58426609a66038de807c028ddd71f287e7afa86a577253558393d445485a +size 2914110745 diff --git a/checkpoint-24000/random_states_0.pkl b/checkpoint-24000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c498787d11b43091a9eae703c97df7d9c535dc91 --- /dev/null +++ b/checkpoint-24000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636758183885799f4b8e884d9a9ccbdae4c64ab2b9403542b00af7baa4c226c4 +size 17747 diff --git a/checkpoint-24000/scaler.pt b/checkpoint-24000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..a2aa85c2c5f1963216ca90fec5b0a2a0f44620d5 --- /dev/null +++ b/checkpoint-24000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a859ebf1d5159837001d822c51e922ac33adc33b4e92031cd3a5b9fd59db2bd +size 557 diff --git a/checkpoint-24000/scheduler.bin b/checkpoint-24000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..b9dfe2b94cb66c22b28935738d483d6e5a3e3a03 --- /dev/null +++ b/checkpoint-24000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6425b4c6a48ac25947af61af3ee5420a5ef262c7932382e61b542c1c6be0ccda +size 563 diff --git a/checkpoint-24500/controlnet/config.json b/checkpoint-24500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-24500/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-24500/controlnet/diffusion_pytorch_model.bin b/checkpoint-24500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..398b7674978bb7241c5a47ead3acbe288ec8af9d --- /dev/null +++ b/checkpoint-24500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b966b2d9d124448c832f5132bc7e5b8fcdf00c7c12109a0318255453363a3a9a +size 1457056057 diff --git a/checkpoint-24500/optimizer.bin b/checkpoint-24500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..a74e1a0a33f4a9893bfd1c46b3dcd06ea23cc0be --- /dev/null +++ b/checkpoint-24500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e04bef8c4873021552a429e222384b01559ae932de500d9e98ece08345e19f +size 2914110745 diff --git a/checkpoint-24500/random_states_0.pkl b/checkpoint-24500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..6fdfc2ca11ec627250512966975e04a5bab34727 --- /dev/null +++ b/checkpoint-24500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7b355ac3fb3be1c5d29c32211392fa91ddc2d6855c38ea09a5cd312b2e9479a +size 17747 diff --git a/checkpoint-24500/scaler.pt b/checkpoint-24500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..01e76cec0e0aba468c239a016f6307c1e63692a2 --- /dev/null +++ b/checkpoint-24500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd511f69dada96af823dc22b31b20917f6b745af4d434f634941bc9d9c4ac951 +size 557 diff --git a/checkpoint-24500/scheduler.bin b/checkpoint-24500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..3fe6f757577f49763dcaedba6eac2ed020c1b99c --- /dev/null +++ b/checkpoint-24500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d02d163ae978f6fd9de1c453e2fa7de04bb79bd3f4b9eee22b52eb5483017433 +size 563 diff --git a/checkpoint-2500/controlnet/config.json b/checkpoint-2500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-2500/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-2500/controlnet/diffusion_pytorch_model.bin b/checkpoint-2500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..8fd5a40d6371f1ad9958867361eb4bc1c0596732 --- /dev/null +++ b/checkpoint-2500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0635872f56dc32c8447bc8daaa966c0caf4334e95eda8093e7ecf58030014917 +size 1457056057 diff --git a/checkpoint-2500/optimizer.bin b/checkpoint-2500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..1bb1a53abfcaf8738b9e9f9424abee9c86bfc512 --- /dev/null +++ b/checkpoint-2500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b376b6ef992cafbbe2babfeaf5475547668bdd8649a89e52e35ed5fa8cbaf279 +size 2914110745 diff --git a/checkpoint-2500/random_states_0.pkl b/checkpoint-2500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..07b4a8497ffbcb369675d4af4ce21133d383467d --- /dev/null +++ b/checkpoint-2500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bce77cca023a7dc13046145f35d6d3b50f8aa6db5fece2d6cdd34fd1d231a4a +size 17747 diff --git a/checkpoint-2500/scaler.pt b/checkpoint-2500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..9a3e6e139e26b18feddbe2f66ba98b73890dacfa --- /dev/null +++ b/checkpoint-2500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fbcebc8f5487b0c117b5dd47f2ea304af3eebf408d297118d9307e1223927e1 +size 557 diff --git a/checkpoint-2500/scheduler.bin b/checkpoint-2500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..dfea8b103660873f57a0b99214cb9acb641ced7b --- /dev/null +++ b/checkpoint-2500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6bcd4cb37625cab1478c5f801ecf8dcfe8513c2acdf383cd99f5bc953b5e8a3 +size 563 diff --git a/checkpoint-25000/controlnet/config.json b/checkpoint-25000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-25000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-25000/controlnet/diffusion_pytorch_model.bin b/checkpoint-25000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..1d0790e3038ad82e74514340fc852a7c4b37f112 --- /dev/null +++ b/checkpoint-25000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21f07a04655562555766cdc0f3b91e8ebe0a133133db55a95ed6ea27614f0005 +size 1457056057 diff --git a/checkpoint-25000/optimizer.bin b/checkpoint-25000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c57b68b056fcd64539fdf332bde026ef39f1e652 --- /dev/null +++ b/checkpoint-25000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae785bfdadbdbf9dd79b4d209c0e7329c388919efa966371d92dae4c0746ce2 +size 2914110745 diff --git a/checkpoint-25000/random_states_0.pkl b/checkpoint-25000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f4edb69f30da735eadfe0a845d7811ef44691870 --- /dev/null +++ b/checkpoint-25000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a54afd61caf9fcb8b2d0b5c809403fbf23cd446079a7e2d3e4c2cd729a3d00 +size 17747 diff --git a/checkpoint-25000/scaler.pt b/checkpoint-25000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..a0216a7841bd3846a930bd191d3c224054742024 --- /dev/null +++ b/checkpoint-25000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a266c3e392b6705086bb89781e20974a2eba8be3e76050808428b048c1b6e087 +size 557 diff --git a/checkpoint-25000/scheduler.bin b/checkpoint-25000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..5de7ecc82f37f8d5c470c8c37d3439c7099a1eff --- /dev/null +++ b/checkpoint-25000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b358b3829afe03cd64cafc7604aa3d10cb3e0653a3bd738366022ffb264f182 +size 563 diff --git a/checkpoint-25500/controlnet/config.json b/checkpoint-25500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-25500/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-25500/controlnet/diffusion_pytorch_model.bin b/checkpoint-25500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..c3a52211d8699ae8838fb2faad427133303e7dde --- /dev/null +++ b/checkpoint-25500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3615db54d7cc62e807c2430b01f1d6feab9ecee0bd4bface68a05d48229bc334 +size 1457056057 diff --git a/checkpoint-25500/optimizer.bin b/checkpoint-25500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..821b3f341f9825a81295735a8daeb082f28e8693 --- /dev/null +++ b/checkpoint-25500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73554c29f3abdb4e1c593d0408c83048fb8ac675920ce3bd2024d030f745ee2e +size 2914110745 diff --git a/checkpoint-25500/random_states_0.pkl b/checkpoint-25500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..9847296e282d892c58e467d3a3aa585e651b46d8 --- /dev/null +++ b/checkpoint-25500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d05f9d9c5cf8a9b8298e98801bb644c66ec032d9ac990bfe9b0fc28a8e5f7f60 +size 17747 diff --git a/checkpoint-25500/scaler.pt b/checkpoint-25500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..5a8379796e2e9ec0c81476a3c75a6c64e511599c --- /dev/null +++ b/checkpoint-25500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f907f379502d1970557297b68ddea9afe864f01be29e7a373ff4dc921f78258d +size 557 diff --git a/checkpoint-25500/scheduler.bin b/checkpoint-25500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..23bea808d74c34db6480ff179cba6396029af424 --- /dev/null +++ b/checkpoint-25500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e80b7e6f6ba505774f62d053e3a8d54fbcb2971782e5133ba8412ca428ee38 +size 563 diff --git a/checkpoint-26000/controlnet/config.json b/checkpoint-26000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-26000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-26000/controlnet/diffusion_pytorch_model.bin b/checkpoint-26000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..064151b23b91c761d9238c2311fe9a9ce214e002 --- /dev/null +++ b/checkpoint-26000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7041f0e17a424ef51bf04ae730f13cb8ce82d94414f82fc3a305f52e547184f +size 1457056057 diff --git a/checkpoint-26000/optimizer.bin b/checkpoint-26000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7811f7930b466f2a941c6d27718bcc06feb298e6 --- /dev/null +++ b/checkpoint-26000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc347ddaaa7fc148ce00f7a11bdb012d744a1d149789a9de9d681bdebcc2922 +size 2914110745 diff --git a/checkpoint-26000/random_states_0.pkl b/checkpoint-26000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..93d24e03c98ffa165ab01c99858f923b0d33ac4d --- /dev/null +++ b/checkpoint-26000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f09f142e3831d60c3564c8e148019ccbefda3aae60a4490312b8da6b8e515ff9 +size 17747 diff --git a/checkpoint-26000/scaler.pt b/checkpoint-26000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..3b9a50a09302ea8e7294d7239b238fa2d6eb5f3d --- /dev/null +++ b/checkpoint-26000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e248a80189e3ba3866630081049fcc8f0aa16eeb7ccb4abee3658f7d491a3018 +size 557 diff --git a/checkpoint-26000/scheduler.bin b/checkpoint-26000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..4357e1c05db21055cd0ce609cdc164afc5b3bc6d --- /dev/null +++ b/checkpoint-26000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c712593754a23d9a79b227ec05f930462726d7b42bf1a448969f95f1cd7b614d +size 563 diff --git a/checkpoint-26500/controlnet/config.json b/checkpoint-26500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-26500/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-26500/controlnet/diffusion_pytorch_model.bin b/checkpoint-26500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..f651362acbdbc8b2b48114665fbd5597d6b1bea5 --- /dev/null +++ b/checkpoint-26500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a67c7e88f504e6d862395b57f002fee82b6f4b35acc81741e7e76e5e48c89f3 +size 1457056057 diff --git a/checkpoint-26500/optimizer.bin b/checkpoint-26500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ea9fe8983ad21103265e24c22ad4b827d49a4658 --- /dev/null +++ b/checkpoint-26500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c76b8177e3dfe3c5a8211f1cce8dc40f299c58ce308211bb88bbb8e2292b29 +size 2914110745 diff --git a/checkpoint-26500/random_states_0.pkl b/checkpoint-26500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..7d236d86bf77712075b6f5ae236520285c5ecf6e --- /dev/null +++ b/checkpoint-26500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85946e68338d6072db1b0a21f389b39ff13eb39214dc3e3c1407d4ca84ae1562 +size 17683 diff --git a/checkpoint-26500/scaler.pt b/checkpoint-26500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..4a22ad2fdf270cf43d805af90b6c5905bb812256 --- /dev/null +++ b/checkpoint-26500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6baa86a5412b94300e8ca1520330c56192ba00cbb2adaf844914c536ad5d8c51 +size 557 diff --git a/checkpoint-26500/scheduler.bin b/checkpoint-26500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..b367cd5c742b770c35de66f5951d35ea97583728 --- /dev/null +++ b/checkpoint-26500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e6ef4c05c6115d10b2f2293464e74ae48bb45f4bf1ed08b83320d085248b4b +size 563 diff --git a/checkpoint-27000/controlnet/config.json b/checkpoint-27000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-27000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-27000/controlnet/diffusion_pytorch_model.bin b/checkpoint-27000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..8d08c229e99c5e0d61f52ddcfcbe7509b6e0952e --- /dev/null +++ b/checkpoint-27000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa77cbf6e65dd7a7348a9a1950cd5e173501860eb7378fcecf309c31c8e3db1 +size 1457056057 diff --git a/checkpoint-27000/optimizer.bin b/checkpoint-27000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..edb450b6b45100f1bb5a35aa9c9c7bf9498a73c3 --- /dev/null +++ b/checkpoint-27000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a02145ea48a8a49f1fc9c6ec571cb92bf543fe55193568bef64a4712b10c8e +size 2914110745 diff --git a/checkpoint-27000/random_states_0.pkl b/checkpoint-27000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..1005523d46500e0f93994ffe7c75a092978d4657 --- /dev/null +++ b/checkpoint-27000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e934b7b95ef5877fda7a884a49039f7db2be6179f264a1ba2c6f1f72072dd4 +size 17683 diff --git a/checkpoint-27000/scaler.pt b/checkpoint-27000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..9e8e7e870c4c34ca81a1bad2deabe7566b1a954b --- /dev/null +++ b/checkpoint-27000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47a3ad042b2c7919463a15a2f481e1d6fd12db766628ca34ed33dfbb8efd4c7e +size 557 diff --git a/checkpoint-27000/scheduler.bin b/checkpoint-27000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..54ffdef17f16b5300e64ba37ac94e32b7e1d7ee4 --- /dev/null +++ b/checkpoint-27000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:932ca52fd5e1762229a1b90b23f306f8774fa2745d8c48b7d616921e4df1c1c0 +size 563 diff --git a/checkpoint-27500/controlnet/config.json b/checkpoint-27500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-27500/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-27500/controlnet/diffusion_pytorch_model.bin b/checkpoint-27500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..5e2d193d8444320226e203d49916ce1368d15cb9 --- /dev/null +++ b/checkpoint-27500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b46111f286ff023bccb482e5880d4ed7ea02c58016b731da865537ddf5af756a +size 1457056057 diff --git a/checkpoint-27500/optimizer.bin b/checkpoint-27500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ade5716fdae7103a211a1c7cd8b956e38b0e6bf1 --- /dev/null +++ b/checkpoint-27500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eb063c94335318d3fb1e12ffd3677dea1f3e9a6a44e3266929dc4ab1704a32d +size 2914110745 diff --git a/checkpoint-27500/random_states_0.pkl b/checkpoint-27500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..92934e931c62a19f31cb8fb5dbbdaea13bf5111d --- /dev/null +++ b/checkpoint-27500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1643807f9a1ddb2e0b57bf0a612a17ed63e10a84479c529f388d96619e9c0115 +size 17747 diff --git a/checkpoint-27500/scaler.pt b/checkpoint-27500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..8e4058eb600caf6fe54279d70ea38758c8a49d52 --- /dev/null +++ b/checkpoint-27500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2992ed9a4b202f9ae6187d47e25970cbc70f6b9604b4b044f609bb45cb42eb39 +size 557 diff --git a/checkpoint-27500/scheduler.bin b/checkpoint-27500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d16a2f976dcdc4128df59313b6bc01f64f671dc5 --- /dev/null +++ b/checkpoint-27500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4bd3eb08794cae719d321549b19c9794d6ee51be48e915d7ded0930ba9ca59f +size 563 diff --git a/checkpoint-28000/controlnet/config.json b/checkpoint-28000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-28000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-28000/controlnet/diffusion_pytorch_model.bin b/checkpoint-28000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..2d6571e99d722017a08def3ed15ca297f8e11b43 --- /dev/null +++ b/checkpoint-28000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d02905ebc59c246d496d71d12ea06b80953049d2c3a559a8e8036b255b47f6c +size 1457056057 diff --git a/checkpoint-28000/optimizer.bin b/checkpoint-28000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6450c014d5a333c9f93c49bf131116238303a559 --- /dev/null +++ b/checkpoint-28000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d2f6bcb9a3073bbc8ba4c0b654c2f3e0b73755dce55273d74792d04ad94a9ba +size 2914110745 diff --git a/checkpoint-28000/random_states_0.pkl b/checkpoint-28000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a40af0064e55cde59cfc16bf1721621cf68eb320 --- /dev/null +++ b/checkpoint-28000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de12c6454909efc16c1f6b4d792368a4d674feaa201eded524236c2ad90c5893 +size 17747 diff --git a/checkpoint-28000/scaler.pt b/checkpoint-28000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..3336f43cae3b55145e73e5f997e79e0dd2980161 --- /dev/null +++ b/checkpoint-28000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01abaaa53a0fec753fa0b46bde66604e9af708509c940d52134ed1d3a5c8b58f +size 557 diff --git a/checkpoint-28000/scheduler.bin b/checkpoint-28000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..375dc5c7244cdd6bb30b3570d79d11e27d418dda --- /dev/null +++ b/checkpoint-28000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea17928593cca212735ffaff22139f572537171e3c1630a547ebbf86a1eb1ba2 +size 563 diff --git a/checkpoint-28500/controlnet/config.json b/checkpoint-28500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-28500/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-28500/controlnet/diffusion_pytorch_model.bin b/checkpoint-28500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..24abc0774da739fc363a2dc9ba445b3de1330640 --- /dev/null +++ b/checkpoint-28500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1456762df9b1ab4e497c070d39d67ab2ea8fdfdd7ac42417dbdf83cb6995f59e +size 1457056057 diff --git a/checkpoint-28500/optimizer.bin b/checkpoint-28500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b7dc9ef4579cc2db6c914ab794f8d62055a6bfef --- /dev/null +++ b/checkpoint-28500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb7a9ffd4f6f02afd84e91ef04547cfaa4c8099838ac2d06d5c7c58af6e8e4bd +size 2914110745 diff --git a/checkpoint-28500/random_states_0.pkl b/checkpoint-28500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..d8b35fc378677c64ad0fa0ab49c6ea8131ccd302 --- /dev/null +++ b/checkpoint-28500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2cf07af697d4ea585d54792735669bb66222a605d98635b1f025f4a8b261212 +size 17747 diff --git a/checkpoint-28500/scaler.pt b/checkpoint-28500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..a79ec759931a294e4eb00c4428225bd314a93ab7 --- /dev/null +++ b/checkpoint-28500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4024f959e156a8a6f55873f0a1258a5c2712dc7feca35b5a3658b1b2a215ce94 +size 557 diff --git a/checkpoint-28500/scheduler.bin b/checkpoint-28500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..65d21ba5ba5fc9d1cd745639052a17895deb99b9 --- /dev/null +++ b/checkpoint-28500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf4c10f8ea54ced013fc9003b71e24ad185d05f1cf4f6eb5c11990d9d5a1a2b9 +size 563 diff --git a/checkpoint-29000/controlnet/config.json b/checkpoint-29000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-29000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-29000/controlnet/diffusion_pytorch_model.bin b/checkpoint-29000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..c5cfb0870f4ac4721aa2173cd4c7ffb57d0abb5a --- /dev/null +++ b/checkpoint-29000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f4b3d444d95942360195754a10047781b2c3711daa3c32228e13d34856cb98 +size 1457056057 diff --git a/checkpoint-29000/optimizer.bin b/checkpoint-29000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c66ad0a333a8050a7b52c5aa392ce243652b1268 --- /dev/null +++ b/checkpoint-29000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3facee8a1becc3e87e9f3b692bd1279ce58c5b7d153658900e6994319f6423ce +size 2914110745 diff --git a/checkpoint-29000/random_states_0.pkl b/checkpoint-29000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e63a88afdb9e10e345c2f94af1057c5077a6ad4c --- /dev/null +++ b/checkpoint-29000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267b6aa4b62707cb85fa7510781468c4999a98aebca3588cd41d8ece99289772 +size 17747 diff --git a/checkpoint-29000/scaler.pt b/checkpoint-29000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..89222c4e41f9553ef9c1c18d6926fe7214590b7f --- /dev/null +++ b/checkpoint-29000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0abba9aee83faae5d11479a40a7bbb6867bd6c41e9a4ce3a0f1a41fbeff1615 +size 557 diff --git a/checkpoint-29000/scheduler.bin b/checkpoint-29000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..50139ff829aea5a27de9b917d090a3f932e9d51f --- /dev/null +++ b/checkpoint-29000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e08c56f54d4b5e565b783ca1a6ef173d6aa611ef14cfa7ad950d1a3953cf75d +size 563 diff --git a/checkpoint-29500/controlnet/config.json b/checkpoint-29500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-29500/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-29500/controlnet/diffusion_pytorch_model.bin b/checkpoint-29500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..799b8a1dbdcb2325d897e7331d83093ebf742e99 --- /dev/null +++ b/checkpoint-29500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07fd9b26fe44e4bbb305a1c430e9f6d86f7639aa38c947dc8078ccdab480b601 +size 1457056057 diff --git a/checkpoint-29500/optimizer.bin b/checkpoint-29500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..3c265df402f26a57675425e75a361b068900d4b1 --- /dev/null +++ b/checkpoint-29500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78639f96117267a5c8dbcabb18ac8be8694a277ed78bfbeb8b98626060acd4dc +size 2914110745 diff --git a/checkpoint-29500/random_states_0.pkl b/checkpoint-29500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..07bb66297dc0b1fd9f10baa4b7d66ec7a952d4ca --- /dev/null +++ b/checkpoint-29500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c9b71e98cabb933da8faf56967274fa77f010158402b78ef35a5497aa4242cc +size 17747 diff --git a/checkpoint-29500/scaler.pt b/checkpoint-29500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..e725eb13144c246eb33c27e9b6276a3d6daac054 --- /dev/null +++ b/checkpoint-29500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba86dd0cc1c9e13b08ecc5e365dfa539656bfbe484d76a5a6a9a9787b59e89d9 +size 557 diff --git a/checkpoint-29500/scheduler.bin b/checkpoint-29500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..8edf1f1784f243f612e71c551bb355310edd8bf9 --- /dev/null +++ b/checkpoint-29500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc981a4497658ad60c8df6c3d59ad28185a57c000e669cd17ee2d413bfb9f96c +size 563 diff --git a/checkpoint-3000/controlnet/config.json b/checkpoint-3000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-3000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-3000/controlnet/diffusion_pytorch_model.bin b/checkpoint-3000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..70ed31d0fa5800d048f90a94e353607445576c89 --- /dev/null +++ b/checkpoint-3000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b01fc6ab2bd51dea96c82aea2883ae6851c88d1bfbc238603ef2bb661f678e65 +size 1457056057 diff --git a/checkpoint-3000/optimizer.bin b/checkpoint-3000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..84ca1a52ae3e608338e9828f39517196d76d183a --- /dev/null +++ b/checkpoint-3000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31dc92022aeccd236ec1831f55204b0d635e2793632b34fd04c604d51e7ae906 +size 2914110745 diff --git a/checkpoint-3000/random_states_0.pkl b/checkpoint-3000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e435c8966c1e9889b8a1f240b79c5bf5a832fffb --- /dev/null +++ b/checkpoint-3000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba0ce0adaff4cfa9c900eb10776b6b505f72a9d53fd9cfd2f5080e174d130f72 +size 17747 diff --git a/checkpoint-3000/scaler.pt b/checkpoint-3000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..2888c9ddc2c30e6b47ce0e6abcc8e2d1303aab00 --- /dev/null +++ b/checkpoint-3000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1f9398b77268202e8e1465734a63d123b1ef11c27f20f2473677e9883a6869 +size 557 diff --git a/checkpoint-3000/scheduler.bin b/checkpoint-3000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e6243fe8b64a7112d637d0f1a8abdad6968fc7e8 --- /dev/null +++ b/checkpoint-3000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9855aba5ac021cfcebb517ce8e7c056e6a3e01548a489078133809249c0000db +size 563 diff --git a/checkpoint-30000/controlnet/config.json b/checkpoint-30000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-30000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-30000/controlnet/diffusion_pytorch_model.bin b/checkpoint-30000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..1bfd97ad79a61ab6929b832a7e7d1cfb3ee73867 --- /dev/null +++ b/checkpoint-30000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f06ebfee4ba2ebb24b983dea82f71cfe93eb2134c96851d3189880afc560b70d +size 1457056057 diff --git a/checkpoint-30000/optimizer.bin b/checkpoint-30000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9f98c7993d0ddcc89f8051e5a61b60c46df35cbf --- /dev/null +++ b/checkpoint-30000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6dbf79fc3b402443e58b19b43a5ddb0469032bd4e4856d915c6d5efa81a8103 +size 2914110745 diff --git a/checkpoint-30000/random_states_0.pkl b/checkpoint-30000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..77b2b6fcc940e8ff85b34db98087cbd05a51369f --- /dev/null +++ b/checkpoint-30000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6576c4ed639fd04a6561ffe5cbff66c9a519e1ddd455e3823b9ac933d896ad3 +size 17747 diff --git a/checkpoint-30000/scaler.pt b/checkpoint-30000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..0540a38e5f032119b5270c1e5c08a668bb9be5dc --- /dev/null +++ b/checkpoint-30000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3573c911463fb5a56c638e6be6ef399d27ced71741525194f4016bbe9c947527 +size 557 diff --git a/checkpoint-30000/scheduler.bin b/checkpoint-30000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..15a0d9998a768ece7e2642448e04eb3e11279aee --- /dev/null +++ b/checkpoint-30000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7bb5000a3f87b275281e338bfd02a5cfb3e71391ebf9897a3a63035bd305deb +size 563 diff --git a/checkpoint-30500/controlnet/config.json b/checkpoint-30500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-30500/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-30500/controlnet/diffusion_pytorch_model.bin b/checkpoint-30500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..d10ead9fe414cd36759b387288d713e9dca6bc58 --- /dev/null +++ b/checkpoint-30500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2431a65ae3794b2b85f332cfa29de9f3cee0ad2825d9208097f27c71d875ce13 +size 1457056057 diff --git a/checkpoint-30500/optimizer.bin b/checkpoint-30500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..f4f62a28c96e56fc5ec46d3d90b0a8cfb22c3f8a --- /dev/null +++ b/checkpoint-30500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e68f47f7cac57da5d87c7e284b72d7b56825861538cb41d9174c4627f4f9821 +size 2914110745 diff --git a/checkpoint-30500/random_states_0.pkl b/checkpoint-30500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..59c4bf8bbec8aa4d391c4ee496c5c4c2c247e68b --- /dev/null +++ b/checkpoint-30500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a48d10b93ea2798f92815ddd07b4d12011efe7b631bb1f53bc452444ebacae +size 17747 diff --git a/checkpoint-30500/scaler.pt b/checkpoint-30500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..b38d69d7e9671b3aa8b55f9c39dafff85d788493 --- /dev/null +++ b/checkpoint-30500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94561ea6228b52f1855f634ccebe9c7dc160431134dba70f5a3e05e0d32678d0 +size 557 diff --git a/checkpoint-30500/scheduler.bin b/checkpoint-30500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..54d1838e4cc0d7a55cad96c8325241cae09a3d55 --- /dev/null +++ b/checkpoint-30500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f8696ebf2225087f021a47483e8354255cae4f1252692dea7d837e7bb6e1060 +size 563 diff --git a/checkpoint-31000/controlnet/config.json b/checkpoint-31000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-31000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-31000/controlnet/diffusion_pytorch_model.bin b/checkpoint-31000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..73737f10c43f86c3fd32011e17f85e4e26277d76 --- /dev/null +++ b/checkpoint-31000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0bcacf57482894b7f20de2db8b638b0e21c174ebda24d69ac4a9b25a648c7c5 +size 1457056057 diff --git a/checkpoint-31000/optimizer.bin b/checkpoint-31000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..04744e087864e3b44f568cf8924520123ef369dd --- /dev/null +++ b/checkpoint-31000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8abe97daea3642d3b8a503dfe1f7e86db3ef2f7385a7a543b65bb23e77ba3576 +size 2914110745 diff --git a/checkpoint-31000/random_states_0.pkl b/checkpoint-31000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..8ba56c06e5d2170a437f8fa9868dbf02d804928d --- /dev/null +++ b/checkpoint-31000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad5695870911214d99010d6d6577d35a9442ba585d0bae186e7bca932b10a70 +size 17747 diff --git a/checkpoint-31000/scaler.pt b/checkpoint-31000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..958c5383d358884a7c6587d8005aa6fc41a4c9b0 --- /dev/null +++ b/checkpoint-31000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9abc6139a1597f48d7752952b1691aa30847b4824c2936a5ef99047bed6f6d5 +size 557 diff --git a/checkpoint-31000/scheduler.bin b/checkpoint-31000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..ca9de78262e68bade24897ea876f6e7a9bbc049b --- /dev/null +++ b/checkpoint-31000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd103a057458e0b43c23feedc6c8c3d9f470749342843be124910e2931553199 +size 563 diff --git a/checkpoint-3500/controlnet/config.json b/checkpoint-3500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-3500/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-3500/controlnet/diffusion_pytorch_model.bin b/checkpoint-3500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..5b40ad8ca12b03c44249d0c4276b7e54f8d71de2 --- /dev/null +++ b/checkpoint-3500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb9a5dd0f08f645cec6d20bd05badc6fd1c5d9956abb5b26e5ed00c78e5b0f79 +size 1457056057 diff --git a/checkpoint-3500/optimizer.bin b/checkpoint-3500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0405dc754c8a38b23e209db7b06b0ab768618881 --- /dev/null +++ b/checkpoint-3500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a57fc75e22693fa62d19a6c0892016ebabdb076018c53721792f045ac4b72903 +size 2914110745 diff --git a/checkpoint-3500/random_states_0.pkl b/checkpoint-3500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..945fb4e37cd567a0b2b2cecf582ab33971a10ef4 --- /dev/null +++ b/checkpoint-3500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b4c809a9dcc914aad07b444939c85f5efb3baec4f4fb10de1c61e3d7045afac +size 17747 diff --git a/checkpoint-3500/scaler.pt b/checkpoint-3500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..44e7bbfd017c097f419247a9c5de77cb216339ac --- /dev/null +++ b/checkpoint-3500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4cfe72973031c5a482f6e9ed0cb664a6aa7f63116e294e2b1f72d360d9b033c +size 557 diff --git a/checkpoint-3500/scheduler.bin b/checkpoint-3500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..899968e081242b3b76b57a23bf94995ae9c4a657 --- /dev/null +++ b/checkpoint-3500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80baec8c5648a3e6243f1d5e5d55a15c755a5d1da164fbe9365f6bfb6312ce2c +size 563 diff --git a/checkpoint-4000/controlnet/config.json b/checkpoint-4000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-4000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-4000/controlnet/diffusion_pytorch_model.bin b/checkpoint-4000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..9008d491bfe3eb56433883783a045e7191e214b0 --- /dev/null +++ b/checkpoint-4000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e893e9e77ac6d6f05f9086e1e592903560e5e13ef31c2e2e7cc70b4a7ff266 +size 1457056057 diff --git a/checkpoint-4000/optimizer.bin b/checkpoint-4000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..649afbcf7f075150b12efd3ec024b22d7dfcda67 --- /dev/null +++ b/checkpoint-4000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ea119bcf5c61a6498b9c6cf278b2225e622c8a05380ccea56b32f43d8536da3 +size 2914110745 diff --git a/checkpoint-4000/random_states_0.pkl b/checkpoint-4000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e70f51b1275732a050313744613150320bfd406b --- /dev/null +++ b/checkpoint-4000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df1e1a2e9ae434e187f021f9c8dad6a5afe9d6064c19ea3c9455f434afd3445 +size 17747 diff --git a/checkpoint-4000/scaler.pt b/checkpoint-4000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..e6dfc1dc5fe962ebf4423f5d584aeb4e90dc01be --- /dev/null +++ b/checkpoint-4000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09a61ecdaa4a69ba865e0b9e19169660549c34c60a83537ab5ece413678520ab +size 557 diff --git a/checkpoint-4000/scheduler.bin b/checkpoint-4000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..9a2938770065d34dc6505ea6ed8bc688c01a08ac --- /dev/null +++ b/checkpoint-4000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0334581e8e5fb57b4535ae3230e9bd465f6f0c412614a5670ee61f4f9c5d983 +size 563 diff --git a/checkpoint-4500/controlnet/config.json b/checkpoint-4500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-4500/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-4500/controlnet/diffusion_pytorch_model.bin b/checkpoint-4500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..2311ac95e9ed1e1bb1e6ef4cb5328e6157e517c5 --- /dev/null +++ b/checkpoint-4500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:278d19c4cb2887496fd77f9b24daf28a9db72380be3a2aad8478718ba41714a2 +size 1457056057 diff --git a/checkpoint-4500/optimizer.bin b/checkpoint-4500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..26e186da9275ad31ddb7f655556eff6a04a5acfe --- /dev/null +++ b/checkpoint-4500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231b67477eb565f02460f060131b0af66770382c51f37d4c2534dbe778dac27b +size 2914110745 diff --git a/checkpoint-4500/random_states_0.pkl b/checkpoint-4500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..bb93b80583a0d98d1e82ea6b9215a779a07d7ff4 --- /dev/null +++ b/checkpoint-4500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c23ea266163bda563e447554f6e4d7d2df32026f04dcd2d95daaa32c0563f6b0 +size 17747 diff --git a/checkpoint-4500/scaler.pt b/checkpoint-4500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..c5459ce8af71ae94ed4729e703ac43071873df51 --- /dev/null +++ b/checkpoint-4500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8474830dbb0ee2555c7fca1ddb59c3a8703100405178d69f471e9f9597100d49 +size 557 diff --git a/checkpoint-4500/scheduler.bin b/checkpoint-4500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..846d2ef0337fabfd26dc64a485668ed71857b840 --- /dev/null +++ b/checkpoint-4500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261cadbad9c81979637b3cbd8f82015260cc90b0c9542fd98626a401a6f52691 +size 563 diff --git a/checkpoint-500/controlnet/config.json b/checkpoint-500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-500/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-500/controlnet/diffusion_pytorch_model.bin b/checkpoint-500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..e932aa6feceacf8bbacfd5d47c0c9d74cc9529c5 --- /dev/null +++ b/checkpoint-500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a4395a5b97e08d03b58bbadd210226375616ad5c3bb1a00d4e652d0807c3de5 +size 1457056057 diff --git a/checkpoint-500/optimizer.bin b/checkpoint-500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..f0f3e34b4765d4863370dc9e6ca505a9d6937137 --- /dev/null +++ b/checkpoint-500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b9692f301943de5f9bd969a43e68a958c9ae71766e6d6fe28f4a6742b8510a7 +size 2914110745 diff --git a/checkpoint-500/random_states_0.pkl b/checkpoint-500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..943a56d9229e7d299385f17540538e4e8c41c4ed --- /dev/null +++ b/checkpoint-500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe2f1a3c3e486c16f090035cd566a19ad4522e88646b666e9ac0e1c158107ef3 +size 17747 diff --git a/checkpoint-500/scaler.pt b/checkpoint-500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..b5f2e5ee77c2cef5eff816170558ce9209855685 --- /dev/null +++ b/checkpoint-500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f196a54202bb4ba1220e8c59f42f9cda0702d68ea83147d814c2fb2f36b8f2 +size 557 diff --git a/checkpoint-500/scheduler.bin b/checkpoint-500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..64373fe7f87efc1d992d705ae49aa37ba7ddd6b1 --- /dev/null +++ b/checkpoint-500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfe94afd21b04fe331bf93a36e6de4869425c4da4a32303493f7f8b96dd6ca61 +size 563 diff --git a/checkpoint-5000/controlnet/config.json b/checkpoint-5000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-5000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-5000/controlnet/diffusion_pytorch_model.bin b/checkpoint-5000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..f9eb2ac348a1970ff2e18589eb4828718f948214 --- /dev/null +++ b/checkpoint-5000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75cf1497ea6793e63d6d75f54fe0ac476a1eb0a6ca66c65be9a72b9faa8d400c +size 1457056057 diff --git a/checkpoint-5000/optimizer.bin b/checkpoint-5000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..3ede19aaeec5b6599ad861dd4e1250d15987a526 --- /dev/null +++ b/checkpoint-5000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed88f4082df955f01fcbd45357fa18358f097bbcad2dfe81eb4d92f2ad729dd4 +size 2914110745 diff --git a/checkpoint-5000/random_states_0.pkl b/checkpoint-5000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3ea6e5848776cfddfbecd3ef952fbc9d30d24a0b --- /dev/null +++ b/checkpoint-5000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c6a36411cb323aa4293472f932d18e2fd25fde87f4d2a46bb8e6e1ad40388ea +size 17683 diff --git a/checkpoint-5000/scaler.pt b/checkpoint-5000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..707bb0d8c8426af09a9851fb3f08c0c197bc9735 --- /dev/null +++ b/checkpoint-5000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db44ea132e302ab12e6f6151c35404c6a57b1bf02ca5165acdcf14a37cc5857e +size 557 diff --git a/checkpoint-5000/scheduler.bin b/checkpoint-5000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..734b5f1a78becabd3756dc48390bdb36d7873d7f --- /dev/null +++ b/checkpoint-5000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28ba2f5c312da30a311a2d91935ea01170f2d6c07b7ca037c08c3afa5d0571ab +size 563 diff --git a/checkpoint-5500/controlnet/config.json b/checkpoint-5500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-5500/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-5500/controlnet/diffusion_pytorch_model.bin b/checkpoint-5500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..fb31ac0df17f9833385866705d86235e06c7f0f0 --- /dev/null +++ b/checkpoint-5500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf48902b2ca96a59bf5f2a2f08994e141672762f526b6eff2cfae9df867a1940 +size 1457056057 diff --git a/checkpoint-5500/optimizer.bin b/checkpoint-5500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..edbff320a9f2e23e0e71da33930ef84e2fdd7735 --- /dev/null +++ b/checkpoint-5500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:015ca860583a7d6e091e58bb64808243fcdc0895ac4ecb62e812d211c046b89d +size 2914110745 diff --git a/checkpoint-5500/random_states_0.pkl b/checkpoint-5500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..18baa0b200f9d751f2bd79fd00946f65d8fcebdd --- /dev/null +++ b/checkpoint-5500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78500ce3cc10de22c7247255293b0570b75c4a6656f2cabf42319d8933f2b29e +size 17747 diff --git a/checkpoint-5500/scaler.pt b/checkpoint-5500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..d549ed4155c83285c491574ea00b56d8008ff489 --- /dev/null +++ b/checkpoint-5500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec1894bb0429db8ea8ebfd95b76b1691c841a77caffe0f3ce4851418e5031ee5 +size 557 diff --git a/checkpoint-5500/scheduler.bin b/checkpoint-5500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..5b91aaecf8763d67a92cfacdf21793251bf6fc11 --- /dev/null +++ b/checkpoint-5500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d55ffe9320552e2884f44d76c0e881596ed596dc5296e32dc3165a29dd75edc +size 563 diff --git a/checkpoint-6000/controlnet/config.json b/checkpoint-6000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-6000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-6000/controlnet/diffusion_pytorch_model.bin b/checkpoint-6000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..ecf77358b8be4e202f43097ea9500c92badf12b5 --- /dev/null +++ b/checkpoint-6000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c098aaf0a934dd416622740efb4d135997788bcb0325a0d096d61fa4554471 +size 1457056057 diff --git a/checkpoint-6000/optimizer.bin b/checkpoint-6000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..1e63b0bcc2cacc485fce15363d0a5ddc90d07252 --- /dev/null +++ b/checkpoint-6000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df3b67ab621a08dc18513e1296c5437f5b620c33311526f3002ea0aa5245002 +size 2914110745 diff --git a/checkpoint-6000/random_states_0.pkl b/checkpoint-6000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e4cdae6c27605456af6fdd967ba9028dec6b6b4a --- /dev/null +++ b/checkpoint-6000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:622df258fd195e3b9ca64d06cd06c2a4387e3a66311814d40b479e17ad1da9d0 +size 17747 diff --git a/checkpoint-6000/scaler.pt b/checkpoint-6000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..76a512527a1e108a1fdf02562da5c53cc77c6a36 --- /dev/null +++ b/checkpoint-6000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b9c62ebbddbad26def8a7180fe5944644382b6fd33178aa603ecd7294caaba4 +size 557 diff --git a/checkpoint-6000/scheduler.bin b/checkpoint-6000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f28782617a4b4b15981f98074124bd7b0612a4aa --- /dev/null +++ b/checkpoint-6000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:722a88841f00cfc4be3662332c615cb2a7911065fa44c49e4ad3bd689fc37359 +size 563 diff --git a/checkpoint-6500/controlnet/config.json b/checkpoint-6500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-6500/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-6500/controlnet/diffusion_pytorch_model.bin b/checkpoint-6500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..207ed0e1bc0f1a66f9cc4dfed62e4800b10a4c34 --- /dev/null +++ b/checkpoint-6500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b47683c2cf01aaf2811260db25b694d868d488bf38ed98063e95d6ab9341d61 +size 1457056057 diff --git a/checkpoint-6500/optimizer.bin b/checkpoint-6500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..8f058c8706c849d71c4fd3942ba93a5c5ccadbfd --- /dev/null +++ b/checkpoint-6500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:418590ab25c91e8c519be0b1fecc3e6f0f264f60312b037176fb6c854d6c18b7 +size 2914110745 diff --git a/checkpoint-6500/random_states_0.pkl b/checkpoint-6500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a960be4ac4b5dec587dbe7abc7b3970c08af84e2 --- /dev/null +++ b/checkpoint-6500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ffb297eb5e574ee4af9ee28f85064502e542199a846b621bdfd9666f474d9d +size 17747 diff --git a/checkpoint-6500/scaler.pt b/checkpoint-6500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..5b3286f27bfad6f84d1c6e0f4db4efe25cf4d35f --- /dev/null +++ b/checkpoint-6500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e6540f1d6feae8541d000d56ed9601c58b3aad4ad3dce8ed0f389d4ead3ebc +size 557 diff --git a/checkpoint-6500/scheduler.bin b/checkpoint-6500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..1bb0a3ab85c1f9888633f31fd310ec72e0d81e6b --- /dev/null +++ b/checkpoint-6500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83a9bc4d5c7a0bf7a98914dfa88369cf21dbbfbfe42d0809e5ad0b655402d4d9 +size 563 diff --git a/checkpoint-7000/controlnet/config.json b/checkpoint-7000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-7000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-7000/controlnet/diffusion_pytorch_model.bin b/checkpoint-7000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..03b5036c51c005c9d1f56c6e39cc210678759ad9 --- /dev/null +++ b/checkpoint-7000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57b4b147810e7cf2d5d3e6dfb7915adf9fe0c3f3168ac92be2854488d56a891d +size 1457056057 diff --git a/checkpoint-7000/optimizer.bin b/checkpoint-7000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..00fdead1a743cd10e40092f2c6097f7472dc35d3 --- /dev/null +++ b/checkpoint-7000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e0d65dc772a3d7742e8461c49230738a67058c737d43f8ce713f520226588e8 +size 2914110745 diff --git a/checkpoint-7000/random_states_0.pkl b/checkpoint-7000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..9226e07ee13ab966b2ffbd5b813ddb4a501c5478 --- /dev/null +++ b/checkpoint-7000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6121a038e5bb26da75d2716317f3b362e31f237a1eaee99a5c4222740f25887c +size 17811 diff --git a/checkpoint-7000/scaler.pt b/checkpoint-7000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..27455dd08a5d5277be282a6a24a6e6175a625a22 --- /dev/null +++ b/checkpoint-7000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a52ce7bdbf804aae99f04b384d38d224325df5a978a4967d65d97741a7c08aa +size 557 diff --git a/checkpoint-7000/scheduler.bin b/checkpoint-7000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..4b81e85b3d80e64766ede98cd585bc5d90fb38dc --- /dev/null +++ b/checkpoint-7000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aedb8170ccb2521c4dc6c3f3a0d9b24f9289da1bb700bdb01ceee494a7cd0f35 +size 563 diff --git a/checkpoint-7500/controlnet/config.json b/checkpoint-7500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-7500/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-7500/controlnet/diffusion_pytorch_model.bin b/checkpoint-7500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..b98be16ba2e1d447687007bade65f62ed035fe13 --- /dev/null +++ b/checkpoint-7500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a7e64deaca80965e116dae5827df61b1c235bf83737874c3303f3a07274acfb +size 1457056057 diff --git a/checkpoint-7500/optimizer.bin b/checkpoint-7500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e1d452f50a543142b92a7e908bb49a1bdbf19177 --- /dev/null +++ b/checkpoint-7500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7782788642690afc7d17d09ec190bb45fb815fa42297a96faa703460eb67e8a +size 2914110745 diff --git a/checkpoint-7500/random_states_0.pkl b/checkpoint-7500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4011f243bd3adcc4a104383220d4d3530893154f --- /dev/null +++ b/checkpoint-7500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6dfcd322a87b3f140d6f5cdc81748d5a12c37f87011e680267b6b7950ef58aa +size 17811 diff --git a/checkpoint-7500/scaler.pt b/checkpoint-7500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..c2ff79dbcafb6db1b6cade6a901e8d89d1a77df5 --- /dev/null +++ b/checkpoint-7500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:127154abdb3f7a01b73e0515d22ef2aaf2321a4db7edc17bbb63ba8f3fdcf341 +size 557 diff --git a/checkpoint-7500/scheduler.bin b/checkpoint-7500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..7d9f8bd5880b1404675c74fe2c9e0d91984cbaa0 --- /dev/null +++ b/checkpoint-7500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56efb4606556ff790bc43ae682cd694880c28c7aa8a1c219f37ee75aa605e737 +size 563 diff --git a/checkpoint-8000/controlnet/config.json b/checkpoint-8000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-8000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-8000/controlnet/diffusion_pytorch_model.bin b/checkpoint-8000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..b1c18cdd4925508c0a23970db5ee8c4ef949051e --- /dev/null +++ b/checkpoint-8000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:908a24fa87e067703959ed53cf9af97650c8b597846295391465a121c08e3ba0 +size 1457056057 diff --git a/checkpoint-8000/optimizer.bin b/checkpoint-8000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..beda7aca0b79eb19d8c2cad59e4b6ffdbdeaeb4c --- /dev/null +++ b/checkpoint-8000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6d61fa410d512fbadf6401f9b9ab51d6eb377d418144809b6335c15aa649824 +size 2914110745 diff --git a/checkpoint-8000/random_states_0.pkl b/checkpoint-8000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..5e6b02ee0bea669fb60702a2070e07e66b1b868c --- /dev/null +++ b/checkpoint-8000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c8bebc34b7299b8801375f76157a0b77a4853e06ad1071d7caa6536415931b +size 17747 diff --git a/checkpoint-8000/scaler.pt b/checkpoint-8000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..7a65197c44040ed431d58dc6adf8d0c74bdce803 --- /dev/null +++ b/checkpoint-8000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbcd8f975b39bd91221076bf87623bcd94353b348721a41a16dce6037f30c72e +size 557 diff --git a/checkpoint-8000/scheduler.bin b/checkpoint-8000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d23505cdcf34f697abac48520cefdd56efca48d7 --- /dev/null +++ b/checkpoint-8000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e680f145a4144867cf2879bfb0a8451ce63e8c4adc0bede712769bd6342db5 +size 563 diff --git a/checkpoint-8500/controlnet/config.json b/checkpoint-8500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-8500/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-8500/controlnet/diffusion_pytorch_model.bin b/checkpoint-8500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..827caaf111aab2c15023e582afa7ce43127319b7 --- /dev/null +++ b/checkpoint-8500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be49842a0fdaacc04dc097f1297d30c4322ea7103e8ff0b96f9b039bde5dfc4b +size 1457056057 diff --git a/checkpoint-8500/optimizer.bin b/checkpoint-8500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..73dcba4d63c73eacd0a812fce41796f191f63d7d --- /dev/null +++ b/checkpoint-8500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c243f1fc3ea5a0578d3418ba8d796717c356445609490859a08bfd90be2363 +size 2914110745 diff --git a/checkpoint-8500/random_states_0.pkl b/checkpoint-8500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b9cee695e39b86613eb1fdea6526bc0075eb283d --- /dev/null +++ b/checkpoint-8500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8781df6f54cef90fc63ce97c237eae3059292be4dadcf4497bd5ed542a05e8fa +size 17747 diff --git a/checkpoint-8500/scaler.pt b/checkpoint-8500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..9b9e48e56c1de0a1ae4da3fb31ea1ec79e9315c0 --- /dev/null +++ b/checkpoint-8500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0698a30a2333b795790247c4ea7d5334c4356f55065d0a268be0bfb764cec28 +size 557 diff --git a/checkpoint-8500/scheduler.bin b/checkpoint-8500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..79eafa7e369962057ddb1d96491b118e6ddbf46a --- /dev/null +++ b/checkpoint-8500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c7789f70990cc95ed3be126273b5f51e5962c52e97b51ea3c967372275b378 +size 563 diff --git a/checkpoint-9000/controlnet/config.json b/checkpoint-9000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-9000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-9000/controlnet/diffusion_pytorch_model.bin b/checkpoint-9000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..548f53ff7fad433fbc5c9c685395619967d80f3b --- /dev/null +++ b/checkpoint-9000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b1304517769b6d07590577ab83c495ea9ad50dbe40be0d03e9391612c616bf +size 1457056057 diff --git a/checkpoint-9000/optimizer.bin b/checkpoint-9000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6263b151950323e91c34824501bea5ae15dfcc8b --- /dev/null +++ b/checkpoint-9000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81b3e48fca0de53569ad70d25626793f7f319332f857a4a7532fdec87e814677 +size 2914110745 diff --git a/checkpoint-9000/random_states_0.pkl b/checkpoint-9000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..790e9719016a98909a15be0a05a97137b96fc741 --- /dev/null +++ b/checkpoint-9000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e036898155518f417f4a50b43f7ac12a464e1457374da98167652c995f1511e2 +size 17747 diff --git a/checkpoint-9000/scaler.pt b/checkpoint-9000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..893e98bcf1bf25c615ce229178356af63c4991c6 --- /dev/null +++ b/checkpoint-9000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03e3aa1b569f50ec9f0c26c3f7065d8d2a59f3e8b2c00a96a51783b9aee0103a +size 557 diff --git a/checkpoint-9000/scheduler.bin b/checkpoint-9000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..444de1f2887266298c073f063efe73ffa95401b8 --- /dev/null +++ b/checkpoint-9000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535f9866dcbd31dc65178f90359af9f55bd967d05f29341b9553b767f84129ad +size 563 diff --git a/checkpoint-9500/controlnet/config.json b/checkpoint-9500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-9500/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-9500/controlnet/diffusion_pytorch_model.bin b/checkpoint-9500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..5043dd6177df75066a9d761ab068d683b103c177 --- /dev/null +++ b/checkpoint-9500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0776c6936ba21789c8b91d6125a3fdbf097197256cf286a1197ffc46824cb903 +size 1457056057 diff --git a/checkpoint-9500/optimizer.bin b/checkpoint-9500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..1e798a5508335d06c7b7d2f5018362853c6131cb --- /dev/null +++ b/checkpoint-9500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5549c752131c8b67a441d3eda4bd81cb97f044e94ffb9d9b8181cfae74e9d36b +size 2914110745 diff --git a/checkpoint-9500/random_states_0.pkl b/checkpoint-9500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..34632d0d2d6e263c3500d4c1b39a6a77f73426f7 --- /dev/null +++ b/checkpoint-9500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4c7fda3d180ea4122e2e94a9f2c44302189d4ba0b34985ed654b9aeea392b2d +size 17747 diff --git a/checkpoint-9500/scaler.pt b/checkpoint-9500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..915416ffc88b5333ae58ec39377468c0bada3cb3 --- /dev/null +++ b/checkpoint-9500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a25503ca2de61ced493f47dcd6a3b31f9f93aa2879a3104dafa37ba204d9f20 +size 557 diff --git a/checkpoint-9500/scheduler.bin b/checkpoint-9500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..dbbe52bb4a18d407c1a569bbb290af0b16b9d475 --- /dev/null +++ b/checkpoint-9500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5326ef296b812f91479e964086e854ef87169a3faf57bb8d1c7b358997d771 +size 563 diff --git a/config.json b/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/diffusion_pytorch_model.bin b/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..4ff2a959671082e9d3f018bb2d223775e1c0a01e --- /dev/null +++ b/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a43a5cfa7c0b4f3a2ff0cebc621514d3208710a0fe0d128c4585b74e64f67e7 +size 1457056057 diff --git a/image_control.png b/image_control.png new file mode 100644 index 0000000000000000000000000000000000000000..ecd08ae58136b5b1a08d084ffa875e039018d230 Binary files /dev/null and b/image_control.png differ diff --git a/images_0.png b/images_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0c14d68f8d4c6235e38f7ef91f4b697665035490 Binary files /dev/null and b/images_0.png differ diff --git a/images_1.png b/images_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e2bdecdf71cce6d670a93a0f92e26e0df4390c45 Binary files /dev/null and b/images_1.png differ diff --git a/logs/train_controlnet/1685554483.3527875/events.out.tfevents.1685554483.nvidia-dgx-737.14191.1 b/logs/train_controlnet/1685554483.3527875/events.out.tfevents.1685554483.nvidia-dgx-737.14191.1 new file mode 100644 index 0000000000000000000000000000000000000000..1b3e9e51d822307cdd43793aeec64c4be7c00852 --- /dev/null +++ b/logs/train_controlnet/1685554483.3527875/events.out.tfevents.1685554483.nvidia-dgx-737.14191.1 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa67355ff327c36ea2aabd0ed389e5625e8ae917aee50489b755cf24ae77af78 +size 2331 diff --git a/logs/train_controlnet/1685554483.355204/hparams.yml b/logs/train_controlnet/1685554483.355204/hparams.yml new file mode 100644 index 0000000000000000000000000000000000000000..f5a3158a78a3652d17d828b902cd55b15d126b26 --- /dev/null +++ b/logs/train_controlnet/1685554483.355204/hparams.yml @@ -0,0 +1,49 @@ +adam_beta1: 0.9 +adam_beta2: 0.999 +adam_epsilon: 1.0e-08 +adam_weight_decay: 0.01 +allow_tf32: false +cache_dir: null +caption_column: text +checkpointing_steps: 500 +checkpoints_total_limit: null +conditioning_image_column: conditioning_image +controlnet_model_name_or_path: null +dataloader_num_workers: 0 +dataset_config_name: null +dataset_name: fusing/fill50k +enable_xformers_memory_efficient_attention: false +gradient_accumulation_steps: 1 +gradient_checkpointing: false +hub_model_id: null +hub_token: null +image_column: image +learning_rate: 1.0e-05 +logging_dir: logs +lr_num_cycles: 1 +lr_power: 1.0 +lr_scheduler: constant +lr_warmup_steps: 500 +max_grad_norm: 1.0 +max_train_samples: null +max_train_steps: 15630 +mixed_precision: fp16 +num_train_epochs: 10 +num_validation_images: 4 +output_dir: ./save_multi_gpu/ +pretrained_model_name_or_path: stabilityai/stable-diffusion-2-1 +proportion_empty_prompts: 0 +push_to_hub: false +report_to: tensorboard +resolution: 512 +resume_from_checkpoint: null +revision: null +scale_lr: false +seed: null +set_grads_to_none: false +tokenizer_name: null +tracker_project_name: train_controlnet +train_batch_size: 8 +train_data_dir: null +use_8bit_adam: false +validation_steps: 100 diff --git a/logs/train_controlnet/1685554554.2139604/events.out.tfevents.1685554554.nvidia-dgx-737.16688.1 b/logs/train_controlnet/1685554554.2139604/events.out.tfevents.1685554554.nvidia-dgx-737.16688.1 new file mode 100644 index 0000000000000000000000000000000000000000..32346a665943c432b5be564b05b3dfac46246ec8 --- /dev/null +++ b/logs/train_controlnet/1685554554.2139604/events.out.tfevents.1685554554.nvidia-dgx-737.16688.1 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f24ae27c24ec08344fa42cb057356e3b4c5ee2f8c1e125c6d9dc1021bfb76b37 +size 2331 diff --git a/logs/train_controlnet/1685554554.2162488/hparams.yml b/logs/train_controlnet/1685554554.2162488/hparams.yml new file mode 100644 index 0000000000000000000000000000000000000000..9c3166288a66d2eb3550fccfc2f098b83634d0f2 --- /dev/null +++ b/logs/train_controlnet/1685554554.2162488/hparams.yml @@ -0,0 +1,49 @@ +adam_beta1: 0.9 +adam_beta2: 0.999 +adam_epsilon: 1.0e-08 +adam_weight_decay: 0.01 +allow_tf32: false +cache_dir: null +caption_column: text +checkpointing_steps: 500 +checkpoints_total_limit: null +conditioning_image_column: conditioning_image +controlnet_model_name_or_path: null +dataloader_num_workers: 0 +dataset_config_name: null +dataset_name: fusing/fill50k +enable_xformers_memory_efficient_attention: false +gradient_accumulation_steps: 1 +gradient_checkpointing: false +hub_model_id: null +hub_token: null +image_column: image +learning_rate: 1.0e-05 +logging_dir: logs +lr_num_cycles: 1 +lr_power: 1.0 +lr_scheduler: constant +lr_warmup_steps: 500 +max_grad_norm: 1.0 +max_train_samples: null +max_train_steps: 31250 +mixed_precision: fp16 +num_train_epochs: 10 +num_validation_images: 4 +output_dir: ./save_multi_gpu/ +pretrained_model_name_or_path: stabilityai/stable-diffusion-2-1 +proportion_empty_prompts: 0 +push_to_hub: false +report_to: tensorboard +resolution: 512 +resume_from_checkpoint: null +revision: null +scale_lr: false +seed: null +set_grads_to_none: false +tokenizer_name: null +tracker_project_name: train_controlnet +train_batch_size: 4 +train_data_dir: null +use_8bit_adam: false +validation_steps: 100 diff --git a/logs/train_controlnet/events.out.tfevents.1685554483.nvidia-dgx-737.14191.0 b/logs/train_controlnet/events.out.tfevents.1685554483.nvidia-dgx-737.14191.0 new file mode 100644 index 0000000000000000000000000000000000000000..383c2f20a121fc25e021c622a66b8b4b1bb0fa98 --- /dev/null +++ b/logs/train_controlnet/events.out.tfevents.1685554483.nvidia-dgx-737.14191.0 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cda596696468bae975f568841af9f1e967f427de0504350360aaaa135699cb2 +size 170 diff --git a/logs/train_controlnet/events.out.tfevents.1685554554.nvidia-dgx-737.16688.0 b/logs/train_controlnet/events.out.tfevents.1685554554.nvidia-dgx-737.16688.0 new file mode 100644 index 0000000000000000000000000000000000000000..4b4da595eee17ae0be3722e8027a8c680f494fb5 --- /dev/null +++ b/logs/train_controlnet/events.out.tfevents.1685554554.nvidia-dgx-737.16688.0 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdaecab84332dada26907bc34d1d8f1db5af35037a675b158f28048355d3af97 +size 15374