diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..0fb5bd76df662f3f30684a2756e50d79bd7a9893 --- /dev/null +++ b/README.md @@ -0,0 +1,39 @@ +--- +base_model: stable-diffusion-v1-5/stable-diffusion-v1-5 +library_name: diffusers +license: creativeml-openrail-m +inference: true +tags: +- stable-diffusion +- stable-diffusion-diffusers +- text-to-image +- diffusers +- controlnet +- diffusers-training +--- + + + + +# controlnet-aqhareus/controlnet-floorplan-final + +These are controlnet weights trained on stable-diffusion-v1-5/stable-diffusion-v1-5 with new type of conditioning. + + + +## 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-1000/controlnet/config.json b/checkpoint-1000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1081ca7058a13e21c387e85b8a49262f1706e613 --- /dev/null +++ b/checkpoint-1000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-seg", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..046bdb4de65542655463b60e235d02d416bea1b6 --- /dev/null +++ b/checkpoint-1000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:142e38e2e1a033ddf782ec27ca3beeec2cb5f45ba7f167603254e62f3d7b996a +size 1445157120 diff --git a/checkpoint-1000/optimizer.bin b/checkpoint-1000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..8bc5c19e791c62054698693470b2a1db4a9a22ff --- /dev/null +++ b/checkpoint-1000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308d3c5d69ac43713425ba96faf3636cb660d6d55a73f1cc4b118b635681cbc9 +size 2890518943 diff --git a/checkpoint-1000/random_states_0.pkl b/checkpoint-1000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..83564dc755515dfc76e8c140abbcb413354dcd1c --- /dev/null +++ b/checkpoint-1000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a482553d16fc6713c49345bfd5474ee0248acc6fdd45b3439ad20c6980e1d044 +size 14757 diff --git a/checkpoint-1000/scaler.pt b/checkpoint-1000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..0405b11307032f43fcf2212da19c52823cc01ac4 --- /dev/null +++ b/checkpoint-1000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ae2a2128444abab378aa06c09a61a84665f758fcc19fc46f5789b0bc1b5665 +size 1383 diff --git a/checkpoint-1000/scheduler.bin b/checkpoint-1000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..ddea5734d8789969e88a9aa01d28faa6562b41bc --- /dev/null +++ b/checkpoint-1000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2aac69e1ee23b8d1d52b5f082f1356a0597f550d6f551bb2dd8c9f72341e373 +size 1401 diff --git a/checkpoint-1250/controlnet/config.json b/checkpoint-1250/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1081ca7058a13e21c387e85b8a49262f1706e613 --- /dev/null +++ b/checkpoint-1250/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-seg", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..b16541292e7c6a170f9859c876f19b935cf161cb --- /dev/null +++ b/checkpoint-1250/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed2b6b37b5fce9a3f830e6a87423b892d18dcf98773e8f960382a615b2b1e5f +size 1445157120 diff --git a/checkpoint-1250/optimizer.bin b/checkpoint-1250/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..63bd573404de2a8c943645ec6e36c7e61eb36b62 --- /dev/null +++ b/checkpoint-1250/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb5057edc72214fa5bdfbde531ce740f02fba5378168f230e93738f49afce632 +size 2890518943 diff --git a/checkpoint-1250/random_states_0.pkl b/checkpoint-1250/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..8d99a673453256a902ad351c1fe7ba796a8d9b5f --- /dev/null +++ b/checkpoint-1250/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2691cffe1094467b35e902c2adad821389e5cdfe9d5767f044ae84629868570f +size 14821 diff --git a/checkpoint-1250/scaler.pt b/checkpoint-1250/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..07ee4b50f44b17bb5b8227eea1d6870fb9256838 --- /dev/null +++ b/checkpoint-1250/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81f7e3f1db34425f7108cfef030ac75cf6192318c9d437aad0ccd8bfd7f16788 +size 1383 diff --git a/checkpoint-1250/scheduler.bin b/checkpoint-1250/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..cfa7589383654fb3c04775bbbaa5ae439ca31770 --- /dev/null +++ b/checkpoint-1250/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d4018ba0cbe87b81e33b5d0dbfed00848affb188b5e32b9e956e6d2f9219dc2 +size 1401 diff --git a/checkpoint-1500/controlnet/config.json b/checkpoint-1500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1081ca7058a13e21c387e85b8a49262f1706e613 --- /dev/null +++ b/checkpoint-1500/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-seg", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..951cdfb5cba3da824bae903ad389d6bffb5c36a2 --- /dev/null +++ b/checkpoint-1500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c30aeac7bf2a1f1c484b09f4d2caf19ef6fed983693e5d5993f9015105c6c3 +size 1445157120 diff --git a/checkpoint-1500/optimizer.bin b/checkpoint-1500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0c4332df64f7b1fb79b358cda8d6bc3d187b8346 --- /dev/null +++ b/checkpoint-1500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:138ad6480fe29075e84d3381f340c5c631fbc78128c9132447c0a7fa8a7175ce +size 2890518943 diff --git a/checkpoint-1500/random_states_0.pkl b/checkpoint-1500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e528a8ac4ba15af3e74cf69c32fb8390e8fe9630 --- /dev/null +++ b/checkpoint-1500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122908100133b8b853c607cc334e9f55b56d4f5b57429adec3c6527c917cbb07 +size 14757 diff --git a/checkpoint-1500/scaler.pt b/checkpoint-1500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..3664bb212147e2acc5cde00bad4860996ad25fe2 --- /dev/null +++ b/checkpoint-1500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca372268f4fa9335030c0cb7aedb6cdba75f457da50e7a4034abb1a2d0843689 +size 1383 diff --git a/checkpoint-1500/scheduler.bin b/checkpoint-1500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..70f3fee4cc190d03c634914be9fa9eecd528f1ec --- /dev/null +++ b/checkpoint-1500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c71664eb4d01d24e50e8cccd72f414fe3229faaaedd2182aa406f2beb9719660 +size 1401 diff --git a/checkpoint-1750/controlnet/config.json b/checkpoint-1750/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1081ca7058a13e21c387e85b8a49262f1706e613 --- /dev/null +++ b/checkpoint-1750/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-seg", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..aac63765ecba0089eaa253db17f2b6e9d40e8a6b --- /dev/null +++ b/checkpoint-1750/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d0231d89258d1c077b639d055a2f5af88d9065de20a975c816822d7dce7e097 +size 1445157120 diff --git a/checkpoint-1750/optimizer.bin b/checkpoint-1750/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..24941f05a65bdebbd2633f5359e8a4ae212bd842 --- /dev/null +++ b/checkpoint-1750/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:033ec4dc075076b38ad95968caa7d69569907aa033c27723b5b653d413799556 +size 2890518943 diff --git a/checkpoint-1750/random_states_0.pkl b/checkpoint-1750/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..381e1c0c888412c6fa3ae32dcb0dc562d8888bdd --- /dev/null +++ b/checkpoint-1750/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b15f31a23ed20aa096939ba6cdd403501e2ca0beb9d411cf7d0ceaf59ed8f5b +size 14757 diff --git a/checkpoint-1750/scaler.pt b/checkpoint-1750/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..2a23e2dd07b49bd837a541ef31807f5b482016b0 --- /dev/null +++ b/checkpoint-1750/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f9facd156f274d558585c8beffeda844e22f840dd0b18f6d2c35abbad24bd0 +size 1383 diff --git a/checkpoint-1750/scheduler.bin b/checkpoint-1750/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..8c211c76d7d57a2697424b6c9ce961496754f90e --- /dev/null +++ b/checkpoint-1750/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6a7cc8f85876b579d69f127659890e67a42e77ab9b8a2efe52a0f12aba79467 +size 1401 diff --git a/checkpoint-2000/controlnet/config.json b/checkpoint-2000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1081ca7058a13e21c387e85b8a49262f1706e613 --- /dev/null +++ b/checkpoint-2000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-seg", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..6c8c529fba959cb9a159a0316cd63eae8bba8443 --- /dev/null +++ b/checkpoint-2000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe37f01ee4879b8ded3a599f040d48efa3728303d0c9071bf05dc27f501b0ba0 +size 1445157120 diff --git a/checkpoint-2000/optimizer.bin b/checkpoint-2000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..15a62d1ca8114e069d9e31f49030f7ed18910f33 --- /dev/null +++ b/checkpoint-2000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7e1106950345296ab17542c5df3c3c291bb579712734a9499d847b3d2e7a92 +size 2890518943 diff --git a/checkpoint-2000/random_states_0.pkl b/checkpoint-2000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..5c22f9ba3e2843ee6d27544776cadd72c6dcb382 --- /dev/null +++ b/checkpoint-2000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7dd6fc98811cb5cbe8f28dad4f4fab44dd3c176e9956c93c43895fb8846363 +size 14821 diff --git a/checkpoint-2000/scaler.pt b/checkpoint-2000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..05c642874425671923b2af80a1aa6317e758b492 --- /dev/null +++ b/checkpoint-2000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4aa03f6e0cd07cf67ce1fbe3101d545f5771ef9148b9debf02b11cf6948da5c +size 1383 diff --git a/checkpoint-2000/scheduler.bin b/checkpoint-2000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..83f36dc4d258284109a903fc83aa60719e1f06fd --- /dev/null +++ b/checkpoint-2000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0729ac95eaaf663f839737121c12832760acf4dc672feab56159d7d9fe45180 +size 1401 diff --git a/checkpoint-2250/controlnet/config.json b/checkpoint-2250/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1081ca7058a13e21c387e85b8a49262f1706e613 --- /dev/null +++ b/checkpoint-2250/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-seg", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..1a6e47502e661f9815e4c9ce051717072ca5ab65 --- /dev/null +++ b/checkpoint-2250/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:672cf335c9eb1c0d4fa0632926f0371a12f3fccf8b3b451357daf82b7c9c603a +size 1445157120 diff --git a/checkpoint-2250/optimizer.bin b/checkpoint-2250/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..babb32576ed3a31f8bbd705a243e5f03d75ed9a1 --- /dev/null +++ b/checkpoint-2250/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e18af62b928ca63d131212c52bce12c3f87920b2a79ae725b4067be72ca513 +size 2890518943 diff --git a/checkpoint-2250/random_states_0.pkl b/checkpoint-2250/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..7edcc4b38ebaf26cc9f12a87831292da56deaf49 --- /dev/null +++ b/checkpoint-2250/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db6bea6c7eaddc1525730702e0be34637ddebbc2a8f4bea079d57084cf2b9fb6 +size 14757 diff --git a/checkpoint-2250/scaler.pt b/checkpoint-2250/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..715d5a679fb8d95648e3cb48d822e20252aa8724 --- /dev/null +++ b/checkpoint-2250/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:828f1add27e3362bb02e0a2fd1c4f65e9eea88191f5b7fd79432de7ab792552c +size 1383 diff --git a/checkpoint-2250/scheduler.bin b/checkpoint-2250/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..06cd278a49d51a3dd8b2fe0fe10dab72c3ea2330 --- /dev/null +++ b/checkpoint-2250/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1cb5d52312b6096abebef7c5626ec2054f55347f20badc05b6f42b88a7f978a +size 1401 diff --git a/checkpoint-250/controlnet/config.json b/checkpoint-250/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1081ca7058a13e21c387e85b8a49262f1706e613 --- /dev/null +++ b/checkpoint-250/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-seg", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..17b37ace4a96ce35f8fd5ca2c02adc7d70907785 --- /dev/null +++ b/checkpoint-250/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5977a9b55ff65a850c3cec80d4781c33e83e6986faf6a7ef5beae745be72e3a7 +size 1445157120 diff --git a/checkpoint-250/optimizer.bin b/checkpoint-250/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ce3abf2519d97b46ee730ff1bb8265b1c3bbac28 --- /dev/null +++ b/checkpoint-250/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bca559092e766266a8cf5f50395d44ded5c6bf358417238563061c98ecb5115 +size 2890518943 diff --git a/checkpoint-250/random_states_0.pkl b/checkpoint-250/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..bd2342f597735b1bb987b4c2def948aa3b5287e6 --- /dev/null +++ b/checkpoint-250/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0168d0b0f30634be3301ea4badac1404bf5731986e5cd9e49597795cc7ff58f5 +size 14821 diff --git a/checkpoint-250/scaler.pt b/checkpoint-250/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..849c6fa8080705f2a2c4a4f07a89a8e05bf320fa --- /dev/null +++ b/checkpoint-250/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d6fca631a6bcdfa2416587314d206a68f40e27a07bc674b76e72a93db4e5058 +size 1383 diff --git a/checkpoint-250/scheduler.bin b/checkpoint-250/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..5635a8d8c29874a1ecdbdaff85210252724459af --- /dev/null +++ b/checkpoint-250/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f69d212064978ffae2fecddf6e6f01e6d0c3d723d26b6499df86945d3036aa9 +size 1401 diff --git a/checkpoint-2500/controlnet/config.json b/checkpoint-2500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1081ca7058a13e21c387e85b8a49262f1706e613 --- /dev/null +++ b/checkpoint-2500/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-seg", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..e3be4230166fa7fca513ddd2f2c44c5e298d2e1b --- /dev/null +++ b/checkpoint-2500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa63d0995b2541644217370f85101731a1335c427844aff242fd07b0ba9117ca +size 1445157120 diff --git a/checkpoint-2500/optimizer.bin b/checkpoint-2500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6f10edb51fc604a2e4bb554885a21665674b6da2 --- /dev/null +++ b/checkpoint-2500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9134ba01c0055f35c6db60f36d51d7b9a575cfc437bce8cec0971d422031756f +size 2890518943 diff --git a/checkpoint-2500/random_states_0.pkl b/checkpoint-2500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..9456e6099d4b008de9ad32b3f3825be0755d8e1a --- /dev/null +++ b/checkpoint-2500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511b7ae4722313463eadd803c23cd69f74afc67556414dc26d7123258c19a39a +size 14821 diff --git a/checkpoint-2500/scaler.pt b/checkpoint-2500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..f6bccf2b99239cf26ef4ea2b6a5f9f897042b61f --- /dev/null +++ b/checkpoint-2500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:861ce13e6ca091acee9a68ebfc5ca38479baf4b537c37b3949f071f77b81e9f0 +size 1383 diff --git a/checkpoint-2500/scheduler.bin b/checkpoint-2500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..4e7c92b09113b6a87b966d016002fd568df2118f --- /dev/null +++ b/checkpoint-2500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5980f4fa9f0f157857a5cae38d7a81de8adfc0dd96376b2620432d3abe3ee5b +size 1401 diff --git a/checkpoint-2750/controlnet/config.json b/checkpoint-2750/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1081ca7058a13e21c387e85b8a49262f1706e613 --- /dev/null +++ b/checkpoint-2750/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-seg", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..e21a2bffa54eb6769034810a4533eb0e876d8553 --- /dev/null +++ b/checkpoint-2750/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cdc163f9cce9053c7a2cd66312e29530e3086bb7d2a33e3ae28156c4fb8e550 +size 1445157120 diff --git a/checkpoint-2750/optimizer.bin b/checkpoint-2750/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7a1c06cdeda0449e74256ea7f402e779387cd81e --- /dev/null +++ b/checkpoint-2750/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e86683c133bb968e16eca86219d2fe10a32fd11abb57653269a7366cafdef7b7 +size 2890518943 diff --git a/checkpoint-2750/random_states_0.pkl b/checkpoint-2750/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..9680a713d67e7b56cbc679d6f538ec4c7590adc9 --- /dev/null +++ b/checkpoint-2750/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d35058f4d02ec72af000e403b9f5195ed9fbabb3c4bb0b0693b666046cfea4f0 +size 14757 diff --git a/checkpoint-2750/scaler.pt b/checkpoint-2750/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..4f26a9a63c4512f32aec6c553dce35c09feab49a --- /dev/null +++ b/checkpoint-2750/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aff5ce19ac6d3a7b6b9288968fb13346544e83d3d7e9081b5962ba91d5dcd1d6 +size 1383 diff --git a/checkpoint-2750/scheduler.bin b/checkpoint-2750/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..580b12f04daac7672ef6be100542a002c34911e5 --- /dev/null +++ b/checkpoint-2750/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4617452bf8700606dbea0a1e35051e7a3c9102e2fe1b8a5920758c1c0526681 +size 1401 diff --git a/checkpoint-3000/controlnet/config.json b/checkpoint-3000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1081ca7058a13e21c387e85b8a49262f1706e613 --- /dev/null +++ b/checkpoint-3000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-seg", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..0a922966dc51677e12cb308cf1f5f7ef57a9c2a2 --- /dev/null +++ b/checkpoint-3000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14862dadd40f81a3f23b206aac82a14fcb9adfbb322a86db5752ff0fd65097c5 +size 1445157120 diff --git a/checkpoint-3000/optimizer.bin b/checkpoint-3000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..8cd298af0a66f9e78680e7b9e2e3cf12aa1d475b --- /dev/null +++ b/checkpoint-3000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2baee4f704d1bac1b5c301e74ec89c86b7995e6940b9883a47c2dba94fe129ab +size 2890518943 diff --git a/checkpoint-3000/random_states_0.pkl b/checkpoint-3000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a9312c9f430ac205ef490081a4462c32890a8f61 --- /dev/null +++ b/checkpoint-3000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecbf471fc6ff44d3f3cdbd1ae0fe237ca05ca0d3303fa534d051175a87305e24 +size 14757 diff --git a/checkpoint-3000/scaler.pt b/checkpoint-3000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..84673265a8f8292da7ed0b31c5c2f284eeb9ab95 --- /dev/null +++ b/checkpoint-3000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac1c46a2776d12775d23d0f587efc112188137ce2140da35bc15d301c9f620e +size 1383 diff --git a/checkpoint-3000/scheduler.bin b/checkpoint-3000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..edd24b9b66dbf9f78a4100cd7979952cfbfdd544 --- /dev/null +++ b/checkpoint-3000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e67af51316dff9c7c9219ca8b2a931f80775abefcf93d7a3a35f4907a5b719a +size 1401 diff --git a/checkpoint-3250/controlnet/config.json b/checkpoint-3250/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1081ca7058a13e21c387e85b8a49262f1706e613 --- /dev/null +++ b/checkpoint-3250/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-seg", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..23ab2c80f01db5575fff5bc33ce3f1b6819376ab --- /dev/null +++ b/checkpoint-3250/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:954834dff70b7025c8c33e6f5ac5586a2cbdc1d9ae859376914352f4b2e3a5d2 +size 1445157120 diff --git a/checkpoint-3250/optimizer.bin b/checkpoint-3250/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..f1a9839e13de691b204b819a2d6929bfb227a750 --- /dev/null +++ b/checkpoint-3250/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9645b0fb754dedc907d7f1ab772ebecaab6e11f539a6e2ba55b3fb9c406c66c2 +size 2890518943 diff --git a/checkpoint-3250/random_states_0.pkl b/checkpoint-3250/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ac96c915902b45501d31104e6416272be71c2457 --- /dev/null +++ b/checkpoint-3250/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f22401e0cdcb9dcaf5dfead70b2289b75766e91f19de2fbed56ad9fa657799d +size 14757 diff --git a/checkpoint-3250/scaler.pt b/checkpoint-3250/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..b802681d212846b664a34d730769eae6ed20c186 --- /dev/null +++ b/checkpoint-3250/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de04b602caad0a5525863548f697c382a89d14095516f22d3e21aa65274b287 +size 1383 diff --git a/checkpoint-3250/scheduler.bin b/checkpoint-3250/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..baab3c2d1bdfbc67d3fca867ed90a9782ca659a2 --- /dev/null +++ b/checkpoint-3250/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb813fdee2682cea2f203d1c3b49b6d3791706cbdd3b87e035fdf023482207db +size 1401 diff --git a/checkpoint-3500/controlnet/config.json b/checkpoint-3500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1081ca7058a13e21c387e85b8a49262f1706e613 --- /dev/null +++ b/checkpoint-3500/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-seg", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..8752241067038b48a178df330d1bd4c33494425e --- /dev/null +++ b/checkpoint-3500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40949ef048b838ccf14b1f52cb1438eab7bb327804060e82612c3094492f46e2 +size 1445157120 diff --git a/checkpoint-3500/optimizer.bin b/checkpoint-3500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2861ecad1f9e59178c59ee493d35e17f56579561 --- /dev/null +++ b/checkpoint-3500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f5502afd929e56bbdc05f69ae1e2abb455bb4ddcaf1ec6c4a15f9e527da0e10 +size 2890518943 diff --git a/checkpoint-3500/random_states_0.pkl b/checkpoint-3500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..d978907832e9175f966d611c3d2d054e7ad71233 --- /dev/null +++ b/checkpoint-3500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:706e771ec57e7c55ba13c01bb0151d9ee5675aecabe6965dba58c440938e7d5f +size 14757 diff --git a/checkpoint-3500/scaler.pt b/checkpoint-3500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..ef467e5c4906759d9aacdeed22ae1961557aa5a1 --- /dev/null +++ b/checkpoint-3500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac1b9358ab1cb9acff90f4d1d692ac08bbdb1986a66544aed9f6fe9b801b17b3 +size 1383 diff --git a/checkpoint-3500/scheduler.bin b/checkpoint-3500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..38100896270bd49fee0294fd6e20152cb1013bea --- /dev/null +++ b/checkpoint-3500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c8bc4acc720f12b225035febb2f1480a5b0e184b68f1f6a3889f87d635d272e +size 1401 diff --git a/checkpoint-3750/controlnet/config.json b/checkpoint-3750/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1081ca7058a13e21c387e85b8a49262f1706e613 --- /dev/null +++ b/checkpoint-3750/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-seg", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..8b3345879fc94bc6e6de441268cb8c83ce50dd33 --- /dev/null +++ b/checkpoint-3750/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b99185da1b1b787d9e8213db8badf33f91e20738610b55c4e1f506cf168d0b +size 1445157120 diff --git a/checkpoint-3750/optimizer.bin b/checkpoint-3750/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9edd5d12e7a8b89b6682cccafdd5f7d8602bd14e --- /dev/null +++ b/checkpoint-3750/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ab9b5c8bb5add94e80964136f77405bdec41e29c42d15e83d2419503991f6b +size 2890518943 diff --git a/checkpoint-3750/random_states_0.pkl b/checkpoint-3750/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b71d8a6ed2fc0477572cc49a578b3ccf29fae2c3 --- /dev/null +++ b/checkpoint-3750/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:144710b58bea2ee478af6de9c4865fb7466f31231cd4453159be6f1948782f55 +size 14757 diff --git a/checkpoint-3750/scaler.pt b/checkpoint-3750/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..e9eddd8597651558cee95c401e12c817a21616ba --- /dev/null +++ b/checkpoint-3750/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e11be2bba7d7d56274441cc71cf9b23ca39e61b88b623208fd66817d0d6739f +size 1383 diff --git a/checkpoint-3750/scheduler.bin b/checkpoint-3750/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..8b78138c7e2890cc142c22e854594dd29da249a9 --- /dev/null +++ b/checkpoint-3750/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cfce2445bb5cb790f43f368bcd0b289ec8354121018820371664e7f203c8cf2 +size 1401 diff --git a/checkpoint-4000/controlnet/config.json b/checkpoint-4000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1081ca7058a13e21c387e85b8a49262f1706e613 --- /dev/null +++ b/checkpoint-4000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-seg", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..149d67020c737d291f6041703e45d665fbccab3d --- /dev/null +++ b/checkpoint-4000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:091e839f99e35a832dab71233d9741fde80b263d0511776ea9db2f636749dbe7 +size 1445157120 diff --git a/checkpoint-4000/optimizer.bin b/checkpoint-4000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..79caf90bc90c03e153d8e0e01d515c3f5e375917 --- /dev/null +++ b/checkpoint-4000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad7581a5ed473cde3ef6989869f63732c2fcb025d7fca60689a72b029b197dfc +size 2890518943 diff --git a/checkpoint-4000/random_states_0.pkl b/checkpoint-4000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f93a4d7774607db39664da0334a38f10fd5dd661 --- /dev/null +++ b/checkpoint-4000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326f386b67b690f3999df2113b718138d4f88c5315553ef21ff5c2483823d822 +size 14757 diff --git a/checkpoint-4000/scaler.pt b/checkpoint-4000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..a1bb467f30f50b0d7c9f6b189bc1ceeda38eb50d --- /dev/null +++ b/checkpoint-4000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0033c7745b46bdca3ecab5787678834ca68f7f7e1288869dceeb38812abc253 +size 1383 diff --git a/checkpoint-4000/scheduler.bin b/checkpoint-4000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..3ec2a505c6bf360a4504521d626feef247a2d511 --- /dev/null +++ b/checkpoint-4000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d91ca08d67aac892706408804e793eb45f4f1fa95c8652c1eb9fc7ddb0a90c43 +size 1401 diff --git a/checkpoint-4250/controlnet/config.json b/checkpoint-4250/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1081ca7058a13e21c387e85b8a49262f1706e613 --- /dev/null +++ b/checkpoint-4250/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-seg", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..ca46371f4695b8f8c9a8f9667538aa01eabf31a9 --- /dev/null +++ b/checkpoint-4250/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98d5110df44bfaae8abd3467c6f257df5b83442f11c5e3b4087f9970598e947 +size 1445157120 diff --git a/checkpoint-4250/optimizer.bin b/checkpoint-4250/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..27ca4c8d38773a8c212721f04469936d008ef9cb --- /dev/null +++ b/checkpoint-4250/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f66c02553c8df091f5287ebd6b7f88b501b43c01671b10c12d57e71512441cc +size 2890518943 diff --git a/checkpoint-4250/random_states_0.pkl b/checkpoint-4250/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..637df1084f9c88d38ccf1c5313c41bc087297b96 --- /dev/null +++ b/checkpoint-4250/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:110bf95c8b4bb397d50e218223a1097dba73fd9db0a25415ae69515ff7b34f46 +size 14821 diff --git a/checkpoint-4250/scaler.pt b/checkpoint-4250/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..a65f1dbc4e94d18075b2ff2cb0c56e6e28485ee1 --- /dev/null +++ b/checkpoint-4250/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b99bb326b8f6c8c3c4d23a6de53d0d2e2f3c79ab42b098c8696a58e46cf4af +size 1383 diff --git a/checkpoint-4250/scheduler.bin b/checkpoint-4250/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..4ce5a9ab583b19bc4e2b0a355e8fb9f9e716d163 --- /dev/null +++ b/checkpoint-4250/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d771c620b48fb3b3b5e4f9692975b57e4ddd67cef2c172cdccbc5a0d417ed78 +size 1401 diff --git a/checkpoint-4500/controlnet/config.json b/checkpoint-4500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1081ca7058a13e21c387e85b8a49262f1706e613 --- /dev/null +++ b/checkpoint-4500/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-seg", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..70fa7b9d9cc9455dca8323d23d908cc4bcd965f8 --- /dev/null +++ b/checkpoint-4500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c68ab2799ad2ca3e158ced82e2101d0504c1a326044389249ad9a80aa262074 +size 1445157120 diff --git a/checkpoint-4500/optimizer.bin b/checkpoint-4500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..fbee8b54124d118c1f3d46d384724a5ba520d083 --- /dev/null +++ b/checkpoint-4500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8403fb621331fcaaa1a4ee8dfae29d2321e15404e13bad6caffffebf7ce957ab +size 2890518943 diff --git a/checkpoint-4500/random_states_0.pkl b/checkpoint-4500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..8e1cf78a34599854edd9653fc2695b0327ddcfd1 --- /dev/null +++ b/checkpoint-4500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16307892147dd45f92781bfbadb232be942c0a11a10d0a44c3ec6b5b441a741c +size 14757 diff --git a/checkpoint-4500/scaler.pt b/checkpoint-4500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..539ab2a22d9922d20d1fd7ae7f7f182c81137ca9 --- /dev/null +++ b/checkpoint-4500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b62db0ba9861d9ab63380744e79a287faa461a1bf55700140a411fe1e976f1cd +size 1383 diff --git a/checkpoint-4500/scheduler.bin b/checkpoint-4500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..43d647747fbc8fa48b7b759cac90c2aab16d1cf7 --- /dev/null +++ b/checkpoint-4500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac3797a11532019633816501a26f127b48b6366a12e083e46b7a7eef82fefe72 +size 1401 diff --git a/checkpoint-4750/controlnet/config.json b/checkpoint-4750/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1081ca7058a13e21c387e85b8a49262f1706e613 --- /dev/null +++ b/checkpoint-4750/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-seg", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..dcbdad1a6f00e5133d985eec21f1f33c3357d3bd --- /dev/null +++ b/checkpoint-4750/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a55ab048bdc0d0144f873b963f474c4dba3bee40d5d75df385cb781ceda374 +size 1445157120 diff --git a/checkpoint-4750/optimizer.bin b/checkpoint-4750/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..22d9fbf8f97006b6b538e1a2e89ff12bc774fb91 --- /dev/null +++ b/checkpoint-4750/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:318713e08523e352100b30de87c1fa7bf3edbcecf39ae7ab8063a006b9a68971 +size 2890518943 diff --git a/checkpoint-4750/random_states_0.pkl b/checkpoint-4750/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..db8999a3c23191bb436e014bc0278dbcd85b195d --- /dev/null +++ b/checkpoint-4750/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98dd1dcfd2334a7210ed68322104d5dc5c2c9ed00c28fecfeaa3a4ade3610778 +size 14757 diff --git a/checkpoint-4750/scaler.pt b/checkpoint-4750/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..5616997ce79d99427548ad52e861b59e9ad7c23d --- /dev/null +++ b/checkpoint-4750/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d82f11c271c0885913fb65c726c51d103c36702bfd8d01a7c8d1e910841a5a7 +size 1383 diff --git a/checkpoint-4750/scheduler.bin b/checkpoint-4750/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..9b0977db257ab80e972d9c94766ac9fd5ab18825 --- /dev/null +++ b/checkpoint-4750/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:270e9d4c016798c4f7d47363008dab63178ccfc30e50446c013bda561f6cd7af +size 1401 diff --git a/checkpoint-500/controlnet/config.json b/checkpoint-500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1081ca7058a13e21c387e85b8a49262f1706e613 --- /dev/null +++ b/checkpoint-500/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-seg", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..5dca5c0a00c79000a1eb58d13199a68d5f8945d4 --- /dev/null +++ b/checkpoint-500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8689d70ddca2903e447cefae1c57dd4dc2fda3ffd532c7fde4059abbe3419a8f +size 1445157120 diff --git a/checkpoint-500/optimizer.bin b/checkpoint-500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..571e22071a33b90ce04a74d2b414b06e9b9c5a20 --- /dev/null +++ b/checkpoint-500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:125f28b78eb07b3c8cc306be904f1b5191b536ff094cec82fe47e61c39e17470 +size 2890518943 diff --git a/checkpoint-500/random_states_0.pkl b/checkpoint-500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..d12001737fdff41e1f1a8650933bdb9da4b60fb9 --- /dev/null +++ b/checkpoint-500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a00a9483f4941f1326699561b7f9e7645e4146fd3f7d338526d7a904d4f79004 +size 14757 diff --git a/checkpoint-500/scaler.pt b/checkpoint-500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..86c857e8514e5db52a765434b135695dac4c9c36 --- /dev/null +++ b/checkpoint-500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f77569c2e850b04af982cc8c1389f1430851448915c593b69e5da36ce05b71d7 +size 1383 diff --git a/checkpoint-500/scheduler.bin b/checkpoint-500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..bc5aa6c559ec05b78991910c29e25fd5f178932f --- /dev/null +++ b/checkpoint-500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03b90ca861af34f6db8bce03352ecd371f0bd7e03615e51b124bf4aef0f088c +size 1401 diff --git a/checkpoint-5000/controlnet/config.json b/checkpoint-5000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1081ca7058a13e21c387e85b8a49262f1706e613 --- /dev/null +++ b/checkpoint-5000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-seg", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..a2339c4495602752ba6d7b0d94230627f571f5f3 --- /dev/null +++ b/checkpoint-5000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cb1b3ddf8e740424f57624a848c0e5d5d4333bea2c41b416d06578ac521d710 +size 1445157120 diff --git a/checkpoint-5000/optimizer.bin b/checkpoint-5000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..53341d3d28dab34d71105ba1d1c6bca2e34a9031 --- /dev/null +++ b/checkpoint-5000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:323bf92a6d31f539244ce3a4c35e09afdfad76cd2039784411bd9dadcf323da4 +size 2890518943 diff --git a/checkpoint-5000/random_states_0.pkl b/checkpoint-5000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a85c3853b0cb1412ec1a75e8e133b0332f303f04 --- /dev/null +++ b/checkpoint-5000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03eeb1bbdd47b2ce450b211736c037af13220256f63acc76b6c1ad2d48528d25 +size 14821 diff --git a/checkpoint-5000/scaler.pt b/checkpoint-5000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..056c848f825c33132d06ef857f33ab84e8af1fd6 --- /dev/null +++ b/checkpoint-5000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82ad8990572ad11a824b7db276c8af49c179ca7e7724b4e6906cd0ae480a80a8 +size 1383 diff --git a/checkpoint-5000/scheduler.bin b/checkpoint-5000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..bbe9da6631260e97d6f4b55b97b34dfb1c573208 --- /dev/null +++ b/checkpoint-5000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49aff43b40da118beaf9ebf90b115e86bce1957a24d1fe5e33247d191c674a2d +size 1401 diff --git a/checkpoint-5250/controlnet/config.json b/checkpoint-5250/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1081ca7058a13e21c387e85b8a49262f1706e613 --- /dev/null +++ b/checkpoint-5250/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-seg", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..f3e5c240ae0e7f8b28ed7cc0d49b2f1ca6d09210 --- /dev/null +++ b/checkpoint-5250/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:661550e7a0513399114de0870396cc7a43bb8da1135d4e6d1d39e92865f24dbf +size 1445157120 diff --git a/checkpoint-5250/optimizer.bin b/checkpoint-5250/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0e7ea411b1fff7b6909a23cfd8a4de675c65c0dd --- /dev/null +++ b/checkpoint-5250/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac48e62a7706d5a9c9e7d8d1bff9eca425601e74db31b743503abb57158e195 +size 2890518943 diff --git a/checkpoint-5250/random_states_0.pkl b/checkpoint-5250/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..80b4f934d21e2b2db04c1e18eb300c87a18daee8 --- /dev/null +++ b/checkpoint-5250/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0806d62953f0f0c2e95d33c42365cf6454769b05a5e2700b47927944117914f9 +size 14757 diff --git a/checkpoint-5250/scaler.pt b/checkpoint-5250/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..9d6581c1bb2734e22d9fdc9e9a2716c2afd1afa4 --- /dev/null +++ b/checkpoint-5250/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee27d6b5d68a8da927968868f7453c25a4ad8a5415ca09066c47e311370a4630 +size 1383 diff --git a/checkpoint-5250/scheduler.bin b/checkpoint-5250/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..2d03301396c4b408f1162d1fef8ef90da8bb9303 --- /dev/null +++ b/checkpoint-5250/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:179678f30f5555ce20d87de9b0bbed3d2ca9e2f7beb17d97b2cd1e2e16b6d354 +size 1401 diff --git a/checkpoint-5500/controlnet/config.json b/checkpoint-5500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1081ca7058a13e21c387e85b8a49262f1706e613 --- /dev/null +++ b/checkpoint-5500/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-seg", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..527843b076316fbcc87f701160416abe3993471e --- /dev/null +++ b/checkpoint-5500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a4ef44c75471bcb7df2125e01346c8ab87b6bd5eec4d6d1ed3068194f118e5 +size 1445157120 diff --git a/checkpoint-5500/optimizer.bin b/checkpoint-5500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..589896fb6eb25647a4018c8b27aa416516e11294 --- /dev/null +++ b/checkpoint-5500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb204ad73da0bdf63f0dd76bae4f608aa81f175148888aa04b0a748109c2cff9 +size 2890518943 diff --git a/checkpoint-5500/random_states_0.pkl b/checkpoint-5500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..80afd9cac2e6d7d9b95f807b48e49aa1e486224e --- /dev/null +++ b/checkpoint-5500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f05a725a34d437d6b3a29b1321af61cf0dc4652f432487993dd0aa0956110ab +size 14757 diff --git a/checkpoint-5500/scaler.pt b/checkpoint-5500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..be15b4ced596aa8d22b5715ee753daedaf722908 --- /dev/null +++ b/checkpoint-5500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bb8c4f79563cb7c9027a7d8be443142caa0e3f4a88491ec812af28bc90af134 +size 1383 diff --git a/checkpoint-5500/scheduler.bin b/checkpoint-5500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..56f07cd1eb8f0cf4ae7638f2db9a06f6cc6d86c9 --- /dev/null +++ b/checkpoint-5500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1607027b82cda1da8bc648907343c4d0fd59906f54775fd8195ac5e1a78d328 +size 1401 diff --git a/checkpoint-5750/controlnet/config.json b/checkpoint-5750/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1081ca7058a13e21c387e85b8a49262f1706e613 --- /dev/null +++ b/checkpoint-5750/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-seg", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..f60340e2ec7d924ab2a2e4748500de9414b54f88 --- /dev/null +++ b/checkpoint-5750/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:889c9cd4c641b2ebfafdf120c9ee7c1e61f5fe1e27cd9b02c43dcb2a153eb3a6 +size 1445157120 diff --git a/checkpoint-5750/optimizer.bin b/checkpoint-5750/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7f7deeb1544cddd3de08937b9a2a2c12da3f16f5 --- /dev/null +++ b/checkpoint-5750/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b09ea3cb0aa39035e58291bd0ac0b371ce4f089dc5d86c2851ac101e43bec4 +size 2890518943 diff --git a/checkpoint-5750/random_states_0.pkl b/checkpoint-5750/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..248c09643eff83556a6c52c29330f7c06b499b33 --- /dev/null +++ b/checkpoint-5750/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7103999ac43b8ebb26b92db40cb4fde79c85366a60a91cbb0c85641d694f0acd +size 14821 diff --git a/checkpoint-5750/scaler.pt b/checkpoint-5750/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..48b3616107fa2d00a054e9a69641bc08512756e5 --- /dev/null +++ b/checkpoint-5750/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ded97c5db7a14569deeb4a6481dd2e2c1114dc52cf93e0da1e88ae3b7c82289c +size 1383 diff --git a/checkpoint-5750/scheduler.bin b/checkpoint-5750/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..6c7f5263655426a83db5f2e88c8d21d95c0d5c40 --- /dev/null +++ b/checkpoint-5750/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:988f19306c03d28c13fe3857a9dd382e9c108ef7529bd01992e83af0f2c6b1cb +size 1401 diff --git a/checkpoint-6000/controlnet/config.json b/checkpoint-6000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1081ca7058a13e21c387e85b8a49262f1706e613 --- /dev/null +++ b/checkpoint-6000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-seg", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..a882ba45c03b10aadab2604deba8e0b88a81446a --- /dev/null +++ b/checkpoint-6000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db0a623beb58182c9fc6350c2ce023322663fb2a466230d2ea2efaa86738e76 +size 1445157120 diff --git a/checkpoint-6000/optimizer.bin b/checkpoint-6000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..985266fd0be849b907fb3a01828b1d0db0d6d751 --- /dev/null +++ b/checkpoint-6000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d32cfec4ecc765e71ca896fa1ea916283df7cb7bac2b74ebf0a6fe265c30a901 +size 2890518943 diff --git a/checkpoint-6000/random_states_0.pkl b/checkpoint-6000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..75bd876027500854121d61a1be1f3242594fecc8 --- /dev/null +++ b/checkpoint-6000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6fb12e19ea9203236adfbd3131f41e84d207ab2e4c86c5907702a47b1ff273 +size 14821 diff --git a/checkpoint-6000/scaler.pt b/checkpoint-6000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..4fc1fcbc05bf4c28ffcb7957e07dfd087dd01d15 --- /dev/null +++ b/checkpoint-6000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb2b51b22f222dc6df63edb791d76de5de25b8bb724e885f8753e34cfb8ae10 +size 1383 diff --git a/checkpoint-6000/scheduler.bin b/checkpoint-6000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..2204b6ebc79e508db06d8c8b62c7bd78c2079f4d --- /dev/null +++ b/checkpoint-6000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d69f87d0f0da24df1670a056481a4beaa716c44be5e0a784f1687c808a31b22 +size 1401 diff --git a/checkpoint-6250/controlnet/config.json b/checkpoint-6250/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1081ca7058a13e21c387e85b8a49262f1706e613 --- /dev/null +++ b/checkpoint-6250/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-seg", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..154b9efda5fd617daf37c76f2a13dcffbc84b803 --- /dev/null +++ b/checkpoint-6250/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c06761bceb8cd3be83bb58bf9e75746343facaeeb4b6926d2ab8e751b6bd1c +size 1445157120 diff --git a/checkpoint-6250/optimizer.bin b/checkpoint-6250/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6f319f2fbd19b573d6c4ba143ffecd6f69881721 --- /dev/null +++ b/checkpoint-6250/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2154c6abafd56db2339ef1b88ba0bface60149826149ebf3d92f5b2076cf77c +size 2890518943 diff --git a/checkpoint-6250/random_states_0.pkl b/checkpoint-6250/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f147ef300c8cbeb75181c2b246f3e16d9be66f3a --- /dev/null +++ b/checkpoint-6250/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed26774462b89fa35e9511f368b145bc88bc6739176f8b6e79082d677d05755b +size 14693 diff --git a/checkpoint-6250/scaler.pt b/checkpoint-6250/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..610519457875fe28cf24999d007f6574c8d3072f --- /dev/null +++ b/checkpoint-6250/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:746ee1714b758f0c0fe57a97ef0c660c929e1680fdabca9837a6c044b1f46b87 +size 1383 diff --git a/checkpoint-6250/scheduler.bin b/checkpoint-6250/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..afd8b36609a358ff6bb026548b6e62f1cffbe565 --- /dev/null +++ b/checkpoint-6250/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9339625983ecf996a2c7057df402fe5ca8b31e7fd498388fe8a1a2ab1b09572 +size 1401 diff --git a/checkpoint-6500/controlnet/config.json b/checkpoint-6500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1081ca7058a13e21c387e85b8a49262f1706e613 --- /dev/null +++ b/checkpoint-6500/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-seg", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..d82a5797d80d3ad729b599414a8e32a9af18f222 --- /dev/null +++ b/checkpoint-6500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c173d7ab3158dded72e1a07ee6904ecbd8b537c5321372b3f86b051f151c7c1 +size 1445157120 diff --git a/checkpoint-6500/optimizer.bin b/checkpoint-6500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9d535185690036c630ca72a96983b1e1d87251e5 --- /dev/null +++ b/checkpoint-6500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc01163844d060917af68cc7a184a8e973b56618e1dab9ea0bc431f80d7f072 +size 2890518943 diff --git a/checkpoint-6500/random_states_0.pkl b/checkpoint-6500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..7f04d5af449541b2e92ee1f7226b27269e2b662f --- /dev/null +++ b/checkpoint-6500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7921e45fbb120fcce5f486ed61bbdfad902e1a1f42de24a16b7ef6adea260498 +size 14757 diff --git a/checkpoint-6500/scaler.pt b/checkpoint-6500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..3992ade4ce0bd7f5dd76e287c2accb635c5c6a0d --- /dev/null +++ b/checkpoint-6500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ec040f7dbfafb8a0d9c346b901cc53a9760e25574232230ec90bf3c4a5f84d +size 1383 diff --git a/checkpoint-6500/scheduler.bin b/checkpoint-6500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..3f18f77a2ef28248f6564d7a8a62ebcc71090031 --- /dev/null +++ b/checkpoint-6500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527a4ecc3173c54cc4472156e42dfc3be742596f785587f60d2097a89730631e +size 1401 diff --git a/checkpoint-6750/controlnet/config.json b/checkpoint-6750/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1081ca7058a13e21c387e85b8a49262f1706e613 --- /dev/null +++ b/checkpoint-6750/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-seg", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..b36580acbd625ede83ee212d5f95c2ad995a28d7 --- /dev/null +++ b/checkpoint-6750/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98fe153a3f75c626d4f64f6eb62484c122615f7f1c835566d3f74cccb4d18315 +size 1445157120 diff --git a/checkpoint-6750/optimizer.bin b/checkpoint-6750/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0cc2d1d18c86d9451b1e2332adc4c9a3f116290b --- /dev/null +++ b/checkpoint-6750/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4f686366e84df7c43c396be890ad30e7e58b4ccf5746618ba844dcf8b3b6ece +size 2890518943 diff --git a/checkpoint-6750/random_states_0.pkl b/checkpoint-6750/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0f1173795d45dbb5fc5a67985174dff248409421 --- /dev/null +++ b/checkpoint-6750/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:becf7e90d1bf89b1a3c04593d85904e6abe5fcefb29b911b967c0734e692e583 +size 14757 diff --git a/checkpoint-6750/scaler.pt b/checkpoint-6750/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..e3408b907a4e80994aaab3ac215b08996875c929 --- /dev/null +++ b/checkpoint-6750/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9911415fc3c5852dbd02f48774af045efd5914689170069d3b03bc742cf8cbc +size 1383 diff --git a/checkpoint-6750/scheduler.bin b/checkpoint-6750/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..897ab7f28bd6ebac5040f06be1614504b781f3c2 --- /dev/null +++ b/checkpoint-6750/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b2ee8f0d498f8e546c38af2907094ac69e63f247539a96205d5dd9c3f900c62 +size 1401 diff --git a/checkpoint-7000/controlnet/config.json b/checkpoint-7000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1081ca7058a13e21c387e85b8a49262f1706e613 --- /dev/null +++ b/checkpoint-7000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-seg", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..44dfbce339486954b9aabab28b6dfcbf59254585 --- /dev/null +++ b/checkpoint-7000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90bf6ce874533d0e7d049ecbb2bb909fe56ede03288deeb85b5e6deea1ab164f +size 1445157120 diff --git a/checkpoint-7000/optimizer.bin b/checkpoint-7000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ae45faa1c0ecd3e43f80fa5b7eb1867c0cc61c80 --- /dev/null +++ b/checkpoint-7000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fabc1f60d93e08ccecff7ea4ba1571c0847ce11c385d2ac304d1f56195ce729 +size 2890518943 diff --git a/checkpoint-7000/random_states_0.pkl b/checkpoint-7000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a6dc5f252c64f223d3bd553d73b53bacdfbdd01c --- /dev/null +++ b/checkpoint-7000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6969084fcd27770a83e7ab8ad2299defe3def76da82b6d5dc436c7ce9a2401d8 +size 14757 diff --git a/checkpoint-7000/scaler.pt b/checkpoint-7000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..a73c6b0883bf57decca93eb22ecc5f881367beb0 --- /dev/null +++ b/checkpoint-7000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be40a03f70bb2a35bb567114fb5ceb05ce1222c8df24b1e1100746c617c5be10 +size 1383 diff --git a/checkpoint-7000/scheduler.bin b/checkpoint-7000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..47ccfe1ccf7664e0b5b76a10f3f3463873b7eb8a --- /dev/null +++ b/checkpoint-7000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc33e550f1b1c2df43d5dabdb23aeb2494050b5425d4b42b3b8b30eef5072888 +size 1401 diff --git a/checkpoint-750/controlnet/config.json b/checkpoint-750/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1081ca7058a13e21c387e85b8a49262f1706e613 --- /dev/null +++ b/checkpoint-750/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-seg", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..6a1bb812df57aca71059e1d9907058229bfdce47 --- /dev/null +++ b/checkpoint-750/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4e296d8e72b5e400447a80ffd4624c49558b48232f9b479a72fbefbbf74c290 +size 1445157120 diff --git a/checkpoint-750/optimizer.bin b/checkpoint-750/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0dc210e262d66ee0eda71d84dc6442bb31bbe80b --- /dev/null +++ b/checkpoint-750/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7188df41d1f04ebdb84ea4c4e3f86c00ac64a7e94fc927fd42d45e0d36d4fe +size 2890518943 diff --git a/checkpoint-750/random_states_0.pkl b/checkpoint-750/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..2309d6e1dc2e1a3fcad518f79ce83f57528b527f --- /dev/null +++ b/checkpoint-750/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:722af929584e882b6c4b3b3119adabf1c0da119159fdee29cf0cebe56d06581d +size 14757 diff --git a/checkpoint-750/scaler.pt b/checkpoint-750/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..36b4e40074d8ce92c9638c072a1606c71f6b9ffc --- /dev/null +++ b/checkpoint-750/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ca8377b2ea0b440a1b7c1913409d5ce08c05c7f94eb3857477a86af97a6ec03 +size 1383 diff --git a/checkpoint-750/scheduler.bin b/checkpoint-750/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..2d2bc1ee9f4f89237166370ab62d1403db49a4c6 --- /dev/null +++ b/checkpoint-750/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e24d0da15758e81e7b6df7795776faaa29a38885db9d7e3c97b67aa2f6e697 +size 1401 diff --git a/config.json b/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1081ca7058a13e21c387e85b8a49262f1706e613 --- /dev/null +++ b/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-seg", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_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..44dfbce339486954b9aabab28b6dfcbf59254585 --- /dev/null +++ b/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90bf6ce874533d0e7d049ecbb2bb909fe56ede03288deeb85b5e6deea1ab164f +size 1445157120