diff --git a/.gitattributes b/.gitattributes index a6344aac8c09253b3b630fb776ae94478aa0275b..27f9ad3400e04dbc449df227bbf12df7696a54df 100644 --- a/.gitattributes +++ b/.gitattributes @@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text *.zip filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text *tfevents* filter=lfs diff=lfs merge=lfs -text +images_0.png filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..f4b6f74c9372b07b192b08a72b2621faaf892632 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ + +--- +license: creativeml-openrail-m +base_model: stabilityai/stable-diffusion-2-1-base +tags: +- stable-diffusion +- stable-diffusion-diffusers +- text-to-image +- diffusers +- controlnet +inference: true +--- + +# controlnet-bestpedro/controlnet + +These are controlnet weights trained on stabilityai/stable-diffusion-2-1-base with new type of conditioning. +You can find some example images below. +prompt: object in a uniform green ground, shadow, 4k, realistic +![images_0)](./images_0.png) + diff --git a/checkpoint-120/controlnet/config.json b/checkpoint-120/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..59b17bfd58c1d97749565cb1ea5b97164c701864 --- /dev/null +++ b/checkpoint-120/controlnet/config.json @@ -0,0 +1,55 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.19.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "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_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-120/optimizer.bin b/checkpoint-120/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..4dd71c6c6edf8913077a4ec7553f0a5a87f162f5 --- /dev/null +++ b/checkpoint-120/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd1f7851ec2bbc4ada2089d715a9a73a3613f554781afebf8bd145e36b1a2a9c +size 731163845 diff --git a/checkpoint-120/random_states_0.pkl b/checkpoint-120/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..35ae6ba23f29b5b341814de283050b3a79e13879 --- /dev/null +++ b/checkpoint-120/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32274be1dbc0abcce539508f2cd1606c64ef14cdf164e74c43785e8d7598f6cc +size 14663 diff --git a/checkpoint-120/scheduler.bin b/checkpoint-120/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a906ca43b2df8abc07f9da06ed2329d5b09946fd --- /dev/null +++ b/checkpoint-120/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac830cccd2d43510fd850b8dc2dc68e47a85ab3d5f76eca78b86762f534097f8 +size 563 diff --git a/checkpoint-150/controlnet/config.json b/checkpoint-150/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..59b17bfd58c1d97749565cb1ea5b97164c701864 --- /dev/null +++ b/checkpoint-150/controlnet/config.json @@ -0,0 +1,55 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.19.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "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_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-150/controlnet/diffusion_pytorch_model.bin b/checkpoint-150/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..b8485efb10edaf5888f278d0e45787f747589cc3 --- /dev/null +++ b/checkpoint-150/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:237fc25a8ebfd314c48711715cc9ecd19ab01ed2275003b44cf5cbc538b29118 +size 1457056057 diff --git a/checkpoint-150/optimizer.bin b/checkpoint-150/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..12c6cd95199e622a7e933db586369c8af992d8f7 --- /dev/null +++ b/checkpoint-150/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:917e47a94b32d9b702e9bf769eae7643426fa0cfc79b8ab9b476f7531260a7d9 +size 731163845 diff --git a/checkpoint-150/random_states_0.pkl b/checkpoint-150/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..d4e18f6db7762e03b5e85f1fe79b5fd4d60ab23a --- /dev/null +++ b/checkpoint-150/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:894316813615c3e0a4f2cddfdb75350628215d91c3180c152fa7276ca5ee4947 +size 14663 diff --git a/checkpoint-150/scheduler.bin b/checkpoint-150/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..0fad47a433f0e26f71849a95f0b23a53629ac244 --- /dev/null +++ b/checkpoint-150/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c821682263898d9a0422b07f8d82a44535a9aa8abe9b9979c69c5c71955be86d +size 563 diff --git a/checkpoint-180/controlnet/config.json b/checkpoint-180/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..59b17bfd58c1d97749565cb1ea5b97164c701864 --- /dev/null +++ b/checkpoint-180/controlnet/config.json @@ -0,0 +1,55 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.19.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "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_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-180/controlnet/diffusion_pytorch_model.bin b/checkpoint-180/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..0f7ec3fadf6723066ebff752f2a0912931833609 --- /dev/null +++ b/checkpoint-180/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ca740abdee0260605949334ec5fccf6b0de75d9e4bf99b62002f479ab8ced7 +size 1457056057 diff --git a/checkpoint-180/optimizer.bin b/checkpoint-180/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9dd0c196800ad534160ccda286af8fe512b1364e --- /dev/null +++ b/checkpoint-180/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46747da2153985022e6fa7a37025da7c469f8398b05ec4f3566b70b36d7386fa +size 731163845 diff --git a/checkpoint-180/random_states_0.pkl b/checkpoint-180/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..644831af42ae96ef5dfe0ca55800c46820ee864f --- /dev/null +++ b/checkpoint-180/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:428150cf14fc891e7f4baa4ce7d4dac591c691f8068016b6a4e18d4794f9166b +size 14663 diff --git a/checkpoint-180/scheduler.bin b/checkpoint-180/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..073949c4386cf9e9c10b03af378a0ca1e68dde54 --- /dev/null +++ b/checkpoint-180/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c006b1fb421089ac50b3ba6b80a6cceb23d07adf5b90036ffbef5ebce80f34d6 +size 563 diff --git a/checkpoint-210/controlnet/config.json b/checkpoint-210/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..59b17bfd58c1d97749565cb1ea5b97164c701864 --- /dev/null +++ b/checkpoint-210/controlnet/config.json @@ -0,0 +1,55 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.19.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "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_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-210/controlnet/diffusion_pytorch_model.bin b/checkpoint-210/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..a1a40699cad00a321c3692009824eb7fc810da92 --- /dev/null +++ b/checkpoint-210/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34c7b99f7eb2d45a83a74be2f1a208636cd7f0ea8fe7b60907dcd4183357e824 +size 1457056057 diff --git a/checkpoint-210/optimizer.bin b/checkpoint-210/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2d7bbf5e1cb53da61a6e203ae5f9af724fdbc33d --- /dev/null +++ b/checkpoint-210/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2188c0ced25068592ab7388dc0d9dda1a001c781b779a1f27dddd39b15d691e +size 731163845 diff --git a/checkpoint-210/random_states_0.pkl b/checkpoint-210/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0b5716db829e0be10fb95aeea887424ef061ea26 --- /dev/null +++ b/checkpoint-210/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d973d8fc5d3281c95bfd13405a61744b375374f1b2329fd7b84b9bf4a75619 +size 14727 diff --git a/checkpoint-210/scheduler.bin b/checkpoint-210/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..1719c3f6c25becf7b9befd289972ae0abe615401 --- /dev/null +++ b/checkpoint-210/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d469eb0fb8e66e3c631262f1d43aea12e12e20d02c2c443a74a7d5c884714069 +size 563 diff --git a/checkpoint-240/controlnet/config.json b/checkpoint-240/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..59b17bfd58c1d97749565cb1ea5b97164c701864 --- /dev/null +++ b/checkpoint-240/controlnet/config.json @@ -0,0 +1,55 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.19.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "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_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-240/controlnet/diffusion_pytorch_model.bin b/checkpoint-240/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..baf5af4929466afcb4e6176ee8a762b764fa99f4 --- /dev/null +++ b/checkpoint-240/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da3b356fe24d317a0b24247024f70fadd2b6e2ca7aaea157fc813754c71b07b +size 1457056057 diff --git a/checkpoint-240/optimizer.bin b/checkpoint-240/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7bdfe1c15f61d598182af77b5fd4778040ef961a --- /dev/null +++ b/checkpoint-240/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6169e170e4f4f439bda28ad862b4f5f7e96f2561c170d340d3fc40cf26a4327 +size 731163845 diff --git a/checkpoint-240/random_states_0.pkl b/checkpoint-240/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..8f8a886673ac6e53d8d0d4bb6ae0075ef9d4d90c --- /dev/null +++ b/checkpoint-240/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feac866e89a60e8cf175107c0f1ac1ac15d6334264839044120c92571a2a895c +size 14663 diff --git a/checkpoint-240/scheduler.bin b/checkpoint-240/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d9a0ebfbc9cd5e338de2d15624a968d2cd3c71d3 --- /dev/null +++ b/checkpoint-240/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c1955b8f6dee55f1fdeb8727dd14c83a5d8dd6eda7729d221784e1d931eefe +size 563 diff --git a/checkpoint-270/controlnet/config.json b/checkpoint-270/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..59b17bfd58c1d97749565cb1ea5b97164c701864 --- /dev/null +++ b/checkpoint-270/controlnet/config.json @@ -0,0 +1,55 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.19.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "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_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-270/controlnet/diffusion_pytorch_model.bin b/checkpoint-270/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..041950b88f87fc0f88b2b387602591ca4a1cfded --- /dev/null +++ b/checkpoint-270/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c41d5c215b45dd43812aa66b07ef8088712a24e0966c9ec9ae1bcf4d244b67b +size 1457056057 diff --git a/checkpoint-270/optimizer.bin b/checkpoint-270/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..16b7bd99c40e77d0e1d13b4d86c5d303dd535b9d --- /dev/null +++ b/checkpoint-270/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d61c87602daac35b407fa97e1501e2bff514f9f167e047e515f5183e999ef0 +size 731164165 diff --git a/checkpoint-270/random_states_0.pkl b/checkpoint-270/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..bb30062b09666c187a0c8285715a86881736e3d3 --- /dev/null +++ b/checkpoint-270/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbcf250537be519fcc97b466d186e08c0e5c1c53fce2aeef2b9f9733f33560be +size 14663 diff --git a/checkpoint-270/scheduler.bin b/checkpoint-270/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..daf460d27a9b566a8b4298c9d8777e1f835ecd35 --- /dev/null +++ b/checkpoint-270/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c51b4b3e393241fd66e5bc5d28775c4a838435c0495ad7cf4f49d323f0b6209 +size 563 diff --git a/checkpoint-30/controlnet/config.json b/checkpoint-30/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..59b17bfd58c1d97749565cb1ea5b97164c701864 --- /dev/null +++ b/checkpoint-30/controlnet/config.json @@ -0,0 +1,55 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.19.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "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_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-30/optimizer.bin b/checkpoint-30/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..f06d1eaabee2a15e66f4b1fcee05bf3d328099ba --- /dev/null +++ b/checkpoint-30/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96fc528ed6e01ce2ab2c4d698e7e8a85157c1555d29fb7cb5dc4ea67497cd71b +size 731163845 diff --git a/checkpoint-30/random_states_0.pkl b/checkpoint-30/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..9ffb95b86cc4d9a533bd5ab08c24669edea74d5a --- /dev/null +++ b/checkpoint-30/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4885cc8070c17b92c71de2570e1d217427ae042dd4b9632b931fff4fd72deffb +size 14727 diff --git a/checkpoint-30/scheduler.bin b/checkpoint-30/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..fe43bb3c15e8cbfa36b01748c39326de1ca95411 --- /dev/null +++ b/checkpoint-30/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e686c3406ad875ef9ccfabe09bc121dabb835d2e921768b70c408050165e1db +size 563 diff --git a/checkpoint-300/controlnet/config.json b/checkpoint-300/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..59b17bfd58c1d97749565cb1ea5b97164c701864 --- /dev/null +++ b/checkpoint-300/controlnet/config.json @@ -0,0 +1,55 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.19.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "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_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-300/controlnet/diffusion_pytorch_model.bin b/checkpoint-300/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..b086b8d311bf62eff2ee6c41a93d39510437e304 --- /dev/null +++ b/checkpoint-300/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:155cb1f67f6d2384bf59abd36eec4e1285b9a37f994dc6fab5c1fbc135e75349 +size 1457056057 diff --git a/checkpoint-300/optimizer.bin b/checkpoint-300/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6b6cd0a6dd52fe2f5dfe5d90610251fa3b208c4d --- /dev/null +++ b/checkpoint-300/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada6e1e582d41fe8084d7b5f220ff2ba0454389944876194f3c7660f2ffb264e +size 731164165 diff --git a/checkpoint-300/random_states_0.pkl b/checkpoint-300/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..27d95583b4e14971abae49edffa4d13c732c6d21 --- /dev/null +++ b/checkpoint-300/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0f099f739b0bd19733a498d70d552eefbbb844cd8e18ac93ce7544a9e885226 +size 14663 diff --git a/checkpoint-300/scheduler.bin b/checkpoint-300/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..352aa171c651307e19b66788a716a53e4313470d --- /dev/null +++ b/checkpoint-300/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:531dc04c3695e515cc72a17f0ea3f1b33a46a627ad67c19e996e3c218119b3cb +size 563 diff --git a/checkpoint-330/controlnet/config.json b/checkpoint-330/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..59b17bfd58c1d97749565cb1ea5b97164c701864 --- /dev/null +++ b/checkpoint-330/controlnet/config.json @@ -0,0 +1,55 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.19.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "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_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-330/controlnet/diffusion_pytorch_model.bin b/checkpoint-330/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..001833bd0e361dd4fad0476f9984e795fdae5d59 --- /dev/null +++ b/checkpoint-330/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d66c3d09696d21d708af3c2447c55ae34cd173f44a2519fbee662c45bf310364 +size 1457056057 diff --git a/checkpoint-330/optimizer.bin b/checkpoint-330/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c3bd05e675383ba51a35c709494b95750f2b4c8d --- /dev/null +++ b/checkpoint-330/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:368632a4bdf73cd6e5201e45468568fadfa199abc13f87418d9fd5b201ba9cb0 +size 731164165 diff --git a/checkpoint-330/random_states_0.pkl b/checkpoint-330/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a1fbb08d35b727e79eeece7a65fadd189df2f46b --- /dev/null +++ b/checkpoint-330/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df8a3e10f076ff05cf6bfb640bccf9bb74ade63e229efac780ede1fd38aff1d +size 14727 diff --git a/checkpoint-330/scheduler.bin b/checkpoint-330/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..6f9fcf743f5ef5ffa0799e1fe4ba4fd808c45bb6 --- /dev/null +++ b/checkpoint-330/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48166dc061f71503b8881804e40797f10b226378c28fcc57125d2fc55c710f49 +size 563 diff --git a/checkpoint-360/controlnet/config.json b/checkpoint-360/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..59b17bfd58c1d97749565cb1ea5b97164c701864 --- /dev/null +++ b/checkpoint-360/controlnet/config.json @@ -0,0 +1,55 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.19.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "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_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-360/controlnet/diffusion_pytorch_model.bin b/checkpoint-360/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..3d566cc782e3c8768be98c9bde6bf3131e1fa40d --- /dev/null +++ b/checkpoint-360/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81dc36ac185917f9b37b9fedc43e8ef064890fec55bd0c538206c58d7952c099 +size 1457056057 diff --git a/checkpoint-360/optimizer.bin b/checkpoint-360/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ead466f3fcb432552b3eefef74d9fbbc68e6cae7 --- /dev/null +++ b/checkpoint-360/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:167658f783fd22e556b93bf15423c78b651d9075e071db2c5cdab523d0251ec8 +size 731164165 diff --git a/checkpoint-360/random_states_0.pkl b/checkpoint-360/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..38c6475e262d29cfcf6b13cb3b2c1c63bba87cb3 --- /dev/null +++ b/checkpoint-360/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976ea201620ddab3662277853473eb8fd3627b235751879abc015b09e878fbd5 +size 14727 diff --git a/checkpoint-360/scheduler.bin b/checkpoint-360/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..80f87ea803abffff657666aea9a36d07371be933 --- /dev/null +++ b/checkpoint-360/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb5014e84d5389a8f4fa74b5bbef853fb5f5e4a05751d524014d081c6274970 +size 563 diff --git a/checkpoint-390/controlnet/config.json b/checkpoint-390/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..59b17bfd58c1d97749565cb1ea5b97164c701864 --- /dev/null +++ b/checkpoint-390/controlnet/config.json @@ -0,0 +1,55 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.19.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "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_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-390/controlnet/diffusion_pytorch_model.bin b/checkpoint-390/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..e5f633a076f58548d79a9116b4ea4828e01fc4e3 --- /dev/null +++ b/checkpoint-390/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b82ca4a6b58bd4a814e04fdbd74a232c91006141ea504680e3ffcf863eecb53 +size 1457056057 diff --git a/checkpoint-390/optimizer.bin b/checkpoint-390/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..f2b86e675b6baf60c0eadc1d01240cfe29a7710f --- /dev/null +++ b/checkpoint-390/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b72d5d2ba216eee2d88ea4848d000c0248677e5d5d91bb529f8d5ef2864a32 +size 731164165 diff --git a/checkpoint-390/random_states_0.pkl b/checkpoint-390/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..6f5a1ec470a5e803985ba35e7eecedeed928a646 --- /dev/null +++ b/checkpoint-390/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595adc2ffe133b630549c4d78533a919848e34ebcb2996568c94579c07589a58 +size 14727 diff --git a/checkpoint-390/scheduler.bin b/checkpoint-390/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..b392de85f04bb43d11f7e7161300a4dce5ac6eb7 --- /dev/null +++ b/checkpoint-390/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73a16de63d4f447b7c6889c9c2776428d361d02618847e8f034d4691f894c0c4 +size 563 diff --git a/checkpoint-420/controlnet/config.json b/checkpoint-420/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..59b17bfd58c1d97749565cb1ea5b97164c701864 --- /dev/null +++ b/checkpoint-420/controlnet/config.json @@ -0,0 +1,55 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.19.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "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_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-420/controlnet/diffusion_pytorch_model.bin b/checkpoint-420/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..0fb6e30222e074a9fc09b6a627106d73953e844c --- /dev/null +++ b/checkpoint-420/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d4ee07b6bb635af2e8894cb3711e109e7663c9f4b6bcf450c3dcaa6a59a34e +size 1457056057 diff --git a/checkpoint-420/optimizer.bin b/checkpoint-420/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..8458c73ce7ab6fbab76aa47803ee4304df972216 --- /dev/null +++ b/checkpoint-420/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4df5241109d212498b4c5613f5d6284bb16a7b36f3f964c199e0564326a0865e +size 731164165 diff --git a/checkpoint-420/random_states_0.pkl b/checkpoint-420/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..29de4c1e08d4c1f6ca9fe76dae68ae906e5d636c --- /dev/null +++ b/checkpoint-420/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0024beea26f2a7e9646946a7755f4546a5a4679e09da1ebb0dcfb8924159b183 +size 14663 diff --git a/checkpoint-420/scheduler.bin b/checkpoint-420/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..932a775ec60c0be2565a58c7810bf81fb2011216 --- /dev/null +++ b/checkpoint-420/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3aa27896f752721ea50bf10329dd8bbe720790135a8c6e52700bd12b3fa7cf0 +size 563 diff --git a/checkpoint-450/controlnet/config.json b/checkpoint-450/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..59b17bfd58c1d97749565cb1ea5b97164c701864 --- /dev/null +++ b/checkpoint-450/controlnet/config.json @@ -0,0 +1,55 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.19.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "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_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-450/controlnet/diffusion_pytorch_model.bin b/checkpoint-450/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..12e8569cae5d8b7db72e3dd25372cdb12920c453 --- /dev/null +++ b/checkpoint-450/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f4ebae0973a72b5c7abc6f72885ba8f590b8ff439b53c2ba597a3630e54a394 +size 1457056057 diff --git a/checkpoint-450/optimizer.bin b/checkpoint-450/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..1d1574c5807befbc122fe0204a05b84d80dbf491 --- /dev/null +++ b/checkpoint-450/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6203ad8fac6ebee8ae9bc7152880d19c08384d57203013bc4f3531b7f63217c0 +size 731164165 diff --git a/checkpoint-450/random_states_0.pkl b/checkpoint-450/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e50e0cbce1a0ff8ba4359e4ec2dba3f22c58e6a8 --- /dev/null +++ b/checkpoint-450/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9621dd59c4ef9ffeacea5dce5d544ee19c154f79826a1f8788defa7ee0fab113 +size 14663 diff --git a/checkpoint-450/scheduler.bin b/checkpoint-450/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e0e0709fb67bc54d2d9fdff75c274c07ae25ad8a --- /dev/null +++ b/checkpoint-450/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:441ac5d5dfb571bd7d41820cade945f027eb4aca9ba1430434113afa2f77aa2d +size 563 diff --git a/checkpoint-480/controlnet/config.json b/checkpoint-480/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..59b17bfd58c1d97749565cb1ea5b97164c701864 --- /dev/null +++ b/checkpoint-480/controlnet/config.json @@ -0,0 +1,55 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.19.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "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_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-480/controlnet/diffusion_pytorch_model.bin b/checkpoint-480/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..a66e37cf4dad4599f5dbf61a4cc4c35dbd6dde1c --- /dev/null +++ b/checkpoint-480/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed04ad373878fdd262fd3d7b334cfc1411d49cf80828bc7ab1333748c675d2aa +size 1457056057 diff --git a/checkpoint-480/optimizer.bin b/checkpoint-480/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..34403f10cf27c551441d983becd0d3b8edafa277 --- /dev/null +++ b/checkpoint-480/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb48f797ab92a8bfafb9a9c2beca90dd1dee2a6db514c852f6a14a03974365c1 +size 731164165 diff --git a/checkpoint-480/random_states_0.pkl b/checkpoint-480/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..6aad1e19c46dedb7707feed73f111c5eecad6bcd --- /dev/null +++ b/checkpoint-480/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:546c3ac75cf3ccdcd6a971abf9bbc8c207a658c3eba105b56c3f4e5ee7a728c1 +size 14663 diff --git a/checkpoint-480/scheduler.bin b/checkpoint-480/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f4c897d29b758c35c1452849f64941b080592eb9 --- /dev/null +++ b/checkpoint-480/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e91dd8338e4d169fa73595a05b183b039e62b3e3c514b0078747c0722b3d20a6 +size 563 diff --git a/checkpoint-510/controlnet/config.json b/checkpoint-510/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..59b17bfd58c1d97749565cb1ea5b97164c701864 --- /dev/null +++ b/checkpoint-510/controlnet/config.json @@ -0,0 +1,55 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.19.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "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_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-510/controlnet/diffusion_pytorch_model.bin b/checkpoint-510/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..4e94c81f0aeb1cc56d72deba0ddb375fbc684905 --- /dev/null +++ b/checkpoint-510/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3210005aacb92bab6f3fefbe323c9106cde570a1fe2b0f08d717ebb693618ac4 +size 1457056057 diff --git a/checkpoint-510/optimizer.bin b/checkpoint-510/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..5b2309e0b03d9f05a109f6ac51d0baa7771263cb --- /dev/null +++ b/checkpoint-510/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af8f3637d9042cac1a3ec9a93c147d6cd485c555e6fa2445720cf556fc0af929 +size 731164165 diff --git a/checkpoint-510/random_states_0.pkl b/checkpoint-510/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..d5c473f9748c649b3055f75b513d56ef274efd23 --- /dev/null +++ b/checkpoint-510/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9a5b6ca95b511e1e2879b8da335762e485a7b7c49f1b2e2c0097102600bd700 +size 14663 diff --git a/checkpoint-510/scheduler.bin b/checkpoint-510/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..02dc97892f3fcdb0acbf1aaa67b21256ec161f16 --- /dev/null +++ b/checkpoint-510/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1ae23f29eab2eb594c89bf675a31ee8b2c112622eb6aa075239651c0996a07 +size 563 diff --git a/checkpoint-540/controlnet/config.json b/checkpoint-540/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..59b17bfd58c1d97749565cb1ea5b97164c701864 --- /dev/null +++ b/checkpoint-540/controlnet/config.json @@ -0,0 +1,55 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.19.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "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_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-540/controlnet/diffusion_pytorch_model.bin b/checkpoint-540/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..a95b8e16aca1075d5078b517caf34c6225bd6f81 --- /dev/null +++ b/checkpoint-540/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6261367f62a69d262ba04ea7195ebdc0ede1ad8c515bf6526f54bb68f9a79f98 +size 1457056057 diff --git a/checkpoint-540/optimizer.bin b/checkpoint-540/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..01dc02caba1cb482752e07020ea1a85af53f9f6d --- /dev/null +++ b/checkpoint-540/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f431f3ef3954ae8207d6a57eeaa812427962e6ac8e981cc104fb7183e27547bf +size 731164165 diff --git a/checkpoint-540/random_states_0.pkl b/checkpoint-540/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..5480a32e2490a2a25f456d39541fa3af58cf052c --- /dev/null +++ b/checkpoint-540/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1281efbdf78e92e6cea2f9d0346aa1d96974ee80e8a498cfb68d20bd0eea1b85 +size 14663 diff --git a/checkpoint-540/scheduler.bin b/checkpoint-540/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..bcc200fdc8030ec50563489bee6456bb6907f0c5 --- /dev/null +++ b/checkpoint-540/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec01c2eed71cbc64d5e4b1e95d2f8c9b3e697ab78445d156a21f3adb6751fe63 +size 563 diff --git a/checkpoint-570/controlnet/config.json b/checkpoint-570/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..59b17bfd58c1d97749565cb1ea5b97164c701864 --- /dev/null +++ b/checkpoint-570/controlnet/config.json @@ -0,0 +1,55 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.19.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "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_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-570/controlnet/diffusion_pytorch_model.bin b/checkpoint-570/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..d12aa03cd44e234670976504551d84e9c5c7c1da --- /dev/null +++ b/checkpoint-570/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b27a5b3614ace5c16b394f6bf7f64fa5ff7da62884d28e9f0277c8ae60f32a9e +size 1457056057 diff --git a/checkpoint-570/optimizer.bin b/checkpoint-570/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..390fddcadabeac79e129d0c3c46d9c4ea5b4344b --- /dev/null +++ b/checkpoint-570/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:283ade6e89c428e14cf33d55de98e286cd39e0b04600b354e59bc5af8add5619 +size 731164165 diff --git a/checkpoint-570/random_states_0.pkl b/checkpoint-570/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..730acab813c3bc55fb781a7bd4286ba2008a0198 --- /dev/null +++ b/checkpoint-570/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6daea31530cac46d1c58ec99e0b116179066a00c5ff2188002bef9207dae74e +size 14663 diff --git a/checkpoint-570/scheduler.bin b/checkpoint-570/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..964ebd70a403d57a0e1a1b0c59d9c8eccca10dd8 --- /dev/null +++ b/checkpoint-570/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:269569ceee42b9b34f140eabb69f031af315f40d6346d2ed7e6ba47257f81607 +size 563 diff --git a/checkpoint-60/controlnet/config.json b/checkpoint-60/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..59b17bfd58c1d97749565cb1ea5b97164c701864 --- /dev/null +++ b/checkpoint-60/controlnet/config.json @@ -0,0 +1,55 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.19.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "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_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-60/optimizer.bin b/checkpoint-60/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..1b46c710e23205dc5a11dd37c147e86ad07df4ca --- /dev/null +++ b/checkpoint-60/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e36850649b1dd64b4bc1b0b3c4c3a0eb3e69075e11988d3046f94f57d3b224b2 +size 731163845 diff --git a/checkpoint-60/random_states_0.pkl b/checkpoint-60/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..be31535fb7a7c7993282c91b8874e953aceb4b69 --- /dev/null +++ b/checkpoint-60/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6765c0053786cafea108e19a5c8e843e2190facc243b74bb8881d1fe900e6ef +size 14727 diff --git a/checkpoint-60/scheduler.bin b/checkpoint-60/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..6b9e74857f09c1e76305c9a85bb96f8ee5cc43c5 --- /dev/null +++ b/checkpoint-60/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f03f40b7acd1b4afce48eccb59d69960f54c56de6c546dd270935fbd02c8966a +size 563 diff --git a/checkpoint-600/controlnet/config.json b/checkpoint-600/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..59b17bfd58c1d97749565cb1ea5b97164c701864 --- /dev/null +++ b/checkpoint-600/controlnet/config.json @@ -0,0 +1,55 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.19.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "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_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-600/controlnet/diffusion_pytorch_model.bin b/checkpoint-600/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..1244794d0db3552a84680c9da627f797638a2018 --- /dev/null +++ b/checkpoint-600/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e10163bde02262d5a05498f0678816b593019aa2f5ddbf73bc69eb828cb918ef +size 1457056057 diff --git a/checkpoint-600/optimizer.bin b/checkpoint-600/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b7821507a3f75bc0cc32847729f3586bed48e630 --- /dev/null +++ b/checkpoint-600/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c352d147abeefa967e436f378a04ae9c0e9cffa0159f4c9432919e7afc315fde +size 731164165 diff --git a/checkpoint-600/random_states_0.pkl b/checkpoint-600/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a4a4a39ae55c7d27de7953545f4f701fcd1fa29c --- /dev/null +++ b/checkpoint-600/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfe63d6fe03b5d27821734384467f8a0f21da3d796fb5d60ff9f542ebdb2e1fb +size 14663 diff --git a/checkpoint-600/scheduler.bin b/checkpoint-600/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f4bc1dcff5d83097f974c9f783de44cfa4a19052 --- /dev/null +++ b/checkpoint-600/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165a371731b2b217fa84b0fb6ac8892a3d58c8b376ef3e6ce2927f89c8fff141 +size 563 diff --git a/checkpoint-630/controlnet/config.json b/checkpoint-630/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..59b17bfd58c1d97749565cb1ea5b97164c701864 --- /dev/null +++ b/checkpoint-630/controlnet/config.json @@ -0,0 +1,55 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.19.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "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_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-630/controlnet/diffusion_pytorch_model.bin b/checkpoint-630/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..545aa7278f83ef8292c226ec0cd435542fbb9cf6 --- /dev/null +++ b/checkpoint-630/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24da211f59845dcd6766ab0e7d224ba1fc34286b6d034aaa8058a12d2a28685c +size 1457056057 diff --git a/checkpoint-630/optimizer.bin b/checkpoint-630/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b4058f58a1ceb9c8c454cede68d1365c4e1cdb6a --- /dev/null +++ b/checkpoint-630/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95c3bc8e2cb5d66b224cdb6e9d5f8ff40d78fa802d438721c59368dd86a4567 +size 731164165 diff --git a/checkpoint-630/random_states_0.pkl b/checkpoint-630/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..50af50334edba1eea76aba9741e73cdf192f0b76 --- /dev/null +++ b/checkpoint-630/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ebe9a4217e278c493e771dcc4eea47e956add260473807ebb128c4db44676af +size 14727 diff --git a/checkpoint-630/scheduler.bin b/checkpoint-630/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..393bf6a2be5c94c2ff3cfc227877fecd812d09c3 --- /dev/null +++ b/checkpoint-630/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a7eabd69b5c9df7b515599a0e073033b5a00e42c409b265b7530ff401f77638 +size 563 diff --git a/checkpoint-660/controlnet/config.json b/checkpoint-660/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..59b17bfd58c1d97749565cb1ea5b97164c701864 --- /dev/null +++ b/checkpoint-660/controlnet/config.json @@ -0,0 +1,55 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.19.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "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_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-660/controlnet/diffusion_pytorch_model.bin b/checkpoint-660/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..42cce3a698c11357f0556f8fd5af41107fac13bf --- /dev/null +++ b/checkpoint-660/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b21906b73adbb0e60d01ff3927dc6034c4280525b0d26df7d3ff9d7d9a2faf +size 1457056057 diff --git a/checkpoint-660/optimizer.bin b/checkpoint-660/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..f1076a18ab860f7e7a910a0acebb58d3f0c3983c --- /dev/null +++ b/checkpoint-660/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea4c6b39b2ac6155b657c4821337645a09d532b0dfab611e6c4468c2690aee39 +size 731164165 diff --git a/checkpoint-660/random_states_0.pkl b/checkpoint-660/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..69c29dc7d22269ff92c7c8cd2cc0afc0ceb9fa3a --- /dev/null +++ b/checkpoint-660/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a23616adf5201d1139e61f716c9f9d518ea4618142c18311f5db2d8bb0d2d65b +size 14727 diff --git a/checkpoint-660/scheduler.bin b/checkpoint-660/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..6cc3b84691e5c90e9b3ac9f7ef55d59f8a55f5f1 --- /dev/null +++ b/checkpoint-660/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da453eec2280a8aa4e3a9a6036fa54e3d9a93bc2f6033898d32716c9b0163a17 +size 563 diff --git a/checkpoint-690/controlnet/config.json b/checkpoint-690/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..59b17bfd58c1d97749565cb1ea5b97164c701864 --- /dev/null +++ b/checkpoint-690/controlnet/config.json @@ -0,0 +1,55 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.19.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "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_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-690/controlnet/diffusion_pytorch_model.bin b/checkpoint-690/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..3c6e2fadf9366ae83a4a81aa02132d8455e360cb --- /dev/null +++ b/checkpoint-690/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7bdfe645c8c4272ea981f92f07469418924352b5d3ee2ebcd47e05b8e18c23d +size 1457056057 diff --git a/checkpoint-690/optimizer.bin b/checkpoint-690/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c79c3b17d68fff3d40fc598f924e3b3a525c9e6c --- /dev/null +++ b/checkpoint-690/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93db81f63f274c61150325794ec39bb218bb712f6b99fd9207d8ed6b1726b3da +size 731164165 diff --git a/checkpoint-690/random_states_0.pkl b/checkpoint-690/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..971d8353c4aa381fa8c1a626f7a8a090718b3d46 --- /dev/null +++ b/checkpoint-690/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29cc53da7590e4b5092e3d10a0dd2f17eae73242380760fd3e7561e91a6200dc +size 14727 diff --git a/checkpoint-690/scheduler.bin b/checkpoint-690/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..2bf95dc8e5f956fbdc506d48281d41134c8dd12e --- /dev/null +++ b/checkpoint-690/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf3cdf843243ecb950079b95ba84fb4f28a8efa97a353d0273409f6114be9486 +size 563 diff --git a/checkpoint-90/controlnet/config.json b/checkpoint-90/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..59b17bfd58c1d97749565cb1ea5b97164c701864 --- /dev/null +++ b/checkpoint-90/controlnet/config.json @@ -0,0 +1,55 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.19.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "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_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-90/optimizer.bin b/checkpoint-90/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..378534987513338c4a12045e55e2afc523688a9c --- /dev/null +++ b/checkpoint-90/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:655f008b79067fc432e62327e9973de22c694d2d6eabffdc7157e4545cce4b37 +size 731163845 diff --git a/checkpoint-90/random_states_0.pkl b/checkpoint-90/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b1e97c21184def5e77b767817979d74479f53cf7 --- /dev/null +++ b/checkpoint-90/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bac5a771326e6dc4a6e3e473223b104f765470e78c52b867333647573c77912 +size 14663 diff --git a/checkpoint-90/scheduler.bin b/checkpoint-90/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..343db9b21ebaf19cfeadba2e6b2fde473bea8150 --- /dev/null +++ b/checkpoint-90/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7184e954f1fe7a9ac66d820354e77e6b12d027d1703b20f12d2b950bd3419335 +size 563 diff --git a/config.json b/config.json new file mode 100644 index 0000000000000000000000000000000000000000..59b17bfd58c1d97749565cb1ea5b97164c701864 --- /dev/null +++ b/config.json @@ -0,0 +1,55 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.19.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "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_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/diffusion_pytorch_model.bin b/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..e0f9f4e7ed9208bedbb3e8b091978963a397697c --- /dev/null +++ b/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6cfb7a821fef4036b0264e4aaf1cf1f5cefa121ab48eaff2d02ce1bcf38ff1 +size 1457056057 diff --git a/image_control.png b/image_control.png new file mode 100644 index 0000000000000000000000000000000000000000..475cee943d47abcdc83ed41db1eba67068b7e3f8 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..fa3411bd27c4637c80f6d56f761127c9194bf538 --- /dev/null +++ b/images_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c1993391f0560b55f06df3935711893f45a8df55d33736b718d7b9287c37ea3 +size 2351658