diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..0fec1d8f80025289767420860b4f00139969c60c --- /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 photograph of a woman with a smile on her face +![images_0)](./images_0.png) +prompt: a picture of the sky with clouds dotted about +![images_1)](./images_1.png) +prompt: a couple laying on the beach sunbathing +![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..f19658f06b48bfe137422fcba1c99b85eb629c18 --- /dev/null +++ b/checkpoint-10/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5b45a32ad6a8b473a78fe27c3e301ca7bc2d930f2bfdc9a095a62b5b0cff168 +size 1445157120 diff --git a/checkpoint-10/optimizer.bin b/checkpoint-10/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..60646f38939b3bc95483d6e504b73880ff78d72c --- /dev/null +++ b/checkpoint-10/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:568f2f5ab5f3af6280735a6bd4bbbaaa442bc0068b13692680d641789cf31468 +size 725253498 diff --git a/checkpoint-10/random_states_0.pkl b/checkpoint-10/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3edffa74324224c0f24cf00cc32853d27a310868 --- /dev/null +++ b/checkpoint-10/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e8ee69e1a4777ab9d16b29fba2faf03f2ca288b84e527ff0dcd2bded4480f3b +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..56d3d0b10d2dadd5054d699605904ee112718f87 --- /dev/null +++ b/checkpoint-1000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99159f71b9c94fb0637cf1364aedaffe60256ffabb653746950655f88ccada88 +size 1445157120 diff --git a/checkpoint-1000/optimizer.bin b/checkpoint-1000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..5a4c51f01fc774449aabc1901aa1562093c0dad4 --- /dev/null +++ b/checkpoint-1000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bac3ef718d60ce1d56aca6b6237cb11a591c1b0bba2cdd031d79ff6490cb762 +size 725253818 diff --git a/checkpoint-1000/random_states_0.pkl b/checkpoint-1000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..36fec7ce7670d253d3c6551685bf5148a495f26f --- /dev/null +++ b/checkpoint-1000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f54e5f717bce48d33a82a9ab7e647c76b99fb6cc41cfab68eac79fe87cf5a5c3 +size 15060 diff --git a/checkpoint-1000/scheduler.bin b/checkpoint-1000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..2747b0ad441da0ecf33eafa9bcdf863aa7117272 --- /dev/null +++ b/checkpoint-1000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37684985ab212b6734f5c19341d0e2009c05c7c12fc49f48d75d3d4f6ee8a653 +size 1000 diff --git a/checkpoint-10000/controlnet/config.json b/checkpoint-10000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-10000/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-10000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-10000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..69c2e8ecf2a9b4abe7aa2ba7b6d253bda4b427fe --- /dev/null +++ b/checkpoint-10000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b29dd698d0a94518f6df96e095a8ef84a539809c6c0db4ce4b997b19aec867f9 +size 1445157120 diff --git a/checkpoint-10000/optimizer.bin b/checkpoint-10000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9dc2d23d0059fc89e2bac6995a00c261c0fa4128 --- /dev/null +++ b/checkpoint-10000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b999fe57b12d31e18f923750cdd974dde5bc0e8db4658ce84ba28715a9657fe2 +size 725253818 diff --git a/checkpoint-10000/random_states_0.pkl b/checkpoint-10000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..1dec74b7fb7859e7cf80bbebaffe725d0e68c3ab --- /dev/null +++ b/checkpoint-10000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:621c1295310553d71cd851209281bdffe6af46dd092e0fb175e1ff490225ae78 +size 15124 diff --git a/checkpoint-10000/scheduler.bin b/checkpoint-10000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..16d5743e2185b39453c3edf362793b7ada25ac28 --- /dev/null +++ b/checkpoint-10000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a14aa12e2d7231e812d8ae4b4cf41f80a6533ca06f3e31b6f5ba9f32753d032 +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-10500/controlnet/config.json b/checkpoint-10500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-10500/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-10500/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-10500/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..5a29c37a2dec324943641c800a4e33e93f0995f8 --- /dev/null +++ b/checkpoint-10500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c473b53d98156d685f603e21e0ee4365c4557657b29250ff806d9cc569a2c3 +size 1445157120 diff --git a/checkpoint-10500/optimizer.bin b/checkpoint-10500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..20772f69661a850b71e42f96c87654a3b72d7f61 --- /dev/null +++ b/checkpoint-10500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c84412cb65b1b9b81a7d1c75c213aec6ecbaff33d2b54e4ee8c006f576e7db2 +size 725253818 diff --git a/checkpoint-10500/random_states_0.pkl b/checkpoint-10500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..2f6e00ecbd25982158241fc24d9b0c925e35a660 --- /dev/null +++ b/checkpoint-10500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d316d46e8c7742c779dbb2553b25214af28099ef6d0598784d20811f616dfd +size 15124 diff --git a/checkpoint-10500/scheduler.bin b/checkpoint-10500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..cab705a6b5cceffaae0ade7bbc274e7c130d991e --- /dev/null +++ b/checkpoint-10500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd2c58647fd167335807b9162fb94ff4fc738f7ba8e37512e51ea1142e34665b +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-11000/controlnet/config.json b/checkpoint-11000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-11000/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-11000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-11000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..08c58b7d74081b618228e57812d35ff225f1498d --- /dev/null +++ b/checkpoint-11000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e758aa185e4f6d8e2320c6bc410cafcafb57df89e1d850b10c4dde7ae067d9 +size 1445157120 diff --git a/checkpoint-11000/optimizer.bin b/checkpoint-11000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..079d301739668e3a5bcac113923298cf5a67a2d3 --- /dev/null +++ b/checkpoint-11000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c190d89800b2750e394341f4db76e872be08a0fc8e921b64dbbad5f48eb221 +size 725253818 diff --git a/checkpoint-11000/random_states_0.pkl b/checkpoint-11000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..55c3e6d3c7257d001de4079274dd207eaf49766b --- /dev/null +++ b/checkpoint-11000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26177b1e0f7665a775b5c358609eebc23462b094cb20dc49d87ef8dba549e4ce +size 15060 diff --git a/checkpoint-11000/scheduler.bin b/checkpoint-11000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..08fb8077f21639898f487ec59455c2f0306c9bba --- /dev/null +++ b/checkpoint-11000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7167404b7865782a4d0f7ae00a99dae569582a23898df9cfde5a65510250f7ce +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-11500/controlnet/config.json b/checkpoint-11500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-11500/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-11500/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-11500/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..a6b20368ee4242d6de6b0b26965b8589fbcbd023 --- /dev/null +++ b/checkpoint-11500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:531f93411d4030d48f75ba87e990ded22763c2892fc06f592bbb0931fb4e0617 +size 1445157120 diff --git a/checkpoint-11500/optimizer.bin b/checkpoint-11500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..f3eedd3bfec6d3ae0b15b6711fe69e0eed013491 --- /dev/null +++ b/checkpoint-11500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b06638df9a5b46961ab3cbfa4b28475307ef940f900bac41921e083b78bfe22 +size 725253818 diff --git a/checkpoint-11500/random_states_0.pkl b/checkpoint-11500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..03d7beecb554e14680c83542c0cbb76a637d649f --- /dev/null +++ b/checkpoint-11500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b5524b0d5ffd037074b7f726ce115c37a1dfd8db3cdcdd19c69f445add08907 +size 15124 diff --git a/checkpoint-11500/scheduler.bin b/checkpoint-11500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..4e5da59557732e126b17cfa89abb7097f8ea675b --- /dev/null +++ b/checkpoint-11500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8d5a5ca48d40f0256095d999bb9e48429320edc5ae33853ba5433aa61021bb4 +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..0d28a0e3a55495e6c2d9c84af001f5d582ad97d2 --- /dev/null +++ b/checkpoint-1200/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d866337bfe2a3861a9d8e2241c5019186d6ea7d46d857ac28b68f1c368feea33 +size 1445157120 diff --git a/checkpoint-1200/optimizer.bin b/checkpoint-1200/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..a25d2231121f2aa668c409a73ce1fc500ee6b210 --- /dev/null +++ b/checkpoint-1200/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e47743d6c9263d3a3715b4ca45e36cb42b26aac77bb5349112cb6f334c4110db +size 725253818 diff --git a/checkpoint-1200/random_states_0.pkl b/checkpoint-1200/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..97070e3684e86866c5f6d58d5b7be27eadbd99e4 --- /dev/null +++ b/checkpoint-1200/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b924b4a4b62bd528c5d66bd6cd064d0a694dbfb25c57aba1e6776e8b2631c30 +size 15060 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-12000/controlnet/config.json b/checkpoint-12000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-12000/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-12000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-12000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..dfab363818644891ed04ab95b0ce9ac672b44f83 --- /dev/null +++ b/checkpoint-12000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43fad8565d1c2ccfc5616b662b753998a3b5d51e663fdb79aabbe2d340e84304 +size 1445157120 diff --git a/checkpoint-12000/optimizer.bin b/checkpoint-12000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..419542e1d787732c719566224cb9619900142039 --- /dev/null +++ b/checkpoint-12000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc626e746ad42d0467f32f0ca10d8c983631654b28d61d729682bcc187249aab +size 725253818 diff --git a/checkpoint-12000/random_states_0.pkl b/checkpoint-12000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c4d4d9f2a4dd3f69ff5e0ae41e3290d9e983dde8 --- /dev/null +++ b/checkpoint-12000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9fb47895b39e2bb1c4c381d25e6b8c6d1fb1582850a710ee732cf3e29de9015 +size 15124 diff --git a/checkpoint-12000/scheduler.bin b/checkpoint-12000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..cba93ffa3102d6d38fd7dcb4e3690a94e12c988c --- /dev/null +++ b/checkpoint-12000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a22baf6d8d406b92d17f614a22efa9c1b29f23d3620633b430007f8f66fee910 +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..3f051b98e57effdbbdfab42db215431da406a37c --- /dev/null +++ b/checkpoint-1250/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2f079ff1c57806f23fd30b0f1a00a2773150e75b935a8ffb5bb835d4f9d1182 +size 1445157120 diff --git a/checkpoint-1250/optimizer.bin b/checkpoint-1250/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ea178dbd60de1b575fe5e882da75ab6626a95a2e --- /dev/null +++ b/checkpoint-1250/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34ec368077f65756339790dae405709d1e74bbe5edb5cf51718173d8579819ab +size 725253818 diff --git a/checkpoint-1250/random_states_0.pkl b/checkpoint-1250/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..7785922c22e94567e23bc36c73588935d633e2ab --- /dev/null +++ b/checkpoint-1250/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed151b6ad8755a9d1cda264a446ef52b354cbf4331dc008eeae6a69594086200 +size 15060 diff --git a/checkpoint-1250/scheduler.bin b/checkpoint-1250/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..320bc7bc739a92946f539c02f07c9850b23fd6d2 --- /dev/null +++ b/checkpoint-1250/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b3f577dbbe0701bdaabb6f4be3421aa17d45853115b32847b5ef6289931847 +size 1000 diff --git a/checkpoint-12500/controlnet/config.json b/checkpoint-12500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-12500/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-12500/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-12500/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..84acf6c40ed1c7fd884663069eddb89f9653875e --- /dev/null +++ b/checkpoint-12500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f92a33a61a65747fa6d90e7b0cd17d9da11fd0964e0f51f74cd028612239c5 +size 1445157120 diff --git a/checkpoint-12500/optimizer.bin b/checkpoint-12500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..20f9d29a40f38fe2bb429e8cddc6ded51301bd6b --- /dev/null +++ b/checkpoint-12500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05403b4484bc3d0dc6a77382e46aef01faaf9514eba7156c7d8058b83b859d1b +size 725253818 diff --git a/checkpoint-12500/random_states_0.pkl b/checkpoint-12500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..02931614fc98042068b7df70367ced6ef4cb63e0 --- /dev/null +++ b/checkpoint-12500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d3589f2e8a579772bfaef913c0e7d0023a858222d861c3852d851b4320ff63 +size 15060 diff --git a/checkpoint-12500/scheduler.bin b/checkpoint-12500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..8dc7bd428a9ca1269cb9c68892b5fbb537880a30 --- /dev/null +++ b/checkpoint-12500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea22ff9e9284f6836327c905011594644f297155d9a815f9457b561bf15202d +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-13000/controlnet/config.json b/checkpoint-13000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-13000/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-13000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-13000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..2bdd6343fea5677545ddf8997d67194c127f42dc --- /dev/null +++ b/checkpoint-13000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28202f9a6aeaec24e9afb16212bb0df2daf24cf5b8f0c800890a83733bb8b409 +size 1445157120 diff --git a/checkpoint-13000/optimizer.bin b/checkpoint-13000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..a5f1a16e738224e20617e546eac276e1a47c5bc3 --- /dev/null +++ b/checkpoint-13000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43bea7ef5b18ed7113bf27f43899d3837aa24a818c55b67b2e2ecbb18d9719b5 +size 725253818 diff --git a/checkpoint-13000/random_states_0.pkl b/checkpoint-13000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3333065a7a90fe0f20d90e60f5a075a5ccf5364b --- /dev/null +++ b/checkpoint-13000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c75d9a5b61c38416ffc2a50b22593ea0ecee642644d9811289af01a07102eb60 +size 15060 diff --git a/checkpoint-13000/scheduler.bin b/checkpoint-13000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a7d46eedf8fde8f9f54df7d1c9f4f16cabd9fad3 --- /dev/null +++ b/checkpoint-13000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e88b38f5e42a5e879ef236d47bffcb1217925d268d50edc6d832b32922f98c2 +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-13500/controlnet/config.json b/checkpoint-13500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-13500/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-13500/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-13500/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..fea976f67504450892cddeab31b79682e9cb2869 --- /dev/null +++ b/checkpoint-13500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f4156ec949c2678f36da3f587e19a863560148f4446507abc4554eaf0b6533b +size 1445157120 diff --git a/checkpoint-13500/optimizer.bin b/checkpoint-13500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..643caedc87d1885d06fe00dcedb11111c6866aef --- /dev/null +++ b/checkpoint-13500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10684b1dcafc76c0526c7e5ef80e540943faa9cce2078a7399f9ddaeaa9b2f12 +size 725253818 diff --git a/checkpoint-13500/random_states_0.pkl b/checkpoint-13500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f1dfc77ea6350469c7be82eb1062c4a8c5bac303 --- /dev/null +++ b/checkpoint-13500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa75d49ce28da82a44fc9fbf227fb8a6279b6afbbe5e2ffb7444cb935d271c47 +size 15124 diff --git a/checkpoint-13500/scheduler.bin b/checkpoint-13500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..b8bc554e278b316589978d9451b201921e0f514c --- /dev/null +++ b/checkpoint-13500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e22d9712f034de4e284094809063fd8b485134679d25c4f0aebee386ef181af +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..14585e966855463bd305edf82eee52193a773cf8 --- /dev/null +++ b/checkpoint-1400/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:178352340657a97db39377d47fd6357c08c23e75569fe4fc51f3cc7422b3efa3 +size 1445157120 diff --git a/checkpoint-1400/optimizer.bin b/checkpoint-1400/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6e7ee757fd8ef2c4b06b17a5fd56d693af09087f --- /dev/null +++ b/checkpoint-1400/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a58cde1d03504d951400fd8f841155eb733ab8085d6174fc0058c1781fad481 +size 725253818 diff --git a/checkpoint-1400/random_states_0.pkl b/checkpoint-1400/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4642a69b12025341251c1ee0bdca47bf011ffbba --- /dev/null +++ b/checkpoint-1400/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b64babd22e1224309d1e7755ead013d0e83a6467a4220bd0902aad8587c5fb +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-14000/controlnet/config.json b/checkpoint-14000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-14000/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-14000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-14000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..68cc11c87e3e964432e3efa93f6df5a60c0787af --- /dev/null +++ b/checkpoint-14000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4457e14c63f0df66650226212a169e7d46c84b0853f2df8223ef51b6322cc2c +size 1445157120 diff --git a/checkpoint-14000/optimizer.bin b/checkpoint-14000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..27e120bfc13c554a0a91c66f26208b5d72631930 --- /dev/null +++ b/checkpoint-14000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6333edd124cd1307f87311cc19547d18a9dbe5b25fb9645902986795ba03a9c8 +size 725253818 diff --git a/checkpoint-14000/random_states_0.pkl b/checkpoint-14000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..be1f667b53a467e7079e6f2f445c46da917efd5c --- /dev/null +++ b/checkpoint-14000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06c27bb87bc44b0d079a95688dd19f8b139b11542b00dacf781497b784c349f +size 15060 diff --git a/checkpoint-14000/scheduler.bin b/checkpoint-14000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..0fe263b4979eac6c994db89ad8f820916958d559 --- /dev/null +++ b/checkpoint-14000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cf13e44caad864001674d16b86b861ca9b00b556aaf82bcfe4a0d16157fb1a2 +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-14500/controlnet/config.json b/checkpoint-14500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-14500/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-14500/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-14500/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..32566f760ac2882a96db90ee6a7c39ce5ef7daff --- /dev/null +++ b/checkpoint-14500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f0642a2fa3826cf1b3babca2c64c3a02c6a765da66178843b8584cef256167 +size 1445157120 diff --git a/checkpoint-14500/optimizer.bin b/checkpoint-14500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..aa5f2c80a8ada83981f0c012c5ff5ca2712c053a --- /dev/null +++ b/checkpoint-14500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8bd2bfedcd89432823175b78c2d0df44a7a767502d5f53a0c5feb62077d85c5 +size 725253818 diff --git a/checkpoint-14500/random_states_0.pkl b/checkpoint-14500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c82caeaeb50ad1c302ae6ebbb99cc3e28149695e --- /dev/null +++ b/checkpoint-14500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa53f7a80e1c2ea7d067aae742911bd92dd1c52c82e429c75f53ca768d812ec +size 15124 diff --git a/checkpoint-14500/scheduler.bin b/checkpoint-14500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..12143fc338e66f962303414bc7f61618a78389a9 --- /dev/null +++ b/checkpoint-14500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:365134018f2fd7183ffb949225fcb494589db11868285a1bb57106ec55a14bb7 +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..a38216b212ed0934b5f5fa96eb60f202f8ff318a --- /dev/null +++ b/checkpoint-1500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b56e692bac92049262010cd69df3c0c3db567e0f35336c9e2a31c4cb8bd7bc +size 1445157120 diff --git a/checkpoint-1500/optimizer.bin b/checkpoint-1500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..a6789d79c914c2bc4280e14221aad5a1eeca658c --- /dev/null +++ b/checkpoint-1500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf82fcd4dcec55e61858d7739e503afd0484b28428d3e201f0c886093337fdcb +size 725253818 diff --git a/checkpoint-1500/random_states_0.pkl b/checkpoint-1500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..120d8fad151853838a012fd5d04310fd81636785 --- /dev/null +++ b/checkpoint-1500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b530f0d9b56a96e5de7950f370bf947505e2cebb9ab790eefc57566809d1671 +size 15060 diff --git a/checkpoint-1500/scheduler.bin b/checkpoint-1500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..984786a3cffc476de857c2fd9790eaa24b8d6f11 --- /dev/null +++ b/checkpoint-1500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f0f0aab4a13850fb37f990eeffdeb352a3e9f84761aefb4902862d03f3aa82e +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..816b3349fa025a6887eed62eea6ec33a812a6603 --- /dev/null +++ b/checkpoint-1600/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff5aef61b4912d753a1f355b8c1568be8d9ab255b1112e303c9780893c9facf7 +size 1445157120 diff --git a/checkpoint-1600/optimizer.bin b/checkpoint-1600/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9a6f8a0627c10f33f62054a50692539c256ed4dd --- /dev/null +++ b/checkpoint-1600/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82195e7db0fa1c246e00c5c4d56e3cb3e9db20beb5a0081fbae75917fbf2a14 +size 725253818 diff --git a/checkpoint-1600/random_states_0.pkl b/checkpoint-1600/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0ab23b843bba35287cc56cb0ff07339b5a002d72 --- /dev/null +++ b/checkpoint-1600/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e21fb526d57bd5860fd938e3df1e8bbe20a7e93acb5742224a086d6651a7549a +size 15060 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..15d4e252abcc0a828c92a876f665db83984ade83 --- /dev/null +++ b/checkpoint-1750/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a71298ed69ed9af882852af19845974f8aa84c08917e8328fbfe8b99df94eec +size 1445157120 diff --git a/checkpoint-1750/optimizer.bin b/checkpoint-1750/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..575a604fb81e215892a90bffada5fb53d8bf390f --- /dev/null +++ b/checkpoint-1750/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa23de6fc052f6f7eb08334ca1621f5cbfca57913c8801ddc065aa45b932596 +size 725253818 diff --git a/checkpoint-1750/random_states_0.pkl b/checkpoint-1750/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..6707be2afe9e8b32bf94cd86ce09e71f6f7a3c87 --- /dev/null +++ b/checkpoint-1750/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdac442a32c33b16d867c8696ef08c8679f913702d6230b84ba2f3980f6fa8db +size 15060 diff --git a/checkpoint-1750/scheduler.bin b/checkpoint-1750/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..2a7ce8704b724142a684ff93af552573c4efb5aa --- /dev/null +++ b/checkpoint-1750/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37ebb544188a262651f3f47915bb73de993adfcb7bb19827e360a621f0484bcf +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..b4eae3c48e71a2ca6657fa6cab637f541cda6a9b --- /dev/null +++ b/checkpoint-1800/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad3c7eca6409dd349640bc676cda913df47e21f728ff736a4082be94b357238 +size 1445157120 diff --git a/checkpoint-1800/optimizer.bin b/checkpoint-1800/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..dd52d29437c8bf3651c9644eadb9e9051b211d1b --- /dev/null +++ b/checkpoint-1800/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cc53df1beff360be4de5c766f3ec076ccbbd673476ab728ca68cdabace283ef +size 725253818 diff --git a/checkpoint-1800/random_states_0.pkl b/checkpoint-1800/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..1b83d9726554ae5e0e20cb6e81e0f54c2bd28adb --- /dev/null +++ b/checkpoint-1800/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa55c5dfcee6437cb379532603c83374cc2096c73a9a784d226690bdbd5f3c14 +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-2/controlnet/config.json b/checkpoint-2/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-2/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-2/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..49e8178fdd3b7d23b808bab1c12c95781cdafb33 --- /dev/null +++ b/checkpoint-2/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:303441f29b5b50b1542b912c42f8405e3ffc65ef3a36ac614cd29716bf8f5446 +size 1445157120 diff --git a/checkpoint-2/optimizer.bin b/checkpoint-2/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..cec8eec34c86db7df529c28dcb7d0b2c33b85257 --- /dev/null +++ b/checkpoint-2/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec104001391a17eb111728d1f73db0aa7a132e2b07d7f41923aac842cf1372c +size 725253498 diff --git a/checkpoint-2/random_states_0.pkl b/checkpoint-2/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..d7f7d676b5b370f9ba07f987626bd04853679419 --- /dev/null +++ b/checkpoint-2/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7a34c2adf11abde7dc607ff93dec33f40432bfb89d857799007013548bd6a07 +size 15060 diff --git a/checkpoint-2/scheduler.bin b/checkpoint-2/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..eb1448b29463956d81a14a11a8c18662ffc8be23 --- /dev/null +++ b/checkpoint-2/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc8f79e21252b8bba1ac7ed2bf87aa48373fa3414c81773a9539fdd5a3de1b31 +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..1e383b7ac6095b4b7d13b14a67f1668a8706d06d --- /dev/null +++ b/checkpoint-20/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b160dc2c56a6d4510f929cc8beb2b5731246950df1c8f72f0d060f2112285ee +size 1445157120 diff --git a/checkpoint-20/optimizer.bin b/checkpoint-20/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..1f167eca7f347da3f20909d8109057b587549b2b --- /dev/null +++ b/checkpoint-20/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5edc6ee88fed8cbaf6143147faa01d40e425e5bd226db1355a348ebd49376eb +size 725253498 diff --git a/checkpoint-20/random_states_0.pkl b/checkpoint-20/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0704739547953312c52b636f2a32fb09036d2219 --- /dev/null +++ b/checkpoint-20/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da00b807660d14fe6ae32a91ae1d390c18a6d7e4df9b8a43c269360c0b7ff75b +size 15124 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..d05e839b64d725d7d947d9af953fa9c97defaca5 --- /dev/null +++ b/checkpoint-200/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc8c87af3d138ad0a0f8c6a0b8fb5ab83d31ab9c0cc938d3d0b50cdbb3894447 +size 1445157120 diff --git a/checkpoint-200/optimizer.bin b/checkpoint-200/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c78929a324a8bf578705ec5ff9fe112d5826b013 --- /dev/null +++ b/checkpoint-200/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24734f7388f4b793d87cc05f9e8be29c82a3831c3c41c50899e7752257be7d8a +size 725253498 diff --git a/checkpoint-200/random_states_0.pkl b/checkpoint-200/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..69ae656071c5488baa91e96880fcc3258869a749 --- /dev/null +++ b/checkpoint-200/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98697568a030a6e106200940e6b42027b038ff81afb162569a56e98fb220467 +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..9489c152f9ea4530711cd72af85373873748da61 --- /dev/null +++ b/checkpoint-2000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fb3073eb7b253dd4cfbb83ee9d63065842302aa827f083340926b871f6edcdc +size 1445157120 diff --git a/checkpoint-2000/optimizer.bin b/checkpoint-2000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d932281f1b2281f7e11bdedd94bdabd7eab76e80 --- /dev/null +++ b/checkpoint-2000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d3200c64b57cadce12b92fc52b7e5c3b3936a72eaec616037e690ea63fb0536 +size 725253818 diff --git a/checkpoint-2000/random_states_0.pkl b/checkpoint-2000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..7afa84b7c16951a398cd149c91087fcfd847ced0 --- /dev/null +++ b/checkpoint-2000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8327fe662cdf610f5a24733684f7e759d2e4fa143550ecb039e360385e3b1073 +size 15124 diff --git a/checkpoint-2000/scheduler.bin b/checkpoint-2000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..556ab89917f19b199cc9fefca4062f867a125b98 --- /dev/null +++ b/checkpoint-2000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c090700ff4f1089e0d2e27368e29ef127a9c063585ab957564f63732f93754bc +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..893abcce45cb5e6a57cab5ce4da47bb7387dffc9 --- /dev/null +++ b/checkpoint-2250/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95ef382fc96b9c1801c8b68043a46f6008f46b6ef9cd3df12d138d918410d977 +size 1445157120 diff --git a/checkpoint-2250/optimizer.bin b/checkpoint-2250/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..dd05e7f3e761b20bf6db716d936534caa92dc026 --- /dev/null +++ b/checkpoint-2250/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1ed0b0700d8a3b7e6b0e0f8b8dcb61c141cf2ba9be5435a67539ea90850313 +size 725253818 diff --git a/checkpoint-2250/random_states_0.pkl b/checkpoint-2250/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..fe8dbc7e175fce5dbcbcf3439e29ef964d642abd --- /dev/null +++ b/checkpoint-2250/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0538d9851357ee805950373815ca575b719638aa82ace5950b80feecf18324ef +size 15060 diff --git a/checkpoint-2250/scheduler.bin b/checkpoint-2250/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d3948dee7cf76594e76163857460a51950ab745d --- /dev/null +++ b/checkpoint-2250/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9de585a0a1f7957f85b64c4a6c52e0787ecc0ae7b745ef8b7342ac367b94f295 +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..a2bf1e0a69e52887da0698ac1b00ff1df4fdecf2 --- /dev/null +++ b/checkpoint-250/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aff981ad32e28778249afaf85114599c526f7830f48cdd40c9b98121138843d0 +size 1445157120 diff --git a/checkpoint-250/optimizer.bin b/checkpoint-250/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..1f08b77338e075de8df0cfcda8a91af95216293b --- /dev/null +++ b/checkpoint-250/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c4f4a7cfadf7b76aa1713b65698a14e5640cb76855daccbf608f66abf678f8 +size 725253498 diff --git a/checkpoint-250/random_states_0.pkl b/checkpoint-250/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4f073f32450741ba683c9398d161bf472b70ce28 --- /dev/null +++ b/checkpoint-250/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d24c4f07f0d4f3ab125a1ddb2fe23c6af441bb5715153c765a492cad29d49afc +size 15060 diff --git a/checkpoint-250/scheduler.bin b/checkpoint-250/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..238595aa4bc33b32bbd3ad830b9a8d538eb8113a --- /dev/null +++ b/checkpoint-250/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68ea17cc640c7fc2a2d794560fc87504f963e342047f8696d82eb68bba11c7e9 +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..edad2200e0173cfec23a265420016c534dd828c4 --- /dev/null +++ b/checkpoint-2500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bea328a8ad636ea0b2dff0e86dcfc787e718d8cfd2446f2e2247f71865eadf50 +size 1445157120 diff --git a/checkpoint-2500/optimizer.bin b/checkpoint-2500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e3c166988650b1435e55aff4da8ad284413561de --- /dev/null +++ b/checkpoint-2500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa241276fa1c5f4c8a886fc0cb82ec0721e7f3ed8466f467cd0deb7de238cf4b +size 725253818 diff --git a/checkpoint-2500/random_states_0.pkl b/checkpoint-2500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..38eb7cdf58230008058c26c5c8fbb3e5d6749702 --- /dev/null +++ b/checkpoint-2500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e6dc37dbc0b25ec81297c7d57914681240adc736220c257657d95aa6072723 +size 15124 diff --git a/checkpoint-2500/scheduler.bin b/checkpoint-2500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..2f2a4e2aff21d28bfdc6d8fcc8a94b1e0f37244e --- /dev/null +++ b/checkpoint-2500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2445a69bb49c8351547d13a4c899fe87657e26d44ab382f16eed992b8626783 +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..470d299165f534b7672f03a4734e9737c0e6b015 --- /dev/null +++ b/checkpoint-2750/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30f4e023106a5827d9b05a3c32a7f3a81cfed04c0a889beb0d032c5bf1099a5 +size 1445157120 diff --git a/checkpoint-2750/optimizer.bin b/checkpoint-2750/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..f2433757f4002837cfec0e7004d77148dfb8a617 --- /dev/null +++ b/checkpoint-2750/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e760ba6b429c23464043b79fb9369292c8119f02fb5c364215c4a7632a47e9b +size 725253818 diff --git a/checkpoint-2750/random_states_0.pkl b/checkpoint-2750/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a0fd53a6cd133b920462c862660fd70714298be7 --- /dev/null +++ b/checkpoint-2750/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d275eab989f4ee9ab5f9c963c6b78cdb08ebf020c6420395979d962556682172 +size 15060 diff --git a/checkpoint-2750/scheduler.bin b/checkpoint-2750/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..352b3ce0ce4fc736dc642b42f063f752604a5b05 --- /dev/null +++ b/checkpoint-2750/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c02af99d142929241cd34d784bc613f7360458081e3e5c3ade62a866996b49ce +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..4d3a82c4036918c64e46253597179abc0d1797e6 --- /dev/null +++ b/checkpoint-3000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b50b00b64fb4512ba7fe92137e47be2c93bad6dda88e9ac22a836457e88eaeed +size 1445157120 diff --git a/checkpoint-3000/optimizer.bin b/checkpoint-3000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..de7dcdd58a74e8647601ab77e136a2cee35ca3ab --- /dev/null +++ b/checkpoint-3000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cab93b2316cd84f452f3060ec45a5617db88e8fe421d4d16658d44f806a7c4e3 +size 725253818 diff --git a/checkpoint-3000/random_states_0.pkl b/checkpoint-3000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4eb2acbf7999012d586afc9ec17a06f4e3773dc4 --- /dev/null +++ b/checkpoint-3000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a60ee7ba1e7b042eda71d1d2131edbc52712489beef66d593031e1a918c57f +size 15124 diff --git a/checkpoint-3000/scheduler.bin b/checkpoint-3000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d9a9b3874944e86ffcff37a7a132ce19f0d9b3fc --- /dev/null +++ b/checkpoint-3000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e10a8643e6988514f2f909160f0d10f039275d64fade0ff073b2ad4f4f6624ca +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..06bafeed5f5ca26d7dffc517148b29c5974d6794 --- /dev/null +++ b/checkpoint-3250/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ea94125f4c73abda7589d5ef68d099f9666a8f04603ce0e077235777c5d9275 +size 1445157120 diff --git a/checkpoint-3250/optimizer.bin b/checkpoint-3250/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..5ccbfa1aa734b6f67c1e53283a7601dde4dd7e93 --- /dev/null +++ b/checkpoint-3250/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:925dae6ea93cf55637c7f2aa5430c4606526e8f630a9fef199bc8cafd7c1e3f7 +size 725253818 diff --git a/checkpoint-3250/random_states_0.pkl b/checkpoint-3250/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..7b447fc62539af8930dac162835d417c801d5970 --- /dev/null +++ b/checkpoint-3250/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d552df7af6c5dd62b32f95a1110abbba8c18e7fb5d139c63a0bb3be0ae781e3b +size 14996 diff --git a/checkpoint-3250/scheduler.bin b/checkpoint-3250/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..96db2a50581b01eada2bc6c669aa88e9942c6ad0 --- /dev/null +++ b/checkpoint-3250/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd58bc21e1c796ffc917a6743f3a9c5bdc82d3e26a3aacd2dcac9e8302b983d6 +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..f13e9ac098f3462957c78bcc57443e7adfe7088a --- /dev/null +++ b/checkpoint-3500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb4e93ca01c180e2f0b3301e1e0b00918fae9178e4fb3c44eb8c132afdf9e52a +size 1445157120 diff --git a/checkpoint-3500/optimizer.bin b/checkpoint-3500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..13c7be236c3ae982d822caccc98d624033af01b8 --- /dev/null +++ b/checkpoint-3500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a16c349532d2d9639a8ef1f4b7e211b6ebdab6a767c381238ed1b8a745f4dc09 +size 725253818 diff --git a/checkpoint-3500/random_states_0.pkl b/checkpoint-3500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a575c2326e006e801495e765407bbde6b4a2d102 --- /dev/null +++ b/checkpoint-3500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f55e1d328d39c2165c847da856288a79e2f9eff1193dd77f4871798ccf7c28ed +size 15124 diff --git a/checkpoint-3500/scheduler.bin b/checkpoint-3500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..dc355021200e7d91308a18708550743d7f353ff6 --- /dev/null +++ b/checkpoint-3500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72420866894b3d864bc203f13cba91535b45f30befeb9d8df26822e2002f2939 +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..08b37d4fbe7be95374dfe625d03f98b2d2d362e9 --- /dev/null +++ b/checkpoint-3750/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be16e5ca5dce3190683f5bafea31c5060786057c9cef06b26ef0edab25166049 +size 1445157120 diff --git a/checkpoint-3750/optimizer.bin b/checkpoint-3750/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..3a397599f62e97b90fba9079542a4f256811cbd5 --- /dev/null +++ b/checkpoint-3750/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8365188d0bf30ae43758cfeb619cbbc9dea9c559d192b45ae18e502e062962ed +size 725253818 diff --git a/checkpoint-3750/random_states_0.pkl b/checkpoint-3750/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..73836a68d85435057114fee4f53382afbdec7b5a --- /dev/null +++ b/checkpoint-3750/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:363adb634a4f8038401aaf1fb4e53c5c5be2ebd5dee93716e63f868e0305c349 +size 15060 diff --git a/checkpoint-3750/scheduler.bin b/checkpoint-3750/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f5f40066c586b43540b6848afc5c0f520644efb4 --- /dev/null +++ b/checkpoint-3750/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a24ffc8e804e3bfee23fb7edd4fe8a7fd532fd8fdd684568aa6e819627b327f4 +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-4/controlnet/config.json b/checkpoint-4/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-4/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-4/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-4/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..46222821a9829d8270ed9a4a37973106b6a2ffcb --- /dev/null +++ b/checkpoint-4/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df9551f25dd038f7276b8545321f20346aa8b7ea2323e66d02d386199d95dc4 +size 1445157120 diff --git a/checkpoint-4/optimizer.bin b/checkpoint-4/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9e15af6abeedda97a3f0e22df2dc7ed71fe20cdb --- /dev/null +++ b/checkpoint-4/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c25678cfc2fba6d2f5bb524363c3cfc0bc2d0d9ec9c3e846806e67b09948359 +size 725253498 diff --git a/checkpoint-4/random_states_0.pkl b/checkpoint-4/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..d48b3ec0dcb9aff5defba18347911e46316fe987 --- /dev/null +++ b/checkpoint-4/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:930e2661bc083159c8d291483560581af48a98ef47e405579e77d6b238f762af +size 15060 diff --git a/checkpoint-4/scheduler.bin b/checkpoint-4/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..fb386fca26d86a5ac56f07d3eb7729a0e76e1d8c --- /dev/null +++ b/checkpoint-4/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8feed79b2b1b933bed972b52225aaafe4ff6d1a38925ee24db1cdab772bdd508 +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..adc8b00ac1ab121120021887cc0a6a8592c5f99c --- /dev/null +++ b/checkpoint-400/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:024e2b2e95138fc64ed58e7149683c8f9553f45978d3a33254280a9766a2ae70 +size 1445157120 diff --git a/checkpoint-400/optimizer.bin b/checkpoint-400/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..1023e339b87e501f11d39e873c352e894e4eb0f1 --- /dev/null +++ b/checkpoint-400/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83002a2a5ba1127ce9031a53fcce83219cab92f547d1fb2abdaa7ede98efe371 +size 725253818 diff --git a/checkpoint-400/random_states_0.pkl b/checkpoint-400/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..319c55693aea902b5e02a8f7dcddf5ee2b302f03 --- /dev/null +++ b/checkpoint-400/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7edfe475b16b0ae235cbb1571a8bdfa04175b604974a953c321478824a142c7 +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..b000f6017a3140a5c95daeee864da5f1b6e02631 --- /dev/null +++ b/checkpoint-4000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33568f11dd99e13dfb4f32f691fa21fb98af176be63f66261b7cf8815637004a +size 1445157120 diff --git a/checkpoint-4000/optimizer.bin b/checkpoint-4000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..88a9131d9e65d0bcb807d00cdc65799eb9c43ebe --- /dev/null +++ b/checkpoint-4000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd6b962e614aa3c2643a41caafc4a6e2544b0c2143feadc58afdc2efd418d78 +size 725253818 diff --git a/checkpoint-4000/random_states_0.pkl b/checkpoint-4000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0ed766317ea374d1535aa9218f532c8550785a69 --- /dev/null +++ b/checkpoint-4000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94273aa2bb2b6bbbab0bf1c3c115a54d46b27fa7651d71e253dd643ad748f512 +size 15124 diff --git a/checkpoint-4000/scheduler.bin b/checkpoint-4000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..960744553c7a9f73df987f52caa10e88304056fb --- /dev/null +++ b/checkpoint-4000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cee05ae5b3d3f764dbde29097d32660e9a958efe2ec55dc9bf86973c894dd10 +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..d8f878f108310adef2fd9e10a3d58eb7df56eb36 --- /dev/null +++ b/checkpoint-4250/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea2520c5d0ad467bf7259f5053a626f75a80a57dd5da9d8107ed1d9294e0a11 +size 1445157120 diff --git a/checkpoint-4250/optimizer.bin b/checkpoint-4250/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..72787201c374c1d6aa10840a9cacc2f3ef7b6c50 --- /dev/null +++ b/checkpoint-4250/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b272eed5de2a382c8cdd0a6da15d1ee14cae43bbd8ed28c0dddd497468908785 +size 725253818 diff --git a/checkpoint-4250/random_states_0.pkl b/checkpoint-4250/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b8dcaaf16bfb46e753ef62fb8ea3c8faf167c50d --- /dev/null +++ b/checkpoint-4250/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:721108390a9921cafc643bb8d0585f91c4fdfe6b5627aac06194d5375f04efa5 +size 15124 diff --git a/checkpoint-4250/scheduler.bin b/checkpoint-4250/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..695842c29b3661c45eed558f7cf3e98053aca3bc --- /dev/null +++ b/checkpoint-4250/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b07d6f2410b48587424ae8299a7469c32d2e8c1179d45b65926bf4c2ebca95 +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..3bbb45449d3831d5c4d6945c757d7d53b4c5294f --- /dev/null +++ b/checkpoint-4500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e21492863df797102357b7b585d4454bf35a78ea7633326f7eeca4897880fbb +size 1445157120 diff --git a/checkpoint-4500/optimizer.bin b/checkpoint-4500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..5c3db3479dfa8afb529d903322b439b97d4868a4 --- /dev/null +++ b/checkpoint-4500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec727e74618ca1d41fb153a03626a4bfe5508a33a449417b1bc76023ddaac7a +size 725253818 diff --git a/checkpoint-4500/random_states_0.pkl b/checkpoint-4500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..fab3a114a316021c35fb74eb9fee396d6a432230 --- /dev/null +++ b/checkpoint-4500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:783578525fd5936c1faaf58f9d6343580fcef4dce0800adf1088496aacc8cc68 +size 15124 diff --git a/checkpoint-4500/scheduler.bin b/checkpoint-4500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d587fec04e96bb3616c5ec4be5e48e61c5f3b6d6 --- /dev/null +++ b/checkpoint-4500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d7376acc12e431ed334a9c02326cf5140f19e0f02f5f7eec0109ba3d272e0a4 +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..52756a6472c575e541dc8fbfc63926c05244f3e7 --- /dev/null +++ b/checkpoint-4750/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdbf139811b785a74301885eac410a1ab02982baad3d713490224eb52212e0c0 +size 1445157120 diff --git a/checkpoint-4750/optimizer.bin b/checkpoint-4750/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7779e3fe78cb8f75d5d56d620c482563c74d26c2 --- /dev/null +++ b/checkpoint-4750/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f56bfa24a579303b23a697c78ac798416d59686994be9725adde4692aefa9b +size 725253818 diff --git a/checkpoint-4750/random_states_0.pkl b/checkpoint-4750/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e1809a68997a2b32133efd6e164c3176b66b87d2 --- /dev/null +++ b/checkpoint-4750/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4013034353aa7d580b4c0ccd23b5478f21a6bccf92994bf462064eec16b9d0c1 +size 15060 diff --git a/checkpoint-4750/scheduler.bin b/checkpoint-4750/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..95a14bea2bcd40cd95a06d3eed3436154833d593 --- /dev/null +++ b/checkpoint-4750/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b44f1a697d53bfe39888336ae2262d1f8ff90ea174742bac5ee52a544452f9f +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..c63c00050eba90255222dab452a8a0f24c35cd27 --- /dev/null +++ b/checkpoint-500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc1df4ea1f3a11ab4c2120f975f33d5e2ed6fdede1d09b422b22d7ec3d55449 +size 1445157120 diff --git a/checkpoint-500/optimizer.bin b/checkpoint-500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e22b032ea39b6d6459290ce52b30ca6a36246544 --- /dev/null +++ b/checkpoint-500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:004243c5702e88349b6ab0425046ed8ce2d736b2356cbb6581cdc84d35482584 +size 725253818 diff --git a/checkpoint-500/random_states_0.pkl b/checkpoint-500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..803d3cd2cbbf01d070589a4d500770404370196c --- /dev/null +++ b/checkpoint-500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c856b1077eb0d3869f3e3ce081bc7d4011c8f054e8bb8f0b630720d370e52598 +size 15060 diff --git a/checkpoint-500/scheduler.bin b/checkpoint-500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a6a08700ddac88c7b9aed04fb7cfda0920100b64 --- /dev/null +++ b/checkpoint-500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c28505fb1d6bbd549ca2d14c9013ad35eb0147d94eadcde91791a9a01b3a0e7 +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..911792e2e137cad4c83ebde98ee3aaa98d75d380 --- /dev/null +++ b/checkpoint-5000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e14093840cef5e1aaaf6c7014fa871051a0350fbf97aa8e51adb893ac4b79e +size 1445157120 diff --git a/checkpoint-5000/optimizer.bin b/checkpoint-5000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..dd3a4fa016b8d4052c18d377a75a140fcafe3644 --- /dev/null +++ b/checkpoint-5000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4246aa205a2ae6a896af698a6c61fe3e333d08c09b419ec6dd29afd768b101ce +size 725253818 diff --git a/checkpoint-5000/random_states_0.pkl b/checkpoint-5000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..2097a2a20ed395d464af86b8030f216ae35d8b2c --- /dev/null +++ b/checkpoint-5000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8498ff29b541dd62792ddb5cd7e670e5dfb8b2de1c50afbd20d4292c5ae005d0 +size 15124 diff --git a/checkpoint-5000/scheduler.bin b/checkpoint-5000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..1045f90ab1a06f0772e131acbc0d03dc8bc82332 --- /dev/null +++ b/checkpoint-5000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4329c1a231b2f87099ca25c1b590a885b8365d79281ffdb785dd4c2dc1a1046b +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..6900986bbee4fd5ba918ff57125f776c2833cbaa --- /dev/null +++ b/checkpoint-5250/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b665ecd77a6c0c77c2b540bddc911b952542c0fbbdec726b08aa7891840eca +size 1445157120 diff --git a/checkpoint-5250/optimizer.bin b/checkpoint-5250/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0d648a084620623e3ce7463a5c68704f4f723708 --- /dev/null +++ b/checkpoint-5250/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7f9fea1ec1f6d56efd4530b00fc7eeb7af794e2f1c78626f0e79adce184898 +size 725253818 diff --git a/checkpoint-5250/random_states_0.pkl b/checkpoint-5250/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c8bd70194f6483eeefebc9c0558297be8052edc8 --- /dev/null +++ b/checkpoint-5250/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c40ebdf9ace8e556b4ff6e2ad8ac3fcd34c52404c2ad0436f85ee280bbf46631 +size 15124 diff --git a/checkpoint-5250/scheduler.bin b/checkpoint-5250/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..bca3f7daec4c5f20e40feb54b11e4e6f9e6d4ffd --- /dev/null +++ b/checkpoint-5250/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:371c23f560171cff32cd41462df5d1f0774f854948af792ecf965b387742e1ff +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..b2926fcb01dc39ed980576818c3f3ca897fc6166 --- /dev/null +++ b/checkpoint-5500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f75c756c913fb7de6f76e8d6e43aa8083ced4a4196097b277b61a9fe5bc736c +size 1445157120 diff --git a/checkpoint-5500/optimizer.bin b/checkpoint-5500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2b4e0e65f5e5d034a52116fe70ae5a2b7a0a74f8 --- /dev/null +++ b/checkpoint-5500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e9d4b81e2a1673a4cc30e5e7d169eebc41b505d315bd09430e277a5f3a6fae +size 725253818 diff --git a/checkpoint-5500/random_states_0.pkl b/checkpoint-5500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a1bb409f7238a6bd1bb4bfcc895cb294ed301f84 --- /dev/null +++ b/checkpoint-5500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a508e571855ac17bbf9672d54378d3e0df3e6e6ade896928c2c2d4c434b24f70 +size 15124 diff --git a/checkpoint-5500/scheduler.bin b/checkpoint-5500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..122365266a50dfb0bafc00f94e81a8901ab34516 --- /dev/null +++ b/checkpoint-5500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c80cfd1931f3ba4f1ac0ff286c5ac3c96b4594d48d5ad6fd4185494ed18d668 +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-5750/controlnet/config.json b/checkpoint-5750/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-5750/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-5750/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-5750/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..bd3b9e36e0b75db9799aca596725e48229fd8910 --- /dev/null +++ b/checkpoint-5750/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:655e99c7c3f3a60e95d4dbea7c31bc4572263c916c3917e67860defd30175be3 +size 1445157120 diff --git a/checkpoint-5750/optimizer.bin b/checkpoint-5750/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9bc393146c376ac6666174eed6c6d22294d4d747 --- /dev/null +++ b/checkpoint-5750/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0475495fddf53a62e8b359d23781d90240a78174c0c6ddc3a6cdfee79305f47 +size 725253818 diff --git a/checkpoint-5750/random_states_0.pkl b/checkpoint-5750/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ef2a741b73c9e53c4fbd8215855822cd2fe97524 --- /dev/null +++ b/checkpoint-5750/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e782ce8eea7711e650d10b0e132101f4d30f69a6472e544431aa9c23b01de35 +size 15060 diff --git a/checkpoint-5750/scheduler.bin b/checkpoint-5750/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..3d4e4f1f23b3b3c57fd351238e8a099ac8a5c959 --- /dev/null +++ b/checkpoint-5750/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb366d7fbe2d8e454a445ee36406542f9ceed38f26839b1abac1cc2c6590fd24 +size 1000 diff --git a/checkpoint-6/controlnet/config.json b/checkpoint-6/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-6/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-6/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-6/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..33bfe7d0e8c407543d3bc3262e076d06ec930464 --- /dev/null +++ b/checkpoint-6/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90e4984b75190463712cb7be456dac80effd72f673448ce8facb1c79c10ed0f9 +size 1445157120 diff --git a/checkpoint-6/optimizer.bin b/checkpoint-6/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..3e801c303bfac68f0ba479abb9fd8fd08fa2d928 --- /dev/null +++ b/checkpoint-6/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:830ff50c691b6dcd4c1ad6956444b2bca96dd778832ff3d2e3fb3e06beba1caa +size 725253498 diff --git a/checkpoint-6/random_states_0.pkl b/checkpoint-6/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3128918358617eecf2537c98c3f6bed97bf7514c --- /dev/null +++ b/checkpoint-6/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc53a6dd6f046add13db8edc05fdddec8710de1eb1a09b4fec67509f7bc92c1 +size 15060 diff --git a/checkpoint-6/scheduler.bin b/checkpoint-6/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..137f8482a1d191a0b01ba1acc07f9f07a7d289ca --- /dev/null +++ b/checkpoint-6/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7039f6ae5e2f7ba4d1b291f0c6d5bbcb4d9a20c8c9ee1369217a5b73cda8cc54 +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..454d4612cf13297be57158f500da3d82c525e016 --- /dev/null +++ b/checkpoint-600/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:014764f1f70ff79ac2d1a8ca126eaf62b3d98111c99bd675be0c4b8f1cc9e8b0 +size 1445157120 diff --git a/checkpoint-600/optimizer.bin b/checkpoint-600/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..adb9fcc5b29f3d3a75485a1418dddf2bdb62ee2b --- /dev/null +++ b/checkpoint-600/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e24efbcecc5da9af06dce2c23741cd52f1c02408e9f547c50113a0730dd2ddd +size 725253818 diff --git a/checkpoint-600/random_states_0.pkl b/checkpoint-600/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..d16734ee4e79758fb517febec77242492f860fb2 --- /dev/null +++ b/checkpoint-600/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c27b31efb8255a7e6211d07b72e0a73f21689aa3259b4f8dafcadfb6da1f74d +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-6000/controlnet/config.json b/checkpoint-6000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-6000/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-6000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-6000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7976c3dc138062578055a7941e2051b20aed148c --- /dev/null +++ b/checkpoint-6000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ec9015d65a663bd62a1d3e600694406fa34cf8739458a495e99d1bfa2ab7211 +size 1445157120 diff --git a/checkpoint-6000/optimizer.bin b/checkpoint-6000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b57a9ffeb230938062b6795f342e3fdc12454ce9 --- /dev/null +++ b/checkpoint-6000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a35b37e41e8f455bd5a39ae464fd9e48452685c9d98894c65731c8a05e10dd02 +size 725253818 diff --git a/checkpoint-6000/random_states_0.pkl b/checkpoint-6000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a934a9f2e3ecf1c99a8d550b2a0796002a2266a6 --- /dev/null +++ b/checkpoint-6000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cc9ffb49203fd0e206794e2fbcfb2642cb7cb0c21752991566d7684538163a6 +size 15124 diff --git a/checkpoint-6000/scheduler.bin b/checkpoint-6000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..72d2ea8059cba2078dfb29db7948eee4dfd72abb --- /dev/null +++ b/checkpoint-6000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14fd510a9a5813119347b697c813bead9d5279a0a108bab5680d2623bd4e0ae6 +size 1000 diff --git a/checkpoint-6250/controlnet/config.json b/checkpoint-6250/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-6250/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-6250/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-6250/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..f93a68d3e2c961349d7aeb1d30398b7d3cfef36d --- /dev/null +++ b/checkpoint-6250/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6aab115796d227501a82e11a16e678eacff1c1fc8e0e2b4ac9895eae40ef055 +size 1445157120 diff --git a/checkpoint-6250/optimizer.bin b/checkpoint-6250/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..df516ee817cd7bc31e1cb7c4bf6f1bdb5f0c1b89 --- /dev/null +++ b/checkpoint-6250/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adcbfaa269abe9bfbe0e53709e6db05ff297317d2835cbcf6965888cdaaccd90 +size 725253818 diff --git a/checkpoint-6250/random_states_0.pkl b/checkpoint-6250/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..93aceff329b1b6ea706ae9ebaa3825c33ba87712 --- /dev/null +++ b/checkpoint-6250/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:577ba2ca774fa34afee61dc08b5b3d8af2965b0b8cdf035442d82cdc63c408af +size 15124 diff --git a/checkpoint-6250/scheduler.bin b/checkpoint-6250/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..68eb3008b8091258dc2749119818561d14407a66 --- /dev/null +++ b/checkpoint-6250/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a72f36c4fb7d3cc312ec359639b6725b843db252567acb94087633e7d4d49756 +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-6500/controlnet/config.json b/checkpoint-6500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-6500/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-6500/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-6500/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..79137ed60c4b24bbe3d00436434e401dfa859eee --- /dev/null +++ b/checkpoint-6500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b26666b6c4a48c6aaa51fcaf798147b7f2175b9acbf273482ba8d809e91b68 +size 1445157120 diff --git a/checkpoint-6500/optimizer.bin b/checkpoint-6500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..be92523d7ff56f6eacbbc9f3c307935763690d4f --- /dev/null +++ b/checkpoint-6500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef99a123a88de3cbba466f0b22820c3bbe3a8c0e2b38365519d6aa1f0ce7407c +size 725253818 diff --git a/checkpoint-6500/random_states_0.pkl b/checkpoint-6500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..2d2032677136ddeda0d7246a42a5230b57c4628f --- /dev/null +++ b/checkpoint-6500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2d0eb1eaca6d75aa4d38774886e62d5ebd720a5d1bac1f0c64fbfebd19d1c26 +size 15124 diff --git a/checkpoint-6500/scheduler.bin b/checkpoint-6500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..3317002e96d799e55226c8a373582cc5fb3f6c52 --- /dev/null +++ b/checkpoint-6500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cadfb889fd3938736eeec7a2c52528facb1ecbca9285fe022116cc1529a31fa +size 1000 diff --git a/checkpoint-6750/controlnet/config.json b/checkpoint-6750/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-6750/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-6750/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-6750/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..099ad02a43a0990bdf317c703f6916cf8b94fc56 --- /dev/null +++ b/checkpoint-6750/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f367d5881ce5364e277146c31be8cd25f63fa352b18a8160966f44822b583e00 +size 1445157120 diff --git a/checkpoint-6750/optimizer.bin b/checkpoint-6750/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..5d9b5930f527a8489190b791661e0a4c6074e268 --- /dev/null +++ b/checkpoint-6750/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e3f4309c809a701402093eed067cc3fc13e725cb05399ae5afcfc027adf40e8 +size 725253818 diff --git a/checkpoint-6750/random_states_0.pkl b/checkpoint-6750/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..cc71da29a3f334e56865f3bfbf570b514746848a --- /dev/null +++ b/checkpoint-6750/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ece442d7d20ddaafaf96f8836c75161e0b259a41310a24633a245f1aa003e85c +size 15124 diff --git a/checkpoint-6750/scheduler.bin b/checkpoint-6750/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..dd616f0f53cf61e005bb280f48c8c9724f756a02 --- /dev/null +++ b/checkpoint-6750/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:810f78eb1a62a5c55135a4f2c6aaeebb41dc2bb0afa15a277dbe296e84dcf12a +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-7000/controlnet/config.json b/checkpoint-7000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-7000/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-7000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-7000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..3849b3df944a39089aa92c0fbdf0def7ca3ebc37 --- /dev/null +++ b/checkpoint-7000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87bb4ed84652e137a3fdbb122e0b74c7fad21a7808c3700a7da8800cfc480f1e +size 1445157120 diff --git a/checkpoint-7000/optimizer.bin b/checkpoint-7000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e482d6c9eb6e7757b32bc8b0566e7936bcfcdf89 --- /dev/null +++ b/checkpoint-7000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a31565e135c67e9aa9d87cd3e19f0263eec0195e59f24903a880f7a082b8fa6c +size 725253818 diff --git a/checkpoint-7000/random_states_0.pkl b/checkpoint-7000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4e5ae710f3e8b272b2bc63d6223da632b8235128 --- /dev/null +++ b/checkpoint-7000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8607cc5e371bd721b4de8da79e52d25d816783eff04cccee95fac5b6ce3f391 +size 15060 diff --git a/checkpoint-7000/scheduler.bin b/checkpoint-7000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..9193396be76b63df738ecd1423f9625a5387dfbc --- /dev/null +++ b/checkpoint-7000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0662c4fb5d2b2832c3d6198a3082b38868a1b296e29e0808817b28999bde154 +size 1000 diff --git a/checkpoint-7250/controlnet/config.json b/checkpoint-7250/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-7250/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-7250/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-7250/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..095ad6fe19de0c9c9d2041eb5213c3c7efc72529 --- /dev/null +++ b/checkpoint-7250/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b4f79d28a73991af7f5fe02898a35f346bbb1dd7390a52d556df981cecdf78 +size 1445157120 diff --git a/checkpoint-7250/optimizer.bin b/checkpoint-7250/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..df728cef19a646e64d70f6429a8b2dd62c34afda --- /dev/null +++ b/checkpoint-7250/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c5474500da37c11093d124c17ef15d4e8e21a781de984c53d741fef9ae65454 +size 725253818 diff --git a/checkpoint-7250/random_states_0.pkl b/checkpoint-7250/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..5343a0ce1bedee03447d8acac94f6d02aeccc613 --- /dev/null +++ b/checkpoint-7250/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d619300a420d852358d5f72a1df95ee4b5927da1ec5ba949d9a61fd4bc6a9b6f +size 15060 diff --git a/checkpoint-7250/scheduler.bin b/checkpoint-7250/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..742c134bb9c8d7bdae7e637c41b74b0ee847a42f --- /dev/null +++ b/checkpoint-7250/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53718f195e05d06c51cd38cfa2ecce44b6de66c814559c7f27e7a75096dd6c92 +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..cb624aed81248bc52e55305150c0b57e4f68ef51 --- /dev/null +++ b/checkpoint-750/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e2ec474b0e6df501c6aab2794bbd1bb9c4591d91748390bc92c304fb2ac972 +size 1445157120 diff --git a/checkpoint-750/optimizer.bin b/checkpoint-750/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..f9432634dc8f50dd4ea31fb07d6930cd437513cf --- /dev/null +++ b/checkpoint-750/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fe84a648124fe0f041dc11a4a280b49cd4a501c8dacb7426ce65222d42b61f7 +size 725253818 diff --git a/checkpoint-750/random_states_0.pkl b/checkpoint-750/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3e84c2d07b34997fa87a02025f163def198b6bc8 --- /dev/null +++ b/checkpoint-750/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb3508a6a673fd877b2af4abf7a99d356bfbd3946ca2739ae45c709287095cf4 +size 14996 diff --git a/checkpoint-750/scheduler.bin b/checkpoint-750/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..0203a8beef9509420581c8b1f16bb718f2f687cf --- /dev/null +++ b/checkpoint-750/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3699eb9ad919686888cd62a47665c65b6ba129ad2ceaaefed6fe7fa948086be5 +size 1000 diff --git a/checkpoint-7500/controlnet/config.json b/checkpoint-7500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-7500/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-7500/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-7500/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..0aa62dd0452790a3becdbbcbaad245dc21e8614e --- /dev/null +++ b/checkpoint-7500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a381637ab8a3c9164f4b27287d07d542d529f9782fe0c783874905c94a3d3a +size 1445157120 diff --git a/checkpoint-7500/optimizer.bin b/checkpoint-7500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e865679abc26749784b708d83f260983bc229f32 --- /dev/null +++ b/checkpoint-7500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52af2aa9d9f69cd96e7725398df7c281d5853c25f2592ffa37db6fb0c438d3bc +size 725253818 diff --git a/checkpoint-7500/random_states_0.pkl b/checkpoint-7500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..6b2fa1fab441b31f9282e3e88745e8db3e6a57b5 --- /dev/null +++ b/checkpoint-7500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d98efd8c67e4cf0a8f5ebab1694fe90116ec497999bf92dfe24091e1ca1d27c +size 15124 diff --git a/checkpoint-7500/scheduler.bin b/checkpoint-7500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..ea13c2633cf1de2241522dea59cf2734a0162f80 --- /dev/null +++ b/checkpoint-7500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb00199fa45069c5402bbda2dec167a160f085b2c55715ac7fee75e95123301 +size 1000 diff --git a/checkpoint-7750/controlnet/config.json b/checkpoint-7750/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-7750/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-7750/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-7750/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..2d7b5b8dd38fe212090c30348e05e2c6b544dda2 --- /dev/null +++ b/checkpoint-7750/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5c33fc0872938c85a5256743f8b741b6fa99b8ad69b6925d6e4a6a130b95819 +size 1445157120 diff --git a/checkpoint-7750/optimizer.bin b/checkpoint-7750/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ff1a6d50ae3270b22f795740410b20b019160118 --- /dev/null +++ b/checkpoint-7750/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993102f460defbd9d4751f1bd0a33f0eb5a7f7fdd6b9ae54d1ef5163cfe08e7c +size 725253818 diff --git a/checkpoint-7750/random_states_0.pkl b/checkpoint-7750/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..2720a7fac0d5dac96320a5bc55f88bf24c6bad68 --- /dev/null +++ b/checkpoint-7750/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c0e30108cf6c5b995500579eee9ccb5004aa5c6525ed9d06089570526ff2981 +size 15060 diff --git a/checkpoint-7750/scheduler.bin b/checkpoint-7750/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..dcf73e786a78b02d3396f65228b7b15d7330d13c --- /dev/null +++ b/checkpoint-7750/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6c0790c60527d025e6e6ef2755cccfc47ad4eae92000f4d29befa71f046732 +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..615d921942ad08328e550a9d4e748aa63b6d5bd2 --- /dev/null +++ b/checkpoint-800/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd7986d45c2adbbe457a808de87a617b14b6d690647f21032a11441742aae62 +size 1445157120 diff --git a/checkpoint-800/optimizer.bin b/checkpoint-800/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..3861345a05f98a5614bfa669ed3cd328a8a31d6e --- /dev/null +++ b/checkpoint-800/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df3312bbc4ee5dcf2988a0e20cd9b844e2396a2ba7403870cbd8749c9e92701 +size 725253818 diff --git a/checkpoint-800/random_states_0.pkl b/checkpoint-800/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..8d6578ec310266547f801f082124a91036a7c0e5 --- /dev/null +++ b/checkpoint-800/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be526541e3e8428b049ab3ed2add9a32e2505876548f6e3170f51383d4170324 +size 15060 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-8000/controlnet/config.json b/checkpoint-8000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-8000/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-8000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-8000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..0d73b6a76888afe936b4b4db9e7e9173afd5ed77 --- /dev/null +++ b/checkpoint-8000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a64b0be40001771b478a105549167c3fc0ec1427eb5ff3d5230d33515c72090 +size 1445157120 diff --git a/checkpoint-8000/optimizer.bin b/checkpoint-8000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..41f95b964eb6bb491b816679d25381ebd7dfea12 --- /dev/null +++ b/checkpoint-8000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc45140965963f9ded7fcba2a5442cbb2df1e59099275a6a9e14d5993aaad13 +size 725253818 diff --git a/checkpoint-8000/random_states_0.pkl b/checkpoint-8000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4554047b259ab0576e2eb84e7afc0a4d1897d25c --- /dev/null +++ b/checkpoint-8000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:192e3beed4e86653923287873c94cd258543e892ae8925fa1965395af44e0424 +size 15060 diff --git a/checkpoint-8000/scheduler.bin b/checkpoint-8000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e1c4502b6f79d5f3c8dc6500df1978dc305c4bb5 --- /dev/null +++ b/checkpoint-8000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31160f6112eba87ef33f24977e003e4cbb86b313e8e6fbe973861cfda5ad2cf4 +size 1000 diff --git a/checkpoint-8250/controlnet/config.json b/checkpoint-8250/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-8250/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-8250/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-8250/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..84968acdc7e6ac96d2bb633b098a3d3d4a0a1ecc --- /dev/null +++ b/checkpoint-8250/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b26ff1673ab3c9409524cdce8b8fd7f36ba1dec939135294b7a4c07ae54ef63 +size 1445157120 diff --git a/checkpoint-8250/optimizer.bin b/checkpoint-8250/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..a2917e6ec0e58ff9a12a2081f5eeb5cfa805876a --- /dev/null +++ b/checkpoint-8250/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4b7c8cc4023200e63e500a3723532da59654f60340fa9debb64ac036500eac +size 725253818 diff --git a/checkpoint-8250/random_states_0.pkl b/checkpoint-8250/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..5a2b01698926c9fe1b8f5d790daffa752889cb85 --- /dev/null +++ b/checkpoint-8250/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f89c21b1c6dabe26dc22ef030ef70b5c99b67d2c3cf21cc7037e9a712580631 +size 15124 diff --git a/checkpoint-8250/scheduler.bin b/checkpoint-8250/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..aaa036da1756788e75e34dd90115b2f6e2055cd4 --- /dev/null +++ b/checkpoint-8250/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:452cac130a8e07a904a5b2e23c027c062a9b0c8793c57f1c81a0df46326fa8df +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-8500/controlnet/config.json b/checkpoint-8500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-8500/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-8500/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-8500/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..63953b8755b20b4161c8641a4a12a85e452e1da2 --- /dev/null +++ b/checkpoint-8500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dbbe263ff6cb1a3166addfa505f40ca7a303b29161ce530efdc7b8cfab4dc49 +size 1445157120 diff --git a/checkpoint-8500/optimizer.bin b/checkpoint-8500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..4de344bf05deb63436107f6283320b72e8803994 --- /dev/null +++ b/checkpoint-8500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6202bbb5256579144c14826b51f7f5c08a01bc3beddc6d6dde73aa9c88e6626a +size 725253818 diff --git a/checkpoint-8500/random_states_0.pkl b/checkpoint-8500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..df003d0d567658b3bbd44f7cc3c9ec43a09b6ee3 --- /dev/null +++ b/checkpoint-8500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49b04722266914a8138bf308cf21033ff77cbb6b09820e152bc9e278989b88f7 +size 15124 diff --git a/checkpoint-8500/scheduler.bin b/checkpoint-8500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..5ce906feb663dae7ae344717dc3e9dd244e10b29 --- /dev/null +++ b/checkpoint-8500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:056c7d905ff57d8ef8133a19d2420d0af216b25cb20ca61e6a8dd504d30f2755 +size 1000 diff --git a/checkpoint-8750/controlnet/config.json b/checkpoint-8750/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-8750/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-8750/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-8750/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..a86aa97c2efa33568f8c75eefdf00c3e97098c45 --- /dev/null +++ b/checkpoint-8750/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80fe826d74d266a540153c7ad64994db7f3f4920d04c297277ca7bf2ea01f1bf +size 1445157120 diff --git a/checkpoint-8750/optimizer.bin b/checkpoint-8750/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..563a0d9481ad3222e48e131444e7bcb38e39c8f1 --- /dev/null +++ b/checkpoint-8750/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a701c932a581adbe5fe370f862407eabf2993f8791c0ed82f6bf3d782496d87b +size 725253818 diff --git a/checkpoint-8750/random_states_0.pkl b/checkpoint-8750/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4df47152490180ff482a44fe202d2e9776b8ea16 --- /dev/null +++ b/checkpoint-8750/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b0e1ce648b73debc19a80a4a558ca7cb8e097f6d86cf1bc9c58a62306294f2 +size 15060 diff --git a/checkpoint-8750/scheduler.bin b/checkpoint-8750/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..967ad483328603ebda2d1a923c0bb71409781369 --- /dev/null +++ b/checkpoint-8750/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ed00c096b2d531175eb4dff5216a21c00b567975e66f280773cf8f8c9e0dca +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-9000/controlnet/config.json b/checkpoint-9000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-9000/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-9000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-9000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..3bdc298f616798cfb94dd30a3fe1497424aa2b34 --- /dev/null +++ b/checkpoint-9000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c844a57717ade4c56692e4980f2b71ae149cc1d7c7df7e9a370f348a832afb24 +size 1445157120 diff --git a/checkpoint-9000/optimizer.bin b/checkpoint-9000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6762bcacdc0bd0d0533440a9ae92d12aaf035abd --- /dev/null +++ b/checkpoint-9000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfccd858e6ead7d2c255e510b423f31ddc441ada101a8e20c0149f3a0e8080ee +size 725253818 diff --git a/checkpoint-9000/random_states_0.pkl b/checkpoint-9000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..00bac356c197c5c98c5949a7e2a65aeee393aead --- /dev/null +++ b/checkpoint-9000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f114f04e77639c3248b65d94bfdd34809a1dad7d81dd37d0dc9f77a0c26a1251 +size 15060 diff --git a/checkpoint-9000/scheduler.bin b/checkpoint-9000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..2792d5d5ea524bd459c1146d4793ef31b87597bd --- /dev/null +++ b/checkpoint-9000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f5a2e49256daeb05bc0751277efb4dd4a19e3ad410abdc9dd2c471229a13aa +size 1000 diff --git a/checkpoint-9250/controlnet/config.json b/checkpoint-9250/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-9250/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-9250/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-9250/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..5ef8093950a60b85711288779f5f9374c068cbea --- /dev/null +++ b/checkpoint-9250/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba198d729f3399f30d48c8ab1f4ebfb979a13bf1d8ee7ee46b0a33792eb7db7 +size 1445157120 diff --git a/checkpoint-9250/optimizer.bin b/checkpoint-9250/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..586484493282baffb23df32fcf13bf8a52ac399d --- /dev/null +++ b/checkpoint-9250/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e317b41bf8b5506b5d31b022942a047bd8dbfb01180dc52fd49753e58b3d6728 +size 725253818 diff --git a/checkpoint-9250/random_states_0.pkl b/checkpoint-9250/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..bc160258ecf19d7ce63a17b72e28236643646006 --- /dev/null +++ b/checkpoint-9250/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be14186df5a2fa35c78ebf6d20428e8ef784a43ce954475500a24fda018071e5 +size 15060 diff --git a/checkpoint-9250/scheduler.bin b/checkpoint-9250/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..25fbd183f3c1ce96d91fadb971a0c17b8006a96a --- /dev/null +++ b/checkpoint-9250/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c23cbfa979842f3eacc365674b8ade511fb3521a3fdd6d714af5f2239cd0a6e0 +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/checkpoint-9500/controlnet/config.json b/checkpoint-9500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-9500/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-9500/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-9500/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..1be89a91a31e9eac5b57a885e5836a7288976c3a --- /dev/null +++ b/checkpoint-9500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5127345ee2f446ce75e62524a097c53f4af3a00d60506466dc1ec5322ba3e0fd +size 1445157120 diff --git a/checkpoint-9500/optimizer.bin b/checkpoint-9500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c8854904ed9ebcefe7eea3211aaa2163d0faa24b --- /dev/null +++ b/checkpoint-9500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7658ce56aca05e02abf938150afba00483f382c04b22e289f7832c2a11bf99e1 +size 725253818 diff --git a/checkpoint-9500/random_states_0.pkl b/checkpoint-9500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a187abead9e58f9a8988d149f94bc3c39618fe20 --- /dev/null +++ b/checkpoint-9500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b51aac3f334d3245ccf266ba44df0702ce9ce984cb17ff5cc48b515eb0f5eb +size 15124 diff --git a/checkpoint-9500/scheduler.bin b/checkpoint-9500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..84dff5001a250bd793e1d66ade5a4bf197f3ae69 --- /dev/null +++ b/checkpoint-9500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01afbcbfdee40dac161554b381c8530e434f59ee236ab245892a6202e1dd7306 +size 1000 diff --git a/checkpoint-9750/controlnet/config.json b/checkpoint-9750/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-9750/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-9750/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-9750/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..43ab5f8534482de5109f70a6b4b3167af903bce2 --- /dev/null +++ b/checkpoint-9750/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c4ef37b42f41d5990a2782d8e396c978429dd9bb6ec235d02dec756ff3d372 +size 1445157120 diff --git a/checkpoint-9750/optimizer.bin b/checkpoint-9750/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..dd11badbf66fce9262c8c0179a0b5b263e29bb0c --- /dev/null +++ b/checkpoint-9750/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d73ca63a4269185f022fdce104214811bf5407246d38bd011ed396b0fff198 +size 725253818 diff --git a/checkpoint-9750/random_states_0.pkl b/checkpoint-9750/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..be6f12b5e1bb0522f50e01e4749843418cc4e282 --- /dev/null +++ b/checkpoint-9750/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b44e4dab48010b29431db6cc0518a99b16433826992b396fc95cf4540630a36b +size 15060 diff --git a/checkpoint-9750/scheduler.bin b/checkpoint-9750/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d46722de7cff507f75a8b9f2702fefa4d51f2ef1 --- /dev/null +++ b/checkpoint-9750/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3647da564486b037edb848ecb290bdc110d857d8d12ae44c084db24714742279 +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..3614a0dabe2f1f2a649b04ce2eeba5b3f9c07633 --- /dev/null +++ b/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c26ba68e2a3e3a8ca95a7530ecec38a35530159336fdd87a9173a070151fd60 +size 1445157120 diff --git a/image_control.png b/image_control.png new file mode 100644 index 0000000000000000000000000000000000000000..ffd05dfc5108f876610e49ae427f827b81987f6a 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..50a485117ea638d09306e277087d7014d0612113 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..a33f54c865eaea4ca30953661f5f3cee1ca823e3 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..d357e03607fa9c2f6f5e794d140eded5582d9caa Binary files /dev/null and b/images_2.png differ