diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..40fdbcdb0c7d022c0575ca607a3481b580ada3c0 --- /dev/null +++ b/README.md @@ -0,0 +1,47 @@ +--- +license: creativeml-openrail-m +library_name: diffusers +tags: +- stable-diffusion +- stable-diffusion-diffusers +- text-to-image +- diffusers +- controlnet +- diffusers-training +base_model: runwayml/stable-diffusion-v1-5 +inference: true +--- + + + + +# controlnet-tempertrash/model_out + +These are controlnet weights trained on runwayml/stable-diffusion-v1-5 with new type of conditioning. +You can find some example images below. + +prompt: a photography of a woman with a smile on her face +![images_0)](./images_0.png) +prompt: a close up of a passion flower +![images_1)](./images_1.png) +prompt: a couple laying on the beach +![images_2)](./images_2.png) + + + +## Intended uses & limitations + +#### How to use + +```python +# TODO: add an example code snippet for running this diffusion pipeline +``` + +#### Limitations and bias + +[TODO: provide examples of latent issues and potential remediations] + +## Training details + +[TODO: describe the data used to train the model] \ No newline at end of file diff --git a/checkpoint-10/controlnet/config.json b/checkpoint-10/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-10/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-10/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-10/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..77e9a3df042dbf8a3ff0a7633cb16010b9af6b3e --- /dev/null +++ b/checkpoint-10/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8dafc47ee624c49c7e1855e19352a4d09ec7a5f53723701c20e0cfbec5ab442 +size 1445157120 diff --git a/checkpoint-10/optimizer.bin b/checkpoint-10/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..fb2f2885ecc91971217d129df65c37c1d1510b39 --- /dev/null +++ b/checkpoint-10/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4531b572a2cf08f3a1a87e0be5d15aca03d583f304f3eeb98511b322e83b77c2 +size 725253498 diff --git a/checkpoint-10/random_states_0.pkl b/checkpoint-10/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..9443c2ca026ef25a9fa6211a87cf6235cf45b915 --- /dev/null +++ b/checkpoint-10/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d602b5285a13fac874a60a5de25d7d4fa8c46a655f319d7a366cf25cd1428c +size 15124 diff --git a/checkpoint-10/scheduler.bin b/checkpoint-10/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..6219c321a3b71863da19079c8490f27463969e39 --- /dev/null +++ b/checkpoint-10/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97179f38d544307370da864a3f3cb3f7f020420bc544a1ee9b487f59a314dc1f +size 1000 diff --git a/checkpoint-100/controlnet/config.json b/checkpoint-100/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-100/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-100/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-100/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..1846fd01401f6db7b566e20e57b58287f803f80f --- /dev/null +++ b/checkpoint-100/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61875e104e69353b61a21cb31ce62bf6fd49a5251009badbf6bac83758a2fd97 +size 1445157120 diff --git a/checkpoint-100/optimizer.bin b/checkpoint-100/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0f4f2aa538f7f7aba0fdc6cbd7918051bb55f36b --- /dev/null +++ b/checkpoint-100/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:377dd3fd43ca289c51e411cecc4d5efc098ab6f9bf0702465f87d51ac394c67c +size 725253498 diff --git a/checkpoint-100/random_states_0.pkl b/checkpoint-100/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..03a7601632c52e277542d3feaeb6c24799094c98 --- /dev/null +++ b/checkpoint-100/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f35f44ee122b572d4fc529ab210e6235cd6c455e02beb1fbc28c44a5dd236af +size 15124 diff --git a/checkpoint-100/scheduler.bin b/checkpoint-100/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..3a2aec1812d728da9236a261c322a8ab874e8d62 --- /dev/null +++ b/checkpoint-100/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31bb9612a20c95bd2fb2742027f10c50f6c91a2b1dbc9eb2f2aab63ad2c84d7a +size 1000 diff --git a/checkpoint-1000/controlnet/config.json b/checkpoint-1000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-1000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-1000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4c827603f32d23e7a0b89377712f931abe77c6ed --- /dev/null +++ b/checkpoint-1000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c72bc25d310de198d9f219c69b20d4d9290630794f8754db634ab9a50c8f9521 +size 1445157120 diff --git a/checkpoint-1000/optimizer.bin b/checkpoint-1000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..11863365fea319095f862e2f4eef7619a5eed103 --- /dev/null +++ b/checkpoint-1000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccb38e49c72b103d7eeb1ccc4957ad9bca5b22a6923b2bf25ab2351cea4d5b61 +size 725253818 diff --git a/checkpoint-1000/random_states_0.pkl b/checkpoint-1000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..9c4359a9e8d87902c921539925d49ba4a60fea65 --- /dev/null +++ b/checkpoint-1000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f5a2e6262d010bd2248ebb129bb59d517261f70ba4b2b4b86bf88629611f0a5 +size 15124 diff --git a/checkpoint-1000/scheduler.bin b/checkpoint-1000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..265be0ca1047a7473155ea7e300903c0b049b695 --- /dev/null +++ b/checkpoint-1000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81a7fe0a2983de695c44ba167520d4ce1ca01157e36e90498bee8c9d8e4b61fc +size 1000 diff --git a/checkpoint-1050/controlnet/config.json b/checkpoint-1050/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-1050/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-1050/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1050/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..b87682e81aa53f4932e4f1cd69a2c9d1e0bc1dcc --- /dev/null +++ b/checkpoint-1050/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:293ce137602f8b5f83e902d30a02fa18b95fbb5c6fdeacd89ec3591063c0b197 +size 1445157120 diff --git a/checkpoint-1050/optimizer.bin b/checkpoint-1050/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..21c2ada3dadc1a6d7906420d3ee7c1e479906e5e --- /dev/null +++ b/checkpoint-1050/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4740b6bd3c914d6afc195a31080c8b5f9bd66ca3be46c7f1942bb09a4e4833a3 +size 725253818 diff --git a/checkpoint-1050/random_states_0.pkl b/checkpoint-1050/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..9b9c61580b3a2203debad8e16cebf89c8e42b468 --- /dev/null +++ b/checkpoint-1050/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d4eefa53540c658e03b97220d8b7560b84f0c6323f8c881990ce1da000e8fb +size 15060 diff --git a/checkpoint-1050/scheduler.bin b/checkpoint-1050/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..c7918f18c2987b2b13b27f97662881721ffdc79b --- /dev/null +++ b/checkpoint-1050/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c0f6ed6260c4e95b7b5b2299af2e658000c0cbafc14f6155f542713f9fb8308 +size 1000 diff --git a/checkpoint-1100/controlnet/config.json b/checkpoint-1100/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-1100/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-1100/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1100/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..12d0fc799a7bd921212d460e5de735086d418c5c --- /dev/null +++ b/checkpoint-1100/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:741370d6211df1a46c46a33431e4d16d9ed109a61903f62af8cd11bc90fbedb2 +size 1445157120 diff --git a/checkpoint-1100/optimizer.bin b/checkpoint-1100/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2c1c2f3e48816d1e81bb256b3b692b258e0b17de --- /dev/null +++ b/checkpoint-1100/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb6c833668acdb140b93e6f1392a006cab33fdcab0def61da11e524ee8212bc6 +size 725253818 diff --git a/checkpoint-1100/random_states_0.pkl b/checkpoint-1100/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3589f98d3bdb3f03a2b401d70b91dea94ef8a171 --- /dev/null +++ b/checkpoint-1100/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5693bc47a5bb173d7ea656f9b2723c928ea52d8bed8968c77af42390e2d42262 +size 15124 diff --git a/checkpoint-1100/scheduler.bin b/checkpoint-1100/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..fca16ddc5cb9dce9c5a72858980347b5a26ede72 --- /dev/null +++ b/checkpoint-1100/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a43324503ab1e087b21a6ce7442f2bc49d3e7556a67b2710b4d7e00845f4a4d +size 1000 diff --git a/checkpoint-1150/controlnet/config.json b/checkpoint-1150/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-1150/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-1150/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1150/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..2aeb611e2499ee1ceaa04ce346e471a3f56ddd56 --- /dev/null +++ b/checkpoint-1150/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac1824d52abfcca4e2cb752976595d7d8c120c095a9e38727c604a2bced864b +size 1445157120 diff --git a/checkpoint-1150/optimizer.bin b/checkpoint-1150/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..027d1c302deb0cd8a02c159f6b33efb03aff4190 --- /dev/null +++ b/checkpoint-1150/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac7dcf750204dd4068a016f569b7777fe6518e88cbbd160650049cb4f01b1703 +size 725253818 diff --git a/checkpoint-1150/random_states_0.pkl b/checkpoint-1150/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a8d71178f40fb423da3f183bb35d0a17d7d17a07 --- /dev/null +++ b/checkpoint-1150/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16914d4dde5bb3896e74fe09cf8acff7fff0ed790513394c00c2f44b884c116f +size 15060 diff --git a/checkpoint-1150/scheduler.bin b/checkpoint-1150/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..769da04bd50da60783bce5233e9f86acdcb9f25d --- /dev/null +++ b/checkpoint-1150/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d71781fa6288d28c76c544a7f01708ea4c987d23e8e2b41dbc40665b9b861bc +size 1000 diff --git a/checkpoint-1200/controlnet/config.json b/checkpoint-1200/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-1200/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-1200/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1200/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..12425a2b0ca79839f54d406e31d288691309edbd --- /dev/null +++ b/checkpoint-1200/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f3e15279d937a9fe481200c658bc768ca293a323d287e095d5e4992b77ca17f +size 1445157120 diff --git a/checkpoint-1200/optimizer.bin b/checkpoint-1200/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..741a0ede69c9ada015084f3e0620ccc58165c548 --- /dev/null +++ b/checkpoint-1200/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:922a08ba367547cf493e58aeeae1b9e47b6ad8beb6376cb576eca3828065565b +size 725253818 diff --git a/checkpoint-1200/random_states_0.pkl b/checkpoint-1200/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e7f965bd3a68685e54e77283a17012bc3fbfa3ea --- /dev/null +++ b/checkpoint-1200/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc94e08f58aabf6e767e7187815551fda377c1c0b70df97c1f0fd4c9ca802c14 +size 15124 diff --git a/checkpoint-1200/scheduler.bin b/checkpoint-1200/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d25ac2af4eec65a0372e34dad46ac494abb15e27 --- /dev/null +++ b/checkpoint-1200/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa64fab8606b0c89e5ea76e7d054b6f28a6a974a96bd00521c254eb29ec84d9 +size 1000 diff --git a/checkpoint-1250/controlnet/config.json b/checkpoint-1250/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-1250/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-1250/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1250/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..650ac66046a4c4630590a3841999879fddab6a6c --- /dev/null +++ b/checkpoint-1250/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52770f18fc86f93997107f7ea368d24b50a602a2c3180ce750763632b35101ad +size 1445157120 diff --git a/checkpoint-1250/optimizer.bin b/checkpoint-1250/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..1168c6534d3c51d29b304765e03461e415caa915 --- /dev/null +++ b/checkpoint-1250/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617c2880989e81f8c0fcd230137475f5eeedd6769773cf84681fe7a81fdcb06a +size 725253818 diff --git a/checkpoint-1250/random_states_0.pkl b/checkpoint-1250/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..99646ccfae3aa2271275384ae7fe6e8e9faae188 --- /dev/null +++ b/checkpoint-1250/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:381b5fbeab67efb58b705240fb073a422d77d68ab591ba38de5ae3c32a50a80d +size 15060 diff --git a/checkpoint-1250/scheduler.bin b/checkpoint-1250/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..976a27de201da5488bc7b42ce6d3ddff38320cae --- /dev/null +++ b/checkpoint-1250/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:920333155b08e76154b89a85170c320833074db7b84649a9cfe79fd10b6bf2d9 +size 1000 diff --git a/checkpoint-1300/controlnet/config.json b/checkpoint-1300/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-1300/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-1300/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1300/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..050e5030dfb0cd759967bf2bea7c8ba297f00446 --- /dev/null +++ b/checkpoint-1300/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f064432bdca857a2581501c62bf1b87ead3701d07adf889e34e1283ed3865cac +size 1445157120 diff --git a/checkpoint-1300/optimizer.bin b/checkpoint-1300/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..89a31eea274f6b8cf1bb257f5fac0e6aaf43ed85 --- /dev/null +++ b/checkpoint-1300/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27754dcc849651188ced51545514c76539bcedf67f5eb8b5c28a949a200fd5a5 +size 725253818 diff --git a/checkpoint-1300/random_states_0.pkl b/checkpoint-1300/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..618f873a32e9c7e593aeb25b20194c50699bc31e --- /dev/null +++ b/checkpoint-1300/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7759dcec7e60d12467ccb0f21cb9216f2dd5f69a64d2163b0edbf9af6554602b +size 15124 diff --git a/checkpoint-1300/scheduler.bin b/checkpoint-1300/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..5f90288b388ecc0c7b59536371e8eee3a8cfacf5 --- /dev/null +++ b/checkpoint-1300/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:731bf3b42ddcd4303b91f3421288c7ee2a22689640e15fd73f093a71bd671cbf +size 1000 diff --git a/checkpoint-1350/controlnet/config.json b/checkpoint-1350/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-1350/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-1350/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1350/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..9df87bfca2681e22ed9ec6fae495b94e8933b07c --- /dev/null +++ b/checkpoint-1350/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:394b3496c99874d4fcc887c99fafd2970badfb59cfc7962aca7b85c2df072844 +size 1445157120 diff --git a/checkpoint-1350/optimizer.bin b/checkpoint-1350/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..456b1cad0b5ee6f7f1c7215f03ec08d92540a08a --- /dev/null +++ b/checkpoint-1350/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de55b3e26420a67ab734b9d0f1232bd3af930d75fa20e1ad9d0b2af1fda60fe6 +size 725253818 diff --git a/checkpoint-1350/random_states_0.pkl b/checkpoint-1350/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b992a1303eb83021346cc5fc15fa4cacd6a0ec2e --- /dev/null +++ b/checkpoint-1350/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f44b1f4709d0c7f86224c232ee5ba17f4f0fa2baca56d6e58433536bdcbf0e4 +size 15060 diff --git a/checkpoint-1350/scheduler.bin b/checkpoint-1350/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..ce5b5a636f06ab4d3ca752edec11cc293211b4e4 --- /dev/null +++ b/checkpoint-1350/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cbe98254f70b523f280c56653d7bc65c2ecd150f0f39ed4a04b4912c1cf3c14 +size 1000 diff --git a/checkpoint-1400/controlnet/config.json b/checkpoint-1400/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-1400/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-1400/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1400/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..820611f3481248e9ff6ea50453075340a9b1b8f7 --- /dev/null +++ b/checkpoint-1400/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c3f19f8043e5c4e5ef1a8ed087cb23287ea1bba9070f257aa91b4cae64ed8be +size 1445157120 diff --git a/checkpoint-1400/optimizer.bin b/checkpoint-1400/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..dfbca5d5fa0f07b0e951b1843f0136a4a4c758b3 --- /dev/null +++ b/checkpoint-1400/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:021584d61e931075d82f234d950e275aeb82b11376a83ef5e5797ed8b4e6e01c +size 725253818 diff --git a/checkpoint-1400/random_states_0.pkl b/checkpoint-1400/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e48bbbf02af8dc4a0c9c40d49e43633ace8d979a --- /dev/null +++ b/checkpoint-1400/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:733c123eb25e1abda58c65154b90ab4370670df1e70e6cad9a39096f0c495b8a +size 15124 diff --git a/checkpoint-1400/scheduler.bin b/checkpoint-1400/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f186ac50f7d1d9ec64389ae34b22a722cfa3d343 --- /dev/null +++ b/checkpoint-1400/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e01e96779390492f40761cafca31cea9b3498b61393c42f586e2a9710ac799d +size 1000 diff --git a/checkpoint-1450/controlnet/config.json b/checkpoint-1450/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-1450/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-1450/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1450/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..f50f14869bbea7d88a2f4d8bed1ad2a8abc29527 --- /dev/null +++ b/checkpoint-1450/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d03679255049c55878703ef2f0c821328941c9b526b27b3ed2a41b27d6799df +size 1445157120 diff --git a/checkpoint-1450/optimizer.bin b/checkpoint-1450/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2088b2397b4e7be4716f314497fef0db3fc2c3ae --- /dev/null +++ b/checkpoint-1450/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc05e7b8a2b7266f616b45e8cb6cabe837d4eb901b3ce25ae31d8b13934e33f2 +size 725253818 diff --git a/checkpoint-1450/random_states_0.pkl b/checkpoint-1450/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c43d01c8c67c4daba25b0d7944f48b85b35f2710 --- /dev/null +++ b/checkpoint-1450/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94774b571aca91873a4cb575eabe4236e83db13a0e11b18d594485a6ba90e754 +size 15060 diff --git a/checkpoint-1450/scheduler.bin b/checkpoint-1450/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f29ca4dae22b98764242c6eec48ddfd5b3374c62 --- /dev/null +++ b/checkpoint-1450/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17dcee65d4a8b6e438b71a92b4c1574b14fc9e6aeda8b48905b83e61a6696c9a +size 1000 diff --git a/checkpoint-15/controlnet/config.json b/checkpoint-15/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-15/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-15/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-15/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..c16e19ad36d9de7f4527ef50f5cc839dc82fbd0e --- /dev/null +++ b/checkpoint-15/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9247488f30d173a54d215016f7b5f0cc9a3ec7eae4162b8df73e5ff3ad5819c2 +size 1445157120 diff --git a/checkpoint-15/optimizer.bin b/checkpoint-15/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..24851ad9f8b557c45029e0867f14f3fade5bd2ab --- /dev/null +++ b/checkpoint-15/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa45a4d3cae2daf0ea558d77943246653152217b14dfb17365666883d68bc8dd +size 725253498 diff --git a/checkpoint-15/random_states_0.pkl b/checkpoint-15/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..dcee007e1e07d9d42cf918129633531165410626 --- /dev/null +++ b/checkpoint-15/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5016f19079d607e4c8504e6450ea9582ab1fe0ca51d9225055f4b72cde8c8d6 +size 15124 diff --git a/checkpoint-15/scheduler.bin b/checkpoint-15/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..bf2ef78bec9c49e6516c1627f6c33c9555c89da5 --- /dev/null +++ b/checkpoint-15/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c0390043e9ad2ae9ca15dca3674bf8a4f74f80464064720bee2ee00f7a7f653 +size 1000 diff --git a/checkpoint-150/controlnet/config.json b/checkpoint-150/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-150/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-150/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-150/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..458df3549f4aa0c574cbe3b13f2ae8f8c12d504a --- /dev/null +++ b/checkpoint-150/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b782d63702f2080dbfa577ff507d2c49af142b92238069fdf92e5e692d5d3f +size 1445157120 diff --git a/checkpoint-150/optimizer.bin b/checkpoint-150/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b961f5bdaa00c6212a4d3f10862d6572babdf7a8 --- /dev/null +++ b/checkpoint-150/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f55acc1c87bbc55efb9eb6b82c9ec23e1b73540d6ab808307d5e7a5bd9be84 +size 725253498 diff --git a/checkpoint-150/random_states_0.pkl b/checkpoint-150/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0a32eab54f4b988ff7e63147b1c7c95ab0106c11 --- /dev/null +++ b/checkpoint-150/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc08d91792ea873830def0456d6fa9e322e51ccc47f1b4a1c335e6684af33315 +size 15124 diff --git a/checkpoint-150/scheduler.bin b/checkpoint-150/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..0f81b2a35f3ebc57e3ecef96ea0f63149783a5f3 --- /dev/null +++ b/checkpoint-150/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ccc3dc72d8a6053f01cc7210fd08121c69d33fe0c34be5cfef44815bc58f6ee +size 1000 diff --git a/checkpoint-1500/controlnet/config.json b/checkpoint-1500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-1500/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-1500/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1500/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ec095e67e7c09c022b4eab0a73480efa534ee28a --- /dev/null +++ b/checkpoint-1500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3eb57ae587cea7405ee8b90ef23e00270e2639f0fe16647e15633f7245d0a4b +size 1445157120 diff --git a/checkpoint-1500/optimizer.bin b/checkpoint-1500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..8392deaa7da721fd8a894e026abc4c695f5a2069 --- /dev/null +++ b/checkpoint-1500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f724ebe886ebee150710aafb8657aba504b105faf978d5ff97d18d57cda5c7de +size 725253818 diff --git a/checkpoint-1500/random_states_0.pkl b/checkpoint-1500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..8dddf496cdcbddd2bbd010dc34a36dce9098b1cb --- /dev/null +++ b/checkpoint-1500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e37492b1a89a9b24c0af88f8e575e8c3aafc5f78889d8309ed3068ef5bcf5d3 +size 15124 diff --git a/checkpoint-1500/scheduler.bin b/checkpoint-1500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..8e34b9d961e83d8a8892cc99eb41c713478ece0d --- /dev/null +++ b/checkpoint-1500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a530ffa9220cf65c0729e966fdf26ce7223ed3dc88346bbe1367170da20bad4 +size 1000 diff --git a/checkpoint-1550/controlnet/config.json b/checkpoint-1550/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-1550/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-1550/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1550/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..a934160a65d2dbbf6f6d260a4a5538798c38cfb7 --- /dev/null +++ b/checkpoint-1550/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7271bd775d257f7ecfb00b54ee560f76985b61d434c82dd8f51b45aa968d6844 +size 1445157120 diff --git a/checkpoint-1550/optimizer.bin b/checkpoint-1550/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..037e8c244aedd6dbd6380eb0ddc924651c7bd307 --- /dev/null +++ b/checkpoint-1550/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ac7071e2f0263087a8b68f7e0bfdaa4fa59ba301a84c5a036100993bced9ede +size 725253818 diff --git a/checkpoint-1550/random_states_0.pkl b/checkpoint-1550/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c28b4355f3aa3b6b81989e03a3b00eeae49ff7d6 --- /dev/null +++ b/checkpoint-1550/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c164a28420bfb0e95e6f33f6824f3f1597a5d5f9a173dea3ef349ebee328b5 +size 15060 diff --git a/checkpoint-1550/scheduler.bin b/checkpoint-1550/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f8984ffb2403c77b0c72f5c5bddf5e763ff7d01f --- /dev/null +++ b/checkpoint-1550/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:684b3d21c49c91cbd3a9a9ff75ce8c01f343853e47131e62983d528e7a1971b4 +size 1000 diff --git a/checkpoint-1600/controlnet/config.json b/checkpoint-1600/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-1600/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-1600/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1600/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8469727ffb4846888e467b2c95c3260b99b787aa --- /dev/null +++ b/checkpoint-1600/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b7084c1ad6daa7f9ccef72c1a019ba00309c9eb2c920380c055838097220ae5 +size 1445157120 diff --git a/checkpoint-1600/optimizer.bin b/checkpoint-1600/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..415d8a627eaddb079d8792e39624161d2e4c494b --- /dev/null +++ b/checkpoint-1600/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439243c112bd09d5f48c32e074efbc5e7c2238a7c8be1ed78d0a9f6d810b3886 +size 725253818 diff --git a/checkpoint-1600/random_states_0.pkl b/checkpoint-1600/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b1bf89ebfabf5948df10c689e94cc5494fd238d5 --- /dev/null +++ b/checkpoint-1600/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfaa9db107bfeda0e675bc32207e674fbbbb89918aab823cecb952d2bc085c36 +size 15124 diff --git a/checkpoint-1600/scheduler.bin b/checkpoint-1600/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..0356df1aab514bb22920e74ff0184e3f5abe4f39 --- /dev/null +++ b/checkpoint-1600/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2315c6403f8f0d38941f236a84ed616ac7a8763287b9675fc1be56862d52960 +size 1000 diff --git a/checkpoint-1650/controlnet/config.json b/checkpoint-1650/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-1650/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-1650/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1650/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..415d8b34c45bad92a6f4abc64348fb78c48df000 --- /dev/null +++ b/checkpoint-1650/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de7572be3086f5fdad175f2e3125a0811d8e030a64ae82a801ee79eca2a1c8df +size 1445157120 diff --git a/checkpoint-1650/optimizer.bin b/checkpoint-1650/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0126a67411d2252d0cb035d0de61f63ee1d2dd00 --- /dev/null +++ b/checkpoint-1650/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0db276de432ae119868b04ff28b93181b761c4c3a98b8543c08547bda8d0e1 +size 725253818 diff --git a/checkpoint-1650/random_states_0.pkl b/checkpoint-1650/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..66034df7e9952295b533d9e808b8b949ded14653 --- /dev/null +++ b/checkpoint-1650/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90df88fdda89a8ab3855627f310c38fb8a6507caf5913b7ee5577ef9b5aeef25 +size 15060 diff --git a/checkpoint-1650/scheduler.bin b/checkpoint-1650/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..458de9c31172dc6a38379e5c6d4a9b2d759edfd4 --- /dev/null +++ b/checkpoint-1650/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:613dbe9d003003af445b4c2b118e611ee38029c309b7c03860f88408007c1d79 +size 1000 diff --git a/checkpoint-1700/controlnet/config.json b/checkpoint-1700/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-1700/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-1700/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1700/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..6162064251b4f22f383712d8a55ad207d0330ec0 --- /dev/null +++ b/checkpoint-1700/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ea7700696cd37f02fdbb854e39efc798d953960e8bb0e56bb41c07c187cf40 +size 1445157120 diff --git a/checkpoint-1700/optimizer.bin b/checkpoint-1700/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2238607a43a581c99ad277025b349a3d6770deef --- /dev/null +++ b/checkpoint-1700/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4013cb239baed9cf8a0889e465e1a4e00f63a1cccb6fa21314e38cc80f557b2f +size 725253818 diff --git a/checkpoint-1700/random_states_0.pkl b/checkpoint-1700/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..daf5f9a9f6a0426131ff00e28642c684854cea79 --- /dev/null +++ b/checkpoint-1700/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c22c9f2dd365460fbfc67cb0b9170d633c845fd2755908d58e34eaabedeb34c6 +size 15124 diff --git a/checkpoint-1700/scheduler.bin b/checkpoint-1700/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..342962f989f292cb8a9f2763c64ea16c5949790e --- /dev/null +++ b/checkpoint-1700/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7711868f2c1df354d0560855622e105f055afcbe2d354746d4cd5dc428e1ca8 +size 1000 diff --git a/checkpoint-1750/controlnet/config.json b/checkpoint-1750/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-1750/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-1750/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1750/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..10125460bb6f001eb9a652680cbce36357286ced --- /dev/null +++ b/checkpoint-1750/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f9ddaeff711aa8d27e14be8966779b796330683101ce585faf0a0345421d77 +size 1445157120 diff --git a/checkpoint-1750/optimizer.bin b/checkpoint-1750/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0306669e3af9efeb256f52483bba79ce9c94e002 --- /dev/null +++ b/checkpoint-1750/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:979f4f81ef979e30aee9b95fc2e98804af363332982a5f7abac5a6974d17e592 +size 725253818 diff --git a/checkpoint-1750/random_states_0.pkl b/checkpoint-1750/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f69b86f953e58b53a5707d4063cee8a72537944e --- /dev/null +++ b/checkpoint-1750/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63cd3d958050388517fd04de5e9e6516edc4a3593b7cf8bcc512c7c9f85e77fc +size 15060 diff --git a/checkpoint-1750/scheduler.bin b/checkpoint-1750/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..060d6467a94bb456ae140a069e7c9fc0d0d9eefe --- /dev/null +++ b/checkpoint-1750/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f80bd4cf789dadaabab339ee4bbcf7677008e876201ba9229aae4c3d8860b1 +size 1000 diff --git a/checkpoint-1800/controlnet/config.json b/checkpoint-1800/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-1800/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-1800/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1800/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..0ca0cd273d14c3f7019e7a0400ccbba0f02f865a --- /dev/null +++ b/checkpoint-1800/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed40518d5178fc7135515a2f99644a00a25adc10fbfd3d8a57a9330ac10e86a6 +size 1445157120 diff --git a/checkpoint-1800/optimizer.bin b/checkpoint-1800/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..deae7af8bf407f64fde21670608b75e12215b884 --- /dev/null +++ b/checkpoint-1800/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e9324769b9efb5b736a0d183f7776dc264531e561d936c131fd05c5f73672f +size 725253818 diff --git a/checkpoint-1800/random_states_0.pkl b/checkpoint-1800/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..de069ba7a61c97f1725318501cf3e2e5ca866de6 --- /dev/null +++ b/checkpoint-1800/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:829c1afb65c8a69906dc47680db71f93e2095c2ea7aadb24f226f2a87a5ba38c +size 15124 diff --git a/checkpoint-1800/scheduler.bin b/checkpoint-1800/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d262398f7cd047d4606d1a4897fc721b8958b372 --- /dev/null +++ b/checkpoint-1800/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ec22df43ad235ab5535661febd2111e1f66f649ed79cf0de177c5c8dc422ef +size 1000 diff --git a/checkpoint-1850/controlnet/config.json b/checkpoint-1850/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-1850/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-1850/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1850/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e2ac8ea57bfbfa0b0b2f804ecb19ddb1e10b2df0 --- /dev/null +++ b/checkpoint-1850/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d90b0919a690dfe2d6cdc99cf6b1ae52244b06be39e3cfa1ab068a506425f50 +size 1445157120 diff --git a/checkpoint-1850/optimizer.bin b/checkpoint-1850/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..05e719113f3b1dcf80696a3d0fbbf99ebcc36a30 --- /dev/null +++ b/checkpoint-1850/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c9e8d29078b4939d3ccd5d24e5a37e4a8326d8cd1f7b44d6c9c7b8fee771713 +size 725253818 diff --git a/checkpoint-1850/random_states_0.pkl b/checkpoint-1850/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..bc6bf8c14098c302cae21e688b1c7c7c17d5b339 --- /dev/null +++ b/checkpoint-1850/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871786b3aa053e80b4894ce7ec285dc68b91dba48b006e8b8f3e27d9b39430c8 +size 15060 diff --git a/checkpoint-1850/scheduler.bin b/checkpoint-1850/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..455aad4d74eb20abbc46cc5f2991c07218c4c892 --- /dev/null +++ b/checkpoint-1850/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:400ce1033026778bea477fe166131e268a4d343555de99de4b8b723bfa8f486f +size 1000 diff --git a/checkpoint-1900/controlnet/config.json b/checkpoint-1900/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-1900/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-1900/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1900/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..83dce48ed312c4050ff4230d5d9371d9144ad8f0 --- /dev/null +++ b/checkpoint-1900/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b644ff961bc46a4ce916ffac012187028b52637af545347bec50850a48f6ee5 +size 1445157120 diff --git a/checkpoint-1900/optimizer.bin b/checkpoint-1900/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..80a258209110a8d2516d6362e8f4b552ef92658c --- /dev/null +++ b/checkpoint-1900/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f8c9610a5b238da083c0c31e919759d134e238e8711c73250709f24441b71a +size 725253818 diff --git a/checkpoint-1900/random_states_0.pkl b/checkpoint-1900/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..faa2f39f04312b89d0d28ced8848c0781daa431a --- /dev/null +++ b/checkpoint-1900/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51c2449dc47470e9c3ad2291ffba8a38538866d26f508d3c8700bba6efcd2b75 +size 15124 diff --git a/checkpoint-1900/scheduler.bin b/checkpoint-1900/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..54c05b1ea682ebc5fec72fd3afdc5cd49c4a9189 --- /dev/null +++ b/checkpoint-1900/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfdf77033b931ccf5632cc0510e48a91851fe3d4f056a735961c13b50a09e1fb +size 1000 diff --git a/checkpoint-1950/controlnet/config.json b/checkpoint-1950/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-1950/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-1950/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1950/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..6762378888c19c0aa52c00ac4651b128b30b9a93 --- /dev/null +++ b/checkpoint-1950/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2abdbe325667495a74ec07ac8ecba9705fb26b979257b523861209741f34e3cc +size 1445157120 diff --git a/checkpoint-1950/optimizer.bin b/checkpoint-1950/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..18e2dc02291b78ba60a701643c73759c7ca6c412 --- /dev/null +++ b/checkpoint-1950/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d3f442509270bc092d368873a62a1a1fa66b4fe5a8433596347656bd1f93f13 +size 725253818 diff --git a/checkpoint-1950/random_states_0.pkl b/checkpoint-1950/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4c135b8e6a00cc4f4f70a6d64ca1b5a8811453e2 --- /dev/null +++ b/checkpoint-1950/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ab7e17cbbc9878b68af533e0c6f1557c6b4cf022c8efde1b33f05b5ff1aaf6d +size 15124 diff --git a/checkpoint-1950/scheduler.bin b/checkpoint-1950/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..deab117e7c2dd83fe584344ec40a572c63670be4 --- /dev/null +++ b/checkpoint-1950/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d00b763bc3100f48307e6fc5cdf8804f1b270bd8a5d1fd1f4e8d4e4649d8b9b +size 1000 diff --git a/checkpoint-20/controlnet/config.json b/checkpoint-20/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-20/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-20/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-20/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..2c7a71d2581f6e20358a37a0c9c85e19c579c288 --- /dev/null +++ b/checkpoint-20/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5302d8459b35ba394b26516daae4d1f37a8ea5afda31a9590e0811a57051b591 +size 1445157120 diff --git a/checkpoint-20/optimizer.bin b/checkpoint-20/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2e4fb190a7c07c5c8654b04686d1823543ae33ef --- /dev/null +++ b/checkpoint-20/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce4489a6e080b635dd0abbd4b37fe895f0063a859f7278092cae200479908a1 +size 725253498 diff --git a/checkpoint-20/random_states_0.pkl b/checkpoint-20/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f19476b206ce85e1e321d7ce41eb416cb626cc4e --- /dev/null +++ b/checkpoint-20/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1beb3dfe70736b5bae0edbb45ba55fcbb2749816e109476b7959cb6b332d9a98 +size 15060 diff --git a/checkpoint-20/scheduler.bin b/checkpoint-20/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..def258f97827fed64d8909e231d01ed8bb6babf7 --- /dev/null +++ b/checkpoint-20/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b1fe5f9e158d21de56d4195defee07084ce5701406b1ed8d289cc34fa7d3106 +size 1000 diff --git a/checkpoint-200/controlnet/config.json b/checkpoint-200/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-200/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-200/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-200/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..88bee1a92f244d4709b517cc56568afd5d4cd536 --- /dev/null +++ b/checkpoint-200/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cdf910a11ea3e83a9348ae8faa0e0c3d329fd88e5b2f4ab37a9e8f6b20dfa6 +size 1445157120 diff --git a/checkpoint-200/optimizer.bin b/checkpoint-200/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c6ca6cc1f45f6be780da8dcc11f8f7d1ffde7b03 --- /dev/null +++ b/checkpoint-200/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a678c11ae4ce79f47e4c697b5928e3f758a43bebf0185aab40aee0978b390c +size 725253498 diff --git a/checkpoint-200/random_states_0.pkl b/checkpoint-200/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c5f8338865a750975568f437565481f40db466b3 --- /dev/null +++ b/checkpoint-200/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9caad417a456bff96eadda38b5413dafa72a186ec0c9401f13974c689da2e53 +size 15124 diff --git a/checkpoint-200/scheduler.bin b/checkpoint-200/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a01f9b4352f443a17d0cf10bb4c9dfc5ed62d4b8 --- /dev/null +++ b/checkpoint-200/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b123620fe8afa9519a3e029f1a335b7ee360a41a441ab984dc27080c953e2d2e +size 1000 diff --git a/checkpoint-2000/controlnet/config.json b/checkpoint-2000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-2000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-2000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..3b7db18857b0ebc128d196eb64e40c7c2c7a59b8 --- /dev/null +++ b/checkpoint-2000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:071d783b674a12d30ffda30acd46b4c3f5f614084fdcaff7d2ea821bb10bf147 +size 1445157120 diff --git a/checkpoint-2000/optimizer.bin b/checkpoint-2000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c34cd59fe7eb7f45944e340ce69f79ce5959c30c --- /dev/null +++ b/checkpoint-2000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba27837100df60493c4085a795e576d3a921a0d81796c1feb0156602fc1d3b2f +size 725253818 diff --git a/checkpoint-2000/random_states_0.pkl b/checkpoint-2000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..32827bfa0b73adde91f58fac33890ce535142c88 --- /dev/null +++ b/checkpoint-2000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f57c4f76c425bc6f474a078e24ff2173488ef0e7a1adcf16b639bffbefaa7864 +size 15124 diff --git a/checkpoint-2000/scheduler.bin b/checkpoint-2000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..4650a57bdc5329d82b7509dbd026339e5b46def6 --- /dev/null +++ b/checkpoint-2000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a27fbcb71e64da5cd3c386782ab45bb0efde0abb5d30842a94c8a599b450c90c +size 1000 diff --git a/checkpoint-2050/controlnet/config.json b/checkpoint-2050/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-2050/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-2050/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2050/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..9d9a5f1e6357ed5101fd6907ffeb422572fc6ec7 --- /dev/null +++ b/checkpoint-2050/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2110b240079d2b2f849f91e8ba5f34e513acebc6a4ce0c36d924212fc94ccb9 +size 1445157120 diff --git a/checkpoint-2050/optimizer.bin b/checkpoint-2050/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..46cca114c4cc403aef961b457ac2d0c905bc0a23 --- /dev/null +++ b/checkpoint-2050/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bae4f3607a44896a33e0039f15058c68d31dfa968125ee126cf54bac1299187 +size 725253818 diff --git a/checkpoint-2050/random_states_0.pkl b/checkpoint-2050/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..36481a732428782080b48a581cfbb0a016e3caba --- /dev/null +++ b/checkpoint-2050/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7106d3bc1172f28c1b92ef02f1c9e7a9a454e09e49a2d5ec55756ea77bda7171 +size 15060 diff --git a/checkpoint-2050/scheduler.bin b/checkpoint-2050/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..8ab95346173714d23747bd8023af7c6213e04b31 --- /dev/null +++ b/checkpoint-2050/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac27af8f8eaa3a0a434a584eafb4731ce8269b336a7bbdfaa07d73536fca0c33 +size 1000 diff --git a/checkpoint-2100/controlnet/config.json b/checkpoint-2100/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-2100/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-2100/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2100/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..bac7139d12ac4558033d110184cd84bd03318323 --- /dev/null +++ b/checkpoint-2100/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166a719c49a3463d61f1e7045cc14c9aa0bfafbbc7787c5a4dbb22becc4f8b89 +size 1445157120 diff --git a/checkpoint-2100/optimizer.bin b/checkpoint-2100/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7016cf077d32a7dd531e5c5c0e5f19da41f77cb3 --- /dev/null +++ b/checkpoint-2100/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da3477c3dba2d6a4d0817693091180fda7d31b7f362fa9ace883bb76ce8f46d3 +size 725253818 diff --git a/checkpoint-2100/random_states_0.pkl b/checkpoint-2100/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..1736cc9cb21dad679d60b0bde6394a8e04a1d083 --- /dev/null +++ b/checkpoint-2100/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:849b30bc0a0d25d4d5602548a7893e110f3399e81fb87a67b3147af5ca640df3 +size 15124 diff --git a/checkpoint-2100/scheduler.bin b/checkpoint-2100/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..c7918f18c2987b2b13b27f97662881721ffdc79b --- /dev/null +++ b/checkpoint-2100/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c0f6ed6260c4e95b7b5b2299af2e658000c0cbafc14f6155f542713f9fb8308 +size 1000 diff --git a/checkpoint-2150/controlnet/config.json b/checkpoint-2150/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-2150/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-2150/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2150/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8e88d6c73712fe10029a8f8cc3b31c766ac2d828 --- /dev/null +++ b/checkpoint-2150/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:212da2be74bdaca9e5103568541e492e5801ef73d042d1086e0bd3b5d7eaedc9 +size 1445157120 diff --git a/checkpoint-2150/optimizer.bin b/checkpoint-2150/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..159a92c9490fa783a9f190d935aa6cf1f80bb0c0 --- /dev/null +++ b/checkpoint-2150/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c17264dfde4dfc1e13acbfd1f2289f45c2e712a6e57027dc0400c794f99957d8 +size 725253818 diff --git a/checkpoint-2150/random_states_0.pkl b/checkpoint-2150/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ca295e1f2dc119079263a093f07fc270c03c6ad3 --- /dev/null +++ b/checkpoint-2150/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb2e75c49d34d122d88790ca919a5ad62c68bc1ed31c5f1bc1d9d49647c8771 +size 15124 diff --git a/checkpoint-2150/scheduler.bin b/checkpoint-2150/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..21df89a1797b9eb2e9c9029c4f28a88e0a723016 --- /dev/null +++ b/checkpoint-2150/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ae512aa687a22f4c054d06debbd161fccde4a3f4a33d7234f4942d67f0226cf +size 1000 diff --git a/checkpoint-2200/controlnet/config.json b/checkpoint-2200/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-2200/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-2200/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2200/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7d9dd50adeebb68fa5c78dc3193fa4305e20c0ae --- /dev/null +++ b/checkpoint-2200/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be489649ff7eec4bd5f7236d914380879c29310e884c6ee928ea72a9605808c +size 1445157120 diff --git a/checkpoint-2200/optimizer.bin b/checkpoint-2200/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0de4ca16ddcff29a4a606843078f43775f11019f --- /dev/null +++ b/checkpoint-2200/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d172360e8cd1ef55afd740f35973a3fcf47a422f9a3f4f38016ed7f98751417b +size 725253818 diff --git a/checkpoint-2200/random_states_0.pkl b/checkpoint-2200/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e982e845242dc80c42691833bb4784e7de73b895 --- /dev/null +++ b/checkpoint-2200/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:283b435a07c440b2f9f5037d853e501e7ee4201ac4f443450f979aa16044fae0 +size 15124 diff --git a/checkpoint-2200/scheduler.bin b/checkpoint-2200/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..96929471436edd7647d3a0efa58a655334902d35 --- /dev/null +++ b/checkpoint-2200/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd4c53940f958ffe623517d9c93712a1e24092169f3a45f3f8b5b9c1f0b65a7 +size 1000 diff --git a/checkpoint-2250/controlnet/config.json b/checkpoint-2250/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-2250/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-2250/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2250/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..9dd13ef3abd755816efb8e5cc16f37ece1614a47 --- /dev/null +++ b/checkpoint-2250/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c345119d268002381b41796a1ad2bed0eec58fe02e2aef7eafbedd2958d2ded4 +size 1445157120 diff --git a/checkpoint-2250/optimizer.bin b/checkpoint-2250/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..07465932a6a15b2313bc388f3516ade98059464f --- /dev/null +++ b/checkpoint-2250/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:194f4541a9b169fcc9899d09e7c8c73f68169c11ed22f977b4505544552b974c +size 725253818 diff --git a/checkpoint-2250/random_states_0.pkl b/checkpoint-2250/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..971253548d29bed82230992b21229ffe6698ba1f --- /dev/null +++ b/checkpoint-2250/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d4d465e81b9bf0fabdde6120f9247921d55304ed805c6d3e1ecce363087365e +size 15060 diff --git a/checkpoint-2250/scheduler.bin b/checkpoint-2250/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..cea40c46784607b8e840cb2e796590b1687e8013 --- /dev/null +++ b/checkpoint-2250/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdd7aa796f44c57211fc009bfef85afa45524c73305957cce5d8d0b742077407 +size 1000 diff --git a/checkpoint-2300/controlnet/config.json b/checkpoint-2300/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-2300/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-2300/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2300/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..b7fe5f55673e3aca9d6653db70f44bc5e59572fe --- /dev/null +++ b/checkpoint-2300/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c452e3a2fd19db921634456a91388b95b5fe8299d02640ca7dd3dac40f0b214 +size 1445157120 diff --git a/checkpoint-2300/optimizer.bin b/checkpoint-2300/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..74254130939299b997c0a0d589b0172b1595f420 --- /dev/null +++ b/checkpoint-2300/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:313f0f5490b73011fa7a56ea65d4caa6a0f4c96dd24682d14f5d327eb2b0d5b9 +size 725253818 diff --git a/checkpoint-2300/random_states_0.pkl b/checkpoint-2300/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..66f6918ffb170dc2dd56625737a195cfacd31166 --- /dev/null +++ b/checkpoint-2300/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5e1038a1371a9987b2b2b5c4307a091e7e6b55db6bf82384973f33bc883563 +size 15124 diff --git a/checkpoint-2300/scheduler.bin b/checkpoint-2300/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..769da04bd50da60783bce5233e9f86acdcb9f25d --- /dev/null +++ b/checkpoint-2300/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d71781fa6288d28c76c544a7f01708ea4c987d23e8e2b41dbc40665b9b861bc +size 1000 diff --git a/checkpoint-2350/controlnet/config.json b/checkpoint-2350/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-2350/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-2350/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2350/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..002fb2a1478146b89e53f8c89ea5da66c3459391 --- /dev/null +++ b/checkpoint-2350/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab8c977b8e6e7ae0cde5500c18c3570685d69d1782948cdc9236e97fe7fc30c2 +size 1445157120 diff --git a/checkpoint-2350/optimizer.bin b/checkpoint-2350/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e0507e472a8fbf12674a7001599fa3584c64cf29 --- /dev/null +++ b/checkpoint-2350/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e960be9dcbeedb53fc8d902d2fbb57eb3c8d243b0d41f6351de37028513f7fb +size 725253818 diff --git a/checkpoint-2350/random_states_0.pkl b/checkpoint-2350/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..9fc79b4c38b7b2a9ffa06cf42c755a7431a09b1a --- /dev/null +++ b/checkpoint-2350/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7afec11a8f2509ba10da82a77717a6673887144daa3863e96a78798b1e10392 +size 15060 diff --git a/checkpoint-2350/scheduler.bin b/checkpoint-2350/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..82c750a226ed77fd440054953ca0387a3a1d2fbf --- /dev/null +++ b/checkpoint-2350/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1a341e3fe2ac86c34efc4b10d4af4fe3f44541a5c9a024912c82b34a9957f27 +size 1000 diff --git a/checkpoint-2400/controlnet/config.json b/checkpoint-2400/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-2400/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-2400/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2400/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..729b8c7cecde60f0a6d6fa6e8d41827d8e2566d7 --- /dev/null +++ b/checkpoint-2400/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34ffffdc7b98b7b89a4332bd93faf8295deb5851010a619bef189003e4097c0c +size 1445157120 diff --git a/checkpoint-2400/optimizer.bin b/checkpoint-2400/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..a7a41f1e69d96d6943edb1a4e9dd7808e170e0cf --- /dev/null +++ b/checkpoint-2400/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f401f5eb738f42ab6b11d99296757708d8e194611496fd725d6c2521979636 +size 725253818 diff --git a/checkpoint-2400/random_states_0.pkl b/checkpoint-2400/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..544bd3b7f752cbe1302045ad2821a5101d8b2fb1 --- /dev/null +++ b/checkpoint-2400/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fa459590b89fe606d225e3797f175a333d454dac5bb05c4ccd8733d00b9cd50 +size 15124 diff --git a/checkpoint-2400/scheduler.bin b/checkpoint-2400/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..fd897722469a79d01d5d33ff61e4f14679c7ef3e --- /dev/null +++ b/checkpoint-2400/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45345fa77d0d57ee312ba5c19330a3d026a1326ae151fe97e32128f72fefa84e +size 1000 diff --git a/checkpoint-2450/controlnet/config.json b/checkpoint-2450/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-2450/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-2450/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2450/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..76c23ba35326373bceeede06c086b45dadfba114 --- /dev/null +++ b/checkpoint-2450/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10b9a5af5da4ccfe027eba0de0880f3db9610ab2dc3adb10b1c736039f4938a3 +size 1445157120 diff --git a/checkpoint-2450/optimizer.bin b/checkpoint-2450/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..54dd7e3618a758415062d15b0fdb435a66e5d40c --- /dev/null +++ b/checkpoint-2450/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2904d9f6428eae363c7857258f95952f9ea5bc78a52662baac6da567b7bdaacd +size 725253818 diff --git a/checkpoint-2450/random_states_0.pkl b/checkpoint-2450/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..134701124983be9ed33787dc77d46954cd8e1133 --- /dev/null +++ b/checkpoint-2450/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6d582b3ac236e16691d10e6c548bd621f26661356b2a8bf6f1f35882cf807ad +size 15124 diff --git a/checkpoint-2450/scheduler.bin b/checkpoint-2450/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..b8aec6a26f2974004bfe17d068d1bd3f50b01271 --- /dev/null +++ b/checkpoint-2450/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e51791f5fd8b756c977fbd695def98a84af626ae130f7247bcbb6af052211ba2 +size 1000 diff --git a/checkpoint-25/controlnet/config.json b/checkpoint-25/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-25/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-25/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-25/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..1bafc35365f4fc44f6f56c95cc40920dd6984eb1 --- /dev/null +++ b/checkpoint-25/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6eac7c8a3059b187b02b64388cd68fc56b6217d884b24ed9e40d2914978b52f +size 1445157120 diff --git a/checkpoint-25/optimizer.bin b/checkpoint-25/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..105719dcef5f44bd579c53863f541a79817a8906 --- /dev/null +++ b/checkpoint-25/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:768710695fd6768cb1668058ff8c7a87795b6652d96dcde6306a2afb10b82844 +size 725253498 diff --git a/checkpoint-25/random_states_0.pkl b/checkpoint-25/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..d5066ac79831e0e92c23ce11c95cb8ba2f3841bd --- /dev/null +++ b/checkpoint-25/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb6cbefdc4ff466a91f06a07268490defce3701743ca70d3aed58e3e320f8e40 +size 15060 diff --git a/checkpoint-25/scheduler.bin b/checkpoint-25/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..58756bb4eacaf6f7bad0718f741991b6cf0f6525 --- /dev/null +++ b/checkpoint-25/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed9eb692b0e212f6db4d449a3a9bd312c2588ba5f1af5d638326dbf3a8fa1f2 +size 1000 diff --git a/checkpoint-250/controlnet/config.json b/checkpoint-250/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-250/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-250/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-250/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..28e88bcec6f6be6f38b1df51200ac81e4f659017 --- /dev/null +++ b/checkpoint-250/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b04b09a57d78b9542999f38c34dddabc60d4550340a42cb7dcfe51a69f6906 +size 1445157120 diff --git a/checkpoint-250/optimizer.bin b/checkpoint-250/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..46c97b59bf5d6058af25e0f7f28490376699db5c --- /dev/null +++ b/checkpoint-250/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee40cf153f8fd0bbd8cce0b14c5c6793c63310e1eaae8a4b63475c89c2acd39 +size 725253498 diff --git a/checkpoint-250/random_states_0.pkl b/checkpoint-250/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..65f26999f04eb0019025a29509ca37521a67680a --- /dev/null +++ b/checkpoint-250/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b351ac8f27d6d3b029b88079960bb5b4ce0d03d6689df9564d04ec5b393dca +size 15124 diff --git a/checkpoint-250/scheduler.bin b/checkpoint-250/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..2b27d725b3673477ff55fdd87a26906ce6565614 --- /dev/null +++ b/checkpoint-250/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d16ae9dedf4c45ceadc467593037d83423677715e75ab402a9f44aa81de9b84 +size 1000 diff --git a/checkpoint-2500/controlnet/config.json b/checkpoint-2500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-2500/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-2500/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2500/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..a5976b3f7412c83b3e5f4e3debee1097e18f8094 --- /dev/null +++ b/checkpoint-2500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b732c40f7b2319e93165e1b9bd96d5a4fbfc562770a9f34a5e0400d5f92cdc +size 1445157120 diff --git a/checkpoint-2500/optimizer.bin b/checkpoint-2500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..04895e2f576dd867c96a12d77fbc7d690ff01f2b --- /dev/null +++ b/checkpoint-2500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f959eed333b5e0219f7bc0fc302b68e8e40bd5581adc9d5a2c4be485c7c047 +size 725253818 diff --git a/checkpoint-2500/random_states_0.pkl b/checkpoint-2500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..85b00d879172236518fd216e912da6bb3bbe2018 --- /dev/null +++ b/checkpoint-2500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a4deb6a3b3a199f2c42dd795fb69992234cc91f910605f760f985ac1af17fe +size 15060 diff --git a/checkpoint-2500/scheduler.bin b/checkpoint-2500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..404dfd6422eb26d29b37d4327709c308ac4d1907 --- /dev/null +++ b/checkpoint-2500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d31ad9a5150e341b638f838a47b3cb3db0d48efa493bcc8d1f8bf787b2c8cee3 +size 1000 diff --git a/checkpoint-2550/controlnet/config.json b/checkpoint-2550/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-2550/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-2550/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2550/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..bd588425281fc688d726a451c4786f52e3e90a0b --- /dev/null +++ b/checkpoint-2550/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f97280765e875c8f912b709fefe54cf09a2e111adfc664521ccc2fac005a270 +size 1445157120 diff --git a/checkpoint-2550/optimizer.bin b/checkpoint-2550/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..5bf179ef9cd61d961a2b441ee75cb4a437f42805 --- /dev/null +++ b/checkpoint-2550/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4848fa538d1d55d5cf699d4907b819a69714afa0cfdc836651b99766e1def9c2 +size 725253818 diff --git a/checkpoint-2550/random_states_0.pkl b/checkpoint-2550/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c9997057867b27590391efe2c6c66d97dc0b4ded --- /dev/null +++ b/checkpoint-2550/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d48a3a1eea6c74685cde37dfc84d179b9b3adf7d05f685ff01fff856903ba42 +size 15060 diff --git a/checkpoint-2550/scheduler.bin b/checkpoint-2550/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a56e2885943cad0fca062e4c1b6438547c49d3d2 --- /dev/null +++ b/checkpoint-2550/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869f03534c62bc7381e6e2d8490febbc8dc00e9b1969e03bb53c3eb729825c05 +size 1000 diff --git a/checkpoint-2600/controlnet/config.json b/checkpoint-2600/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-2600/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-2600/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2600/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..71dc5d9865b6dc010dad75876acfcaec4e8f4c80 --- /dev/null +++ b/checkpoint-2600/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead93e0a72dd98b94c251f974f38fd372dcdd3757b05c11ef9f12753b031f860 +size 1445157120 diff --git a/checkpoint-2600/optimizer.bin b/checkpoint-2600/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..5b17aa4561423fe0f8c0e05db2b9dc39dd6e4592 --- /dev/null +++ b/checkpoint-2600/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ef4a6d4f006474802679df54659b6abeeaf1a26c786039113ea738b57e5023 +size 725253818 diff --git a/checkpoint-2600/random_states_0.pkl b/checkpoint-2600/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..52bb3b30356d0b1755bb4b9cfae3d61525ac88f3 --- /dev/null +++ b/checkpoint-2600/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdcb34c0d753acf95d5b6f704ab317cd459757686a3e9511a0aa1c099e4c5b7a +size 15060 diff --git a/checkpoint-2600/scheduler.bin b/checkpoint-2600/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..6e4d8c84ea9a49d4a0fb94f1207c9fe80c281df5 --- /dev/null +++ b/checkpoint-2600/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c825b4765ab0b8d56bee66c8eeb594d446a27be23ac9ca9e0158d40816dfcaf +size 1000 diff --git a/checkpoint-2650/controlnet/config.json b/checkpoint-2650/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-2650/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-2650/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2650/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..f47f1fb9f8e1a4f3a05bfb37353a9fffe1fc8ab1 --- /dev/null +++ b/checkpoint-2650/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f69f6d040776d91d67cd6e608a01d9332ebea37c95ece8a8a23c1ca277d6d53 +size 1445157120 diff --git a/checkpoint-2650/optimizer.bin b/checkpoint-2650/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..584a13999e6d28eb8ef6ad1d2a6918a6de5b5764 --- /dev/null +++ b/checkpoint-2650/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19515b9126a1b40d5b47cef3346713847c0a9f66acb30cae29595b6c87f76461 +size 725253818 diff --git a/checkpoint-2650/random_states_0.pkl b/checkpoint-2650/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..fede8a3b5d3f88615a592bdb556dee62f95b95f7 --- /dev/null +++ b/checkpoint-2650/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7448c79287171f075e1aed549e40dca240a490188ba432c165782ed9a7964815 +size 15060 diff --git a/checkpoint-2650/scheduler.bin b/checkpoint-2650/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..69b5ed42f9af768ff34b785c3804d1bd742422c3 --- /dev/null +++ b/checkpoint-2650/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5296c78f11001557cdd3b62cd3a32e027e933679a3848ac7e18bec3d0d869ea +size 1000 diff --git a/checkpoint-2700/controlnet/config.json b/checkpoint-2700/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-2700/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-2700/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2700/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..37e33eb5d017430954844f0e55347374d32f832e --- /dev/null +++ b/checkpoint-2700/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:396dd534633235c2589a96cb092672982039f725b5e981fdb441a7c21a1eb4b6 +size 1445157120 diff --git a/checkpoint-2700/optimizer.bin b/checkpoint-2700/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7f62981c03189e452f5a9ce97c1c969331129438 --- /dev/null +++ b/checkpoint-2700/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb3469c03c599ff7cf7f4a16f9028f279426a8587fc29cf6c09362bdcb2d9168 +size 725253818 diff --git a/checkpoint-2700/random_states_0.pkl b/checkpoint-2700/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..811dccb0da77fb6520aec5965b0e65a808c54a22 --- /dev/null +++ b/checkpoint-2700/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97b8afeef07c042101f7de245459a7eeb2a764ddf3239fda53ee00c743f28034 +size 15060 diff --git a/checkpoint-2700/scheduler.bin b/checkpoint-2700/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..44fc9480dd6218d54bd9899a40376766e7034283 --- /dev/null +++ b/checkpoint-2700/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b428314fcce3487458bc550dd72414bce08b814e6eee7b938d22cdc267b6d05f +size 1000 diff --git a/checkpoint-2750/controlnet/config.json b/checkpoint-2750/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-2750/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-2750/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2750/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..1c35655a23fef5f07ead2cde62e42b320132e52c --- /dev/null +++ b/checkpoint-2750/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d364cf35a3b38d7212f7d3ca261aaadb358c5eb125d19af69d8bbff4f922a3 +size 1445157120 diff --git a/checkpoint-2750/optimizer.bin b/checkpoint-2750/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..badb70d02fdea6b5a36a3751136e5f873918ce8b --- /dev/null +++ b/checkpoint-2750/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6010f604ce6d77281b2a1763f7372c682269c3802e970763318d0f0758054991 +size 725253818 diff --git a/checkpoint-2750/random_states_0.pkl b/checkpoint-2750/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..5d3addd6f0721aa8c22532d2040cc325e449517e --- /dev/null +++ b/checkpoint-2750/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f7d925ab0b7f95ba7c4a212ca2247455ab9f70cf6795aef3cf4294a3b511f03 +size 15060 diff --git a/checkpoint-2750/scheduler.bin b/checkpoint-2750/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d2361ba0caa1a1a8d0bb59fd9cff05fd56e4ce02 --- /dev/null +++ b/checkpoint-2750/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ba806b28f71e1e1cf1d42195652aa3e74d3e313c111b119d860e4f1aee287f +size 1000 diff --git a/checkpoint-2800/controlnet/config.json b/checkpoint-2800/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-2800/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-2800/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2800/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..28f4c57667d10ac84b8ef208c91bdbcfd4be1aeb --- /dev/null +++ b/checkpoint-2800/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eca797518d3baa3f1825ce5406d2e66c8f83575ade59011431e7cb6dc68f409 +size 1445157120 diff --git a/checkpoint-2800/optimizer.bin b/checkpoint-2800/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..559be28a3017dc20ec1a105a4fdb9cb1d9a1376b --- /dev/null +++ b/checkpoint-2800/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b98d3742f7516160c16858995c977bb889f159230b2ce189a8f7b09d7008bc01 +size 725253818 diff --git a/checkpoint-2800/random_states_0.pkl b/checkpoint-2800/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b78dee482e89668798479623599d633cb7b2919b --- /dev/null +++ b/checkpoint-2800/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be004049e14ab99010bb0c54932d3e3cb5417cb7be250ce173436686ecc129c9 +size 15060 diff --git a/checkpoint-2800/scheduler.bin b/checkpoint-2800/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..87f12fb11e3cc4c1cb2554801a51cdb28bf99a3e --- /dev/null +++ b/checkpoint-2800/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a7b7f218fda6f6005d4101f52789e674499b7fce5655b202f180f6083f79ff +size 1000 diff --git a/checkpoint-2850/controlnet/config.json b/checkpoint-2850/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-2850/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-2850/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2850/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..99bf24243229cda58f01da53471f52c4ffeb104a --- /dev/null +++ b/checkpoint-2850/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49412ad60d392f9ba5aab7064e6918815f246578dfd6bf2a6a729a7884176c4a +size 1445157120 diff --git a/checkpoint-2850/optimizer.bin b/checkpoint-2850/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0d75e8bfc52a82655f89fb6d069190b38fe2c22d --- /dev/null +++ b/checkpoint-2850/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:052a421cf40162f18dac6b4264d377f1369bfb74673bcb7d09bce71c8d627d7f +size 725253818 diff --git a/checkpoint-2850/random_states_0.pkl b/checkpoint-2850/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f0a70e9f282b83199f7a82b6c5ba45d83b7b0698 --- /dev/null +++ b/checkpoint-2850/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd759149344a0bc846fcdf4ea08d5769aaa1d69df0cf17ec0878fabf1a0214c +size 15060 diff --git a/checkpoint-2850/scheduler.bin b/checkpoint-2850/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..ab2acb750ccb4b899f4eeb2c38a397b578c48441 --- /dev/null +++ b/checkpoint-2850/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29936282c88e59157453a3fbafe154909dcde8eb77b1c91a67848fd7bac935fd +size 1000 diff --git a/checkpoint-2900/controlnet/config.json b/checkpoint-2900/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-2900/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-2900/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2900/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..723ef46271d96fce6a82d59f06b61791d481dab4 --- /dev/null +++ b/checkpoint-2900/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be2d80cec194cf02171a87f8784842e48d1485a7de34455658e3a883d5aedff +size 1445157120 diff --git a/checkpoint-2900/optimizer.bin b/checkpoint-2900/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..bc75341f9fbef7e90c60581c1d84eace0ddf33a5 --- /dev/null +++ b/checkpoint-2900/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a35a6042e1a21eecfccb74baa4d1aeaa1b2185089421cde3f0758a389006c5 +size 725253818 diff --git a/checkpoint-2900/random_states_0.pkl b/checkpoint-2900/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a2e0f27aeed849c5ada3fd69c02b438b696ca395 --- /dev/null +++ b/checkpoint-2900/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db7f399dafc415bcab5602601948b825b188af5827da8ece381c952dcec7454e +size 15060 diff --git a/checkpoint-2900/scheduler.bin b/checkpoint-2900/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..cba0217ab5580f4aff6e0365bdd674d3080ef4a4 --- /dev/null +++ b/checkpoint-2900/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f96884ce88675a4e11cf4590108d3fe7a04ed34e00a9f8b5dd24e3baab1a204 +size 1000 diff --git a/checkpoint-2950/controlnet/config.json b/checkpoint-2950/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-2950/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-2950/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2950/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..762f229090416f3dc144eea4ee2f78d0fd7014a5 --- /dev/null +++ b/checkpoint-2950/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7dcd628e35d63d4943edad7651e16dbcfca0cc1c7ea761ba505d226933c0b3e +size 1445157120 diff --git a/checkpoint-2950/optimizer.bin b/checkpoint-2950/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..42de0a944516129aef0ece4dc71b3050292d8618 --- /dev/null +++ b/checkpoint-2950/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87356ebb05a89c574e79e23fa14d6efbd487f9db8984dba0c0ad111d9bed754d +size 725253818 diff --git a/checkpoint-2950/random_states_0.pkl b/checkpoint-2950/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e9e5f2d2e9e2d05d5e2eb00654028480224bb880 --- /dev/null +++ b/checkpoint-2950/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3571a3ad9dc2ff0a5c9599f21332dc4b6b68e5a6b7a7f8b3e4c0a1e237c5a2de +size 15060 diff --git a/checkpoint-2950/scheduler.bin b/checkpoint-2950/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..80aa15b3c83811c2c1bab525a5208b64d65b4667 --- /dev/null +++ b/checkpoint-2950/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3e21d3755694b20becbf5bbc2cee2aa18d6c846a68f4c66106171a286623118 +size 1000 diff --git a/checkpoint-300/controlnet/config.json b/checkpoint-300/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-300/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-300/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-300/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..014ba2c12cbaf422b2b2c77ba1a43277f8131719 --- /dev/null +++ b/checkpoint-300/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2be09bee4ec1d34e1749f4443525df5bf30a8c8b81731425051c8f776c5b91e3 +size 1445157120 diff --git a/checkpoint-300/optimizer.bin b/checkpoint-300/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d7e23fe02bab282eaed3693401190aa324d50762 --- /dev/null +++ b/checkpoint-300/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b83f7ddad504cf2e44067344640d3b9beebaf43a4bc5cbccd536c86dca265feb +size 725253818 diff --git a/checkpoint-300/random_states_0.pkl b/checkpoint-300/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0b3e9b2155f919b6f506f1faead7a120fe8c0fb7 --- /dev/null +++ b/checkpoint-300/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:410912d42351627eb122c2a13e7cca4667ab98e534352ded2249724c26917026 +size 15124 diff --git a/checkpoint-300/scheduler.bin b/checkpoint-300/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..0f81b2a35f3ebc57e3ecef96ea0f63149783a5f3 --- /dev/null +++ b/checkpoint-300/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ccc3dc72d8a6053f01cc7210fd08121c69d33fe0c34be5cfef44815bc58f6ee +size 1000 diff --git a/checkpoint-3000/controlnet/config.json b/checkpoint-3000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-3000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-3000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-3000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..b54cd961d5edb9a92da73bb64598ba239ead2846 --- /dev/null +++ b/checkpoint-3000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db22cd6340fdeb82406be623f58ae0c4ca82f17baa71802b3fae02dfc4376e16 +size 1445157120 diff --git a/checkpoint-3000/optimizer.bin b/checkpoint-3000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..01fc7e02fd781ca3b2d68f7405630a2a1910066b --- /dev/null +++ b/checkpoint-3000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd4f714a9131a5b6aa71ace21aeed7926c862e3c7d1153e69bdadfdb5c030e1d +size 725253818 diff --git a/checkpoint-3000/random_states_0.pkl b/checkpoint-3000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..15e094ae1d3ece2a3206d60d674d8c728e09a7dc --- /dev/null +++ b/checkpoint-3000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d1842bd9a328e920ece23ea31f96f25579737088e8728efcbcca2bf555a178 +size 15060 diff --git a/checkpoint-3000/scheduler.bin b/checkpoint-3000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..9c8aaa514d6398d9be2c42d39c29ee60dc94f020 --- /dev/null +++ b/checkpoint-3000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e71950f59e322ffbb0a94be88ee05554b97b740b97bea747e739593db11c43b9 +size 1000 diff --git a/checkpoint-3050/controlnet/config.json b/checkpoint-3050/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-3050/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-3050/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-3050/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e2d866ff6fd6dc02bcc585002bb22e9cd995a051 --- /dev/null +++ b/checkpoint-3050/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b314b65ea73a3a8c0dc74b6c3b7e5fc5fee478ad0091e08421be64b50c6d6f +size 1445157120 diff --git a/checkpoint-3050/optimizer.bin b/checkpoint-3050/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..af408a4968aa995c76c10db47470bee9d2f0beaa --- /dev/null +++ b/checkpoint-3050/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42c857e7649f5b9071a5c73bcd76b85aa15ac44528dcacc92894929a3505247f +size 725253818 diff --git a/checkpoint-3050/random_states_0.pkl b/checkpoint-3050/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..d807342cb82185f70e3664f0c0f605e8c2c96525 --- /dev/null +++ b/checkpoint-3050/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a983d246aa8cd4891ba7a8030efa3120155d383ad81c3f050b8a5d419d15cc72 +size 15060 diff --git a/checkpoint-3050/scheduler.bin b/checkpoint-3050/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..ee26721485833b0376b7c188112b1b51e1155624 --- /dev/null +++ b/checkpoint-3050/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85360209f3cd1f42680d76335e712eabc64366aa9efff252fe8c8f7cc7fd1ba9 +size 1000 diff --git a/checkpoint-3100/controlnet/config.json b/checkpoint-3100/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-3100/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-3100/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-3100/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..3b470e4b1ed29564aaf7e06731538bbcf5b688a9 --- /dev/null +++ b/checkpoint-3100/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cde67a61df3c144191c46325902b4fcda5b012df02def94ea212408c045f1ec5 +size 1445157120 diff --git a/checkpoint-3100/optimizer.bin b/checkpoint-3100/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..3a9514d067a3d3d9614160f70bf5b64821db32cf --- /dev/null +++ b/checkpoint-3100/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b52c91498a74b0b9080ce4c967affd91dd0459e54ee01e365be07204662fb9 +size 725253818 diff --git a/checkpoint-3100/random_states_0.pkl b/checkpoint-3100/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..45d05f059a313ca42dabfebd118e8cd86f34238c --- /dev/null +++ b/checkpoint-3100/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35264c3cc323f07461af3d2789a9576e0f9c48c821ec3c430535a0881378b0ae +size 15060 diff --git a/checkpoint-3100/scheduler.bin b/checkpoint-3100/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..b96ef816db9fca7442896def3dae670803095f37 --- /dev/null +++ b/checkpoint-3100/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98623f27e61d73acd24a2837c56575a458466e9caf17ba46086dde84838350b4 +size 1000 diff --git a/checkpoint-3150/controlnet/config.json b/checkpoint-3150/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-3150/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-3150/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-3150/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..002191ca4c5bdd200bb888419d37652b8c1103cb --- /dev/null +++ b/checkpoint-3150/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f7ec714b649ddb2d691faebb93fef193d47dda1a6ef484733347c2685903a33 +size 1445157120 diff --git a/checkpoint-3150/optimizer.bin b/checkpoint-3150/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9e19ef3c4de4deab952dd3646b25491277c940d4 --- /dev/null +++ b/checkpoint-3150/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14f3023a16cbc022689f8d57830f580adf2741894bbfee03728447de8d6f52e8 +size 725253818 diff --git a/checkpoint-3150/random_states_0.pkl b/checkpoint-3150/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..90aaa4f8d67306c8cec1635ab3fee527e319309a --- /dev/null +++ b/checkpoint-3150/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70c82a352243416e92d4f121a775645b299f65dc22dd90c8c714aad729f9120 +size 15060 diff --git a/checkpoint-3150/scheduler.bin b/checkpoint-3150/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f247ecf95e421238c045274d75168435d9626676 --- /dev/null +++ b/checkpoint-3150/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24782d271fc2b55f40e127ab49af4f6f8897995121bac4c390ae482aec7c7501 +size 1000 diff --git a/checkpoint-3200/controlnet/config.json b/checkpoint-3200/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-3200/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-3200/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-3200/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..c02f9484cac73de99065b0b2966d8145d004658d --- /dev/null +++ b/checkpoint-3200/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e721bb856be4e8a59dead0909c8a9bd18d23279426159da7b33bc8b02aa22276 +size 1445157120 diff --git a/checkpoint-3200/optimizer.bin b/checkpoint-3200/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..50a968ba8ca2e1f367d49ceaf2593286179adfee --- /dev/null +++ b/checkpoint-3200/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:035314a6992534729b27936916a95f9a05aa0149d1fb09470ee4d5a73c68502d +size 725253818 diff --git a/checkpoint-3200/random_states_0.pkl b/checkpoint-3200/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e248d1b3d20821fe116332994e950170bdc74843 --- /dev/null +++ b/checkpoint-3200/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7dd02383535a3e3ac90fe2bd4c90861091fdf0f141d34666bc55350448dce84 +size 15060 diff --git a/checkpoint-3200/scheduler.bin b/checkpoint-3200/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..4cb560536e00d3d6c3c4bf0f2773bfa39b8ac313 --- /dev/null +++ b/checkpoint-3200/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a74c183eb31b24d1455346e4df3a1900ba2d4490daa0bbeef63c7c3957f64d6 +size 1000 diff --git a/checkpoint-3250/controlnet/config.json b/checkpoint-3250/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-3250/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-3250/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-3250/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..da3ca9da72af64cce5739d8a2a181ccaadfc744d --- /dev/null +++ b/checkpoint-3250/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0485518879587c9066d61da3e9e28dcb9cec6dce54327df0513c48faed45af23 +size 1445157120 diff --git a/checkpoint-3250/optimizer.bin b/checkpoint-3250/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..8e204d2f15fc203731030c0eacbef9371b42056d --- /dev/null +++ b/checkpoint-3250/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a6ecbdc630fc001ded915fc4e5bf8026ffadd76199524aa8d0a296508283677 +size 725253818 diff --git a/checkpoint-3250/random_states_0.pkl b/checkpoint-3250/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..6b8df4ef8ba264538c52079dc32eabc97fd60e4c --- /dev/null +++ b/checkpoint-3250/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cab4ba70f7dc176d252fe577eb92f5433889e049d970a8889e8aa8aedda0026 +size 15060 diff --git a/checkpoint-3250/scheduler.bin b/checkpoint-3250/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..659b3049676d8887e114b4cdf874d15663f36c0b --- /dev/null +++ b/checkpoint-3250/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee961ed5cbbe8aa04a6a17bc82eac799c17a3005fb0cfac625144c54ed464102 +size 1000 diff --git a/checkpoint-3300/controlnet/config.json b/checkpoint-3300/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-3300/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-3300/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-3300/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..20ad8579ec3f9c46a101a0df378899af4a42da94 --- /dev/null +++ b/checkpoint-3300/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed5cdc3e20153694ec44fce42e94a79be1f2b80889c45438d7a0dfb8495f8ed +size 1445157120 diff --git a/checkpoint-3300/optimizer.bin b/checkpoint-3300/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..dd18e96b132a171d0d4d85e1d1c3a1ca6dd02bcc --- /dev/null +++ b/checkpoint-3300/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5421f64530b615fc551aa984c07f31fb5e3f0207ee880958c2c104dcb8bf9f63 +size 725253818 diff --git a/checkpoint-3300/random_states_0.pkl b/checkpoint-3300/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..6562a67df73ebd8bef79c0c1b6a76925da8e472c --- /dev/null +++ b/checkpoint-3300/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c233ad73d6bdd32b7312669288348d98520c8479ca5b08634dc8c22bb796070 +size 15060 diff --git a/checkpoint-3300/scheduler.bin b/checkpoint-3300/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f5c6da0561d72a30350e50b8844f9df56d246269 --- /dev/null +++ b/checkpoint-3300/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee98717795b621e105ae900a2367d151050ca622b81b271671aa83d982037f33 +size 1000 diff --git a/checkpoint-3350/controlnet/config.json b/checkpoint-3350/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-3350/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-3350/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-3350/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..dbfcd188574ce5fc18b98ddab9bfbcc43eeaae66 --- /dev/null +++ b/checkpoint-3350/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407f25eb42861fe79282ed4565eba08f39c67946f3c83b59795a00b45c456a7d +size 1445157120 diff --git a/checkpoint-3350/optimizer.bin b/checkpoint-3350/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d378eba31f56301c4a1cfe9616f75560f4684abd --- /dev/null +++ b/checkpoint-3350/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e157804662524dacc5049527190d297794e4b3ccd0a9af2c9bbd6fd517e01d05 +size 725253818 diff --git a/checkpoint-3350/random_states_0.pkl b/checkpoint-3350/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c8f45e2f0c71ab48dcf6ba2ba90108ae28265338 --- /dev/null +++ b/checkpoint-3350/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d727d669593fea0f088ac5fa1e1d1466cc2254c5dacd2ae1b370c681a4729078 +size 15060 diff --git a/checkpoint-3350/scheduler.bin b/checkpoint-3350/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e11d03fed311e03269c1662041b74e4d90163e11 --- /dev/null +++ b/checkpoint-3350/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6786de6cdcc005cd71496cfdb6ee82945e72567e2fab92377711d785254b2a16 +size 1000 diff --git a/checkpoint-3400/controlnet/config.json b/checkpoint-3400/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-3400/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-3400/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-3400/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..6646eda8de8a4fe93009b69b5ca9a87279ea3936 --- /dev/null +++ b/checkpoint-3400/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a29b76ee1aa668e368662ab75f0afa3442fa69405b40f21d9342bd7db5eff017 +size 1445157120 diff --git a/checkpoint-3400/optimizer.bin b/checkpoint-3400/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b3fab3cf46fc2e1d82273c420091239331c53a12 --- /dev/null +++ b/checkpoint-3400/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a04b9464378599d095046114ec3bd658bf593015ad56eab4af95a435985beda +size 725253818 diff --git a/checkpoint-3400/random_states_0.pkl b/checkpoint-3400/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f60efa6284fee38cf5650a8d8b92feac2dd63877 --- /dev/null +++ b/checkpoint-3400/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:768d97108bf5d3b27c159d56233d1e231795a6166a53b5b95140ff1994737a12 +size 15060 diff --git a/checkpoint-3400/scheduler.bin b/checkpoint-3400/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..ccedfb27c9563f2c64302b900fce95c69dbf1907 --- /dev/null +++ b/checkpoint-3400/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a127c0b4ac8ca57f7b42c95167602c859907717382b59afd5ba4d51219227b +size 1000 diff --git a/checkpoint-3450/controlnet/config.json b/checkpoint-3450/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-3450/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-3450/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-3450/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..31c6a2ed625b610434b742b129e377dc70ecbcf5 --- /dev/null +++ b/checkpoint-3450/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc066a29098947a014ca3adcb0342273c686d01b416bb9989f78ee58d4942cf +size 1445157120 diff --git a/checkpoint-3450/optimizer.bin b/checkpoint-3450/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6caaafc09730da7538e3e0bb05d5249bb0b8eec4 --- /dev/null +++ b/checkpoint-3450/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f92582b20f7e99766d3c7b4b6ef890d45137a77682f2bddbb4f25baa9337d4ee +size 725253818 diff --git a/checkpoint-3450/random_states_0.pkl b/checkpoint-3450/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e0dfaf5106582f45e87dea65d4410b032d4104bc --- /dev/null +++ b/checkpoint-3450/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7beac2649af41eb4f9ab72ed0913b1bc062b58ce428526a29ee4dc98b6d5a1f +size 15124 diff --git a/checkpoint-3450/scheduler.bin b/checkpoint-3450/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..6607afda7e7602ae35f39510e01cc77752d9d3df --- /dev/null +++ b/checkpoint-3450/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8127e94aad0d871a7f0a9eb2f9f2bca255b750aad21d096197c39a5f24017831 +size 1000 diff --git a/checkpoint-350/controlnet/config.json b/checkpoint-350/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-350/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-350/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-350/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..522d7fb97707a5cc15f7f77b83ad15db11f1c570 --- /dev/null +++ b/checkpoint-350/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ffaf82c14ea6bb7c8621959a6d59db8bf367a5f76b83408ceb46e36d53fec80 +size 1445157120 diff --git a/checkpoint-350/optimizer.bin b/checkpoint-350/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e18d6e4d50fb5036b3ad00b84a0952f908d5752b --- /dev/null +++ b/checkpoint-350/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1bf02691805272a5b8dbcaa06d2017e559c0627e2df940b0404f167bf0f9f8 +size 725253818 diff --git a/checkpoint-350/random_states_0.pkl b/checkpoint-350/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..2568cfc50e311d25fbe517265179168003b9c502 --- /dev/null +++ b/checkpoint-350/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e214f47473af4abb84573979b8b8b3ca4da9b8bd89a4ca646e2020f4dab2926e +size 15060 diff --git a/checkpoint-350/scheduler.bin b/checkpoint-350/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..b64facf636cfd99f2ff65a461904fab856f68287 --- /dev/null +++ b/checkpoint-350/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a557586bcb3fb0ae17fbf2365015705b4ec0b753f7e5355496ee9f773dbbbb4f +size 1000 diff --git a/checkpoint-3500/controlnet/config.json b/checkpoint-3500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-3500/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-3500/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-3500/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..84b08bc28dc11d987a8b259f871a1b4564fa7f02 --- /dev/null +++ b/checkpoint-3500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a541394fa772797d25bfc700ad18605cbb8ba62710a24638d0dbca60ab1bec83 +size 1445157120 diff --git a/checkpoint-3500/optimizer.bin b/checkpoint-3500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6b2ab6e1348b7105b8f0a480565b16c2278de6c5 --- /dev/null +++ b/checkpoint-3500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b34a6fff15967e48be2c40c52a2c3a456d29bc7bb6b9b7f8d1363d171fb2cd66 +size 725253818 diff --git a/checkpoint-3500/random_states_0.pkl b/checkpoint-3500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..5e0a35dca0d3b867b3fed3c64d8fad56f6b853a7 --- /dev/null +++ b/checkpoint-3500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c7f637790ff2559a8057e044da0253c8a7c1814f9f4a99be6ca29a7866ab40 +size 15124 diff --git a/checkpoint-3500/scheduler.bin b/checkpoint-3500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..7cb7a98ef3fb5a5b91435413f3326eda689ec709 --- /dev/null +++ b/checkpoint-3500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee032204bba8930df676bada22732e1d1d4fce2e74de1dd6725c0a0c5840cb19 +size 1000 diff --git a/checkpoint-3550/controlnet/config.json b/checkpoint-3550/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-3550/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-3550/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-3550/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ca82cd75993abde648345d07d7ebbb090ef77a06 --- /dev/null +++ b/checkpoint-3550/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6c24041fd47e4b651754ca6df79e8bee72d5e2d5ed82cd0be773ff920c47521 +size 1445157120 diff --git a/checkpoint-3550/optimizer.bin b/checkpoint-3550/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..13c3dcb9f927ec44eb0911165bc778ccf6df08e5 --- /dev/null +++ b/checkpoint-3550/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d4fda97ec9230512dcb82e3b8ba40fddb2c47e2ff32c2d4bb368434c50c25d +size 725253818 diff --git a/checkpoint-3550/random_states_0.pkl b/checkpoint-3550/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..822f3ef830f7c7421a0b55fa1f8e8722a4ff56d4 --- /dev/null +++ b/checkpoint-3550/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a417c7384c37aba2b8bc0fd104b2dd44fdf0182cee45b298fa08e76f996832dd +size 15060 diff --git a/checkpoint-3550/scheduler.bin b/checkpoint-3550/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..00d440317fccf2c3d6dc5fa6c84a24725c01c284 --- /dev/null +++ b/checkpoint-3550/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ec761c32a78655c2cf86f3003e3876803398d66d24ed092bd204a211f248fe +size 1000 diff --git a/checkpoint-3600/controlnet/config.json b/checkpoint-3600/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-3600/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-3600/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-3600/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..c92361c31aa69f92bba52668cc865ebe7ed729d8 --- /dev/null +++ b/checkpoint-3600/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd5d3a312c19f5ab457ffe02c8275bba2afc525626c34c12e8928e0076bd687d +size 1445157120 diff --git a/checkpoint-3600/optimizer.bin b/checkpoint-3600/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..19cdf0862c8a32239c29ce8208fc235ba3aaaf7a --- /dev/null +++ b/checkpoint-3600/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b09fa47bae1c6a602bd044b99caec1267d8b704c356cd07a51c22f965cb78fb2 +size 725253818 diff --git a/checkpoint-3600/random_states_0.pkl b/checkpoint-3600/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..47ee4a747c746da5e8313af541c6867bb242f8f7 --- /dev/null +++ b/checkpoint-3600/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b070e530f24748f37abd9094c715b6bc7795e5c11062982feb8c1cf568a3aa92 +size 15060 diff --git a/checkpoint-3600/scheduler.bin b/checkpoint-3600/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a81b80190bbc37c546f030db085cc7e7104207e6 --- /dev/null +++ b/checkpoint-3600/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b362d3fe2150561e0f2dc6ddf63a8262a6d3484aebf3eee0a28f4f13bc2fea7a +size 1000 diff --git a/checkpoint-3650/controlnet/config.json b/checkpoint-3650/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-3650/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-3650/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-3650/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e06a2ede7091f346a671779808434518a7a4e5a4 --- /dev/null +++ b/checkpoint-3650/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5e7ccc0defecb0aab5eabe5f1eecd8384a80d10c66cd605ba2af54898b74d79 +size 1445157120 diff --git a/checkpoint-3650/optimizer.bin b/checkpoint-3650/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e28978ad57a4400e250ac1cf39fb23b92014587f --- /dev/null +++ b/checkpoint-3650/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b94a0a07733e5224045a2f4043b7b46bd9509209d764527f9a121749d27157b3 +size 725253818 diff --git a/checkpoint-3650/random_states_0.pkl b/checkpoint-3650/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..356b52f275f28225816f8d98e3cf92f885f36c8c --- /dev/null +++ b/checkpoint-3650/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b49672320842cd1af8bd90f6b8366d5148d0d4cfb0ecbc34bc37c4ed7c300fe1 +size 15060 diff --git a/checkpoint-3650/scheduler.bin b/checkpoint-3650/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..6d94bb8570af2a2358d3472e4e262f111a6157a3 --- /dev/null +++ b/checkpoint-3650/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f07c17cb55c2973dfa684383d43559a27ebf8bc4674742c98854dbf22cb22dd1 +size 1000 diff --git a/checkpoint-3700/controlnet/config.json b/checkpoint-3700/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-3700/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-3700/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-3700/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..157a75f0a7d0cc71fe5eca82d8475f01b9e115a6 --- /dev/null +++ b/checkpoint-3700/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d720aef0cfd67b58d6e26da6a04de3d4c5208f8f63ea3f862f41dca8a7e9f72 +size 1445157120 diff --git a/checkpoint-3700/optimizer.bin b/checkpoint-3700/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..41a73282f225a57521b153f2bc2cd234d219c8a2 --- /dev/null +++ b/checkpoint-3700/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af09e817381e03944ed22427116510482e6d32a417c38d1cadfb742447ecbc0 +size 725253818 diff --git a/checkpoint-3700/random_states_0.pkl b/checkpoint-3700/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..6518755762c9f83c6325e1270cf62a2856eb2ce1 --- /dev/null +++ b/checkpoint-3700/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea4548290e08858fb8b07a3ff9431608220fbffd04dc32ab1ae512a9f51d63aa +size 15060 diff --git a/checkpoint-3700/scheduler.bin b/checkpoint-3700/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a0fe3eb0e24e873fa5e56e730f29d9e9d4a8ebf0 --- /dev/null +++ b/checkpoint-3700/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78716d3693a41feb3a02fa0ad952b171c1ecbb0d3982206cc0872dd7ee6d4b52 +size 1000 diff --git a/checkpoint-3750/controlnet/config.json b/checkpoint-3750/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-3750/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-3750/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-3750/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..5530cada54e6073ae0572331f93118f535ee4b05 --- /dev/null +++ b/checkpoint-3750/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:450ce6872cc94b8a19a1c4f9ad20543d2e57f998120cdccadd280d612bc5ab65 +size 1445157120 diff --git a/checkpoint-3750/optimizer.bin b/checkpoint-3750/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d119652e3fb2dbc7ec2eb1a1dbb3055d0b89e882 --- /dev/null +++ b/checkpoint-3750/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b27e7a602086e840a72e3e50fe22f3c11c6444272d6e92427eff0734b264e07 +size 725253818 diff --git a/checkpoint-3750/random_states_0.pkl b/checkpoint-3750/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f07b5beb5dbc5da7ebff7c6c716084a320e73269 --- /dev/null +++ b/checkpoint-3750/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95bc82f5abeb0fc480530d923296729b24334a4287efd9f9ddda4fcb4a77d455 +size 15060 diff --git a/checkpoint-3750/scheduler.bin b/checkpoint-3750/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..4b446f749a0637774df7577a25badd8627d7bdcf --- /dev/null +++ b/checkpoint-3750/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0f8cb1c00499c9a11be98e1d3df14acb1c3f608844e19988fc0598608b723e0 +size 1000 diff --git a/checkpoint-3800/controlnet/config.json b/checkpoint-3800/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-3800/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-3800/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-3800/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..d7a5b5a531c718a91aa989f83d8813ddb14147d0 --- /dev/null +++ b/checkpoint-3800/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70300d89725fa2ae65a076de23a968a42c7a0f672652850baf7dd5f4b4829b2b +size 1445157120 diff --git a/checkpoint-3800/optimizer.bin b/checkpoint-3800/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..65f5dd82ce62e1ab0d7eea37c616c2979ffdfbb8 --- /dev/null +++ b/checkpoint-3800/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3735de2c5eb4bfa157eb51093c704554f5f8134ca63ecd907eacf4daff81d680 +size 725253818 diff --git a/checkpoint-3800/random_states_0.pkl b/checkpoint-3800/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..978811a0da979cdb757c288d3ef23fcac072fb9f --- /dev/null +++ b/checkpoint-3800/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1422a20329403df255f69b74dbfa0682ae7fe73048f35e7e0c057e16e479194e +size 15060 diff --git a/checkpoint-3800/scheduler.bin b/checkpoint-3800/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..81242765ee323a45e44e7dda68a4bb04703cbaae --- /dev/null +++ b/checkpoint-3800/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95ebdff422ee78e388388af3b5a96fdef85361c61571fd9ba54df4593f744185 +size 1000 diff --git a/checkpoint-3850/controlnet/config.json b/checkpoint-3850/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-3850/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-3850/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-3850/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..5741c5c5f0ff67638bf64b9a67a7e0724f1aabd2 --- /dev/null +++ b/checkpoint-3850/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b3b25baf607f8cc5a5d82186c9998cb926e9ba270be1f2f83d92edcb65773c +size 1445157120 diff --git a/checkpoint-3850/optimizer.bin b/checkpoint-3850/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..884245b38ba63ceefa69fabfd24c56689ce3fe44 --- /dev/null +++ b/checkpoint-3850/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:749c6d7ba4c0c1c3e47a8750490928ad8eda42b4633a1eed08ed3ae6713120b4 +size 725253818 diff --git a/checkpoint-3850/random_states_0.pkl b/checkpoint-3850/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c892bd1faa1f613308af48a6b3c91700ac1ccca9 --- /dev/null +++ b/checkpoint-3850/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:701febb79a598f324e03a76b1765c8ede9858a46b29a935d47956904b39b0eab +size 15060 diff --git a/checkpoint-3850/scheduler.bin b/checkpoint-3850/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..6466c25f27d5e5d0648e3f40128d6d1c4741d2c4 --- /dev/null +++ b/checkpoint-3850/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bfdcd9dfe5708a36e3a30f265a0fa1fad825a6aa5fbf9ecbfc87c24d54f10b2 +size 1000 diff --git a/checkpoint-3900/controlnet/config.json b/checkpoint-3900/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-3900/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-3900/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-3900/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..9233db270031cab36eb7ba0f546723374928b06d --- /dev/null +++ b/checkpoint-3900/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68fcadb01b1e0de782253f09068fe7d123c2522aeeaf55a79547de3661f70f32 +size 1445157120 diff --git a/checkpoint-3900/optimizer.bin b/checkpoint-3900/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ffe1e9c9438212b6d9cbcb8f458110e6aa665216 --- /dev/null +++ b/checkpoint-3900/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8de45ef2bb6b772a614187b64dca825a61e507fedf317faadf3439fd64eb7f3 +size 725253818 diff --git a/checkpoint-3900/random_states_0.pkl b/checkpoint-3900/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..2f79ed8411f664432bd1d5b716d0ce630406cd19 --- /dev/null +++ b/checkpoint-3900/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:290edcc434745cf68f2790e2b0f91b563b00bab9afc400399c45299648057d4f +size 15060 diff --git a/checkpoint-3900/scheduler.bin b/checkpoint-3900/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e0b628425b882e63ae3c2aceba31dbd250748463 --- /dev/null +++ b/checkpoint-3900/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f06fdee996976acb321fc27a9bd12c118c21b23950d713a34cad5295bde1dbe2 +size 1000 diff --git a/checkpoint-3950/controlnet/config.json b/checkpoint-3950/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-3950/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-3950/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-3950/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ec78bbd3509881b36da288d219e4529d94f9cf27 --- /dev/null +++ b/checkpoint-3950/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c21fd7ae59f609871d364c8208cdbdd09387ea9129ea51171d30b5a25471b3fb +size 1445157120 diff --git a/checkpoint-3950/optimizer.bin b/checkpoint-3950/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9392cefb167adaa296d2085e9da3f3d1180eb436 --- /dev/null +++ b/checkpoint-3950/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d787a8da165da9c1d484e64437c9408db6bc5973ca5c1fa8f62d87fc55b3e2 +size 725253818 diff --git a/checkpoint-3950/random_states_0.pkl b/checkpoint-3950/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..268408d6e2b02db1da8344ca2c5dbe1e2efe49e5 --- /dev/null +++ b/checkpoint-3950/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45816039e60b07f6af37db8df6f4ea218f2c700878d0007586b3c160d8049ab8 +size 15060 diff --git a/checkpoint-3950/scheduler.bin b/checkpoint-3950/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..c9f28575bd5042a11843e9e997b559217914a173 --- /dev/null +++ b/checkpoint-3950/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7fd5706ab414936ffbf405aedd008eb910c84e9fef68eaf00d51e4549cb1470 +size 1000 diff --git a/checkpoint-400/controlnet/config.json b/checkpoint-400/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-400/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-400/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-400/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..c2ea0964a2451c96976b6be1cf0bb9403f181588 --- /dev/null +++ b/checkpoint-400/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77db37c9e9c515b509a70f3ad20e47b197296d0d1ae69508777229af2c9dcc0 +size 1445157120 diff --git a/checkpoint-400/optimizer.bin b/checkpoint-400/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e6e4c78b7c720f03b845a87dc40957902f37e1d7 --- /dev/null +++ b/checkpoint-400/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:573fb970e7822f68f43acb050bf25cb25ecbba4ce6692316f8c95758b55080c3 +size 725253818 diff --git a/checkpoint-400/random_states_0.pkl b/checkpoint-400/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3acfdea672e452de9798cbf86bd42e4f16c99e46 --- /dev/null +++ b/checkpoint-400/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a9add6094e7196c4b346e8aaf63469c6fad0b75ec3b8ed14a21ea49c6986658 +size 15124 diff --git a/checkpoint-400/scheduler.bin b/checkpoint-400/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..cdfb0796c398dca966003b60db98dd20ed06c004 --- /dev/null +++ b/checkpoint-400/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de8485957094a6671611f6bacf364facd787b5bfb770e191045792afedb5d0e9 +size 1000 diff --git a/checkpoint-4000/controlnet/config.json b/checkpoint-4000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-4000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-4000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-4000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..71e0d0236474c950301509e25647bf2008644878 --- /dev/null +++ b/checkpoint-4000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bb5318c4f1a452719245689ebb912c8c6dbb13d91f92840cd2d301bd2e509cb +size 1445157120 diff --git a/checkpoint-4000/optimizer.bin b/checkpoint-4000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..03e042b72d238331dbc959f56e0f97bc2ecb00ef --- /dev/null +++ b/checkpoint-4000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b9f6320590ec7313df586002d28774de391d37a1fe9be04ce9849509d7fa433 +size 725253818 diff --git a/checkpoint-4000/random_states_0.pkl b/checkpoint-4000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..da879dbb3e5491b3f2f1ab6c3d6a745d39c6319c --- /dev/null +++ b/checkpoint-4000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05607d37844362dbec7f2fff378004f1c9947138ec1901d87166d379036a527e +size 15060 diff --git a/checkpoint-4000/scheduler.bin b/checkpoint-4000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..74504a3e065c36352faa16ca9badd0cff7aa9ec9 --- /dev/null +++ b/checkpoint-4000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e252d8acab21fb743ca9d596d24d5e6bda6168395fc99891cf5fef52d98a8a6f +size 1000 diff --git a/checkpoint-4050/controlnet/config.json b/checkpoint-4050/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-4050/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-4050/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-4050/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7c1243bbc7b55e1afd376aab7a67a896fe670ec7 --- /dev/null +++ b/checkpoint-4050/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddcfcc80785b46cabdb99ca53a272e5f10b7bd918741fb185951ca94712793c9 +size 1445157120 diff --git a/checkpoint-4050/optimizer.bin b/checkpoint-4050/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ab080b3147cb2033abe89f46211d53b8dde3c3c3 --- /dev/null +++ b/checkpoint-4050/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db71ff844ff83c583407a302c76476239cb1cbcc22e1cd5e69975f20c0dce17d +size 725253818 diff --git a/checkpoint-4050/random_states_0.pkl b/checkpoint-4050/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..5ffefd322639e12d97042a9b0b661a7bbe6c8c90 --- /dev/null +++ b/checkpoint-4050/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5f6605a790990e5b8edd3a7586b77deb64c8027172f1284e97592ee61f754d +size 15060 diff --git a/checkpoint-4050/scheduler.bin b/checkpoint-4050/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..3b8b07fc822fae8472727444f62e39a4b5186a87 --- /dev/null +++ b/checkpoint-4050/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:131e1cfc54f0eb3cadbd0f8bc8459f1fd9b99abd8df07e7857bd68ab614b9d0a +size 1000 diff --git a/checkpoint-4100/controlnet/config.json b/checkpoint-4100/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-4100/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-4100/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-4100/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..d66f152ab0d2e3c2ff2443a594fc87869970dea5 --- /dev/null +++ b/checkpoint-4100/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bfee1726b293b58c48e6900c8f29f577cc68bc7f72b191816551c4f466517d7 +size 1445157120 diff --git a/checkpoint-4100/optimizer.bin b/checkpoint-4100/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..42b2d981d5477f98279f7be3ee96503fa2ed59ad --- /dev/null +++ b/checkpoint-4100/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:197ff3591ef1e9b82921f5c8830d0a10b4b885fffbe9f9aa066e0beac30dda49 +size 725253818 diff --git a/checkpoint-4100/random_states_0.pkl b/checkpoint-4100/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a32f9adcce711e9652961d3bbe3251dd29966716 --- /dev/null +++ b/checkpoint-4100/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac3402770fe3c2dcb069a04f881eb9933792d529e3ee807d22f6e997b34ad398 +size 15060 diff --git a/checkpoint-4100/scheduler.bin b/checkpoint-4100/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a09c299880d36b2c35ccb004543854e3021f9831 --- /dev/null +++ b/checkpoint-4100/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f7b4fd5b80b831ef04c98d318344205476c2cdd0e77cf0e8ab02ef24f2a05e +size 1000 diff --git a/checkpoint-4150/controlnet/config.json b/checkpoint-4150/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-4150/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-4150/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-4150/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..13598564dee65a08437e33c21cb607456da2e748 --- /dev/null +++ b/checkpoint-4150/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf1df89fff4e25721be26eb957bfb2507c12013daf71f23627d688a85fd2b38 +size 1445157120 diff --git a/checkpoint-4150/optimizer.bin b/checkpoint-4150/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..5d713c048d819a1794c24f7ba6a428f43ebd73ba --- /dev/null +++ b/checkpoint-4150/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c32972f3d068db04656227c50c58c2602ee02f3eb0bad4126c143447ef3e7f +size 725253818 diff --git a/checkpoint-4150/random_states_0.pkl b/checkpoint-4150/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..00b116b7c374073cbdac79eb78d186bbb1a5c2a5 --- /dev/null +++ b/checkpoint-4150/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0915ecefb28ce5b3b153390c79682ba585d7c5fe1bc016ead762f54dd2a5aa +size 15060 diff --git a/checkpoint-4150/scheduler.bin b/checkpoint-4150/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..530a3dba3264c92fcff794a33efe445ab6b8b536 --- /dev/null +++ b/checkpoint-4150/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:862ef8391c327c0987053710970ca0b0ffa8f627c32aafb4a62efde846df5966 +size 1000 diff --git a/checkpoint-4200/controlnet/config.json b/checkpoint-4200/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-4200/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-4200/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-4200/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..a681086b81a641c2d7f83613378a728902bebd59 --- /dev/null +++ b/checkpoint-4200/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed426d8fde8364d04ca0a776709022b10c9dd6ce6836aad12cf1ea4664525b9 +size 1445157120 diff --git a/checkpoint-4200/optimizer.bin b/checkpoint-4200/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..3fcc1241bfe288571d67dca6d01d5c8b34a104bb --- /dev/null +++ b/checkpoint-4200/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747d1678a8a6345ed979a73b29e02d53514260a81789e729e177965dbfc439ae +size 725253818 diff --git a/checkpoint-4200/random_states_0.pkl b/checkpoint-4200/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..9240cf6c5dafc7acb0c891cb5ad3001a5b80caf1 --- /dev/null +++ b/checkpoint-4200/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5538268737994f1c23dfa64b26de0014e0f2d1c76b00c1dc0406b0f528c82c0 +size 15060 diff --git a/checkpoint-4200/scheduler.bin b/checkpoint-4200/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..bf48f7b8d028f6bc135e3181f71451dea3a51a2c --- /dev/null +++ b/checkpoint-4200/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d34404e42d7cd1f15bf7126b4a87c558c3bef7928851e0e0327db9d8dc8e4dbc +size 1000 diff --git a/checkpoint-4250/controlnet/config.json b/checkpoint-4250/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-4250/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-4250/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-4250/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..c223f00221c5aabbda4ab46b258d19117d319832 --- /dev/null +++ b/checkpoint-4250/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d1b1307706fc62b60bea5453c0165ce00ad4bb4f50d3868ca7a094bffcf3bf1 +size 1445157120 diff --git a/checkpoint-4250/optimizer.bin b/checkpoint-4250/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..cdfd7ab79b5e2373960297f5933cf80a6832357b --- /dev/null +++ b/checkpoint-4250/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2e2331b0ace2551a80237a681dee36adffeea913fdde2936b68c101051fe5f +size 725253818 diff --git a/checkpoint-4250/random_states_0.pkl b/checkpoint-4250/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b1ddaf18c8dec2d516008b18222f242602c1c55a --- /dev/null +++ b/checkpoint-4250/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd2a2a27ffb1bd252988a229f116600b5b8cadb9d745937e060cefbc826540a +size 15060 diff --git a/checkpoint-4250/scheduler.bin b/checkpoint-4250/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..400eaea408ff759a341fd8597fc0ccff3efc366a --- /dev/null +++ b/checkpoint-4250/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b02b6c847d991395f606b77e318a68e9c5d660eff11021c696869183fc95241f +size 1000 diff --git a/checkpoint-4300/controlnet/config.json b/checkpoint-4300/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-4300/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-4300/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-4300/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4fdc149b4b14d053dc291a837049fd037589ae8c --- /dev/null +++ b/checkpoint-4300/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb259cbf5a6e358652a23fff596229798b569a279a4e73d3efd48838a15bd79 +size 1445157120 diff --git a/checkpoint-4300/optimizer.bin b/checkpoint-4300/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..06040d99095d25cf8bfd41de6436eea0a05ed37d --- /dev/null +++ b/checkpoint-4300/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5df5036d1cd46b2469c5af5f71ae1e6e34c9df2e60e2f7e9c5e079790c34c0 +size 725253818 diff --git a/checkpoint-4300/random_states_0.pkl b/checkpoint-4300/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..980ff3436dae7951ab3247b67c1ff3b045c12e80 --- /dev/null +++ b/checkpoint-4300/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6d15bf70b4372f1e580af8efdd85ae2126e3d78fdf6dfbfbda4aa7fed401ab1 +size 15060 diff --git a/checkpoint-4300/scheduler.bin b/checkpoint-4300/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d447d3d4587d5d647f9bc9026dcef9c880f16804 --- /dev/null +++ b/checkpoint-4300/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f85f57a774fee31b721bc9cd3a579375328c16fde6e6208def88420439ab71 +size 1000 diff --git a/checkpoint-4350/controlnet/config.json b/checkpoint-4350/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-4350/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-4350/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-4350/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..57bcd4b75a72781e472b1d51bc6bb9f391dbde7e --- /dev/null +++ b/checkpoint-4350/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac27fdb74c7d1fa62a7f809321f370f196f89bd63fb6ee618d6eecaa366e1c1 +size 1445157120 diff --git a/checkpoint-4350/optimizer.bin b/checkpoint-4350/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..bcdbb7a7d681425bdfe0fb0ebd2ac97fb0364f7c --- /dev/null +++ b/checkpoint-4350/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb8e93b3799e5ddf9e3129ec6edcfceb8d8157647c44b6264d259092e196e30 +size 725253818 diff --git a/checkpoint-4350/random_states_0.pkl b/checkpoint-4350/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..778b5883f972fb9e5513bc88d5bbfbd698242fa2 --- /dev/null +++ b/checkpoint-4350/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b628117a715f94af4b1121659686f0b7556dbd0636a0531b980d9efd5cb2340c +size 15060 diff --git a/checkpoint-4350/scheduler.bin b/checkpoint-4350/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..88ba501004d06fc5d8970011919510ed315e5eac --- /dev/null +++ b/checkpoint-4350/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58230f58af64f62a3efd181bd82f0be41548ad0702a10cf87eb807137df18a62 +size 1000 diff --git a/checkpoint-4400/controlnet/config.json b/checkpoint-4400/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-4400/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-4400/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-4400/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..f84e67a551740e662302da03aecb5026fbe521ad --- /dev/null +++ b/checkpoint-4400/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c2cee8ba0b4cdade90f19f58c1470e811837929e61ef8938be8226f76f56f5 +size 1445157120 diff --git a/checkpoint-4400/optimizer.bin b/checkpoint-4400/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7a78ac19e6a3c05943df3ee6734736fcf72a9ed4 --- /dev/null +++ b/checkpoint-4400/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f571c1e6f5f721dab0911e9ced8a3f4cfee2c6d1a1865d45daefc433b3ce883 +size 725253818 diff --git a/checkpoint-4400/random_states_0.pkl b/checkpoint-4400/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..5d6c6334339418b39c42347254ac1a0bb6227bd1 --- /dev/null +++ b/checkpoint-4400/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9256d0ca796fc48c6c327414f8b69ac4c4dc3646fe1c847df5e5262fc3a143e2 +size 15188 diff --git a/checkpoint-4400/scheduler.bin b/checkpoint-4400/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..7759b0ebd57e4eba0157a783923ee163f94a3470 --- /dev/null +++ b/checkpoint-4400/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ecb8e2ce69c1f6a49b32529c695edd8a4f1dec21680f3075e27be395241bc7a +size 1000 diff --git a/checkpoint-4450/controlnet/config.json b/checkpoint-4450/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-4450/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-4450/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-4450/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..c20944b7b5cc1c7d56ca79ef60d97a8470333232 --- /dev/null +++ b/checkpoint-4450/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c528e86e1942e301f1b87def351bc0725f5eb3a02d6d0eb7b1e76d89608feb +size 1445157120 diff --git a/checkpoint-4450/optimizer.bin b/checkpoint-4450/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2275771b4438ab98472231e733910025c85b57f3 --- /dev/null +++ b/checkpoint-4450/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e401359664e88cbf6b35fdb59a514eabd2534f198f5a447d5576a2d35461d121 +size 725253818 diff --git a/checkpoint-4450/random_states_0.pkl b/checkpoint-4450/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..faccd892bd8d9ef2df6cda095afc1bbde31136cc --- /dev/null +++ b/checkpoint-4450/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c82addac6c244efc40cb4ba1a47291d117093a3aa922408753258d5928debd1e +size 15124 diff --git a/checkpoint-4450/scheduler.bin b/checkpoint-4450/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..c253de2dbedd81c872a71ebc4ed636b24583cd13 --- /dev/null +++ b/checkpoint-4450/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4119eabfaf1a4d35a386b3d8a25f5372e1b5f6a805adbb6d562442fdc7ffec7 +size 1000 diff --git a/checkpoint-450/controlnet/config.json b/checkpoint-450/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-450/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-450/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-450/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..731c3051e361c5be37cba161536f2845e078f3a2 --- /dev/null +++ b/checkpoint-450/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eef5d45ba33043b63d062a912592c9a96eb4510511b216b961ae723db20c599 +size 1445157120 diff --git a/checkpoint-450/optimizer.bin b/checkpoint-450/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..757b6cb05539e59546d79908501a7b64505a2d16 --- /dev/null +++ b/checkpoint-450/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf7ae837eb1e2f84f0d4fc471cbddef707b7e739fb554ac20601ef56daabc23 +size 725253818 diff --git a/checkpoint-450/random_states_0.pkl b/checkpoint-450/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..cf7f18129922d31894e73f285eda268ae3c9c2e9 --- /dev/null +++ b/checkpoint-450/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68cc1918d8df43ba5eca67175537676b98774268c5191191701f229f1d5e7068 +size 15060 diff --git a/checkpoint-450/scheduler.bin b/checkpoint-450/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..6a79a2951e3f104bef38a2d3174c9035f6b0a886 --- /dev/null +++ b/checkpoint-450/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52cb99d52aa05c8716866d29039ed248d1d2dd5539383228e651f9cd33933d96 +size 1000 diff --git a/checkpoint-4500/controlnet/config.json b/checkpoint-4500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-4500/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-4500/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-4500/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..c304481037288fcea70e7ed8b578610bcf167562 --- /dev/null +++ b/checkpoint-4500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b32c8c6bb74e8ee80669f47191d229f48224c775f9e019a02254443eb69da6d +size 1445157120 diff --git a/checkpoint-4500/optimizer.bin b/checkpoint-4500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..4a9505663a2338ad8f59c1b69fee78fd096b9dcf --- /dev/null +++ b/checkpoint-4500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a827e34c40eaaa28090cf65d6d800564beabb73dbf82b8697e346505e2112115 +size 725253818 diff --git a/checkpoint-4500/random_states_0.pkl b/checkpoint-4500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3c63e011d6625a79e3fc8adf6c7ac1e7f45eeb87 --- /dev/null +++ b/checkpoint-4500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e502d3e6df9c2303c998e5ae0909be11ca8d268615d29a78856b374cbd7c8f58 +size 15124 diff --git a/checkpoint-4500/scheduler.bin b/checkpoint-4500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..32ccbd8c63c4e03552ff2824be25688b99bff09c --- /dev/null +++ b/checkpoint-4500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7ed32170a9eea4679b9e601b21dd9d24600342c28f3e445d7d91aa5059bf52 +size 1000 diff --git a/checkpoint-4550/controlnet/config.json b/checkpoint-4550/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-4550/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-4550/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-4550/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ae9af315405686088543ccebd4acf82452210caa --- /dev/null +++ b/checkpoint-4550/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06bed4dae1cf6a1bec59f894a058f6b797b80d2bd14c181d16c92e1dea2ea0fa +size 1445157120 diff --git a/checkpoint-4550/optimizer.bin b/checkpoint-4550/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..73759fd5e38d6e8d7ef4fd830a67ccb6c2d8f036 --- /dev/null +++ b/checkpoint-4550/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e34060f57d1ea3f704632b4d94034f911055f5f8ad60f824326c196a232fc79 +size 725253818 diff --git a/checkpoint-4550/random_states_0.pkl b/checkpoint-4550/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4ee1a9ab25df968fe81fee847e2e2268b40efce8 --- /dev/null +++ b/checkpoint-4550/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719f88807bda5c4458a4f5c190ea5325662eef2bfdc48b4728d9edcf7a89b5cf +size 14996 diff --git a/checkpoint-4550/scheduler.bin b/checkpoint-4550/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..0e73a28cdf0d24b309ddbc516d1e34c47833468a --- /dev/null +++ b/checkpoint-4550/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed3e944edfcd9cf1992b88729e68cb79b2b6c9134dd8fa1b99cba83ea5c83836 +size 1000 diff --git a/checkpoint-4600/controlnet/config.json b/checkpoint-4600/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-4600/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-4600/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-4600/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..91cacd9b4c9fe3154ac2c06be25f5031b10b1e2e --- /dev/null +++ b/checkpoint-4600/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b11ab88b997918e571e37165fc8bc41a11ca81571fae36984d2072652c473844 +size 1445157120 diff --git a/checkpoint-4600/optimizer.bin b/checkpoint-4600/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..a748cb0829e4988e95c535a4d51b51a2073f2af8 --- /dev/null +++ b/checkpoint-4600/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40cec104494c32767975a98c095af4ec1d1279696687ad70cbac747183fb0eeb +size 725253818 diff --git a/checkpoint-4600/random_states_0.pkl b/checkpoint-4600/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..846604f8ebec62f51e373cc4dc34f808bf627adf --- /dev/null +++ b/checkpoint-4600/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bedaa99f916628ca59a23afed12cbf6fbf672f3f7610d9ebb74e25e9e0675037 +size 14996 diff --git a/checkpoint-4600/scheduler.bin b/checkpoint-4600/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..16a942c46c60ae903cb87b647904800a42365311 --- /dev/null +++ b/checkpoint-4600/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b9987273aaaa4987966bfbeaf9a75b7373d006273e654f5265620ed58a5e4e +size 1000 diff --git a/checkpoint-4650/controlnet/config.json b/checkpoint-4650/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-4650/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-4650/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-4650/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4cefbeefbbeec82c341e2deef408cdae6cdd1285 --- /dev/null +++ b/checkpoint-4650/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523ccc5866bd14f6d851d55d38c33e7901331159312626e1d7388669b6c62e88 +size 1445157120 diff --git a/checkpoint-4650/optimizer.bin b/checkpoint-4650/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..cdf40126edd18bd01e3291aeba81b18c7eb66fba --- /dev/null +++ b/checkpoint-4650/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25716654d7210bc76ca5c4d01fb9d7c67ec715619bbbf34aaeb897e85ca9dbac +size 725253818 diff --git a/checkpoint-4650/random_states_0.pkl b/checkpoint-4650/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f6772cd1253df2b6b8ca4ba7c8d2545efe8b77ac --- /dev/null +++ b/checkpoint-4650/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c377ca4e3404da94f67762c954808c231222f4f69f5eda52f6daf578a7702a1e +size 15124 diff --git a/checkpoint-4650/scheduler.bin b/checkpoint-4650/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..68ba1975e283d7d1d9d20ffbf4f90cb57f576657 --- /dev/null +++ b/checkpoint-4650/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f499275f0ddcca431706936ccf962bbad0ec0b809a8d4b294d1fd8583ea5a406 +size 1000 diff --git a/checkpoint-4700/controlnet/config.json b/checkpoint-4700/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-4700/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-4700/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-4700/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..3fd79a87b5f249d96ac1789fb63dcc83cba73511 --- /dev/null +++ b/checkpoint-4700/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eabe30740fcb5b6ebed769608a24b8be95ab72cf5e301651ceb0157018784b8 +size 1445157120 diff --git a/checkpoint-4700/optimizer.bin b/checkpoint-4700/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..51b6702346b9ca2422e779f0ed7a0962c5f3b713 --- /dev/null +++ b/checkpoint-4700/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0064a75596a0bad507c3afca558b3f430d046abee669c88872b58241cb82f098 +size 725253818 diff --git a/checkpoint-4700/random_states_0.pkl b/checkpoint-4700/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a092c5a5cb0924874ab0d6b7d5abed22b77504ce --- /dev/null +++ b/checkpoint-4700/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2752457a2064be8bcc74a5ac5be510211d5de9e2b999a899be0e307f0342673 +size 15060 diff --git a/checkpoint-4700/scheduler.bin b/checkpoint-4700/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..b0f7290e0a518a3962d31b11f794b1a331d6200d --- /dev/null +++ b/checkpoint-4700/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31cfc68a3ba29aabe1adc47e785dcdbfeeac346b5a4950b550e75b6d764fd611 +size 1000 diff --git a/checkpoint-4750/controlnet/config.json b/checkpoint-4750/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-4750/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-4750/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-4750/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..15191c3e942355447e030593b90d56b2143b90e9 --- /dev/null +++ b/checkpoint-4750/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b4ced6bd73d395a6f912899f3ec694db0046cd960c542241ffc551a16a76ac2 +size 1445157120 diff --git a/checkpoint-4750/optimizer.bin b/checkpoint-4750/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..f72ccb44624ac868f5d738812bf718e2d4b642ca --- /dev/null +++ b/checkpoint-4750/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8d9cf01b6e978c8a664b9108162445d9cac75ded62aecfbf0ac2109a30381e +size 725253818 diff --git a/checkpoint-4750/random_states_0.pkl b/checkpoint-4750/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..cca3ed46c6cbe96afb8159e7706e6f1fd7621a9a --- /dev/null +++ b/checkpoint-4750/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05efed7a686dfc2ebb681a2963a444b17be2f13160a7c6eee30f29419f1d200d +size 15060 diff --git a/checkpoint-4750/scheduler.bin b/checkpoint-4750/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..7a6db683566aee72eebd530e8cbbc097c281e561 --- /dev/null +++ b/checkpoint-4750/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e496504b9e54ee792b96e0fbbd1db56f8bc8e4ec8efe3fc07389d2611f96dac +size 1000 diff --git a/checkpoint-4800/controlnet/config.json b/checkpoint-4800/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-4800/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-4800/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-4800/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..1dd9101316b21e260ba3854a695af4e52f6d479d --- /dev/null +++ b/checkpoint-4800/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad2ee6d587ae24373717def2decfd9328bc0e1857ee2061e77b437b697d60538 +size 1445157120 diff --git a/checkpoint-4800/optimizer.bin b/checkpoint-4800/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..f45bf822acad76cd8a5ceb49da4dd45eb99edfbb --- /dev/null +++ b/checkpoint-4800/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b13192b45fd52f3cdecd69e08a81f9acc401cc2cfea06c933fdb5d6129b1d007 +size 725253818 diff --git a/checkpoint-4800/random_states_0.pkl b/checkpoint-4800/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..de167b3ce45e6e5b1515b48de9a0b33e4efb7e64 --- /dev/null +++ b/checkpoint-4800/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb472ef4db439794370a5311eccd6c20c78e931c4ca124ed5ebb670495540e0b +size 15060 diff --git a/checkpoint-4800/scheduler.bin b/checkpoint-4800/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..40389d52d2db51e91e7e5bd9f30fe92909773608 --- /dev/null +++ b/checkpoint-4800/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a50c3d3ddae53468a90dbffe4478d16110cd2ef717b9711fae79ee1b05f4778 +size 1000 diff --git a/checkpoint-4850/controlnet/config.json b/checkpoint-4850/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-4850/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-4850/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-4850/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e52f5f936ce22e3ffdd8e78b56e02bde3e7cb1be --- /dev/null +++ b/checkpoint-4850/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d003e799d958f828bbf4c0213c15e16477defaf7e0d55b8f390a5955b0363de +size 1445157120 diff --git a/checkpoint-4850/optimizer.bin b/checkpoint-4850/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..615f4063e7bdba10900633748fecf42a966c5ab7 --- /dev/null +++ b/checkpoint-4850/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d571ac357da1051a2808f1f14e260d5b5da16c2754b54b2b107b053acf02ee9 +size 725253818 diff --git a/checkpoint-4850/random_states_0.pkl b/checkpoint-4850/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f700fd08e8e6de12cb4368516e548cb4625afda1 --- /dev/null +++ b/checkpoint-4850/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a17d9873aa279f57fa2bd430f7b3b99d74fed2805e6da330771c107c4c77ba +size 15060 diff --git a/checkpoint-4850/scheduler.bin b/checkpoint-4850/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..5d9d17d0e8c1ae0111d7961bb6256d619d760b0e --- /dev/null +++ b/checkpoint-4850/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a3b594bd59e813f4dd2dd539bb1c9d712cd3b8dfdabc1ea7f6593aa91bba8e2 +size 1000 diff --git a/checkpoint-4900/controlnet/config.json b/checkpoint-4900/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-4900/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-4900/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-4900/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..64ceef67b8c6be006185ee620f4adc873fc6c3e6 --- /dev/null +++ b/checkpoint-4900/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a10b18dd52b0901e8a23c12c6efe5979c11cb8cfc955f3b60604660a91f56f01 +size 1445157120 diff --git a/checkpoint-4900/optimizer.bin b/checkpoint-4900/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..03ff26abcc7da3bef176d66929742abfdac283e3 --- /dev/null +++ b/checkpoint-4900/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a76ab959b7babc45f50ae6a61f7e05f12937b0dc52da0f322b166c38a6ded8 +size 725253818 diff --git a/checkpoint-4900/random_states_0.pkl b/checkpoint-4900/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..bee51521afc907e4cf7f50ef2d055ba7c0533bb0 --- /dev/null +++ b/checkpoint-4900/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b88a89637dd8ef6184cfb3615c2d5d68359bd92e0c09644ebeb260da0fa09ad +size 15060 diff --git a/checkpoint-4900/scheduler.bin b/checkpoint-4900/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..2ee3b6848babbd3429f7ec1e33a75237a67504bd --- /dev/null +++ b/checkpoint-4900/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f3162a9e1c85befa25cf1d9a6bdb90b4fddae6459327358e8071dd2705e501 +size 1000 diff --git a/checkpoint-4950/controlnet/config.json b/checkpoint-4950/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-4950/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-4950/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-4950/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..2b0b22e544a21a87c0d210b21cff41f0986e95b3 --- /dev/null +++ b/checkpoint-4950/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40129b40330e07edc0e7839a1b114b8a868e5364c71586e3fa728cf5f14245f9 +size 1445157120 diff --git a/checkpoint-4950/optimizer.bin b/checkpoint-4950/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..13f571f3c8887867f1a7571efb527e5ab2e81086 --- /dev/null +++ b/checkpoint-4950/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfe7f228a5f03cf6afc67c37295fa195c7045b3194b8cc5a016e851f2d02b06b +size 725253818 diff --git a/checkpoint-4950/random_states_0.pkl b/checkpoint-4950/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..94af27f4788a62e510fccd663ad0a998b7a32102 --- /dev/null +++ b/checkpoint-4950/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f63c51a30c86aa0f57900af39ecfdc6225da63b151000efaba55690fce00d3 +size 15060 diff --git a/checkpoint-4950/scheduler.bin b/checkpoint-4950/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..bd4c573422937869924a181190dff6f682f963bd --- /dev/null +++ b/checkpoint-4950/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1af0af6c4be42819e35129c4511d036ba22eadd4ac2484898b60a68be87d7a8 +size 1000 diff --git a/checkpoint-5/controlnet/config.json b/checkpoint-5/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-5/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-5/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-5/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8d84e4233ed86a49a0adebea8c4b81f6a6baf977 --- /dev/null +++ b/checkpoint-5/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52ed3e8399d710ce2a6d9a9b70f5b3fa69b30117fecfd0772e9c2c4db662a63 +size 1445157120 diff --git a/checkpoint-5/optimizer.bin b/checkpoint-5/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d1661697545fc4c019097124566e29ba23987e68 --- /dev/null +++ b/checkpoint-5/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1709cec82e61b5867b6e81c9b2cbce08b5361300fa6aa8579f02aba3a5e15992 +size 725253498 diff --git a/checkpoint-5/random_states_0.pkl b/checkpoint-5/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..89ea8303a4cc9ccbcc11dd70b192ac17889adfe5 --- /dev/null +++ b/checkpoint-5/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c787b6631e914e83131c0ab0828841376e598b38f8072c480aff6be26a7067bc +size 15124 diff --git a/checkpoint-5/scheduler.bin b/checkpoint-5/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..eb6eabee1675fd9f92083f3b28f888ed5782d7fc --- /dev/null +++ b/checkpoint-5/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c207d15b46dbd6c6384d4d4cb4291bfd3e2d66964addc110e928fdc859e25885 +size 1000 diff --git a/checkpoint-50/controlnet/config.json b/checkpoint-50/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-50/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-50/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-50/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..1ac6fbf7a73e77378a12b8d326608af76d7aa1e7 --- /dev/null +++ b/checkpoint-50/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9134249052923e1599ebfdb0424f64fd8effd94ec252b340402319a1eedcd95f +size 1445157120 diff --git a/checkpoint-50/optimizer.bin b/checkpoint-50/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..da1b7b75d0e30ab7925f69aa7da4449c857306cc --- /dev/null +++ b/checkpoint-50/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5316bf69ccabfe0336acc2b259d49870fae40a82e46e1be5cd449b9077b5550a +size 725253498 diff --git a/checkpoint-50/random_states_0.pkl b/checkpoint-50/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..81143e0c57daf7516704f60707b9f9418111eed9 --- /dev/null +++ b/checkpoint-50/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f7a1ba62f60a48baadfdbd2d33d4d697daf9c29b95e2e8b398299d83569f89 +size 15124 diff --git a/checkpoint-50/scheduler.bin b/checkpoint-50/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..3a2aec1812d728da9236a261c322a8ab874e8d62 --- /dev/null +++ b/checkpoint-50/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31bb9612a20c95bd2fb2742027f10c50f6c91a2b1dbc9eb2f2aab63ad2c84d7a +size 1000 diff --git a/checkpoint-500/controlnet/config.json b/checkpoint-500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-500/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-500/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-500/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..2669278bfc315044516c1382386b26de850974d8 --- /dev/null +++ b/checkpoint-500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af47347e6cb90d64209a94986167cadb2ebfee85f28cba1639ddd3a299c2e3f +size 1445157120 diff --git a/checkpoint-500/optimizer.bin b/checkpoint-500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..8da9601a315ef949c5952e5a92b855cce67071d3 --- /dev/null +++ b/checkpoint-500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:555d3511e3aaaea61b7bc3369115701619a609399ca7022a95c5f088710e1609 +size 725253818 diff --git a/checkpoint-500/random_states_0.pkl b/checkpoint-500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..bc6464e91711420e485eb93ede5481378f0998fb --- /dev/null +++ b/checkpoint-500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0577fe165793c2d24c60fe2047f9f5bb98786c7395323d22ba64252b5fe20f5a +size 15124 diff --git a/checkpoint-500/scheduler.bin b/checkpoint-500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..2b27d725b3673477ff55fdd87a26906ce6565614 --- /dev/null +++ b/checkpoint-500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d16ae9dedf4c45ceadc467593037d83423677715e75ab402a9f44aa81de9b84 +size 1000 diff --git a/checkpoint-5000/controlnet/config.json b/checkpoint-5000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-5000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-5000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-5000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e973afc468916dfb1058713bd345dfac604e4c18 --- /dev/null +++ b/checkpoint-5000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1640bcb2f17658be26ebc31b3eb6209632a0af14e8c4968187135ecf0d4ece55 +size 1445157120 diff --git a/checkpoint-5000/optimizer.bin b/checkpoint-5000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6c1e2def537c49546258776ff1ac090aef57ddbe --- /dev/null +++ b/checkpoint-5000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:226c0cbb70280d29a670b539c7bb8f9fbdecf43881915ea1672d8c8e5d227be0 +size 725253818 diff --git a/checkpoint-5000/random_states_0.pkl b/checkpoint-5000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..81b1185c14d3b93dea109600514f4ec7dd7062ef --- /dev/null +++ b/checkpoint-5000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7570e1adec04f4e7e0e9c7281a568f54f2c1fde79768545ffab523302ef5fdae +size 15060 diff --git a/checkpoint-5000/scheduler.bin b/checkpoint-5000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..86c15d06a20918c0bcdf8341881c0f1294ac62e3 --- /dev/null +++ b/checkpoint-5000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e0d744a95b954d01691d43399197ed4341f27678cc9bb35b811a7c14d85702 +size 1000 diff --git a/checkpoint-5050/controlnet/config.json b/checkpoint-5050/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-5050/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-5050/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-5050/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..56b60f30a0a719cc44edeecf4d866d1fd13fdf27 --- /dev/null +++ b/checkpoint-5050/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0289cc3354be32f2016f2815ba5724dd6d5cd959a2b86fe2f77a7ea274e3c62 +size 1445157120 diff --git a/checkpoint-5050/optimizer.bin b/checkpoint-5050/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..f9eb4d7b60c2373af2a417b22af905c378c922fb --- /dev/null +++ b/checkpoint-5050/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ddef855e382385a144faecb9a6f71d06b43cfaeb46452c83d958d61a0f64c5 +size 725253818 diff --git a/checkpoint-5050/random_states_0.pkl b/checkpoint-5050/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..6e8ebc11058b4f8d61ae1aa130b9d68b2f5e0ea7 --- /dev/null +++ b/checkpoint-5050/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d2a4846af7dfc99a8aaee81bd65f1685ac13937fda9aa52a689190170d76f7 +size 15060 diff --git a/checkpoint-5050/scheduler.bin b/checkpoint-5050/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d8e7e4e7dbbfa3dbd10d2429a37d1956479310e1 --- /dev/null +++ b/checkpoint-5050/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6c8e36cada0fefbfaae47d8fa61d55850ad4050788db46f5c728310c378843b +size 1000 diff --git a/checkpoint-5100/controlnet/config.json b/checkpoint-5100/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-5100/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-5100/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-5100/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..96b1d04bd69715b40a49a2c9cfde40acab5b721e --- /dev/null +++ b/checkpoint-5100/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2db774565824bbe1330fbef0e70148008a100b2ed0e714cbbc76dcd3dd91540 +size 1445157120 diff --git a/checkpoint-5100/optimizer.bin b/checkpoint-5100/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..589710ac560509b1a1bcce9a30b261c977c91b63 --- /dev/null +++ b/checkpoint-5100/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:236fe97d57476a4b0852e1af12101d0c97c1940c7580eb7c4025db3c0efeba10 +size 725253818 diff --git a/checkpoint-5100/random_states_0.pkl b/checkpoint-5100/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..635e445a753f2d43ed8ea14806b566212b680b6f --- /dev/null +++ b/checkpoint-5100/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:042501b0bcde0b4e3b4b7fe5c75e796a147cea797fa0778adfe70ca40b4617c1 +size 14996 diff --git a/checkpoint-5100/scheduler.bin b/checkpoint-5100/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..7a438d9d300fa3417d7559f09e9680e84dad1489 --- /dev/null +++ b/checkpoint-5100/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09f4b863dbb559f6c7417bd9a8e02f6543bdfa3c8062dd6c52395f828cb1068a +size 1000 diff --git a/checkpoint-5150/controlnet/config.json b/checkpoint-5150/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-5150/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-5150/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-5150/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..6acac64e0f5a3d389229eeb3ec6957db04f07110 --- /dev/null +++ b/checkpoint-5150/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a53969eefcc834ee4ac42967987fc09371922fe99f841dd4de3c2398ead650c +size 1445157120 diff --git a/checkpoint-5150/optimizer.bin b/checkpoint-5150/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6c5b5fa092dafae619942a4b266aee5a2686609d --- /dev/null +++ b/checkpoint-5150/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:740667a5e4336ae9863cda2781b67e85098c9e70fa0305913a3d7f060c5df785 +size 725253818 diff --git a/checkpoint-5150/random_states_0.pkl b/checkpoint-5150/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0072cdcdf22f30b4053cfb663d4af8208bf84610 --- /dev/null +++ b/checkpoint-5150/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32251d44a90c0def40f6fa2794c010979925c23ff4d9f047ee4bddc61bf94405 +size 15124 diff --git a/checkpoint-5150/scheduler.bin b/checkpoint-5150/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..b20f0c360cf500a22f8ac55243a3f0d87e7a37e4 --- /dev/null +++ b/checkpoint-5150/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c820dddb478077be4194d1464177cffc807a41ddfaddb64865dbaa44fae4dcc +size 1000 diff --git a/checkpoint-5200/controlnet/config.json b/checkpoint-5200/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-5200/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-5200/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-5200/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..d77993c959ad76d47ecafb048b9783e3209c9f56 --- /dev/null +++ b/checkpoint-5200/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d83835d874d0ee226314cbb3c592eb3581c4684be7e273636b78d40886e49a +size 1445157120 diff --git a/checkpoint-5200/optimizer.bin b/checkpoint-5200/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..492e2f14258ad76f0cd5fd7300050cbcf41de072 --- /dev/null +++ b/checkpoint-5200/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eea2e4d85ddaabd72eb75e5f12d72dd2d5c7ac524cf599168763cf31ee998f2 +size 725253818 diff --git a/checkpoint-5200/random_states_0.pkl b/checkpoint-5200/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..30a6f417efc7c0c350bcd8483e79498202121171 --- /dev/null +++ b/checkpoint-5200/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b51d4f7534ce2f5764fd88e16b0d760083a23cab0ae7cdd2652876f337c652d +size 15124 diff --git a/checkpoint-5200/scheduler.bin b/checkpoint-5200/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..32a2b3fdb15a615209f9cac4db87360f5c069435 --- /dev/null +++ b/checkpoint-5200/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e9698211284c950663ec3fb4abb19103c30e4f05b4f2e25d78838806c3a649f +size 1000 diff --git a/checkpoint-5250/controlnet/config.json b/checkpoint-5250/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-5250/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-5250/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-5250/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ed179b338be454962cd210d8317273a8cb8d1773 --- /dev/null +++ b/checkpoint-5250/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:142837116a99dab624596cc41e712e592acf4b3e6ed20dba34ca8df4c28642ad +size 1445157120 diff --git a/checkpoint-5250/optimizer.bin b/checkpoint-5250/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..740ab0f72fb468ca1b91199682e3e217c34f26a0 --- /dev/null +++ b/checkpoint-5250/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f62ad8710c3df84cdcba068ea882b3acf18c1daed45d5057d2d3866e5a01e30 +size 725253818 diff --git a/checkpoint-5250/random_states_0.pkl b/checkpoint-5250/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b1c10ff5641a576e784e2aefbde503ed339fcb0f --- /dev/null +++ b/checkpoint-5250/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf2d6c262724f08414c733fdd0798ac7a7a1773e0ae9555b5f05a0feb9aac9bb +size 15060 diff --git a/checkpoint-5250/scheduler.bin b/checkpoint-5250/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..3913378294d3109a27e0aa895fd346178a64f77d --- /dev/null +++ b/checkpoint-5250/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ab18ec8594fdbca29249ab080d523c5ee07519b50b4ab699dee1a703781688 +size 1000 diff --git a/checkpoint-5300/controlnet/config.json b/checkpoint-5300/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-5300/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-5300/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-5300/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..f4cf967094205b4dfdd6eabc91d9af4f228ee2de --- /dev/null +++ b/checkpoint-5300/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8ed2de06c168b4e5ae9f699aed25a2030557ce21fed42af1d38c221306134be +size 1445157120 diff --git a/checkpoint-5300/optimizer.bin b/checkpoint-5300/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0308cac5a9645730b30868581bf4f8f37e66f4a7 --- /dev/null +++ b/checkpoint-5300/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b9e02cd1094a38ab55eaeb6384b1a6f1d0be9b5fd9f5a3a97e6ae472e3fcc1a +size 725253818 diff --git a/checkpoint-5300/random_states_0.pkl b/checkpoint-5300/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a10ab5e7979a035189763083f1e2fd20044921a0 --- /dev/null +++ b/checkpoint-5300/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4670f180501aab1468e2357ade1c145803ad1eda1f1ffafd83baa07b1dc03b10 +size 15060 diff --git a/checkpoint-5300/scheduler.bin b/checkpoint-5300/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..caaadbc4a5b3270b4ce795b4bb83ecbe81f57c86 --- /dev/null +++ b/checkpoint-5300/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bac71c12fb4c5c9efd9a867147057be185e7d3ec453206f8a650605a2ad7a8e +size 1000 diff --git a/checkpoint-5350/controlnet/config.json b/checkpoint-5350/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-5350/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-5350/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-5350/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..0be8855ac6f2ff5ca9b3b8804b3b150e96c26315 --- /dev/null +++ b/checkpoint-5350/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:368312f308d51eb4f98cef50d4e53f759a19de44983d882a4795e7cf15d81c9b +size 1445157120 diff --git a/checkpoint-5350/optimizer.bin b/checkpoint-5350/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ad8620c071185c732370086f822ae946665d84a0 --- /dev/null +++ b/checkpoint-5350/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f2387ceac19810ff91f40ccd8ad15a104072762054935ca423ac21dde004d09 +size 725253818 diff --git a/checkpoint-5350/random_states_0.pkl b/checkpoint-5350/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..9651d5040af5c7e230374b5f3bf5469b42aa02bf --- /dev/null +++ b/checkpoint-5350/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf0462d8d001ab2528e427c059ad3a1cf612cee062f1f08ffb8fb9808b0f2bb +size 15060 diff --git a/checkpoint-5350/scheduler.bin b/checkpoint-5350/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..48f5e27554476b3a8c5502a42df614267dee9ad4 --- /dev/null +++ b/checkpoint-5350/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8378f3f6ec50d655cd415e707f576df7e379abb7460131ea66e2ea0e6abb6e +size 1000 diff --git a/checkpoint-5400/controlnet/config.json b/checkpoint-5400/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-5400/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-5400/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-5400/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..d54de76b1287992d5978fa3dab4f618a006299c3 --- /dev/null +++ b/checkpoint-5400/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:442241bda393bdfb349fae53d7f23bc2e2b3a3e8d865ef634b17606f691e43cd +size 1445157120 diff --git a/checkpoint-5400/optimizer.bin b/checkpoint-5400/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..8fad9267ebe09b94df6c5ea879ef37e7ba55b881 --- /dev/null +++ b/checkpoint-5400/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6a48079988d6082e388d7dfd4f0b0a3b2b8f83ed4e25c1bf4fef9cec0db053f +size 725253818 diff --git a/checkpoint-5400/random_states_0.pkl b/checkpoint-5400/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c74803863f09f4b577934d7bc536e16bd123f41f --- /dev/null +++ b/checkpoint-5400/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c9cd8927f5c570f08dcca9323f7e338d7850ca853cc488e50071e97eda0a5a +size 15060 diff --git a/checkpoint-5400/scheduler.bin b/checkpoint-5400/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..881e741e8fcef68f1f628c659fb78ff1be644e60 --- /dev/null +++ b/checkpoint-5400/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b3eff5b2e657a6b56566e8a54feffcb6f5722bd292c1e4be6cfca05aa27c4c +size 1000 diff --git a/checkpoint-5450/controlnet/config.json b/checkpoint-5450/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-5450/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-5450/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-5450/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8dcd217589bc74b821d9e8c2b64ac566c7779af8 --- /dev/null +++ b/checkpoint-5450/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b617cb8b41e8362ac93b1ab5f5b14baa8aef42408002e0f4c3eb3780dbe4d024 +size 1445157120 diff --git a/checkpoint-5450/optimizer.bin b/checkpoint-5450/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..542f1f83a90a73b0e85d33c2a9cf9865c9f3158a --- /dev/null +++ b/checkpoint-5450/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f40551739632710d3688a2644990318fd9591c3e05462ee90af5d2862cbba2 +size 725253818 diff --git a/checkpoint-5450/random_states_0.pkl b/checkpoint-5450/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..cc8c52c6ed66bc7f2c225c3693f98b3646657232 --- /dev/null +++ b/checkpoint-5450/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:983935fc81bd0536886110913b2520c66aabbf129d55653aeb7e33948ec4b919 +size 15060 diff --git a/checkpoint-5450/scheduler.bin b/checkpoint-5450/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..bd413accbde611a4b0edf418d3bff50a3bc694a1 --- /dev/null +++ b/checkpoint-5450/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd1c0a2015113c8b8b0ec530ff459f19042badb161c03ee15c5b4c98c2e6156c +size 1000 diff --git a/checkpoint-550/controlnet/config.json b/checkpoint-550/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-550/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-550/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-550/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..719324e1260de91908b3a4b8f3e4203b4a0e349c --- /dev/null +++ b/checkpoint-550/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f55581a685a12971612bec6ea25f3076e19b0dbe7914f2c5e1c822645adab3 +size 1445157120 diff --git a/checkpoint-550/optimizer.bin b/checkpoint-550/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2c538476a77d3ba11d2ce25fc5c0bce4c0eb78ed --- /dev/null +++ b/checkpoint-550/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e8bdd31ea409c0448a921fdb51e819b460e1e3578127c8c587af8dcd4f168ba +size 725253818 diff --git a/checkpoint-550/random_states_0.pkl b/checkpoint-550/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..efa7a1b9c14d564bc44146d05a96c28c6bf2e818 --- /dev/null +++ b/checkpoint-550/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc1018fc5d40b9bf41ee7f121bd259d0c4c1a46d0981e8c086f6a914c7432fe2 +size 15060 diff --git a/checkpoint-550/scheduler.bin b/checkpoint-550/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..fca16ddc5cb9dce9c5a72858980347b5a26ede72 --- /dev/null +++ b/checkpoint-550/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a43324503ab1e087b21a6ce7442f2bc49d3e7556a67b2710b4d7e00845f4a4d +size 1000 diff --git a/checkpoint-5500/controlnet/config.json b/checkpoint-5500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-5500/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-5500/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-5500/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..0f640f718516221aa03caac0f953762ca2b410fb --- /dev/null +++ b/checkpoint-5500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bdcb75d7b5191211b3a68fa75616f4c7aeb352d38d5d1f004fa1b59a3585e8d +size 1445157120 diff --git a/checkpoint-5500/optimizer.bin b/checkpoint-5500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..3d517f2236b601babe476d94394d26a017d8db36 --- /dev/null +++ b/checkpoint-5500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2250ad0d8c8d372c3563802166dc44b92005136eba94ffe9acdf09fda271d2f5 +size 725253818 diff --git a/checkpoint-5500/random_states_0.pkl b/checkpoint-5500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f7c6f14998fa0dc984a329792a7a8802e862be6b --- /dev/null +++ b/checkpoint-5500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e103c90bc2a0200335f8422902f48c815f34fb7d53e9f20bcc1c749b6e7862fd +size 15060 diff --git a/checkpoint-5500/scheduler.bin b/checkpoint-5500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..85a0e5816acd80d9ea5c066939bfa22c6ecd5666 --- /dev/null +++ b/checkpoint-5500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf351ff897efd496db44f92f6e59e9e138d74eac609a9d68187eb5cf44ab18f +size 1000 diff --git a/checkpoint-5550/controlnet/config.json b/checkpoint-5550/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-5550/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-5550/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-5550/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..b44c9555d92aefbc57a91211a6020b5f238971ac --- /dev/null +++ b/checkpoint-5550/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a22f033d1477005ee88caf2fab787f13823d20ee411e6cd392f2a8e1effcf819 +size 1445157120 diff --git a/checkpoint-5550/optimizer.bin b/checkpoint-5550/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..37c5276127ba624d903124a642515108d39047c7 --- /dev/null +++ b/checkpoint-5550/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf3ac204cf2ccae5dd68a9b87df61cdcae5ce64afd969cc936b665cb3670a2c +size 725253818 diff --git a/checkpoint-5550/random_states_0.pkl b/checkpoint-5550/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..919dd5b16948b9e81e7edb7fe68785801e271d73 --- /dev/null +++ b/checkpoint-5550/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e0356b79adf4fcfe0821cdd5dee0e8f56c980d28d8211d564c96e87c20b0f9 +size 15060 diff --git a/checkpoint-5550/scheduler.bin b/checkpoint-5550/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..ce5d8534500dc1c36aa6d14cbb5370b2329e7894 --- /dev/null +++ b/checkpoint-5550/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c33df5c4beeb54306708d9f914f4057885820592e52917c0c938296e6c105af +size 1000 diff --git a/checkpoint-5600/controlnet/config.json b/checkpoint-5600/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-5600/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-5600/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-5600/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..83be6ddf4ced1aa8ed196bd7d6d69b10df0fe472 --- /dev/null +++ b/checkpoint-5600/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc387e57934a64fb9449f60b3eed32e5457eadc26cba25b86ecda8e651a26aa4 +size 1445157120 diff --git a/checkpoint-5600/optimizer.bin b/checkpoint-5600/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..137299da4e2b82a47ef3f3bad6ab4197fce5ef60 --- /dev/null +++ b/checkpoint-5600/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0679f24a4cfb4d6795e04bce23dfe9d0c78c91b163283be0f21d1dc226292e2c +size 725253818 diff --git a/checkpoint-5600/random_states_0.pkl b/checkpoint-5600/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ae40fba04d6c1b5449d5804b61a34d1ce786f787 --- /dev/null +++ b/checkpoint-5600/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe766362a4295b469d829cbd5f8053f92d5202222ead6150c1225256106b406 +size 15060 diff --git a/checkpoint-5600/scheduler.bin b/checkpoint-5600/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..b17df87ece97014aa9ad659d357ade968443f838 --- /dev/null +++ b/checkpoint-5600/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f779aed0f36a64132c9012dc8ea659535f4187709fa5feb1ae0c74f70549617 +size 1000 diff --git a/checkpoint-600/controlnet/config.json b/checkpoint-600/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-600/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-600/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-600/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..c766677bbdc84c7441fff82d619d1b82134eb641 --- /dev/null +++ b/checkpoint-600/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d7f348f45795ccbf4636a3f5a1d184415f46828321d50b6e74c1c83bf08e880 +size 1445157120 diff --git a/checkpoint-600/optimizer.bin b/checkpoint-600/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..fb78ea5604861d13cf9666ab4017aae3acb0824e --- /dev/null +++ b/checkpoint-600/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f0c28cb89122157918151abc634a485c0a76fdfa97531ca3095db0c058d1da7 +size 725253818 diff --git a/checkpoint-600/random_states_0.pkl b/checkpoint-600/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e2dbb9c9468c0b60ecbd29ad01301dc78c0c9201 --- /dev/null +++ b/checkpoint-600/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f47508d555839e75f6cdb0e8bdfa8e35c3fe8647488df472a8cdcd947398472 +size 15124 diff --git a/checkpoint-600/scheduler.bin b/checkpoint-600/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..711fd13e8dfdd13404af85ae87b855247fba952c --- /dev/null +++ b/checkpoint-600/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c8911f63cd7a6f1a6fe14f22ee463cd679ae4fcacab639b91494b51187d4be +size 1000 diff --git a/checkpoint-650/controlnet/config.json b/checkpoint-650/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-650/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-650/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-650/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4c5446ddb623487525b1f43ae6fcaf255df9dcf9 --- /dev/null +++ b/checkpoint-650/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6099a0745dc13853d3f1b919852dd182de2fa69f16fe8623c6b432308726e323 +size 1445157120 diff --git a/checkpoint-650/optimizer.bin b/checkpoint-650/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c69e317d420517a52450ba7caff856d9da2ad642 --- /dev/null +++ b/checkpoint-650/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a663e2d41fe104e14c9ba3e814eba66e9204cd72fc36d362f7fc29b3f7186a10 +size 725253818 diff --git a/checkpoint-650/random_states_0.pkl b/checkpoint-650/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4713b7c4a421868d3eade0811c74869885c47917 --- /dev/null +++ b/checkpoint-650/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b281a9437aa979309ef2a7175af1ce151660fe6d50c6a80d7ef59876d31515a +size 15060 diff --git a/checkpoint-650/scheduler.bin b/checkpoint-650/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..5f90288b388ecc0c7b59536371e8eee3a8cfacf5 --- /dev/null +++ b/checkpoint-650/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:731bf3b42ddcd4303b91f3421288c7ee2a22689640e15fd73f093a71bd671cbf +size 1000 diff --git a/checkpoint-700/controlnet/config.json b/checkpoint-700/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-700/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-700/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-700/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..c56d2a606e92cd80a97eda834cc2ec717d71f34d --- /dev/null +++ b/checkpoint-700/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9196fba8702006fd5cd4cacc1ca700d630ced1f82b4b158fd2b8ef43de636a59 +size 1445157120 diff --git a/checkpoint-700/optimizer.bin b/checkpoint-700/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b273542f76b5fe63a0ddf958e6957422759e624f --- /dev/null +++ b/checkpoint-700/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa2eafde5f54e1bdd10c9c09b8a8b3e3e5f7c00e00e55c6402da210dd8ab1627 +size 725253818 diff --git a/checkpoint-700/random_states_0.pkl b/checkpoint-700/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..1c4d3a728cecf0b53ec0b9489059198f36d8e581 --- /dev/null +++ b/checkpoint-700/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c58a78d5435b5d07c47aa211f37e637f68199ace5a425878f32446e84ed30e4 +size 15060 diff --git a/checkpoint-700/scheduler.bin b/checkpoint-700/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..b64facf636cfd99f2ff65a461904fab856f68287 --- /dev/null +++ b/checkpoint-700/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a557586bcb3fb0ae17fbf2365015705b4ec0b753f7e5355496ee9f773dbbbb4f +size 1000 diff --git a/checkpoint-750/controlnet/config.json b/checkpoint-750/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-750/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-750/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-750/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8e72564cfb617d30887e3b4d5ddaf4c690f408b6 --- /dev/null +++ b/checkpoint-750/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70c58d9fcb70f9c1f6267e389bb9432d069c56ba91069452fadfba0edff4e3a8 +size 1445157120 diff --git a/checkpoint-750/optimizer.bin b/checkpoint-750/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0168d72998e5fbd2fb60c1f9f07254f16082d481 --- /dev/null +++ b/checkpoint-750/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28039399c26b59ef13b9b2eed1ca7b02ea67fd76431cea35ee47b393ca8c9557 +size 725253818 diff --git a/checkpoint-750/random_states_0.pkl b/checkpoint-750/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3e3cabbf3696eb7ef144268c6b6e5e5e82dd595b --- /dev/null +++ b/checkpoint-750/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f674879c140599991bc6e1197678b9603c86a782823e7f834666fb5f0c3ea4a4 +size 15060 diff --git a/checkpoint-750/scheduler.bin b/checkpoint-750/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..8e34b9d961e83d8a8892cc99eb41c713478ece0d --- /dev/null +++ b/checkpoint-750/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a530ffa9220cf65c0729e966fdf26ce7223ed3dc88346bbe1367170da20bad4 +size 1000 diff --git a/checkpoint-800/controlnet/config.json b/checkpoint-800/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-800/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-800/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-800/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..6accf89ad4cce6d7d76f5b79aad2c6ef6267ed00 --- /dev/null +++ b/checkpoint-800/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c53ae694631b573c735dcb67d819778bbf7ec7553ab24c7836284c916146c63d +size 1445157120 diff --git a/checkpoint-800/optimizer.bin b/checkpoint-800/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..58a1541cccf48150785b43827055cae43a0fe4f6 --- /dev/null +++ b/checkpoint-800/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5830646863d76f407d73a02b18c1cea069d2c92e9e9327b3b8125c89a64ee5aa +size 725253818 diff --git a/checkpoint-800/random_states_0.pkl b/checkpoint-800/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..5170892e823b1e36adf6403881e4743107c68a63 --- /dev/null +++ b/checkpoint-800/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa85bb3fae524c5a50d658beda00cfe48e9b737bddd3e6c7b9bb37c4016b56e6 +size 15124 diff --git a/checkpoint-800/scheduler.bin b/checkpoint-800/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..9c823328bc9f02bb808690f33c57a590b10dffaf --- /dev/null +++ b/checkpoint-800/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98adcc4f2888e432229138b6ef3591ac8251be54df08bcfd6880f91222840eb +size 1000 diff --git a/checkpoint-850/controlnet/config.json b/checkpoint-850/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-850/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-850/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-850/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..112eb985097348ca9965d3c2125150c22b1bee46 --- /dev/null +++ b/checkpoint-850/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a4d7796813cdd6d3b9b1535e5562cad84478a1f0ac0aaa5e7f827a6a8b6954e +size 1445157120 diff --git a/checkpoint-850/optimizer.bin b/checkpoint-850/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9ff75b25a7a46bc94b75ea2858ef9dce720d5708 --- /dev/null +++ b/checkpoint-850/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b559489c675cc8496e287937c98c96de3586bf6f6639ae6c929c62bfd96b63 +size 725253818 diff --git a/checkpoint-850/random_states_0.pkl b/checkpoint-850/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..958530a5ffd07983e21f12eeb1c3897a663380a9 --- /dev/null +++ b/checkpoint-850/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5189b081d4b88d1b032770bc677e3bc87f47b64199a923b09dd68305d6e863d3 +size 15124 diff --git a/checkpoint-850/scheduler.bin b/checkpoint-850/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..342962f989f292cb8a9f2763c64ea16c5949790e --- /dev/null +++ b/checkpoint-850/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7711868f2c1df354d0560855622e105f055afcbe2d354746d4cd5dc428e1ca8 +size 1000 diff --git a/checkpoint-900/controlnet/config.json b/checkpoint-900/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-900/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-900/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-900/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..c59944096c66fdadc41ea55abdba0b9c3d94f16f --- /dev/null +++ b/checkpoint-900/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f6b3f72290d99f7be5a689debb7e3e0d87589502e4918eee169c628380f95b +size 1445157120 diff --git a/checkpoint-900/optimizer.bin b/checkpoint-900/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..8e6f27bb24a866fcc898311e0006b1399e54d9ae --- /dev/null +++ b/checkpoint-900/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7838859ea005e341ce9c68d5a2377a303da911dde2cb41ae0e4d9684e7d8dd3f +size 725253818 diff --git a/checkpoint-900/random_states_0.pkl b/checkpoint-900/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..1694a794c1ceac8fed24660b858375067062b21d --- /dev/null +++ b/checkpoint-900/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f0edeb02901b52c7a4f3844f68feb62de9c042a5f3be80421434175f71d5102 +size 15124 diff --git a/checkpoint-900/scheduler.bin b/checkpoint-900/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..6a79a2951e3f104bef38a2d3174c9035f6b0a886 --- /dev/null +++ b/checkpoint-900/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52cb99d52aa05c8716866d29039ed248d1d2dd5539383228e651f9cd33933d96 +size 1000 diff --git a/checkpoint-950/controlnet/config.json b/checkpoint-950/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-950/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/checkpoint-950/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-950/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..65c59b9810654782d4f6cec11adf590d32871177 --- /dev/null +++ b/checkpoint-950/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:991fe7d0b9a2d657baa6a7b63c426852576d3cda191ee86c636760b601cdeb06 +size 1445157120 diff --git a/checkpoint-950/optimizer.bin b/checkpoint-950/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..3afa8bef0e8d92bf570c4a7f4079e932f4b42466 --- /dev/null +++ b/checkpoint-950/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f18d862faa9987df62da86ec49702d5d8ef284b17bc3701132f6ce398dc0ae8b +size 725253818 diff --git a/checkpoint-950/random_states_0.pkl b/checkpoint-950/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..2eea8557cba30e2abc91c2fd20eee0ee75111ca3 --- /dev/null +++ b/checkpoint-950/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c68366fe760b5f64c4e9e0f64e5fbf89e7ef46e84f5a55cb414b939b5bd31301 +size 15060 diff --git a/checkpoint-950/scheduler.bin b/checkpoint-950/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..54c05b1ea682ebc5fec72fd3afdc5cd49c4a9189 --- /dev/null +++ b/checkpoint-950/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfdf77033b931ccf5632cc0510e48a91851fe3d4f056a735961c13b50a09e1fb +size 1000 diff --git a/config.json b/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "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": false +} diff --git a/diffusion_pytorch_model.safetensors b/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8d687e7bd0a37cc675a40513f2774e88c4c37239 --- /dev/null +++ b/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b4b65b2ae6814ae18f0ee1d85e2d86ad78e2f107f2f8b04a855477a7b8741c +size 1445157120 diff --git a/image_control.png b/image_control.png new file mode 100644 index 0000000000000000000000000000000000000000..950db17a5f156a3c49d158dfd9f5de4b66b36745 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..cb887313b042d5b9e83aab002956bc19d788b62e 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..74b650a1b0268ec924e2b3a10bd0715838ff8724 Binary files /dev/null and b/images_1.png differ diff --git a/images_2.png b/images_2.png new file mode 100644 index 0000000000000000000000000000000000000000..6dd576003ee39ab5838240145a622bf013a72550 Binary files /dev/null and b/images_2.png differ