diff --git a/.gitattributes b/.gitattributes index a6344aac8c09253b3b630fb776ae94478aa0275b..27f9ad3400e04dbc449df227bbf12df7696a54df 100644 --- a/.gitattributes +++ b/.gitattributes @@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text *.zip filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text *tfevents* filter=lfs diff=lfs merge=lfs -text +images_0.png filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md index 32897cd3e640101ba184f8c4ccd896981de3804a..3d4487419bd26937a890cbc5f563c149d5eb04c7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,24 @@ + --- -license: mit +license: creativeml-openrail-m +base_model: runwayml/stable-diffusion-v1-5 +tags: +- stable-diffusion +- stable-diffusion-diffusers +- text-to-image +- diffusers +- controlnet +inference: true --- + +# controlnet-sign/signwriting-illustration + +These are controlnet weights trained on runwayml/stable-diffusion-v1-5 with new type of conditioning. +You can find some example images below. +prompt: An illustration of a man with short hair +![images_0)](./images_0.png) +prompt: An illustration of a woman with short hair +![images_1)](./images_1.png) +prompt: An illustration of Barack Obama +![images_2)](./images_2.png) + diff --git a/checkpoint-10000/controlnet/config.json b/checkpoint-10000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-10000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-10000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-10000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..25ed23ff9a96ce8cfe3bc342b01df9d0e9bcaa03 --- /dev/null +++ b/checkpoint-10000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0325a311c845428bb7c477310c69631ab1a748b2c0ee64239982422e78456cb +size 1445157120 diff --git a/checkpoint-10000/optimizer.bin b/checkpoint-10000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..8394fbe38c7b425a8d6f4442bdce1167e26b2e57 --- /dev/null +++ b/checkpoint-10000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72477067a84c1d7ec8c006a523e9e9bf9196512ea835f2bbe558f3930d00411 +size 2890518478 diff --git a/checkpoint-10000/random_states_0.pkl b/checkpoint-10000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..2130053afc35c3fa8f6d66b74dbf62919efb2bbd --- /dev/null +++ b/checkpoint-10000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7a9c5418ca59d5af2410eb68e41cf3f64feb202b2b08c586b08224ed502a51 +size 14408 diff --git a/checkpoint-10000/scheduler.bin b/checkpoint-10000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..404dfd6422eb26d29b37d4327709c308ac4d1907 --- /dev/null +++ b/checkpoint-10000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d31ad9a5150e341b638f838a47b3cb3db0d48efa493bcc8d1f8bf787b2c8cee3 +size 1000 diff --git a/checkpoint-100000/controlnet/config.json b/checkpoint-100000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-100000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-100000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-100000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..55acda3ac61927746c59cb87343246de307a8654 --- /dev/null +++ b/checkpoint-100000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cf26e27150c8a9ca0f6c0799682285dfd47f87c463393d20f4d704c505b66a1 +size 1445157120 diff --git a/checkpoint-100000/optimizer.bin b/checkpoint-100000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..4a2c3d7444b37a9477d7e2e33698a67758d5cae2 --- /dev/null +++ b/checkpoint-100000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87cf691fe5c4e633f87a26e6c16fb0381ec867bd68d504c93925437811e242c1 +size 2890518478 diff --git a/checkpoint-100000/random_states_0.pkl b/checkpoint-100000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..bbe85759fabba321345f672beb762811d005cd6a --- /dev/null +++ b/checkpoint-100000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abda27817d37f4585c0d85a48404e819e4929360bc1897184bcc235770e3b354 +size 14344 diff --git a/checkpoint-100000/scheduler.bin b/checkpoint-100000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..71177bfc0c39d8afef51b92cb89023a403768317 --- /dev/null +++ b/checkpoint-100000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71f7770e3187d93108329b03e09b063fcd5d912e4aa9336591f4ae86ec3a4eb6 +size 1000 diff --git a/checkpoint-105000/controlnet/config.json b/checkpoint-105000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-105000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-105000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-105000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e009df070ece31b680a7a0ea5dab9642d4efd81a --- /dev/null +++ b/checkpoint-105000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd0615fc97b675b3ed7dab385b195b562002c49f5a7728118366b0e6377a170 +size 1445157120 diff --git a/checkpoint-105000/optimizer.bin b/checkpoint-105000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..64cb439d9c82d07201dbbc09ba6dc8032ac5cacd --- /dev/null +++ b/checkpoint-105000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a4bdfe2074964edfcc0f35aee1cfa70751a4c95f14dffac09ef0ea3f73d56c3 +size 2890518478 diff --git a/checkpoint-105000/random_states_0.pkl b/checkpoint-105000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..916923f2c1d0a862e0f1600e05333d00e811c2cc --- /dev/null +++ b/checkpoint-105000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:901fe3fcbd8fe868fe4ac9ad26b7d2ad8cf21916c3b7bbd048d24d32e90b0425 +size 14344 diff --git a/checkpoint-105000/scheduler.bin b/checkpoint-105000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..2797d5555622edaf1fb27aeb94057d5f31971b9e --- /dev/null +++ b/checkpoint-105000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a764f1957403f7615c06a30afe868dd46bc31e932e505e838f76522f3d4f3277 +size 1000 diff --git a/checkpoint-110000/controlnet/config.json b/checkpoint-110000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-110000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-110000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-110000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ddb9d7b913754b8b5b7ffb39fccaa676675c50ff --- /dev/null +++ b/checkpoint-110000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b739591b11836612c5f24b0baabe8ad7ff2c3877b271a99680d5f900ca4ef5 +size 1445157120 diff --git a/checkpoint-110000/optimizer.bin b/checkpoint-110000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..85606ee6ee4dd1f8479b2c01c0e4e2691077ac7b --- /dev/null +++ b/checkpoint-110000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c087b90df53437b6066e66b8678caae5582812dfe3bd70d60172ca929caefee +size 2890518478 diff --git a/checkpoint-110000/random_states_0.pkl b/checkpoint-110000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..dcd884a711045100602ffde675e4284302099df2 --- /dev/null +++ b/checkpoint-110000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50cce899c647f1123724da162eaef94b11492c1a581192a3e96f8925c4d827d5 +size 14408 diff --git a/checkpoint-110000/scheduler.bin b/checkpoint-110000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d7999df0c23c700559d79ef5f24e9cabca0efde1 --- /dev/null +++ b/checkpoint-110000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef4c9a9a80708e01c835d8d3fae98d182b84b2a8cc319e955dd0988d490cf86 +size 1000 diff --git a/checkpoint-115000/controlnet/config.json b/checkpoint-115000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-115000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-115000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-115000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..38d2453a79c623924d0c9ee33fb570c10a08c137 --- /dev/null +++ b/checkpoint-115000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c5b04dd6c870653b08d969f823cb3227f84853fb88ce9a596c681d1d249f7c +size 1445157120 diff --git a/checkpoint-115000/optimizer.bin b/checkpoint-115000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..12af223a6b850573b2426636c9d784e6872324e7 --- /dev/null +++ b/checkpoint-115000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb981811e0004e5b7c6ee03b29e9fe41897dc317faa66e4972bd16f8679145de +size 2890518478 diff --git a/checkpoint-115000/random_states_0.pkl b/checkpoint-115000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..7975eb2aba317b5a3a4569aba672f45f45214c83 --- /dev/null +++ b/checkpoint-115000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a148dfb8fd8f351748f60b33d86950c154e15f3f8feefcbde92317386a0d0bd +size 14408 diff --git a/checkpoint-115000/scheduler.bin b/checkpoint-115000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..049f7fe9d2d1e2021c003d95fb47aa1e41b8b7a2 --- /dev/null +++ b/checkpoint-115000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0413975f834e8a52827349bddc233725f363d6a93feb0272ef8b1483c9986c86 +size 1000 diff --git a/checkpoint-120000/controlnet/config.json b/checkpoint-120000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-120000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-120000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-120000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..76a4996a44267645520feeeb585341c98960b88e --- /dev/null +++ b/checkpoint-120000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae4304d32a274009d87170b8ad6baf72d7db0e80b0cd365e86a17588bbe7f121 +size 1445157120 diff --git a/checkpoint-120000/optimizer.bin b/checkpoint-120000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..117e702a06236c15cb6eba8fe508cb9010add6b0 --- /dev/null +++ b/checkpoint-120000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aff75c5d804c2d2dc6f37e5d992ce40e0a75a99d16f4b9a954b44ea4f527481 +size 2890518478 diff --git a/checkpoint-120000/random_states_0.pkl b/checkpoint-120000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f6dc31e373752aa32118095f6bee324d900bf399 --- /dev/null +++ b/checkpoint-120000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59453ecfc7836d672afab517c733a5f6c459fe8a548ed922c2d8313287153155 +size 14408 diff --git a/checkpoint-120000/scheduler.bin b/checkpoint-120000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..3274fb39bbd1ce005591e093a106f3f5a72c34f1 --- /dev/null +++ b/checkpoint-120000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61141d6dddbab2edfc83ef7cc56f41cfb76754fbdbf06d25bf87081e73da99eb +size 1000 diff --git a/checkpoint-125000/controlnet/config.json b/checkpoint-125000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-125000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-125000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-125000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..d3316163ae7a757b83f8ec60a01e774caedbd47a --- /dev/null +++ b/checkpoint-125000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4502c8ff07ae4f6c43ccfdcf3418db0065622c97383b3222ea048139d60589d0 +size 1445157120 diff --git a/checkpoint-125000/optimizer.bin b/checkpoint-125000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..a0c9836908bade48e5d57cf84072d4698b63d074 --- /dev/null +++ b/checkpoint-125000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c90748cc3a72e489c32d1944b25b5ac0cca44a39d2e226325df0bc887ecab9c3 +size 2890518478 diff --git a/checkpoint-125000/random_states_0.pkl b/checkpoint-125000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..fcfe6cabcb42e556cd33f8cd0c507848c3537c16 --- /dev/null +++ b/checkpoint-125000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36acbf031265ec4a5b23db3fdc1a239f7c8dd726e9eb0343f21cc15facb6fb59 +size 14408 diff --git a/checkpoint-125000/scheduler.bin b/checkpoint-125000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..88d3414133492c3a6f5b12c60ff441a74c3ca3a6 --- /dev/null +++ b/checkpoint-125000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b24a75e34a5371614ca37275d1c63410e50abb8be3f116f9386a36c3370af53 +size 1000 diff --git a/checkpoint-130000/controlnet/config.json b/checkpoint-130000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-130000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-130000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-130000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..b34e9fee66fe6db818c13bc65d32e8aec1dd9ef3 --- /dev/null +++ b/checkpoint-130000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b04c1208d60560c6bc5b5cb0983fb3a2fd696c9b7727518b77fdf885f1e0c2ec +size 1445157120 diff --git a/checkpoint-130000/optimizer.bin b/checkpoint-130000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..42343929f5637b73f67f2a3c53b333956918fe7c --- /dev/null +++ b/checkpoint-130000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5cd8b50cb963b489b45fe0b9ea009f15cd472f27299fd55a0eecd099c9b3c56 +size 2890518478 diff --git a/checkpoint-130000/random_states_0.pkl b/checkpoint-130000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..5d455bd1c8ad9576a78fad1604303e1a1d7f5acc --- /dev/null +++ b/checkpoint-130000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:479f0be4136ad37e88a3b0d299ac3611b04206a9bf3e33aaaf9694dd676c9356 +size 14408 diff --git a/checkpoint-130000/scheduler.bin b/checkpoint-130000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..db9e6cc1c65ac40a24d30d7fee20e7db9cfaca6a --- /dev/null +++ b/checkpoint-130000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3132d35bf9e9d7a276d2a26a326b1fe300c36e1a6e0915c97c6a921890753148 +size 1000 diff --git a/checkpoint-135000/controlnet/config.json b/checkpoint-135000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-135000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-135000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-135000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..a247f5f280272c727dd1363e1c9ff3b5d563687d --- /dev/null +++ b/checkpoint-135000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6204116393c0f40596d0b09ae9b443b0d7e3c7c15e384890f93b1d82bfa0501a +size 1445157120 diff --git a/checkpoint-135000/optimizer.bin b/checkpoint-135000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b21bcefe1f735a0725bec9ba9538faa714cbab7a --- /dev/null +++ b/checkpoint-135000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59604f92a338bedcc5b5e59bf1e3d297f60edd4a99c32ef47db81a88f27b68a4 +size 2890518478 diff --git a/checkpoint-135000/random_states_0.pkl b/checkpoint-135000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..71fc9c8a9269ef83ba9351ae293a127c9b2ec89e --- /dev/null +++ b/checkpoint-135000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a7a8a3c37a4434ae517ffd7a61aae106e291b168df398d8945796f2cab5e81 +size 14408 diff --git a/checkpoint-135000/scheduler.bin b/checkpoint-135000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..617e53fd387cfbecf0969bc51addbe17614c1dbc --- /dev/null +++ b/checkpoint-135000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec8d2ebcc8a4e63f9dd0ef2d891653f498e85cfcd5cb50333ba708e71e3edab4 +size 1000 diff --git a/checkpoint-140000/controlnet/config.json b/checkpoint-140000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-140000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-140000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-140000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..5c4e0b27e8db8e231c3e11d4f4872aa7fc574b60 --- /dev/null +++ b/checkpoint-140000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0cfd6ffe356c44436bc26c7116c01ce0e5bdb3f05d49c5499edd4f04273c04 +size 1445157120 diff --git a/checkpoint-140000/optimizer.bin b/checkpoint-140000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c740f117a2bf3f77f64ca05f759de29d7828f09d --- /dev/null +++ b/checkpoint-140000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c91633eb7cb3cb3b1dd16f706c74e18de0b0b76f9e36d082c5c60bc5abd422 +size 2890518478 diff --git a/checkpoint-140000/random_states_0.pkl b/checkpoint-140000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3e2b4d80d5e1a5d0606359587e923fd41177c381 --- /dev/null +++ b/checkpoint-140000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b747f314c388e2f87dd37773964809a5412fb75e54d18e696aa0dc8c24ed5a19 +size 14408 diff --git a/checkpoint-140000/scheduler.bin b/checkpoint-140000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..04b9e9e036e6e6c975d3bcd39e5039c86256ebff --- /dev/null +++ b/checkpoint-140000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f510054a20113496003a3bfbd57f45793820a6a040834342e6c20ad2b415846f +size 1000 diff --git a/checkpoint-145000/controlnet/config.json b/checkpoint-145000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-145000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-145000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-145000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..9d21785cf1a9edb82ef6db88659868b5f8e93a1c --- /dev/null +++ b/checkpoint-145000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96202c77a41ea25334506ad5bc9072d13bc03bde05a96bc66747192fd0fed29f +size 1445157120 diff --git a/checkpoint-145000/optimizer.bin b/checkpoint-145000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..27ab2219f4779b88182971f98052d45ef7a6512d --- /dev/null +++ b/checkpoint-145000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ddc2367a72af902c8a5a96e44b8d34220757f1a7127af6bd5ac912a3dfcd5d +size 2890518478 diff --git a/checkpoint-145000/random_states_0.pkl b/checkpoint-145000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..896bb5a6cdddaf8023eae8ba577de95e2ef9c906 --- /dev/null +++ b/checkpoint-145000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ad73db614710dc6846f5ecd50e2fcece1692b553daa29384884dbf8aacf8ec +size 14408 diff --git a/checkpoint-145000/scheduler.bin b/checkpoint-145000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..4c81440216dff9b8dc5535df16f0b065fb0cbf1c --- /dev/null +++ b/checkpoint-145000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3c77605733fcd1e0dadfd4671dfd0e9add903190235958daca2946ca4ab0fbe +size 1000 diff --git a/checkpoint-15000/controlnet/config.json b/checkpoint-15000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-15000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-15000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-15000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..5aca427861ab4c73ca3261e7050c84a430b8e184 --- /dev/null +++ b/checkpoint-15000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ef7925c07cec76ea1aaff03598c3002c25e9be38318886331619edbb6ce4a0d +size 1445157120 diff --git a/checkpoint-15000/optimizer.bin b/checkpoint-15000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..a47a915bd13a0e2495d597adc10c0d1d96cd6aca --- /dev/null +++ b/checkpoint-15000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1f1f286214c6b482684b4eff9d543eb4dd388754ce491754a1f3589ab1c0f9f +size 2890518478 diff --git a/checkpoint-15000/random_states_0.pkl b/checkpoint-15000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..91b938290ad682b9d43cdd0a5eab94fd831a6c36 --- /dev/null +++ b/checkpoint-15000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86807696e7e8994526e413bd5754a1489acd676ac35271cf1d0b9498ead3ec87 +size 14344 diff --git a/checkpoint-15000/scheduler.bin b/checkpoint-15000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..4b446f749a0637774df7577a25badd8627d7bdcf --- /dev/null +++ b/checkpoint-15000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0f8cb1c00499c9a11be98e1d3df14acb1c3f608844e19988fc0598608b723e0 +size 1000 diff --git a/checkpoint-150000/controlnet/config.json b/checkpoint-150000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-150000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-150000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-150000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..f5e13a51a980d03513712ba1eb2097b56f8ecd6d --- /dev/null +++ b/checkpoint-150000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfee45bcbc7ed1e35b5059ccd9ae32187c48c5c2c6ea5a8e535a62d3827d170b +size 1445157120 diff --git a/checkpoint-150000/optimizer.bin b/checkpoint-150000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..289098684b01e45541b35f2eae581773d680d46f --- /dev/null +++ b/checkpoint-150000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d30cc270f4888956349463bc04c07f40cd9377cd18c3a2d079209478349fae +size 2890518478 diff --git a/checkpoint-150000/random_states_0.pkl b/checkpoint-150000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..d6ba2896ee773284a80876ba23814dffc69fc507 --- /dev/null +++ b/checkpoint-150000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:945cb4f79a157cb936b057450524c18d803ba98fa3a65f7140361bb9aac544eb +size 14408 diff --git a/checkpoint-150000/scheduler.bin b/checkpoint-150000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a0c6711965a444d56453a4522f4e6942eb781174 --- /dev/null +++ b/checkpoint-150000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa7717b7416ee6628a37f00e1804502e0e27da918b0089c49a6bef2f7fc3cf26 +size 1000 diff --git a/checkpoint-155000/controlnet/config.json b/checkpoint-155000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-155000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-155000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-155000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..f71cb507a191457636548b8868f5cad43e477367 --- /dev/null +++ b/checkpoint-155000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:239fd81c1be8d4bca8d0d59df9456d2b1c6ed70c5a2d7bb4fba2dee8ef512d23 +size 1445157120 diff --git a/checkpoint-155000/optimizer.bin b/checkpoint-155000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..5aaff0a5d3df3d6f5eda68842e86b476cee2dbaf --- /dev/null +++ b/checkpoint-155000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:983c43cddb24efa4c33f96df3df7498290d3b76dbaf1163609b2474b07bfe428 +size 2890518478 diff --git a/checkpoint-155000/random_states_0.pkl b/checkpoint-155000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f5ea90f1b00207b0ce0e9b71ee106ae60ad78538 --- /dev/null +++ b/checkpoint-155000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b94e2aa1888d402982ab81125c6672d2577534ed2c6e959cb5fd85ba12980a +size 14408 diff --git a/checkpoint-155000/scheduler.bin b/checkpoint-155000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d7c9ee0f806dbe247d8aecedfcc45a1b266d40b1 --- /dev/null +++ b/checkpoint-155000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa50094bdef46c326a06250937c82eadb64b1db05cdd84aca303fe1fa92b52ec +size 1000 diff --git a/checkpoint-160000/controlnet/config.json b/checkpoint-160000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-160000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-160000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-160000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..f775b59efb8102749ed9ce3057c84e9d3817db58 --- /dev/null +++ b/checkpoint-160000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e2261e733e6afd5e02e9b541e8ee1288d25f0cac29e2f8ee3e67d16ea526ecc +size 1445157120 diff --git a/checkpoint-160000/optimizer.bin b/checkpoint-160000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..93ff4164b2fb97fa5925660e6bab0465c4a58946 --- /dev/null +++ b/checkpoint-160000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d25ae97ff93f8b01536eb3aa032230ec3f417fc9cd9571951197c2d350943ec7 +size 2890518478 diff --git a/checkpoint-160000/random_states_0.pkl b/checkpoint-160000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..35b503a7bf9179cfa8e664c950c4ebae6a938040 --- /dev/null +++ b/checkpoint-160000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07f7d5207581a311b5acafc17a881c33aea75fbbaa6761343b866c11107c03b2 +size 14344 diff --git a/checkpoint-160000/scheduler.bin b/checkpoint-160000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e375776905ab33ae21c1859d19b2320b8dc062c2 --- /dev/null +++ b/checkpoint-160000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aaaea86f365035d424467d3f7e24bba4b0a8660c4511aae9abc977d00421df4 +size 1000 diff --git a/checkpoint-165000/controlnet/config.json b/checkpoint-165000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-165000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-165000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-165000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..46d28f5c6d98168b641ad7784a4e8c8f2bbb5b58 --- /dev/null +++ b/checkpoint-165000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6af5cc2906576c836d4f8b7d8bc727ab3babd88f307ab52ad2aa79a7dfc8285 +size 1445157120 diff --git a/checkpoint-165000/optimizer.bin b/checkpoint-165000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..1301dcfd9cd1c688a8663cb63206fa94afdcbd10 --- /dev/null +++ b/checkpoint-165000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa88720bbb92027d86d8c2d632eacce8fd4c0523b2eeed22d158b3b7f09e70b +size 2890518478 diff --git a/checkpoint-165000/random_states_0.pkl b/checkpoint-165000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c0c67ac822d895022d0d79dd874f6ecaf78170ea --- /dev/null +++ b/checkpoint-165000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa71602d2667707b10e7ee8895a9d58c2f080f1c103e521435ff41411d577c8f +size 14472 diff --git a/checkpoint-165000/scheduler.bin b/checkpoint-165000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..33f2c5496f0ad131121e86a97ca5b4b5341918a7 --- /dev/null +++ b/checkpoint-165000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:942b4b04373aedf15364aa9612cbcfdf14921188e90cbaa6f55e8efd1725dcbd +size 1000 diff --git a/checkpoint-170000/controlnet/config.json b/checkpoint-170000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-170000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-170000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-170000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..56f44522118cd5e5a7258b87a17d2044efcada50 --- /dev/null +++ b/checkpoint-170000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b851bb1a5010e9dc0a8eed4119a17815cfa53cbac9716e15e7d031f99ee40d8d +size 1445157120 diff --git a/checkpoint-170000/optimizer.bin b/checkpoint-170000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..96af1f5f7d93bc1535d4ebbcde8f64ade51550d6 --- /dev/null +++ b/checkpoint-170000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f29cf80c84f421e020a898c6537d07f7f8ef618359af0fe50d0ca8ef08095a5d +size 2890518478 diff --git a/checkpoint-170000/random_states_0.pkl b/checkpoint-170000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..8157ca18fc50347aa2beba8ad1ca4f5a9e5879c6 --- /dev/null +++ b/checkpoint-170000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e81368c5ad13047057b386ba6d261a3827bc3c9072cb9f24383e6c81022c4d +size 14408 diff --git a/checkpoint-170000/scheduler.bin b/checkpoint-170000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..c870d38b91a46b81e521b8e9dde97ad7a498a7b7 --- /dev/null +++ b/checkpoint-170000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69414c6a21743f8062c203652dd8f59874210e4e9da384cadb620952f06de71c +size 1000 diff --git a/checkpoint-175000/controlnet/config.json b/checkpoint-175000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-175000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-175000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-175000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..b5eeb485d81d3274355efb1a1e7dafe9dc8784ca --- /dev/null +++ b/checkpoint-175000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff68404efae3a9ba70166951ae66cc5e09b83e861681d7c1552b28603362aef8 +size 1445157120 diff --git a/checkpoint-175000/optimizer.bin b/checkpoint-175000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2501a2fcdcd6db96357fed3c768c61028e4dd2ac --- /dev/null +++ b/checkpoint-175000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c735289d8a5b25efbac4f31acd2e449b797b6ce6766345c8b3ed68948eb7e30f +size 2890518478 diff --git a/checkpoint-175000/random_states_0.pkl b/checkpoint-175000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a99801ff6ed635182e6087e8cbeef7bdaccdf3e7 --- /dev/null +++ b/checkpoint-175000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8845c91fc19a31392a05deeadd4b35ec0d484d39d18e5fa7aaa5efeef7ef3ea5 +size 14408 diff --git a/checkpoint-175000/scheduler.bin b/checkpoint-175000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d5485909039b4605e20d465d1b43d77e9e8a35dd --- /dev/null +++ b/checkpoint-175000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87f902ff6463a558f37cf0af44d797d3e4e026bddeef51cc4a7c25731cfdb78a +size 1000 diff --git a/checkpoint-180000/controlnet/config.json b/checkpoint-180000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-180000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-180000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-180000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..03df796a4e52bde7cc305be0e380fb0574974666 --- /dev/null +++ b/checkpoint-180000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e64ce7178e4e57ba3e8660d9aeeeea51ee2b0470d37e3ca754320362068e7d02 +size 1445157120 diff --git a/checkpoint-180000/optimizer.bin b/checkpoint-180000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..3da49536fd8f0cb4683a976eaca2419112f087f6 --- /dev/null +++ b/checkpoint-180000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e43d6f640e46689ff0c9365646e2277fc89650ffa68f93bb00195a4aa88341b +size 2890518478 diff --git a/checkpoint-180000/random_states_0.pkl b/checkpoint-180000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b109d72238b3e3dde198a2c9c7de41df07979ff9 --- /dev/null +++ b/checkpoint-180000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23c097b5983d06b43c9d9937be82a30a33fed495647972f8cb043ec49ef8350d +size 14408 diff --git a/checkpoint-180000/scheduler.bin b/checkpoint-180000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..3acd791fa9f821309bee27b85fdd03f542709905 --- /dev/null +++ b/checkpoint-180000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6235762111992fa92bf7d07f4109d74a43207439f9c4cd3411becaaf86a9e4b7 +size 1000 diff --git a/checkpoint-185000/controlnet/config.json b/checkpoint-185000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-185000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-185000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-185000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..53cd231f52befb5721cf33e202a6f0c09b4fbe68 --- /dev/null +++ b/checkpoint-185000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d0147d183e3d1d63235b56073907d36f03f7ce2603e74744a4ba56494498851 +size 1445157120 diff --git a/checkpoint-185000/optimizer.bin b/checkpoint-185000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..95ee50bc6a26932716d2a2c899cadfbe1c00f007 --- /dev/null +++ b/checkpoint-185000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef2b3e102ec8e5956c5a42f2eeca064ba685eac074b8d8b4e320eb77ae6e875 +size 2890518478 diff --git a/checkpoint-185000/random_states_0.pkl b/checkpoint-185000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..53a68bbbf5ffe4c9b59b5e75c90b82dba187e701 --- /dev/null +++ b/checkpoint-185000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bca4e3f387a746fd69ae516c2a983a13cab93663562d3f517b8ad57112944ddb +size 14408 diff --git a/checkpoint-185000/scheduler.bin b/checkpoint-185000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..71a3071f368ed766d009bbaae81f56c157ea9dd1 --- /dev/null +++ b/checkpoint-185000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a644a3d140655e48f805c87fc3084f4877e4971e95b50a456338062f9d2c64a7 +size 1000 diff --git a/checkpoint-190000/controlnet/config.json b/checkpoint-190000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-190000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-190000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-190000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e929d5d5bed0f961eed314ccfaa94bb062946bac --- /dev/null +++ b/checkpoint-190000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42bf48f8a6ad7cd069c786cd443252135a49063fc6e21faa0e0dc5b2537e6c56 +size 1445157120 diff --git a/checkpoint-190000/optimizer.bin b/checkpoint-190000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ab0e65dd0eaeaf36496918de1fb325d2c4fdca74 --- /dev/null +++ b/checkpoint-190000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb23b5e1392c5089e87ce3bf71b0c0cfb478cc162db158bbd8a4bbba4326636 +size 2890518478 diff --git a/checkpoint-190000/random_states_0.pkl b/checkpoint-190000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..334c6ff2481691486b9b8d72b13da9c7086ccf15 --- /dev/null +++ b/checkpoint-190000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ad37deaae5be48556d5ab679f6b418a211d5ec652991ea10ae0251831fa3e43 +size 14472 diff --git a/checkpoint-190000/scheduler.bin b/checkpoint-190000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..0b5e893b9e1eaecefc2d0dcf0c8a9e496642f10a --- /dev/null +++ b/checkpoint-190000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c270211906af4d030cb72ba8b151f24451e65f89f6e6d9bdf1fc7d85d7593b +size 1000 diff --git a/checkpoint-195000/controlnet/config.json b/checkpoint-195000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-195000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-195000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-195000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..463982201efc78efb2f7938e010da42ec123d52d --- /dev/null +++ b/checkpoint-195000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9004b636428afd93ee441a8405e0a609f826b2fd1e391a97de8d1457c65bb80 +size 1445157120 diff --git a/checkpoint-195000/optimizer.bin b/checkpoint-195000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..4c9f861514fc240143642c6e4d7d8c6388400c60 --- /dev/null +++ b/checkpoint-195000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d84a41e9c7e4527a0d3f7280851747fb3bb660e1f9039af5fb545ab93834847 +size 2890518478 diff --git a/checkpoint-195000/random_states_0.pkl b/checkpoint-195000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c0237e3c0868b642df7dfb531122daa9ebca69bd --- /dev/null +++ b/checkpoint-195000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24e6ac115df4c077978ef131bedc1f5219ffe7d4eac61d0e1e74af9672ce03b5 +size 14408 diff --git a/checkpoint-195000/scheduler.bin b/checkpoint-195000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..3f0067f005d52bb4ee6a80f63fe7816362e8b521 --- /dev/null +++ b/checkpoint-195000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68336cc02f161576cd7419a46ff03affeddf3c62d78b1b86c0d213200b897097 +size 1000 diff --git a/checkpoint-20000/controlnet/config.json b/checkpoint-20000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-20000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-20000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-20000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..f8f5b29bed5c6e8c6b3193706bbabd22514305b5 --- /dev/null +++ b/checkpoint-20000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a68270d7f14963f685f9e6c903b2cf729fc1825eb60683827c11638b605c16a +size 1445157120 diff --git a/checkpoint-20000/optimizer.bin b/checkpoint-20000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..85dc3a6c1b07c1650896b1a3a79dc89c1e033ed3 --- /dev/null +++ b/checkpoint-20000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6022240828f171b033e9bb281003c1769aad2985a728e3be94aa6da9ba0697f +size 2890518478 diff --git a/checkpoint-20000/random_states_0.pkl b/checkpoint-20000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3a910ec9d3b710223208862490c5b4e315cefb80 --- /dev/null +++ b/checkpoint-20000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fafb14577c764019fe606e4c635d5f923d8ea5bcbb9c2ba49bc0025142e69349 +size 14408 diff --git a/checkpoint-20000/scheduler.bin b/checkpoint-20000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..86c15d06a20918c0bcdf8341881c0f1294ac62e3 --- /dev/null +++ b/checkpoint-20000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e0d744a95b954d01691d43399197ed4341f27678cc9bb35b811a7c14d85702 +size 1000 diff --git a/checkpoint-200000/controlnet/config.json b/checkpoint-200000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-200000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-200000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-200000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..78873016cf2c20ada68a863a3ba53e3388f1b795 --- /dev/null +++ b/checkpoint-200000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e8df10887ba651b9f78ffb224e951d279b392de44f4c03c1ddf867c860f23bd +size 1445157120 diff --git a/checkpoint-200000/optimizer.bin b/checkpoint-200000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..5f4819dc68b1a430e49fc44839f88327efe23969 --- /dev/null +++ b/checkpoint-200000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:581d5fcee330c8e69a9a547f6b6cd2692acdb8788be3266329dfa2a8e32afc5d +size 2890518478 diff --git a/checkpoint-200000/random_states_0.pkl b/checkpoint-200000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..88c18704ff9f2f6f40198590702c20b67df7be89 --- /dev/null +++ b/checkpoint-200000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0d1240c356af08d53f5bf2af9dffde307aa099f73f7d46f3f11b0fa776b13d +size 14408 diff --git a/checkpoint-200000/scheduler.bin b/checkpoint-200000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..dc1da240a679419ea477c101a7ff1b70a1dc3df7 --- /dev/null +++ b/checkpoint-200000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a576fcb31436b654b8754fbf753693165aac19393884020c2787320870447d10 +size 1000 diff --git a/checkpoint-205000/controlnet/config.json b/checkpoint-205000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-205000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-205000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-205000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..94e31497ab9b9052d56d545a0a07e73d6b0e791b --- /dev/null +++ b/checkpoint-205000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ed84a0ff0da2eea3b7d35ce5b2e28f4958665cce0312bfd05a763d93bc7400c +size 1445157120 diff --git a/checkpoint-205000/optimizer.bin b/checkpoint-205000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0ef829f848c636af8bb2aad7d9be074b2e84b26e --- /dev/null +++ b/checkpoint-205000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4a3a1a95c657945cf495e427a9ff08142f2d2547ea1869630c2c6ebae127e6f +size 2890518478 diff --git a/checkpoint-205000/random_states_0.pkl b/checkpoint-205000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..34d6ab6b65e639f7042d013c9cc1ed048c1015ff --- /dev/null +++ b/checkpoint-205000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f17eb05a7b36f32f7a5fc6b4817c49338bdc4b13530090ceade9a30eba329c9 +size 14408 diff --git a/checkpoint-205000/scheduler.bin b/checkpoint-205000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d71ebe69df8aecffc05a253d754685ba072c91ff --- /dev/null +++ b/checkpoint-205000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cdeeb6ff288ee243f5541918246bda9251265c33fba7e816f2f8823fe61a369 +size 1000 diff --git a/checkpoint-210000/controlnet/config.json b/checkpoint-210000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-210000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-210000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-210000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..11a541e033868d25fdaca6351b3fad37fd14cdee --- /dev/null +++ b/checkpoint-210000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fc267969df0c6b1c88decff95f8b3619a7682554253c12ab9a1b23de37ba141 +size 1445157120 diff --git a/checkpoint-210000/optimizer.bin b/checkpoint-210000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..10b9f5bd9f6d5c3a0e0c6b9fdd2b024c95f7d115 --- /dev/null +++ b/checkpoint-210000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0270cd0c4f8f6aeed00b8a5c3218bdbe63dfec431690968b665a298104b5dcd +size 2890518478 diff --git a/checkpoint-210000/random_states_0.pkl b/checkpoint-210000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0758a9139f6ddfb0b8d549bbdf2bdb32d4e829f9 --- /dev/null +++ b/checkpoint-210000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b47c9cb7cfb58eec598b56befdf3a46a9f7a4483f49e1b4cf887ead9cc752ac +size 14408 diff --git a/checkpoint-210000/scheduler.bin b/checkpoint-210000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..8c44c17855041949e805a7fa6dd7e99169040880 --- /dev/null +++ b/checkpoint-210000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01d3170df4aaf05d7d79f6ca75633532f5a2c491c07384337e8d66aabd380c75 +size 1000 diff --git a/checkpoint-215000/controlnet/config.json b/checkpoint-215000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-215000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-215000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-215000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..1be4d028ac3774cbbd968fa4d3829f58166f5c25 --- /dev/null +++ b/checkpoint-215000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a63c97f58693de54b6fb3aa80a9643513aa7c3ee156336288b29291d81b8a1b1 +size 1445157120 diff --git a/checkpoint-215000/optimizer.bin b/checkpoint-215000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..438944434520f1cdfb8473095d3bbd3b51314bb3 --- /dev/null +++ b/checkpoint-215000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcfceaa90e10a1845cd64a24e710c566a06c6c193dcd00e90f20394bb87b8e1d +size 2890518478 diff --git a/checkpoint-215000/random_states_0.pkl b/checkpoint-215000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..6f3febcc9f9624aa0f3bcad15cf1d66f46a7255e --- /dev/null +++ b/checkpoint-215000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d271137f16b374591d94a0265ae0e129a1241fcfd6a2160f946f4e2dd1e7d8 +size 14408 diff --git a/checkpoint-215000/scheduler.bin b/checkpoint-215000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..15f6db55a7e3bd51d27f86190596fc1618e501d8 --- /dev/null +++ b/checkpoint-215000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d994ee0a5fcbe2f3c7fd2e2b442dbbc2ad4624c321debb1469781221c811c6d3 +size 1000 diff --git a/checkpoint-220000/controlnet/config.json b/checkpoint-220000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-220000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-220000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-220000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7b599d6c19e92d2ece5cbb9075aa47bc15b1ca7a --- /dev/null +++ b/checkpoint-220000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba5bf4e7d841523dd50f3122b17ece4313533f69c248919e54b1594292addb5 +size 1445157120 diff --git a/checkpoint-220000/optimizer.bin b/checkpoint-220000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..92c2eb84f86edb97b3b7dfbf3b40a1a270f06008 --- /dev/null +++ b/checkpoint-220000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec804aeba562c278fd05b67e1dfb6a2e9641ba77fb248f2a808f4447722c28c7 +size 2890518478 diff --git a/checkpoint-220000/random_states_0.pkl b/checkpoint-220000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0801285ab45bf46cb86a22784d3676ba70ea653a --- /dev/null +++ b/checkpoint-220000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4466f29ce52e1106a9872abdf20a6d08d92eb1dba159fcaa72d0e9ec42d11a28 +size 14472 diff --git a/checkpoint-220000/scheduler.bin b/checkpoint-220000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..15deb36e84456ccd77f219f51dbe0e1efba596c3 --- /dev/null +++ b/checkpoint-220000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0b5d67cd19744962d01bc04b2b673ab5b870afc7ce42599f60b5bfafe66efb1 +size 1000 diff --git a/checkpoint-225000/controlnet/config.json b/checkpoint-225000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-225000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-225000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-225000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..af223381146f440a025d1580aea9e1f5448610aa --- /dev/null +++ b/checkpoint-225000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8637c7a2899f1fe9913fca41a1ab337d234a6c073553467b03e4b6022b377da +size 1445157120 diff --git a/checkpoint-225000/optimizer.bin b/checkpoint-225000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c2ca18dcad982fd7c89582666807c5c5470d0f5f --- /dev/null +++ b/checkpoint-225000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed47559bd3b9f6f523ac41f99f56a1efe944599ccaf7cd83957bd96679dd879d +size 2890518478 diff --git a/checkpoint-225000/random_states_0.pkl b/checkpoint-225000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..97f49e73d83328d59a01243359b5cda68019edad --- /dev/null +++ b/checkpoint-225000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1111de7f9ccb268e26f66ca3b12d35b79129ba5644a30ecb0f3e13d2e47c0d1 +size 14408 diff --git a/checkpoint-225000/scheduler.bin b/checkpoint-225000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..5e7610f4344b72d195f4d8839c8f01e8a9db5f2c --- /dev/null +++ b/checkpoint-225000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f3803167a5d06946b020c81af1a93e863644ed5ffecf2d8a3008f541245c2dd +size 1000 diff --git a/checkpoint-230000/controlnet/config.json b/checkpoint-230000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-230000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-230000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-230000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..54c18a8edcc6a319b015761a5308b2409a83bfc1 --- /dev/null +++ b/checkpoint-230000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2777313b18b1e55053fa890a8a0833d5a045c60796ade7db7866f9447260b329 +size 1445157120 diff --git a/checkpoint-230000/optimizer.bin b/checkpoint-230000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ce86681524780acd5b5b7ceae338431cb12febba --- /dev/null +++ b/checkpoint-230000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5faec2dea46998c7ea4883e4c5fff4ee9ca6951cfec3b8c5d9bfc3e8212f931 +size 2890518478 diff --git a/checkpoint-230000/random_states_0.pkl b/checkpoint-230000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..bee56eff38254fde7e7257b85c5dc901b15dcb9e --- /dev/null +++ b/checkpoint-230000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d15b1a1e687da257be1b4fdc538e0b1e3d0d742dec7912a19c7d54dd685b324 +size 14408 diff --git a/checkpoint-230000/scheduler.bin b/checkpoint-230000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..77b63efe942655648e8c9803c87b6ba28a144043 --- /dev/null +++ b/checkpoint-230000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de861f9f39079fb87607bb29e59d6b28c7a7e9675bb79984b8ecb7a4be26915 +size 1000 diff --git a/checkpoint-235000/controlnet/config.json b/checkpoint-235000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-235000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-235000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-235000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7a79489a146da472e0146ddcfd41d1776ab3aa64 --- /dev/null +++ b/checkpoint-235000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f082635e8bdc92a2dcd866a15237f85410d755fa132fc27f868ff44deb4703 +size 1445157120 diff --git a/checkpoint-235000/optimizer.bin b/checkpoint-235000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..73a3c000d511f9284a0f7317bbcac272856d5e80 --- /dev/null +++ b/checkpoint-235000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36099ec38caaed184c1e753bb6ffa10f6916371586ee67481e55099942233ed4 +size 2890518478 diff --git a/checkpoint-235000/random_states_0.pkl b/checkpoint-235000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..57bec8c6f93b8739498fa91db58b00528bf37889 --- /dev/null +++ b/checkpoint-235000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f4c200258dd9d58520fe6d83361ebc24dc3bc845076db62d1b2c74be0f154b2 +size 14408 diff --git a/checkpoint-235000/scheduler.bin b/checkpoint-235000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d53bbb5ff19ef73c8bc804ff397d92dcba2f20cf --- /dev/null +++ b/checkpoint-235000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fb4853b8fb70a7f11e0a67370ca35a4d7ea1eaa0fdc26aa7211df3f25e0e100 +size 1000 diff --git a/checkpoint-240000/controlnet/config.json b/checkpoint-240000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-240000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-240000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-240000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..96b40b5e3b6717a59f9c6970f424f148c856788b --- /dev/null +++ b/checkpoint-240000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb13c125c3575c626500f59490dc3065c5af94a96e56bdf6ff13c15b075d34e +size 1445157120 diff --git a/checkpoint-240000/optimizer.bin b/checkpoint-240000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ad0b457f63205a6874fee75bfbe9722eb0e111df --- /dev/null +++ b/checkpoint-240000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:040fd087b0d89fa0e44bc4adb41b685ea4c230ccd4e9987460b55964719d4beb +size 2890518478 diff --git a/checkpoint-240000/random_states_0.pkl b/checkpoint-240000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e1e892596fa7f5a709d9baebd5a413afc7609a77 --- /dev/null +++ b/checkpoint-240000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:155a2cb18b641ea57c21bc78ddb772bd036373fef98007f2b4244fc1191eb7cd +size 14408 diff --git a/checkpoint-240000/scheduler.bin b/checkpoint-240000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..81a628631cc7966524a42c9caace3ba96b3928bb --- /dev/null +++ b/checkpoint-240000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffeae9ccd6c25f5368ee4eff2605afab32186cf7bd5c9250f5b55cea7e62106e +size 1000 diff --git a/checkpoint-245000/controlnet/config.json b/checkpoint-245000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-245000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-245000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-245000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..799aae6012744321b5c4d5fe1838b494c1408dfe --- /dev/null +++ b/checkpoint-245000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3793acb455f0643bac76ede3d99abb6ac9d52426e7d536ab5055e0ca4389384a +size 1445157120 diff --git a/checkpoint-245000/optimizer.bin b/checkpoint-245000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..bc697c0f6f326c884d215f135e780fce865b8357 --- /dev/null +++ b/checkpoint-245000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e30ac2159758eb137c56e0b28243427bfde4095ea3fd3185d0b984cab5b5c0e +size 2890518478 diff --git a/checkpoint-245000/random_states_0.pkl b/checkpoint-245000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..73a796c6e65f10c5e0141f4390458a6fae8a5ae9 --- /dev/null +++ b/checkpoint-245000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06780b56ca214bccd4827dbf1357be777d334711273459b61bb6ee15c5380076 +size 14408 diff --git a/checkpoint-245000/scheduler.bin b/checkpoint-245000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..1458bcdda3c57f422e6a844129734e9c8e00fd03 --- /dev/null +++ b/checkpoint-245000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9584aa244bd7fa1122760e848ea19c3de9834e7afb6a92eaed2fe6a6fb0230c3 +size 1000 diff --git a/checkpoint-25000/controlnet/config.json b/checkpoint-25000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-25000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-25000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-25000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..c6628c1441dea7133dc73ee571e4b18bf3ce6f7f --- /dev/null +++ b/checkpoint-25000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9823de7d0cc72e2fa50f4b2bdbc40cb1582c462a3ea478b901cdeb252e6dd119 +size 1445157120 diff --git a/checkpoint-25000/optimizer.bin b/checkpoint-25000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ab75008cafee3c2e19c082b663a44e537302af55 --- /dev/null +++ b/checkpoint-25000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ba69dbd032f2ffda25e3c7493b6669586c974c4ae7c7792a04330104649fbd +size 2890518478 diff --git a/checkpoint-25000/random_states_0.pkl b/checkpoint-25000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..9516a961d8409d0ae618da093096f36069ed36ae --- /dev/null +++ b/checkpoint-25000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ebffdd392ca63377857bdfd78882cef94ca544cf2563c006c4e9a536686ae89 +size 14408 diff --git a/checkpoint-25000/scheduler.bin b/checkpoint-25000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..41bec17875142463bc9b16c71d2054658885748b --- /dev/null +++ b/checkpoint-25000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d095dfcbafb08fe578bbdae5202ad1cb8a6b5023afa619ce1ad50ba348cc0a86 +size 1000 diff --git a/checkpoint-250000/controlnet/config.json b/checkpoint-250000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-250000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-250000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-250000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..3911b2ce6a4140f4e89bfc3bf18e814a59d7067c --- /dev/null +++ b/checkpoint-250000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c86c429d2e8e09ef8049971ac66e54d086dd06b3b6994e8c6e515f3c6b804f39 +size 1445157120 diff --git a/checkpoint-250000/optimizer.bin b/checkpoint-250000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..4a0f4120361809d99e926464679c3c145a6c5a91 --- /dev/null +++ b/checkpoint-250000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b922c8a9616f57c9ebe098c0736e10f2a4514e12fc0a7991e93d3aaf9ca2886 +size 2890518478 diff --git a/checkpoint-250000/random_states_0.pkl b/checkpoint-250000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c1f42dcce0c54cdd67883aafc89182c0f3edb01d --- /dev/null +++ b/checkpoint-250000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4555407be93e2e1ec1d275e1b7606ef7036b9f5af3b26ad12ba2eb0c5808784 +size 14472 diff --git a/checkpoint-250000/scheduler.bin b/checkpoint-250000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e4889a0bc60cad971a3bc9b1ce85a9bbf73976b4 --- /dev/null +++ b/checkpoint-250000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32ba6e6e1f17677a273c246f157307bcb9ccd11a84598649856d7146a483fb30 +size 1000 diff --git a/checkpoint-255000/controlnet/config.json b/checkpoint-255000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-255000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-255000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-255000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..bb1ab9464b8a383e22602a447e3bd809f0758446 --- /dev/null +++ b/checkpoint-255000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d476b1afdebbf600fb506bd00d1eb289683af31c55cd084535ec88b8ea7f6c +size 1445157120 diff --git a/checkpoint-255000/optimizer.bin b/checkpoint-255000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0221a8cda90c8fd47d6c2866b158d9edb53ffd5f --- /dev/null +++ b/checkpoint-255000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c14b71e6b2d2a1af1b8eaa68a084b57190594372e94e1178d3886619a755c0 +size 2890518478 diff --git a/checkpoint-255000/random_states_0.pkl b/checkpoint-255000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..6a43c0b132fe147feb0a571ecf6cf9b57e361dea --- /dev/null +++ b/checkpoint-255000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:562ae046c2d2e7d9ec34e17a1362ef88cbc561800f3bec93932a0288ac417c43 +size 14408 diff --git a/checkpoint-255000/scheduler.bin b/checkpoint-255000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..3e7edc0f4c7db1e226de4d0bbf5daa38d40d5163 --- /dev/null +++ b/checkpoint-255000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e54273a57d7e6c660ed5c69efd47cf16fd16d52f787dcafd9398f873ffaca9fc +size 1000 diff --git a/checkpoint-260000/controlnet/config.json b/checkpoint-260000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-260000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-260000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-260000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..c4fceef9215ef5eb801746f5e09e8d035ef42aea --- /dev/null +++ b/checkpoint-260000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb838bbc554fdacce4045be02914a2abcc64e770d1acf4b2955ebdb62b295a7f +size 1445157120 diff --git a/checkpoint-260000/optimizer.bin b/checkpoint-260000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..5406368d8d0d2b63a859a364e474bd97f94bb6b1 --- /dev/null +++ b/checkpoint-260000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a188ed1e818f7674eff0b967f7b10e607a20279f3814853f64463c360e8b0f2f +size 2890518478 diff --git a/checkpoint-260000/random_states_0.pkl b/checkpoint-260000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..fabadd9f601f7ff6549992f9527a933865905bdb --- /dev/null +++ b/checkpoint-260000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64dfb1927f793cc90b31ce184724f1be7e99db770ac60ebcec347b2ef23f96d4 +size 14408 diff --git a/checkpoint-260000/scheduler.bin b/checkpoint-260000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d1f9223918c615e9903a0859e212b433d877ea89 --- /dev/null +++ b/checkpoint-260000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c39881336f468c692e091d8ba728e226b80e4793e84d38873b7ebd7049664e1a +size 1000 diff --git a/checkpoint-265000/controlnet/config.json b/checkpoint-265000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-265000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-265000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-265000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..96a4860daa6236953c47157aa1ffb968acb5e372 --- /dev/null +++ b/checkpoint-265000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571bd3699f34695d9de2bdbcfad28a924ec2dec0fed206f631a04d1361e896e3 +size 1445157120 diff --git a/checkpoint-265000/optimizer.bin b/checkpoint-265000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..eb82ae99d24768a57d957365c83593310a0d11ab --- /dev/null +++ b/checkpoint-265000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360f2251ab5f23c94c34a2b6fd006f93ce50e6404db2767af5418e76ca445d06 +size 2890518478 diff --git a/checkpoint-265000/random_states_0.pkl b/checkpoint-265000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b40e03a0906ae0c21163dbad648258c1cf8dfe78 --- /dev/null +++ b/checkpoint-265000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad940afec8ce6e875b9b10800edf276b325fd490e4353e5d259eb358f61104a1 +size 14408 diff --git a/checkpoint-265000/scheduler.bin b/checkpoint-265000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..8d87f93b803e2a09ea1154e22bd38c7c56eba744 --- /dev/null +++ b/checkpoint-265000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd89b8d5b5ab39ed651fdcc8be1e02ac9d8eaa45640576c0f50f47f37aa562a +size 1000 diff --git a/checkpoint-270000/controlnet/config.json b/checkpoint-270000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-270000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-270000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-270000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..576d02e8f9e96bca1946bb7f6127290522bebe39 --- /dev/null +++ b/checkpoint-270000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2516900cd05f0328ced1aaba27c130deead1dbda82fa63ec95f44839dd2a65db +size 1445157120 diff --git a/checkpoint-270000/optimizer.bin b/checkpoint-270000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7ac86c8d5b9995c94ade3841f1af1453cc82986d --- /dev/null +++ b/checkpoint-270000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84bedb22a5c06489bc8a69b900f12dfba7f99fda45f7df0af8324b2aef1b5e30 +size 2890518478 diff --git a/checkpoint-270000/random_states_0.pkl b/checkpoint-270000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0f2e20e8bbdd2ed7c272d52ac5b29240781f031f --- /dev/null +++ b/checkpoint-270000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec55e914d2afa0b859f4b5200db62c7cea39634c1d8780271831bca7118e1699 +size 14408 diff --git a/checkpoint-270000/scheduler.bin b/checkpoint-270000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..347255f3bc86dc34fda83740c869eda28ddc0145 --- /dev/null +++ b/checkpoint-270000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:254d5ff409f22667d58897de1335e58e97cdda3ef62dfb9e68a46f82a55a1475 +size 1000 diff --git a/checkpoint-275000/controlnet/config.json b/checkpoint-275000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-275000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-275000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-275000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..bce153902cb86aa9ed4f467283b45983f318bf38 --- /dev/null +++ b/checkpoint-275000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:609ec88a2d581763f9faa2ca1a5c509ed7d86b9c49eb97f6763500813fda25f0 +size 1445157120 diff --git a/checkpoint-275000/optimizer.bin b/checkpoint-275000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..77be6998b2c23865ceb3e2eea1a8ed4b9f761a38 --- /dev/null +++ b/checkpoint-275000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b7cd43f352ea7512453e87b53f6f222e7406c51bab22842794151171a362bfd +size 2890518478 diff --git a/checkpoint-275000/random_states_0.pkl b/checkpoint-275000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0f755463d2a6c515e0f14844649ee56ab4f3ae6c --- /dev/null +++ b/checkpoint-275000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3b62e32cbdf95d6f3fb5e2fa22759173cb7d43388f6d5f383cdd51f5bf24a7c +size 14408 diff --git a/checkpoint-275000/scheduler.bin b/checkpoint-275000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..5f0eec253df9177eb7460d9304b3d8c0af5fb6c4 --- /dev/null +++ b/checkpoint-275000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c7302fc6ee9caa2f6015138c27feef304d80738911188c05cb7700eee4e0d78 +size 1000 diff --git a/checkpoint-280000/controlnet/config.json b/checkpoint-280000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-280000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-280000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-280000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..9d0dff568122a45dd6dfd9a31afae042583dad70 --- /dev/null +++ b/checkpoint-280000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee0d3dd0943eb297d5d54595f0e0ad2f3f477b74351349fa18a4e8ded1ed6758 +size 1445157120 diff --git a/checkpoint-280000/optimizer.bin b/checkpoint-280000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9ffaf28385e2a434564e9fe6b9fd237d3188927c --- /dev/null +++ b/checkpoint-280000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c248153a26c82634ae4ffa6908090c935182e9c7a6f5603ebe826546202131 +size 2890518478 diff --git a/checkpoint-280000/random_states_0.pkl b/checkpoint-280000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ac86a125eef0e9739b8e4579889fc77f329ed97e --- /dev/null +++ b/checkpoint-280000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:931ccd25e6e9887e3f3b9d5dfd41f5d8a5e0c1c28b25c16b5ca8b3a6b466e3a0 +size 14408 diff --git a/checkpoint-280000/scheduler.bin b/checkpoint-280000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..1140d5158ee0a7ead992c83fad81c2fde75cf572 --- /dev/null +++ b/checkpoint-280000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a1d5c29e09435492495b9038ecde3eebc3323fb9703e36591d9e60538f40a63 +size 1000 diff --git a/checkpoint-285000/controlnet/config.json b/checkpoint-285000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-285000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-285000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-285000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..71fdb42d54da0301b820857c54b428137157f1b7 --- /dev/null +++ b/checkpoint-285000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa0b2c8eaa95c1a3bcd5cb8c27e2bd773f568469e76fed9184bb2dfeeea9ad4 +size 1445157120 diff --git a/checkpoint-285000/optimizer.bin b/checkpoint-285000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e1982fe535f4b2186fe40913a87ed27ecfdc364e --- /dev/null +++ b/checkpoint-285000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db39aa940aba4aac13453d23abef78b6d9653471992181c93d08fbbeaa42847 +size 2890518478 diff --git a/checkpoint-285000/random_states_0.pkl b/checkpoint-285000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..6f79e5f26db0d014c0a326c373ced166cccb4271 --- /dev/null +++ b/checkpoint-285000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e7bac5eb929d807e381842ddc7fd63463420e18ea53105e55b9352f4a89d1b5 +size 14408 diff --git a/checkpoint-285000/scheduler.bin b/checkpoint-285000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..4ce5484b42f8deecfa7d39e3ff5b2aed38adce9c --- /dev/null +++ b/checkpoint-285000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc4605acec4e4cb00b4ef475c80eb939843da472bd0258782be1e213bcb63d5f +size 1000 diff --git a/checkpoint-290000/controlnet/config.json b/checkpoint-290000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-290000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-290000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-290000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..04eab71de192e5df6180d8359c1d58eece986d08 --- /dev/null +++ b/checkpoint-290000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360237007ad5400ea6a09ed01f6a8f2a5b443130c89ac7667460c336fffa7813 +size 1445157120 diff --git a/checkpoint-290000/optimizer.bin b/checkpoint-290000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6a52ce9b056111b92846e7d5ada1410fbf5ff0a8 --- /dev/null +++ b/checkpoint-290000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5aab9e31e332bdc8b9db9da173df96dcac3a05f33e066eb2884e695d2e1175c +size 2890518478 diff --git a/checkpoint-290000/random_states_0.pkl b/checkpoint-290000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..52792ca8d46de7b7140ef03e1ff9282a5b550c1a --- /dev/null +++ b/checkpoint-290000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b976257a870f193ec3c4fb2048b97370de68bd4860678ef8fa8cc48b69ef734 +size 14408 diff --git a/checkpoint-290000/scheduler.bin b/checkpoint-290000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..0c1ca37aa1adc8643b3ffc742f52db9bf5272494 --- /dev/null +++ b/checkpoint-290000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1275283f180d41aa4d02e6a5173c7378c3d2ab7ade0146aaabfcaa294a423ed +size 1000 diff --git a/checkpoint-295000/controlnet/config.json b/checkpoint-295000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-295000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-295000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-295000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..d3d20269507dc65b388ddc090d30d562b3974399 --- /dev/null +++ b/checkpoint-295000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:751eea5a50d3338547b8936e1f1a45900f30c6fece47ddc74f1e8ae26d7c3c67 +size 1445157120 diff --git a/checkpoint-295000/optimizer.bin b/checkpoint-295000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..5f5783122d625db361e6894bd189c2c75b15215e --- /dev/null +++ b/checkpoint-295000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5ff23d4d11f865e3675b0338d0d5a7ac99ebd770c9870371ab6ec95ade390de +size 2890518478 diff --git a/checkpoint-295000/random_states_0.pkl b/checkpoint-295000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e5c08d667621d595d8f540f63a0f56db8e1b8c38 --- /dev/null +++ b/checkpoint-295000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b8a7302a720e62f44816f800f8dda94c66973032824a8e4de59f9c72295453b +size 14408 diff --git a/checkpoint-295000/scheduler.bin b/checkpoint-295000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..16d17d8bd0dd7a64b03816a242127b325606f256 --- /dev/null +++ b/checkpoint-295000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb2561866d7f5e300521f62a6571ed05af4bef18d6e792cb034d5de55ba95a07 +size 1000 diff --git a/checkpoint-30000/controlnet/config.json b/checkpoint-30000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-30000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-30000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-30000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e67e938fe70f51c65dfbe29f4c1285ab2e1730cb --- /dev/null +++ b/checkpoint-30000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41dce376382bbbb1ca84f958fa78c175f7ffed467cf0ef7aed5626b31bec9411 +size 1445157120 diff --git a/checkpoint-30000/optimizer.bin b/checkpoint-30000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..5a24398e00c4c4518e6ea40b18cd0bbc598bd32d --- /dev/null +++ b/checkpoint-30000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e46d1fdd288863ae61b13f048e23e9c276baefa588e55c4a111487b5bf641188 +size 2890518478 diff --git a/checkpoint-30000/random_states_0.pkl b/checkpoint-30000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3d9eb5b636b65776913b141cd46b387f35c5d377 --- /dev/null +++ b/checkpoint-30000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c51e464ba7c0c1333e4d663a3f2b33ca287139909969c2f3bdd950d3b247cea0 +size 14408 diff --git a/checkpoint-30000/scheduler.bin b/checkpoint-30000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..bde8eae1ab025bf0923b7b48a874ee145b65f99f --- /dev/null +++ b/checkpoint-30000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4f7eab2bd1edeecc4557a33bfb3d0be4e8a4fa29560d5219a021898f3b612eb +size 1000 diff --git a/checkpoint-300000/controlnet/config.json b/checkpoint-300000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-300000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-300000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-300000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..0301a8dc0d3cfc70428c4060bc4bcdbca1e828b5 --- /dev/null +++ b/checkpoint-300000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d409062d4080ec9969a0f755101bda9b55029005dade6e3dba63c9f9263c817c +size 1445157120 diff --git a/checkpoint-300000/optimizer.bin b/checkpoint-300000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0d2384ea2505eab773c8ca033eb60a99026ce45e --- /dev/null +++ b/checkpoint-300000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf9249f159a218cab1cfe130b19df2c360a0cbfb1c13ec0616784fd85a31d2b +size 2890518478 diff --git a/checkpoint-300000/random_states_0.pkl b/checkpoint-300000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0950670a1b7b9547b61f583f7e5247bb4e770a44 --- /dev/null +++ b/checkpoint-300000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d22693c58560fe1a204ae6faa5f36f97dea7441a4fc7c4fad830ce63e8fa74e0 +size 14472 diff --git a/checkpoint-300000/scheduler.bin b/checkpoint-300000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..ae2cfa325ed7ab59ef72c20395c557e419c652f4 --- /dev/null +++ b/checkpoint-300000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9619f744eb6e5292d3ed1db24c21c9507b68a7a4d0c949f9454f058e5eb4bb83 +size 1000 diff --git a/checkpoint-305000/controlnet/config.json b/checkpoint-305000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-305000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-305000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-305000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..5c1a5f46e4bcdffc4f2fa1ecf72c500d2db4a77a --- /dev/null +++ b/checkpoint-305000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0891995b2f4a59b968e8b01d802473063735c3d8357bff56daa089aab110a0 +size 1445157120 diff --git a/checkpoint-305000/optimizer.bin b/checkpoint-305000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..4627a1db8997993b274d1b1a126bf01d7ad9cdf0 --- /dev/null +++ b/checkpoint-305000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bda1a8d9c33dacfc076317bbfb944b8608bb8944b6fe0a0f2deebd6f84faa7e1 +size 2890518478 diff --git a/checkpoint-305000/random_states_0.pkl b/checkpoint-305000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..280764a6db50c02e70b272bac1364844dc506ac2 --- /dev/null +++ b/checkpoint-305000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:305e1e90b1e12bcda6f56202ed3689b980f095932a46febfa0b0f1dc9048db2a +size 14472 diff --git a/checkpoint-305000/scheduler.bin b/checkpoint-305000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..76d36538cda9f24c6444106647e37f0d383bca63 --- /dev/null +++ b/checkpoint-305000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af6972c3fb77a0959d99e7ba2b53c505c4ecfe0c0113f0c59004ca2260022a03 +size 1000 diff --git a/checkpoint-310000/controlnet/config.json b/checkpoint-310000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-310000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-310000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-310000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..d94db714b2c872639efec05ef853963d98452c1f --- /dev/null +++ b/checkpoint-310000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40f4545d60bc888ff3f3720fd02b31eaaaf5542dd61de2f0f5749f0cb2e9fc61 +size 1445157120 diff --git a/checkpoint-310000/optimizer.bin b/checkpoint-310000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..baa4797f99008aa011269db24bad0c6a1ebfc339 --- /dev/null +++ b/checkpoint-310000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb4f955a35646450c2b3f976dbee7d8f632ce5b6cf5f2831e9ca72001824413 +size 2890518478 diff --git a/checkpoint-310000/random_states_0.pkl b/checkpoint-310000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ff50f452f40874bcd8a8517b2d9b1d576b657d51 --- /dev/null +++ b/checkpoint-310000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2a62f548b6833aa7b2c7bbdc923e62c5189f4541e7775583c627057e93b499 +size 14408 diff --git a/checkpoint-310000/scheduler.bin b/checkpoint-310000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..7a8a22ef5bb0fbc1e2a0ee71ca638be793935e2b --- /dev/null +++ b/checkpoint-310000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c316fb9e63ae3ab7b5cb8a5e056157b2db1a7eec291bd63fdd155fc90b5b7d2c +size 1000 diff --git a/checkpoint-315000/controlnet/config.json b/checkpoint-315000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-315000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-315000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-315000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7589b7f2ade97809d285947d8373fa5b46d794ae --- /dev/null +++ b/checkpoint-315000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b5226fe69799e9e90e83a0f0e5907eb03ae2ba46cb0753d692b7c4649df5737 +size 1445157120 diff --git a/checkpoint-315000/optimizer.bin b/checkpoint-315000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..f1d631b2c19d6a2e901dfb1f7cc266ec12771353 --- /dev/null +++ b/checkpoint-315000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d85bf140760f7580ef4c1f61b540b9f4ab692165126f908c693a8a536afdb8 +size 2890518478 diff --git a/checkpoint-315000/random_states_0.pkl b/checkpoint-315000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..52839f94e5ea8714d77f1ed0299c40ffb0b83f16 --- /dev/null +++ b/checkpoint-315000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f01e933687051223578d84f9081ebfb2ea646c92c78f1b0b01b2ec4ec4d1f28 +size 14408 diff --git a/checkpoint-315000/scheduler.bin b/checkpoint-315000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a5e1c2d13019edd9ad8f2b4b23a01422a9bd28e2 --- /dev/null +++ b/checkpoint-315000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84085b9f1457fe90123ae795e0bfab6ca8955b444d6c2b724a8a188d4538f75 +size 1000 diff --git a/checkpoint-320000/controlnet/config.json b/checkpoint-320000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-320000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-320000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-320000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..d52c028e517aa2bf99a855236650570efb21be1b --- /dev/null +++ b/checkpoint-320000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25ab015297db2bd9138971009226e82f3d0d264e9a1b270d16555e9d27b6c162 +size 1445157120 diff --git a/checkpoint-320000/optimizer.bin b/checkpoint-320000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2b30f2fa531bb7d3d8a5a4402e945c358240501b --- /dev/null +++ b/checkpoint-320000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28784988399ca4f586b8f4135904d5302885c685612a37806679ae8c6ae0831a +size 2890518478 diff --git a/checkpoint-320000/random_states_0.pkl b/checkpoint-320000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..50f3d3ee4fb2e8940ca5d7c7b7e0a1ac06c5c2da --- /dev/null +++ b/checkpoint-320000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0fff6ac3ce5968f5eb234c2d1b1ffbb98114e034c310f813f7016a8393df473 +size 14408 diff --git a/checkpoint-320000/scheduler.bin b/checkpoint-320000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a7e017527e3087bbe085fcaf8090340620962c91 --- /dev/null +++ b/checkpoint-320000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280bc3cee403fb28969f39a2ba26af9a1889232c22499a4cf1508a3a3e7a378f +size 1000 diff --git a/checkpoint-325000/controlnet/config.json b/checkpoint-325000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-325000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-325000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-325000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..32e6e22e2686c045930807d4bc4b8ec51ec1ee2f --- /dev/null +++ b/checkpoint-325000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad4d7a3e81b0f0808bf935f339a78d648841fa864441edda62d5a3f20905c36 +size 1445157120 diff --git a/checkpoint-325000/optimizer.bin b/checkpoint-325000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..8e46859692bcc509923f3667b33308539929fa69 --- /dev/null +++ b/checkpoint-325000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a71b7b68e084be0631463bb19aac9b04fe63a2ebd84ce5a26638980ef60a8688 +size 2890518478 diff --git a/checkpoint-325000/random_states_0.pkl b/checkpoint-325000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..5570ecfcdc636725d29e73c49216f0cc26d07ec2 --- /dev/null +++ b/checkpoint-325000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69767c2bbda01c51763fd5bbb0a126d08729e3ba2a6a5bed46196fa7c633f200 +size 14408 diff --git a/checkpoint-325000/scheduler.bin b/checkpoint-325000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..68166dcd2231bcb7bda101b3c4ba395126c0e26b --- /dev/null +++ b/checkpoint-325000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df61aca6fabc154f7ca4d24aaf7cf57bb38a79eea9887879475efa38a8394172 +size 1000 diff --git a/checkpoint-330000/controlnet/config.json b/checkpoint-330000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-330000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-330000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-330000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..935a6d21607301f1a76df92b4af51a1ef3f269c6 --- /dev/null +++ b/checkpoint-330000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a52f1a04b8cc2eb1c9de6c8d676b099b4ed4cad6789ad522d1d81406aafbdc +size 1445157120 diff --git a/checkpoint-330000/optimizer.bin b/checkpoint-330000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..03ffe3eb4e9a96614259e5da46b019b6ab5df2f2 --- /dev/null +++ b/checkpoint-330000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e305c3ab8b54fc5f29e6fa9ab328eb2e202e6a29eb3bfb8a91c344e13e1ca0 +size 2890518478 diff --git a/checkpoint-330000/random_states_0.pkl b/checkpoint-330000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..da8643b7d0e27f9db5380bcc2f0e8529afcdca16 --- /dev/null +++ b/checkpoint-330000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d58bf3e4c9b1dee9b76bc13b1163979ebe0a299667debb1c040368eee4ff2121 +size 14408 diff --git a/checkpoint-330000/scheduler.bin b/checkpoint-330000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..3004da904f97542548544a14b50512a4bd9d515c --- /dev/null +++ b/checkpoint-330000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6139464e319504098a27c3beca1c17c9f415d5912b30b25dbbe46c9f71aed0b3 +size 1000 diff --git a/checkpoint-335000/controlnet/config.json b/checkpoint-335000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-335000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-335000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-335000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..917747d1f7b6960a3c3aa35fd2f7bd7765b3feb6 --- /dev/null +++ b/checkpoint-335000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c311965e98399ae44d5613b4aa6115acbe5eb354044d971644ff71b2c9553e +size 1445157120 diff --git a/checkpoint-335000/optimizer.bin b/checkpoint-335000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..64377eedc9933749b86605826859ee6412e0134d --- /dev/null +++ b/checkpoint-335000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2befd2a705ffae4a5e31b0b25ee71b455268b41ceb7b0e2e3431132bf2d92b96 +size 2890518478 diff --git a/checkpoint-335000/random_states_0.pkl b/checkpoint-335000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..2b7d28d773055d6c2b4dddfb716b123deb690469 --- /dev/null +++ b/checkpoint-335000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a88561ae1d572278e51b24962c2dd4cf821faaca840e53c5fa55e28546992736 +size 14472 diff --git a/checkpoint-335000/scheduler.bin b/checkpoint-335000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f4964778c34af55d577dd401fbb1840b0975c583 --- /dev/null +++ b/checkpoint-335000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce8aa7cda9c57825ecded0a92fa086f4afbea39767dc1450a05d731f2de4ed8f +size 1000 diff --git a/checkpoint-340000/controlnet/config.json b/checkpoint-340000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-340000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-340000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-340000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..60d6bf7abac10d33c905b13668fccb40273a872a --- /dev/null +++ b/checkpoint-340000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:073e18f917124eb2a0d4fc4a2fa8918e54f5893a6cdb28dee592cc398c22ff40 +size 1445157120 diff --git a/checkpoint-340000/optimizer.bin b/checkpoint-340000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6e7574bb3bba30f5b08fabe2df9ac337eb39ce9f --- /dev/null +++ b/checkpoint-340000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557db327573bb6cdcb524f7b6a3c5743de339e4b7eeb7e0cb3a538e2acc4ffa0 +size 2890518478 diff --git a/checkpoint-340000/random_states_0.pkl b/checkpoint-340000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..848f96eb39b49e78353b57be63f2542dc8d7f99c --- /dev/null +++ b/checkpoint-340000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f9bd62b53c72cb00266a093148e735bcfc70241f673d70812cea412e838ff46 +size 14408 diff --git a/checkpoint-340000/scheduler.bin b/checkpoint-340000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..2d2d0d4df670f8cc5b53b57d90a55cbad91a3be7 --- /dev/null +++ b/checkpoint-340000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:849c0a84feb42250c21d69412f8b73b109da0ac89abcd234ff48ec7c64b44c66 +size 1000 diff --git a/checkpoint-345000/controlnet/config.json b/checkpoint-345000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-345000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-345000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-345000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..936180bcb5bd4cb39abc6cae4ca36c8fa9bd2df5 --- /dev/null +++ b/checkpoint-345000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e8eb14ef51b023131b3b998848cc8c65dbc96eecdf4e9703b17f084ea060b30 +size 1445157120 diff --git a/checkpoint-345000/optimizer.bin b/checkpoint-345000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..3bd138f626aa56f1461cee9aebb3906aea023440 --- /dev/null +++ b/checkpoint-345000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e91b945e34aad3529f213350e34ea3115032a5d9ebc22420f2d0eb0ea563ff8 +size 2890518478 diff --git a/checkpoint-345000/random_states_0.pkl b/checkpoint-345000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..db774c5df7c39b493015158541a626553359104b --- /dev/null +++ b/checkpoint-345000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd39667d239d5e5c3bc696e7586c3d7752b9559bb72cd2c3ed898a94ec97291 +size 14408 diff --git a/checkpoint-345000/scheduler.bin b/checkpoint-345000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..c69a3dbe9ee3312bdd723d71ddab736e1aefc5f7 --- /dev/null +++ b/checkpoint-345000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15cdd3c2f31e977bce1facd84d32dd3b0b2f21787045cba344f4b7058abbb2c2 +size 1000 diff --git a/checkpoint-35000/controlnet/config.json b/checkpoint-35000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-35000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-35000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-35000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..f8f9b7190371e3d859cf19e5bb148d678a2d8351 --- /dev/null +++ b/checkpoint-35000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4816529c58bde414cb4ec372d5658bb1e9b44405e542b90b3a8f061851e78201 +size 1445157120 diff --git a/checkpoint-35000/optimizer.bin b/checkpoint-35000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..a462424fc5355e9471efd98c433a4ede55a1cb9b --- /dev/null +++ b/checkpoint-35000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73adea1c6f4ca3144b4dbc9c6d2322c49b126c5c4036091581dff89a4d737986 +size 2890518478 diff --git a/checkpoint-35000/random_states_0.pkl b/checkpoint-35000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..775527c983eac408338a5ce045bbc60303a86a6c --- /dev/null +++ b/checkpoint-35000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0935e8805626afc9277f29c6274b28a66f67b45cd926d0894abdb2da41493700 +size 14408 diff --git a/checkpoint-35000/scheduler.bin b/checkpoint-35000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..33c27e6931111993f5114531046b734968d011be --- /dev/null +++ b/checkpoint-35000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c651a22b64e15483287791d87b3d753e1c4331309e2bf9a4cd33d9bf2df0e79a +size 1000 diff --git a/checkpoint-350000/controlnet/config.json b/checkpoint-350000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-350000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-350000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-350000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..cd0b3c2fe23b7260e9be9662732deea7758269af --- /dev/null +++ b/checkpoint-350000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a76e533e56a47beca337842ee757ed04b81cd26b8f44501010ff3e4a4ca7ad47 +size 1445157120 diff --git a/checkpoint-350000/optimizer.bin b/checkpoint-350000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e655b59908c96efd07bbe4cee2fb584157a2ee0a --- /dev/null +++ b/checkpoint-350000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d83490dcdcd0ff4932d0e9358b78cca05bb82c20c4919f133cc11002104885 +size 2890518478 diff --git a/checkpoint-350000/random_states_0.pkl b/checkpoint-350000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ee2c235b203e25c206e5d82292b3f3ca30a499c2 --- /dev/null +++ b/checkpoint-350000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f3f892057ed2e96a07901e2598d7ffd4322cf6a96de38cdce1d0987983f9133 +size 14408 diff --git a/checkpoint-350000/scheduler.bin b/checkpoint-350000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d6ffb573e0c87eaf5002b8904d069ef01c49e6cf --- /dev/null +++ b/checkpoint-350000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3949204408827eb08b327ec78b421b92d9dc8016c4235a808881cfb3180b62 +size 1000 diff --git a/checkpoint-355000/controlnet/config.json b/checkpoint-355000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-355000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-355000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-355000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8e760e48a2e9dda8cef6c678ce06dff54a643627 --- /dev/null +++ b/checkpoint-355000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:264ce5f42c444da5f206d0398f02177e89af2b49eb264d7e2761354ed64d91a9 +size 1445157120 diff --git a/checkpoint-355000/optimizer.bin b/checkpoint-355000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2f64bbc627f28b0237753bcc5043f326e615a5fc --- /dev/null +++ b/checkpoint-355000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512560311e7885ce0f5c98ff9959e4f24cfcf8eec0b308a54db1656f2fce47b3 +size 2890518478 diff --git a/checkpoint-355000/random_states_0.pkl b/checkpoint-355000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a719b12e74a236fb486864442412f4f2f60d1cd2 --- /dev/null +++ b/checkpoint-355000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b060fd026890ab38301fc09080030032b8b1145d8a14578518948c8fe55440ab +size 14408 diff --git a/checkpoint-355000/scheduler.bin b/checkpoint-355000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e656219450b2304f721b6a96ffa07874e616513b --- /dev/null +++ b/checkpoint-355000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d788ee788fca6ed6894d45fd482608c9a283bb308ab6b33cc6c846661c4cff94 +size 1000 diff --git a/checkpoint-360000/controlnet/config.json b/checkpoint-360000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-360000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-360000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-360000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..a0b310f562c6f5a6986399ee942cadcf78e9ed4f --- /dev/null +++ b/checkpoint-360000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82c89793de3975d1f82eb02b6dcac67ec864e3b6fac3ec3e841f481a5b94f67 +size 1445157120 diff --git a/checkpoint-360000/optimizer.bin b/checkpoint-360000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..341065448802d4f508c65133300050f77484518f --- /dev/null +++ b/checkpoint-360000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fefc075f7ea60b099f3845c764e97f03e8246ae39162be703c74f225711c6a63 +size 2890518478 diff --git a/checkpoint-360000/random_states_0.pkl b/checkpoint-360000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3d0c8bea4b77b134d64da4db04f5722d3b776266 --- /dev/null +++ b/checkpoint-360000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c76a98b1c2dcaf5244ad78392feb911db59c7f8b8a3079310c3380f164bf75a +size 14408 diff --git a/checkpoint-360000/scheduler.bin b/checkpoint-360000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..3297799b46540fbc5d1ca11678e75f1299e720a0 --- /dev/null +++ b/checkpoint-360000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed8f8bb30e349c4deb16feacf630c53c9e00ee87c2870237b29a4b70dcb86d0d +size 1000 diff --git a/checkpoint-365000/controlnet/config.json b/checkpoint-365000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-365000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-365000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-365000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..29f3c2e211ad72ad47c543a0bc38cfc6a6502923 --- /dev/null +++ b/checkpoint-365000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27da196fdc432efcc6c98589323476a7c9d58dec96b4e942d2de697b21f5e308 +size 1445157120 diff --git a/checkpoint-365000/optimizer.bin b/checkpoint-365000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..206312c22d1a861ab5146602e56b73d1479f6766 --- /dev/null +++ b/checkpoint-365000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f095d970692f18f57601358321d75e238b7f9f341b0156ec6948c390148b081f +size 2890518478 diff --git a/checkpoint-365000/random_states_0.pkl b/checkpoint-365000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c841d3ff3e204ea6c4a1821e62d0fad5a93e6cb1 --- /dev/null +++ b/checkpoint-365000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:700c11ba88fce8fff590938dbcc2be92ffca435044dbfb716527abeb51fbb4de +size 14408 diff --git a/checkpoint-365000/scheduler.bin b/checkpoint-365000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..30d50ba2cb91e79dc5e0b56ccca36cbc97045376 --- /dev/null +++ b/checkpoint-365000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e6b6b1512e6cf0a07bf2da57b7553bf83672bf909b635672462464b38b5106 +size 1000 diff --git a/checkpoint-370000/controlnet/config.json b/checkpoint-370000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-370000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-370000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-370000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..772995ba2e894fafb565344d3806310d7dc5cecd --- /dev/null +++ b/checkpoint-370000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d31252a55387c37f84515b29093f8bccc40aa3eb898453f5868cc506296ff00 +size 1445157120 diff --git a/checkpoint-370000/optimizer.bin b/checkpoint-370000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..8f9e9030317c5466ec287a6ac19a4dcb386960c6 --- /dev/null +++ b/checkpoint-370000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d5797febad4aaa6e520f6c3fcfbe02d9b4e34227c1bb62e313d894e1178b69 +size 2890518478 diff --git a/checkpoint-370000/random_states_0.pkl b/checkpoint-370000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..61b0e6c315ad7203b73e1ba5e5139e87b6b8efe0 --- /dev/null +++ b/checkpoint-370000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf519fa91ad13db2a788be521fbec3f0b91213069cc6e4454abd078c1a6f7c8 +size 14344 diff --git a/checkpoint-370000/scheduler.bin b/checkpoint-370000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f676060630f32ce6b4f5a88439123940d231ec3b --- /dev/null +++ b/checkpoint-370000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:504069e850505753c12da594db5c3df64e3eb5f048275436ccec1e0bd713347d +size 1000 diff --git a/checkpoint-375000/controlnet/config.json b/checkpoint-375000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-375000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-375000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-375000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..3659f694be6273515944a847af556aecf0d77027 --- /dev/null +++ b/checkpoint-375000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed04ca929c9977f2e8841ddf97aedfa778c998534b62253f6a69795818322a14 +size 1445157120 diff --git a/checkpoint-375000/optimizer.bin b/checkpoint-375000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..89e5961c77f0d15c7bc358bba2c288c20a0b839d --- /dev/null +++ b/checkpoint-375000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e39963fc908b8b775b70d629b7260a3d015d410339d4dde610ba9d8c5efab0 +size 2890518478 diff --git a/checkpoint-375000/random_states_0.pkl b/checkpoint-375000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a0ee05bbd08724762a07da5e7967b79b8043bda0 --- /dev/null +++ b/checkpoint-375000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:942edd36e42366924359034ea094fb90fc828426355d0a6f8de9914727a6b4dd +size 14408 diff --git a/checkpoint-375000/scheduler.bin b/checkpoint-375000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..b36733bd721f34604d61a52a6ea6bbc342c45275 --- /dev/null +++ b/checkpoint-375000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb4a874befabe97299f7a396d66b7a9716f17c983e5f7e7254bf6ed691cfcfa +size 1000 diff --git a/checkpoint-380000/controlnet/config.json b/checkpoint-380000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-380000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-380000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-380000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..efddb76f1d26a4f4860802d74547e26447d75c64 --- /dev/null +++ b/checkpoint-380000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32d92628b31adc16a1b83fe75604e7983ab364aa55534f14529c28af80f1e96b +size 1445157120 diff --git a/checkpoint-380000/optimizer.bin b/checkpoint-380000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..42ac9e32b42ce8809ba305a38c38a5afe9e370f9 --- /dev/null +++ b/checkpoint-380000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab6ccede2e39695eda33f8fe73480dac4f5c38a5568b0b5ebfef34956106f3e4 +size 2890518478 diff --git a/checkpoint-380000/random_states_0.pkl b/checkpoint-380000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..bc7d9c3544a07bf5641887447f71733f05e5479d --- /dev/null +++ b/checkpoint-380000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e182463a7097e7f6a072108c99488be6f5b4caf154fef66e651546edf9518f +size 14408 diff --git a/checkpoint-380000/scheduler.bin b/checkpoint-380000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..ec4d0b8fee0ca2c4f2db33f14445d26e71db59c4 --- /dev/null +++ b/checkpoint-380000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea297b86f1e630f5c2b0709e9e80d7d32ac35cc384787aecc2abed020e301d6f +size 1000 diff --git a/checkpoint-385000/controlnet/config.json b/checkpoint-385000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-385000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-385000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-385000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8756d337031a25ecee495dc01e67f3f6df7da1d6 --- /dev/null +++ b/checkpoint-385000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a4a7386824c37b3ea0e1efaf7e5e4794fcab8ca502f59f3ca0ffa83e1487d7d +size 1445157120 diff --git a/checkpoint-385000/optimizer.bin b/checkpoint-385000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c8b9b6cd2c5cfc77e56cf0180caeba9846288e38 --- /dev/null +++ b/checkpoint-385000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d33e1d9093304fe2a3f3ec0d12e420eed84e0711a517f23bcc2e589e7f96d0a +size 2890518478 diff --git a/checkpoint-385000/random_states_0.pkl b/checkpoint-385000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..8079a7261f1969704f7f795506a30de2488a58eb --- /dev/null +++ b/checkpoint-385000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1305aef2076ce976394e7c90d15c58f28acd62977e9754b3f8d0f1144f7dd71e +size 14408 diff --git a/checkpoint-385000/scheduler.bin b/checkpoint-385000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a7819a993ddac1f347547f896584583935452872 --- /dev/null +++ b/checkpoint-385000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439785f0a8b1bd4e112719b9a1df9e059151f40e6520655bb82779b1fee75052 +size 1000 diff --git a/checkpoint-390000/controlnet/config.json b/checkpoint-390000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-390000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-390000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-390000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..2301a18c9edaa1e34f8cbf47d0dbf4478331d1d4 --- /dev/null +++ b/checkpoint-390000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:041ac13de42a96aba7cccb3b7a75f9f5565ba57eb55a1740ddb530df6dd8e8a6 +size 1445157120 diff --git a/checkpoint-390000/optimizer.bin b/checkpoint-390000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..39cbc50489819bbc00b7e5a484b269fedaa4bc82 --- /dev/null +++ b/checkpoint-390000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc9944d14e5009157a2530072f003db3642c2fdcdbc06de835e535562483cedf +size 2890518478 diff --git a/checkpoint-390000/random_states_0.pkl b/checkpoint-390000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..922b2cf4fabf7931d101dcf5e566845956af5eaa --- /dev/null +++ b/checkpoint-390000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390d46351db688b03c2d4314c1284a91a2d3785821d3323612516de90d8481f2 +size 14408 diff --git a/checkpoint-390000/scheduler.bin b/checkpoint-390000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..10b9dd1dc21f381fdb6af701a9ef3dc6afa32ee7 --- /dev/null +++ b/checkpoint-390000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c90961310882fb9161034869e4075147ba44182d7ebbc95d2485545a2605b33 +size 1000 diff --git a/checkpoint-395000/controlnet/config.json b/checkpoint-395000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-395000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-395000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-395000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ea0485bd1cde2866bf861e9e85d609761c60703d --- /dev/null +++ b/checkpoint-395000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b718a9f469a9ced0064c67a048cf2928a02ff6f73d15f4bb598d21a70496609 +size 1445157120 diff --git a/checkpoint-395000/optimizer.bin b/checkpoint-395000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2e1a7fb949fefa3cabad017196faa04135cd4ead --- /dev/null +++ b/checkpoint-395000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db6aab9949649214d926864b6984ee9bc3aa01be5c7ef3a1d15c7e439d5dc50 +size 2890518478 diff --git a/checkpoint-395000/random_states_0.pkl b/checkpoint-395000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..dd0ee1e9b60f3c8e9aa9661973731bfe538eb192 --- /dev/null +++ b/checkpoint-395000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7ba7924045c3c7dae8184bc0aa89b4e36b18756f8ed4eddfbc49d4d217373e1 +size 14472 diff --git a/checkpoint-395000/scheduler.bin b/checkpoint-395000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f1ffc98d6ddff89b9109fef9518d087038bd6f97 --- /dev/null +++ b/checkpoint-395000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:615d4ced100f16789841c65a433b0105e6722d06d1f13c821b2d27f64c8fc182 +size 1000 diff --git a/checkpoint-40000/controlnet/config.json b/checkpoint-40000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-40000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-40000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-40000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..91987a7c7846b0e1ba1528e437eebe0029f1b749 --- /dev/null +++ b/checkpoint-40000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be4ad3b054a856ec1f31f668267e0b1ccd449c7d3e332da3f39af1da90aa1008 +size 1445157120 diff --git a/checkpoint-40000/optimizer.bin b/checkpoint-40000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..41e1e70e24f690bf0c7d67c8e840bf979973b8e6 --- /dev/null +++ b/checkpoint-40000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c138838df5880ed85742d6084a10b05091202327b76f5e7eea4ab24eb3b4adc +size 2890518478 diff --git a/checkpoint-40000/random_states_0.pkl b/checkpoint-40000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0d23e45b7a5b1f864aef4cbb538eb801948d6c58 --- /dev/null +++ b/checkpoint-40000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:646d6750af8519c1eaf31607f84c4fa2a82dd9781b801aad2c312ea0e4ed6e90 +size 14408 diff --git a/checkpoint-40000/scheduler.bin b/checkpoint-40000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..6dffcd00bd74d2df525dd6d7257097ae5660f00d --- /dev/null +++ b/checkpoint-40000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3545acd782fef9a3052d35e8588ad863cba8df6191a8d8b91634d123b7bb20e +size 1000 diff --git a/checkpoint-400000/controlnet/config.json b/checkpoint-400000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-400000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-400000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-400000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..b2def46e8ae2c5c299740cd1fb6e054cfc195808 --- /dev/null +++ b/checkpoint-400000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005669d358136ba3e91c95453b5fd7dfe0c7e1f1df822197d285f56fe55355ae +size 1445157120 diff --git a/checkpoint-400000/optimizer.bin b/checkpoint-400000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..51bbcb0b945720c5914f47e353117a30d1a893b8 --- /dev/null +++ b/checkpoint-400000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67bb782f9144ded57a6da10e14ca3fa10905a45d7317f62f2fb14f12445d9cf4 +size 2890518478 diff --git a/checkpoint-400000/random_states_0.pkl b/checkpoint-400000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..6a5a9e5964c0fa637365e0052594126a22630133 --- /dev/null +++ b/checkpoint-400000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e5f93eb84976f8df9eed8ec3ee1af4c47f2c0fd21c01127440af1d86d75ce2 +size 14472 diff --git a/checkpoint-400000/scheduler.bin b/checkpoint-400000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..804776e1b53d46392fdc09a6e111b8ea0518a239 --- /dev/null +++ b/checkpoint-400000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d05a2a0572df8680dbb7a0ae3779d186731609051fbdb58eabe838a50f80af3 +size 1000 diff --git a/checkpoint-405000/controlnet/config.json b/checkpoint-405000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-405000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-405000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-405000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..08eccde5786dbbb815a82f115fcabc7a2a978883 --- /dev/null +++ b/checkpoint-405000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a89861a19d61445706f009e71a829a436f60a28c9b8568dc9b5a0bd6d9f58a68 +size 1445157120 diff --git a/checkpoint-405000/optimizer.bin b/checkpoint-405000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e73121726f0a548920e3f15ff23dc5da16a6fcbd --- /dev/null +++ b/checkpoint-405000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f83398a363f0e6d63010965fca8306ba333f3eb7f90b099fb59fd6670f9d3c5 +size 2890518478 diff --git a/checkpoint-405000/random_states_0.pkl b/checkpoint-405000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..80bb70ab14c71cc571e30e1b2f61509832535670 --- /dev/null +++ b/checkpoint-405000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae89644a31a3a8c1d7d66a9492cdc7afe04dc5f88c2aba7a59155eec0987e5d +size 14408 diff --git a/checkpoint-405000/scheduler.bin b/checkpoint-405000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..8e0a61a43ee10dd6bac086fd2ec5976b16561ec9 --- /dev/null +++ b/checkpoint-405000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95437f5c83fe10a663618a9ff3f8c19c7e917fb1ad97e3cadf75790b35aea4ce +size 1000 diff --git a/checkpoint-410000/controlnet/config.json b/checkpoint-410000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-410000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-410000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-410000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..782746239004927898e3b2d761883dfdfa26ac2f --- /dev/null +++ b/checkpoint-410000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:152722b6cc149903a4cb18143b296164b489fe7abd7139a85b2aed0ff9a3de1e +size 1445157120 diff --git a/checkpoint-410000/optimizer.bin b/checkpoint-410000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..5310b56b445748b8b21120720fa3050c5f250551 --- /dev/null +++ b/checkpoint-410000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d81356c19a5402f905f1da30846f6737f557f4bc35f7c7f9a96e4f69dabe173e +size 2890518478 diff --git a/checkpoint-410000/random_states_0.pkl b/checkpoint-410000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ec9a3fcf1d6d5be106c8bc5291211af20407eb72 --- /dev/null +++ b/checkpoint-410000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a6b213d9e9fa7ef23dc5d1f964e7b2bbe87807b650b35812f2c74daef3e740b +size 14408 diff --git a/checkpoint-410000/scheduler.bin b/checkpoint-410000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..034aca8597d42e1d1683cdd027dd8169baf5516c --- /dev/null +++ b/checkpoint-410000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3caca22c205647dbd950282a5842b6621ac1d6d2a060cd6e7b9a60c188bfb007 +size 1000 diff --git a/checkpoint-415000/controlnet/config.json b/checkpoint-415000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-415000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-415000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-415000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..c03141b35f63ac4bd77048689b125eb6205e621b --- /dev/null +++ b/checkpoint-415000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30f17a7925b59583444e99996f0b8eb0d1dc88b76ed1aedcabbc31fd5308d8ba +size 1445157120 diff --git a/checkpoint-415000/optimizer.bin b/checkpoint-415000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..1c0b11224f0bb8ee220fdd01361917a1fbbbe25f --- /dev/null +++ b/checkpoint-415000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d650982b737320cecbedf0db3deb59cdb4c4fbb2d51290b51fadb27ce28fe9 +size 2890518478 diff --git a/checkpoint-415000/random_states_0.pkl b/checkpoint-415000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..faee4b10700fd23a648a7527b3a729661486b032 --- /dev/null +++ b/checkpoint-415000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4133360b1dcaf9dc676d943397dcc11f3d3086b8f58b327fb4330f0551f5250 +size 14408 diff --git a/checkpoint-415000/scheduler.bin b/checkpoint-415000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a9d873ccf8faabd6a2684f6d706814d09ba23c55 --- /dev/null +++ b/checkpoint-415000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e32b435f140926a4711ba4de5f05182679dbe30105647200f33553af93fd868d +size 1000 diff --git a/checkpoint-420000/controlnet/config.json b/checkpoint-420000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-420000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-420000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-420000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..5a9dcb7260043a064a144d14a1e240d4e4a0cc0c --- /dev/null +++ b/checkpoint-420000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af7dc25328001c87deb8c79c66a8e1e69cb353c874c1fb9494c848dcce5dafc3 +size 1445157120 diff --git a/checkpoint-420000/optimizer.bin b/checkpoint-420000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b2238832a745ca2b15d4321717880af7853e751d --- /dev/null +++ b/checkpoint-420000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69d1a9a6203ce45901a39d7f030229ea295360eec70e05c018ee22ad18eab0f3 +size 2890518478 diff --git a/checkpoint-420000/random_states_0.pkl b/checkpoint-420000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e597260220be11ee6cc8bc158481f38f4a9ee6f1 --- /dev/null +++ b/checkpoint-420000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:130ad02da7c4029240e18154e6d30ed91cee2d824300f8f4c009b6f3d7f33a74 +size 14408 diff --git a/checkpoint-420000/scheduler.bin b/checkpoint-420000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..641b75b4a3476502b42fc96649954155def00814 --- /dev/null +++ b/checkpoint-420000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:045922757186a26fb175c2bf97c1e374b7ef8af968cd022bb1425f2a5bbd55a4 +size 1000 diff --git a/checkpoint-425000/controlnet/config.json b/checkpoint-425000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-425000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-425000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-425000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..22f5655182bf9ecb56cb11d966d7f8fcbba843c4 --- /dev/null +++ b/checkpoint-425000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cab4e7be0ff2c3197ee877e1f6189829e583563f491a360d27edaa9af584518f +size 1445157120 diff --git a/checkpoint-425000/optimizer.bin b/checkpoint-425000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..1188f2636ad32a5c3c419ec528630f514eb23475 --- /dev/null +++ b/checkpoint-425000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583aa9560900f3d17bf67ca9ff6e6f3957fa51be6aad5eec81ed0f5e3a1d8a9d +size 2890518478 diff --git a/checkpoint-425000/random_states_0.pkl b/checkpoint-425000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..af34f976ef38a8f417db7484bfa11ff219451dc1 --- /dev/null +++ b/checkpoint-425000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf73191c7f1243e7a2f8de0adb7464110ec0efa862e2f569fd4f83ae257ccfa7 +size 14408 diff --git a/checkpoint-425000/scheduler.bin b/checkpoint-425000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..92ef9eee9329bb33a2e02111d80cf842790422bb --- /dev/null +++ b/checkpoint-425000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:573495b8bb1092a245ce99d0baea04e1a66487b9740af5c24ea932dc00fa513a +size 1000 diff --git a/checkpoint-430000/controlnet/config.json b/checkpoint-430000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-430000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-430000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-430000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..d2c5bbb98a1c30cb7bbc04f12ed26a104ae462ec --- /dev/null +++ b/checkpoint-430000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0798410f647ce63989788986d2c74c3445550deb8689113dbb3bddb49c6b6841 +size 1445157120 diff --git a/checkpoint-430000/optimizer.bin b/checkpoint-430000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..695409a9b335dafce61aee4e40097d62c4152232 --- /dev/null +++ b/checkpoint-430000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea5a3cdb0a2d29f7cc11cd2791c2819331e9bea42ecece2120f266c3d020a0c +size 2890518478 diff --git a/checkpoint-430000/random_states_0.pkl b/checkpoint-430000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..fd9709e6e69ef66340a8fd0837d8caa88bffc3c1 --- /dev/null +++ b/checkpoint-430000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10714eb1edc9f2152b9ab1df3ac0d3ea1a4b5069a792eedd13108889ce99c752 +size 14408 diff --git a/checkpoint-430000/scheduler.bin b/checkpoint-430000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..5a356a808285ae63295156afe0ad2b061a970139 --- /dev/null +++ b/checkpoint-430000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac13608c6f0ee9cff7d2d3f6a3b46fd34013929926302e53c9c6d4997f43381a +size 1000 diff --git a/checkpoint-435000/controlnet/config.json b/checkpoint-435000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-435000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-435000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-435000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..cf0e787480654afc7876e18b627a114a48650824 --- /dev/null +++ b/checkpoint-435000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4289478c161c940f8eb1a62730fa1dc624eb8c20361414758a5a04f204510e00 +size 1445157120 diff --git a/checkpoint-435000/optimizer.bin b/checkpoint-435000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6536daeec65d39109580a6cc68fac8ad6ef6d1ca --- /dev/null +++ b/checkpoint-435000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66503830086b43f315f74b5b08589ca3f4e258831404d91fda930d13300119fc +size 2890518478 diff --git a/checkpoint-435000/random_states_0.pkl b/checkpoint-435000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..2ef27a91dd19cdbcd7976402e658ad9f28a7c961 --- /dev/null +++ b/checkpoint-435000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0076273dae08d059ea612481652d0aa3b0b11d4069a7c3855f41ad30f8a0ef27 +size 14408 diff --git a/checkpoint-435000/scheduler.bin b/checkpoint-435000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..8a2fa05deea41e0f04c356da058bcbd1bc06af47 --- /dev/null +++ b/checkpoint-435000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c99e10644873c07c954dbce845b9140906c015fa888b12c9011396ccd71a73c3 +size 1000 diff --git a/checkpoint-440000/controlnet/config.json b/checkpoint-440000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-440000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-440000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-440000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e47e95240ba736d6a87fc62aedc1896f237a26e0 --- /dev/null +++ b/checkpoint-440000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a7a4a9ace01a586b7748a595baf68063ba2b60a2b6fb5beab83809edafa60b +size 1445157120 diff --git a/checkpoint-440000/optimizer.bin b/checkpoint-440000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..17d70877f295ab836f7f37f6a7be73cdc42fd92f --- /dev/null +++ b/checkpoint-440000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:209587d0cbedf276fa62d47462481a7f4455308cb71170a2fd1014aa2eba20c6 +size 2890518478 diff --git a/checkpoint-440000/random_states_0.pkl b/checkpoint-440000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..fa109e24f2503138767102a0d8e89a3cd28196a9 --- /dev/null +++ b/checkpoint-440000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cc7f644d6e9d68a265645300107969dadd94c3b0755a4509adf97be914cd1e7 +size 14408 diff --git a/checkpoint-440000/scheduler.bin b/checkpoint-440000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..62de74bf313088bf8548b729d745169465095113 --- /dev/null +++ b/checkpoint-440000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42558af17f99e97e3b1949d1138631e69a30b038cb6e31708f9888729282498e +size 1000 diff --git a/checkpoint-445000/controlnet/config.json b/checkpoint-445000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-445000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-445000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-445000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..9a854194a89bdb456b82b1dc64ae629268977723 --- /dev/null +++ b/checkpoint-445000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feae765fbd6ca019cc8cf0c580f90d5a3653cfdf9d60887bb30b6341b0cd7fe2 +size 1445157120 diff --git a/checkpoint-445000/optimizer.bin b/checkpoint-445000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b0a7845bea60e9493525fb1df2e460cc19fa3942 --- /dev/null +++ b/checkpoint-445000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d31f985413341e16477b672536b4ade65c8d3f9e3bbf27dec6b7b4a0adb2bdd4 +size 2890518478 diff --git a/checkpoint-445000/random_states_0.pkl b/checkpoint-445000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..85ea6fbf06d05d5064cf3fe644d2f5ef20b1f3eb --- /dev/null +++ b/checkpoint-445000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72847bbded1553937fd796e82404af3c3ba5a6bd47b121cc1ce1ef0f6f3f3a01 +size 14408 diff --git a/checkpoint-445000/scheduler.bin b/checkpoint-445000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..ddd9d7df6af56fd956521351b8d00f894c2a54af --- /dev/null +++ b/checkpoint-445000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09ccfd51e67ce08e503cc242cf76a7317e18022c641b2b0abf0ffaff1197efd1 +size 1000 diff --git a/checkpoint-45000/controlnet/config.json b/checkpoint-45000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-45000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-45000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-45000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ddbeff29785aa09630f553dc16b9247db9034fae --- /dev/null +++ b/checkpoint-45000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e723c026a88417212b7178009374f35ccfbcd080cebaca2d9444f0f58afc7a +size 1445157120 diff --git a/checkpoint-45000/optimizer.bin b/checkpoint-45000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ab09e807eacbd2aa895cb561171e7c5a8ee3c0cd --- /dev/null +++ b/checkpoint-45000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af3228ded542f3cf87624046fc44d018044b22736f3f45efd56d85b6d05c970 +size 2890518478 diff --git a/checkpoint-45000/random_states_0.pkl b/checkpoint-45000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..37e4a47d58ccea2dda216b87c35fde1475f15650 --- /dev/null +++ b/checkpoint-45000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac1a30c98ba345e4a62ae592d3a530f2fedf03437cea7b85a5ee2c4c9e2da53f +size 14408 diff --git a/checkpoint-45000/scheduler.bin b/checkpoint-45000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..0abb898216aee28281ab9b5e41dc7e0c4e848e6b --- /dev/null +++ b/checkpoint-45000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb5bf84762fc90d32709f3ec06b0a2d5c831d3803eb5e15dbed5d07a9f75493c +size 1000 diff --git a/checkpoint-450000/controlnet/config.json b/checkpoint-450000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-450000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-450000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-450000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..bd5f2ffe56503a19e146c158478dc07c401c81ad --- /dev/null +++ b/checkpoint-450000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d774f62c8a3223994ef8fffa11668b09ef1635fe86efa7ded788cfc4e328e4b +size 1445157120 diff --git a/checkpoint-450000/optimizer.bin b/checkpoint-450000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..221c0420bac763bb674b68b012654afccdf2f02c --- /dev/null +++ b/checkpoint-450000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d0588cae4b895938996baebd0d47bf2fc6ff24975e8959fa4c7b10b23c249f2 +size 2890518478 diff --git a/checkpoint-450000/random_states_0.pkl b/checkpoint-450000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..492e516b6e39c71c4a81281d30ca6541da5393c3 --- /dev/null +++ b/checkpoint-450000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:177721275e61d6648f561d61c1b1c959d5f3568f35cfa966caf6e8149334bbf8 +size 14408 diff --git a/checkpoint-450000/scheduler.bin b/checkpoint-450000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..7b9dec1a30a8042ba42d2289eae747d2c8b745c5 --- /dev/null +++ b/checkpoint-450000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9205ffab3ca5e9eaefb6277d7b8321b09cc8f77e89d343b3e828daefcd7f22b2 +size 1000 diff --git a/checkpoint-455000/controlnet/config.json b/checkpoint-455000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-455000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-455000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-455000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..dbb022becb7fd761c543c204033b7d5ad95e5324 --- /dev/null +++ b/checkpoint-455000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f56ca006127d433eaf29a131b2e2addcd178bf2d63e0afe0e7709687adb90393 +size 1445157120 diff --git a/checkpoint-455000/optimizer.bin b/checkpoint-455000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..726fef162dee0ec11fc6a81fc40daf754d254888 --- /dev/null +++ b/checkpoint-455000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc6cb8529cb3d97bc48b14fa8e87a9019434c6d8285c18a756341fa48dcfd19d +size 2890518478 diff --git a/checkpoint-455000/random_states_0.pkl b/checkpoint-455000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..8882048e9c005166245b4ff94c760a23f2f0566b --- /dev/null +++ b/checkpoint-455000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02feaa3342f3eccc7ebc9efd3a2c0e89557c58d85d9bb62aa330a7d2a65ed193 +size 14408 diff --git a/checkpoint-455000/scheduler.bin b/checkpoint-455000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..59c68b5f901f2724cb044a419079b81379878bc7 --- /dev/null +++ b/checkpoint-455000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1511ab561e324ea2575592c9e1a1592cfd300aa535d06e9eb274452f02dc5a52 +size 1000 diff --git a/checkpoint-460000/controlnet/config.json b/checkpoint-460000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-460000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-460000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-460000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..9df13411029262ad4af9c6f718b97a185666445b --- /dev/null +++ b/checkpoint-460000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dec93a74934ed4a41156ad71a4a23de6b962a21d6e538d70aef2553e3de17d5 +size 1445157120 diff --git a/checkpoint-460000/optimizer.bin b/checkpoint-460000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..47d0585f2afa2f4b44bd58ea57f5e1168404b38d --- /dev/null +++ b/checkpoint-460000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b1d8d8fe63b5b817dfef667b3af945a80831865bfd9d5315949658582de92f0 +size 2890518478 diff --git a/checkpoint-460000/random_states_0.pkl b/checkpoint-460000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4600861e98988d913504e11f5244877bc62d182f --- /dev/null +++ b/checkpoint-460000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01923de77da17cc94bcb9bea6c9d8aa9594e7dbb4675369efadb76887bb3a4c1 +size 14408 diff --git a/checkpoint-460000/scheduler.bin b/checkpoint-460000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f3d9da40b965f023cd3cc4a30f20e321fad8c5d1 --- /dev/null +++ b/checkpoint-460000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf0e5ef9e806888d9b2e8fba8a5425021614bf2377162848edf0d3403b4739f +size 1000 diff --git a/checkpoint-465000/controlnet/config.json b/checkpoint-465000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-465000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-465000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-465000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..f6c74cd87ffd83d4fc781913fb0a7fb036f5e02e --- /dev/null +++ b/checkpoint-465000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e504933f2e5b5e54c3a8561f00861c551a67878f2653497507d060acae85f3 +size 1445157120 diff --git a/checkpoint-465000/optimizer.bin b/checkpoint-465000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..a701434b177bd8fbb21e7979b45fd861bde10da4 --- /dev/null +++ b/checkpoint-465000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c31d96bbfc9a77232428b71bb016b779dbd9d254192acf1078c0c9daf6f2e851 +size 2890518478 diff --git a/checkpoint-465000/random_states_0.pkl b/checkpoint-465000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f0405699f84b11999f7457e94344cdf90cf94db5 --- /dev/null +++ b/checkpoint-465000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c9c7f9852136baf1e259372b397a614171ca32b9e896a81c2e2b28315143636 +size 14408 diff --git a/checkpoint-465000/scheduler.bin b/checkpoint-465000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d79863fc5cb335cc9683a3e1b7b3d9b1f2b87d5c --- /dev/null +++ b/checkpoint-465000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79da5f9872f6d7e0124537b5391d4ac74d081fe063fef0265bb30cfd76104b3b +size 1000 diff --git a/checkpoint-470000/controlnet/config.json b/checkpoint-470000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-470000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-470000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-470000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..d8b2eb8822826d7b556d43d2bb19d6b5a2fe6c3f --- /dev/null +++ b/checkpoint-470000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b1c9329ab9a9e4418802fa39a844c0e7affdc0e4487f3cf038437b487a2d9d5 +size 1445157120 diff --git a/checkpoint-470000/optimizer.bin b/checkpoint-470000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..f06bfd67de9575d1e6dcf639c312b2c89c7832c5 --- /dev/null +++ b/checkpoint-470000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72412f4c645c4029994cd97c4391847d23a02ca87e3c059f9f352287eafa23dc +size 2890518478 diff --git a/checkpoint-470000/random_states_0.pkl b/checkpoint-470000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..cf027ce6d802f2f395298d6918e1ca2f89c421fc --- /dev/null +++ b/checkpoint-470000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247c9fbe89d20fc14cb0fcb10a47ec157b042f7f199df9842ee39e4315eedafe +size 14408 diff --git a/checkpoint-470000/scheduler.bin b/checkpoint-470000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..fa24b9c9b9fd827516bd9204c410a203e7af3d73 --- /dev/null +++ b/checkpoint-470000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3045147120ec45fc3c7814a7bd3d041d7a794521a6e97721679d8687ba4f2864 +size 1000 diff --git a/checkpoint-475000/controlnet/config.json b/checkpoint-475000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-475000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-475000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-475000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..a2e12ddc674f1e81f6a4bf4ac9173ffec290f519 --- /dev/null +++ b/checkpoint-475000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:123eb03ce94901de516a7c2f365b1ee667bb14c59a3f44b59a29ab23954bddcf +size 1445157120 diff --git a/checkpoint-475000/optimizer.bin b/checkpoint-475000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..72ec90dcebc1cdc61b9e8cf3961c3371f0dc24f1 --- /dev/null +++ b/checkpoint-475000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f2d0f9ff91597006a60493c1f84dbd8b1e3b2f241a35d35e99f34dabbdae3c5 +size 2890518478 diff --git a/checkpoint-475000/random_states_0.pkl b/checkpoint-475000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..690c071d75a6ccb60bb518e8f650cccf55d299d1 --- /dev/null +++ b/checkpoint-475000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ed43ea4071b963faf6079ae4ea3c0cd29fa0951c5f53fed3976469a4cbfa22 +size 14408 diff --git a/checkpoint-475000/scheduler.bin b/checkpoint-475000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..9ca3a91db40ab3f36cce075e51c3980f813e3791 --- /dev/null +++ b/checkpoint-475000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bff3adbc570b7a572e5233fe4de6f91f6e8e7f73487e0e386605dbf645d49987 +size 1000 diff --git a/checkpoint-480000/controlnet/config.json b/checkpoint-480000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-480000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-480000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-480000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4fe4646a0059034ba24630d9e391d21cff88c8cd --- /dev/null +++ b/checkpoint-480000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b90e498f74f3c930a66d31155e9550a128a8ced79d6322c826c11bb147f77c9c +size 1445157120 diff --git a/checkpoint-480000/optimizer.bin b/checkpoint-480000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..67ff64ba966e4e2d29feb6caf664a8e38680ab3b --- /dev/null +++ b/checkpoint-480000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f170f7912df2598085ee4a5aa93a2014692d0e9d555aeba2756c3ef83178edd +size 2890518478 diff --git a/checkpoint-480000/random_states_0.pkl b/checkpoint-480000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..8a444539a710c5c6447674e35f97fb2ec0ff80bf --- /dev/null +++ b/checkpoint-480000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5971f637a46ae5675c6effb6db93f749487486a3a6029bf6ae499bb016e596aa +size 14472 diff --git a/checkpoint-480000/scheduler.bin b/checkpoint-480000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..233badaa38e937558211b0249120ddabfc784c1d --- /dev/null +++ b/checkpoint-480000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b8563e74532e55d316040d5fd2612f326f849a6f4f189a055d7e92426e6870 +size 1000 diff --git a/checkpoint-485000/controlnet/config.json b/checkpoint-485000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-485000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-485000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-485000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..d45077d6c859f3bd9dd21d3d8954875a42fa13c7 --- /dev/null +++ b/checkpoint-485000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f07b62f8f63bb88ad91f21ba53816d867e4be6e586c966b122587ced8171e29d +size 1445157120 diff --git a/checkpoint-485000/optimizer.bin b/checkpoint-485000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..000cd4cf832a7ead4f264ee4975e597b0a33c908 --- /dev/null +++ b/checkpoint-485000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ab801d94702b283fe352c3829444fd8ac6290116d91fe4aac19b7fe1bd20275 +size 2890518478 diff --git a/checkpoint-485000/random_states_0.pkl b/checkpoint-485000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..413d00bb21a0f66b6fd16b8c55cc4a1202da5595 --- /dev/null +++ b/checkpoint-485000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89083dcb5dbc12fae2dd66cad0635710e98740661e2ad8399c870e1dbb1bf159 +size 14408 diff --git a/checkpoint-485000/scheduler.bin b/checkpoint-485000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..36ca0008b9ea119b6223888a4fc501f0c4d2169c --- /dev/null +++ b/checkpoint-485000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f093c5ab09f8f229618e4199e85df94a6e12c82adeff225b7bc99ab95b123a8e +size 1000 diff --git a/checkpoint-490000/controlnet/config.json b/checkpoint-490000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-490000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-490000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-490000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8f608614214681d96c32ccca82a76da21cf830cc --- /dev/null +++ b/checkpoint-490000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ec5398d98ad272e9dd4ba45ec11d51e466fdf223bb0a3392dd9516dc0b56f7 +size 1445157120 diff --git a/checkpoint-490000/optimizer.bin b/checkpoint-490000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..df63dd8f14bcdc06d67163e281652c138ed24d45 --- /dev/null +++ b/checkpoint-490000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96978b4a5b21637233b22e117d3bc49e06f4c6ecf495153ec0dcd24eedcb57c3 +size 2890518478 diff --git a/checkpoint-490000/random_states_0.pkl b/checkpoint-490000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..49bb79b86705ed8dcb8fd58c92b28b83a5f42afb --- /dev/null +++ b/checkpoint-490000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbea668b9dfc87412ba4aca7ff792270ee6f89b0f9d70f19612ddecc1d7fea3 +size 14408 diff --git a/checkpoint-490000/scheduler.bin b/checkpoint-490000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..9d3370f534b50e3d16246927f775e94ecc6838ef --- /dev/null +++ b/checkpoint-490000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b78058a8b167ad2492fbbc7648918bfc7967b9877c4160116228e4409349015c +size 1000 diff --git a/checkpoint-495000/controlnet/config.json b/checkpoint-495000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-495000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-495000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-495000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8e3b578fe9db36f9e0260244edd5d83941a6d6b8 --- /dev/null +++ b/checkpoint-495000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e563d97a9e9dc2427b7c188763c889d1fa70328ac5dc8dcb742e6829f7eb044a +size 1445157120 diff --git a/checkpoint-495000/optimizer.bin b/checkpoint-495000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d4b6c826650a0de7e85efeb817653b0411f12c5d --- /dev/null +++ b/checkpoint-495000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa2ff27c74cdba51541e859507324204b186ddb7457cc29667a24f62fbdacefb +size 2890518478 diff --git a/checkpoint-495000/random_states_0.pkl b/checkpoint-495000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..98260c0453cb1b6bc3328080cb5234944932ef2b --- /dev/null +++ b/checkpoint-495000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9addb492d64f2ba9510e4deb1a021f9a1548ff51607ee1a0f8e257753a2e75d3 +size 14408 diff --git a/checkpoint-495000/scheduler.bin b/checkpoint-495000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..78e7b710983baab1e525b85dd56c85cc1afdad28 --- /dev/null +++ b/checkpoint-495000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56ab8040f1594ce96815b3b45701ab2c002a87a183e3acd7ece3b13fd565f159 +size 1000 diff --git a/checkpoint-5000/controlnet/config.json b/checkpoint-5000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-5000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..8e1f55c937a5d7f46ef35fe5e77099d726bd0ed1 --- /dev/null +++ b/checkpoint-5000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ddded4a3d5946d397168ab6c12bf4910e0b25bd6bce314b245d2d944c2bad8 +size 1445157120 diff --git a/checkpoint-5000/optimizer.bin b/checkpoint-5000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..07c36264eebc63d1218048edd83f035a254e9fe2 --- /dev/null +++ b/checkpoint-5000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:371c4e17b3dda9c6e923903d15e8e9da87ec34ec24e378abd96a84fb4753f23e +size 2890518478 diff --git a/checkpoint-5000/random_states_0.pkl b/checkpoint-5000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c3e8dc50a7a5dac19017a8f5733869f8845b4393 --- /dev/null +++ b/checkpoint-5000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3526dfcf67ee71545a1b98355e1fe8e9a0dbce3d6a8a47d0fe609a0fb94ea756 +size 14408 diff --git a/checkpoint-5000/scheduler.bin b/checkpoint-5000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..976a27de201da5488bc7b42ce6d3ddff38320cae --- /dev/null +++ b/checkpoint-5000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:920333155b08e76154b89a85170c320833074db7b84649a9cfe79fd10b6bf2d9 +size 1000 diff --git a/checkpoint-50000/controlnet/config.json b/checkpoint-50000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-50000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-50000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-50000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..a550f2d1bcab03e2f0fed88cb5487fda97b6d462 --- /dev/null +++ b/checkpoint-50000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:824b8eb7ca6c3a0ece29cbd0109348f8158437ee8f9a6a9f94a2e3a809a77704 +size 1445157120 diff --git a/checkpoint-50000/optimizer.bin b/checkpoint-50000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c5e44b30c1e0d4c7f4a14c2552ca405648569476 --- /dev/null +++ b/checkpoint-50000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:101ba5899cdfa40fb2b1f88eccdd174e52b4b26b97656f8c31be50414ea2ccd0 +size 2890518478 diff --git a/checkpoint-50000/random_states_0.pkl b/checkpoint-50000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..82e58279f94d28eb0af21de6d95ea305223838d4 --- /dev/null +++ b/checkpoint-50000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc1b9cdd3542d6448b30274cc74d9c1a02a05221aafe004aed104241dd782adf +size 14344 diff --git a/checkpoint-50000/scheduler.bin b/checkpoint-50000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..8b04c27c1940adc14459a33156ac9c38e092b42e --- /dev/null +++ b/checkpoint-50000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b831757240da1d06d1567b4a5848d4069598de1e9f44a1ca3a54e7db3a7ec54 +size 1000 diff --git a/checkpoint-500000/controlnet/config.json b/checkpoint-500000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-500000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-500000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-500000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e1ac067e38399211b7778bbc85b65a9960e4c3ed --- /dev/null +++ b/checkpoint-500000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db7a1d1227e42d18ef58bebf1c2146dda9b1682eca2964702d66a5562d8869d8 +size 1445157120 diff --git a/checkpoint-500000/optimizer.bin b/checkpoint-500000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..677ea8a8e343b0b8847c2ea23ca25c37f689193e --- /dev/null +++ b/checkpoint-500000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c77e2e073fc53482738691c9b6a064c535dced814961935122bda3e8cb45f50a +size 2890518478 diff --git a/checkpoint-500000/random_states_0.pkl b/checkpoint-500000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3e3ecb08ddbb5d932779a8c383fe409c948c0203 --- /dev/null +++ b/checkpoint-500000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96afb047920e7c5f02c196415ab46665b383c8d94d2bdb4af8314fec8e19772d +size 14344 diff --git a/checkpoint-500000/scheduler.bin b/checkpoint-500000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e78f3f8c75f0663c2750085785f079ea20b4152b --- /dev/null +++ b/checkpoint-500000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629e2a8f7586083e9912ab1e8e8515f1b15c509b55df366ec54379d7d332bb30 +size 1000 diff --git a/checkpoint-505000/controlnet/config.json b/checkpoint-505000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-505000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-505000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-505000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7ff57aeff62901c659c5a41a34007426b8085b51 --- /dev/null +++ b/checkpoint-505000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45441cf94340bc0399f0e2b2b2db4ae643f394f24824db524bfbc970fc79d86 +size 1445157120 diff --git a/checkpoint-505000/optimizer.bin b/checkpoint-505000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..a3be7bbedbd193477968d3c610fcc5148729d92d --- /dev/null +++ b/checkpoint-505000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd0c4569a511d156ea54d376c9e0c4e075bf30f944617034368b8fab1491c71 +size 2890518478 diff --git a/checkpoint-505000/random_states_0.pkl b/checkpoint-505000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c411c0e3c86d76808bbc876d1764a10b50323101 --- /dev/null +++ b/checkpoint-505000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb973f5205faffe6573a69324be77f2b17bd1f105bbb78b2f8f3718365c9e72b +size 14408 diff --git a/checkpoint-505000/scheduler.bin b/checkpoint-505000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..345a0a9a48c3dc4e2edf3289fbdf19629626bf94 --- /dev/null +++ b/checkpoint-505000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5df51fc41533e7bd09dc699d7760027a17549a8031205f988d0631afcb3963d +size 1000 diff --git a/checkpoint-510000/controlnet/config.json b/checkpoint-510000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-510000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-510000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-510000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..d4b33c38afa05c7178e74e63bed2b7904724fb05 --- /dev/null +++ b/checkpoint-510000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f896e3f1360495c44f00f9987674c1517d02cf291d80a90fadf337298faca2 +size 1445157120 diff --git a/checkpoint-510000/optimizer.bin b/checkpoint-510000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..bfe394b5068b362075289b6777acc08ebbac5dd2 --- /dev/null +++ b/checkpoint-510000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3761605119816d6e4119afbeff71356f3e8c1dfec000a621c729282fe26f0f8c +size 2890518478 diff --git a/checkpoint-510000/random_states_0.pkl b/checkpoint-510000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..fa0e27cc4546acd0d73051bf2a38a5a555de9fce --- /dev/null +++ b/checkpoint-510000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99e66515f6d5eb9a5d21abeca99b2801b21119aef0c5173c318f74b6fa90cbab +size 14472 diff --git a/checkpoint-510000/scheduler.bin b/checkpoint-510000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..6731523438810c2492cef94b10d707cb44c4dac8 --- /dev/null +++ b/checkpoint-510000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0655ddb5142802edfb1b54cd98c1ec8a73a9c215498c8637b9e167b567e6e6a4 +size 1000 diff --git a/checkpoint-515000/controlnet/config.json b/checkpoint-515000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-515000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-515000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-515000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..006d12fc1a6cebd54867d31cdd0f98bcceae3241 --- /dev/null +++ b/checkpoint-515000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c30ea266a186b3a29e3ce9de76b44dbb92e1dcea5dabd87e6e696ab3a664b2b3 +size 1445157120 diff --git a/checkpoint-515000/optimizer.bin b/checkpoint-515000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..a8d0e94adc4f34a36a9a9f6119cf5c1266cf259f --- /dev/null +++ b/checkpoint-515000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4656b3d03ded45e94fa696fcb5b00caddcccdcae41ca8ca18505b1ca670dc179 +size 2890518478 diff --git a/checkpoint-515000/random_states_0.pkl b/checkpoint-515000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b3330d54522adfdf90a325c19b2fcef854414bf6 --- /dev/null +++ b/checkpoint-515000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f279d920ccbd82ed9616bdd6e998eba3c9033b66ebdd991fc7508763ba64c27d +size 14408 diff --git a/checkpoint-515000/scheduler.bin b/checkpoint-515000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d8e28d98564450812523c465617e2d817a08f3e5 --- /dev/null +++ b/checkpoint-515000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26fef9b12b88e354eb1be096dc9fca5d9ee2c5f5d8842390fdedaeddf90f3925 +size 1000 diff --git a/checkpoint-520000/controlnet/config.json b/checkpoint-520000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-520000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-520000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-520000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..17e2cbaacc5f1b4bb05c569ffb91c6e9b250aff1 --- /dev/null +++ b/checkpoint-520000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d24eb988c883f14741ab9ff43635a521cbe944003900bfea1a3a478575ec31d +size 1445157120 diff --git a/checkpoint-520000/optimizer.bin b/checkpoint-520000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9b472bd5943848d61ea2d92dc7a1293f0f0e3a46 --- /dev/null +++ b/checkpoint-520000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a6ebed68d33e77177b00f576a92d88a2787b00eeb935b1843118556ce105ac +size 2890518478 diff --git a/checkpoint-520000/random_states_0.pkl b/checkpoint-520000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..77e48caf1ff03393672157ea53a784c87a76cdc1 --- /dev/null +++ b/checkpoint-520000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f663bf58750c36e1703f8dad5bafb9c6b0993b7824b15cde25e6377ddcc3bf +size 14408 diff --git a/checkpoint-520000/scheduler.bin b/checkpoint-520000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..32e91690c63bb2df0ad06b671da0295ccf91f4e3 --- /dev/null +++ b/checkpoint-520000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4bcc4c07a0df1a26fdde34c219ca60ba21d35686b011abd32090938bde26497 +size 1000 diff --git a/checkpoint-525000/controlnet/config.json b/checkpoint-525000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-525000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-525000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-525000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7f69e1f008e15a8e6966b1d844017016a36a029a --- /dev/null +++ b/checkpoint-525000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bece919bcac208e7e0e5f28f8e979ed3ccda51e66213685009483a182f4bc226 +size 1445157120 diff --git a/checkpoint-525000/optimizer.bin b/checkpoint-525000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..a9d1cbc4e765d77f7be0b2834e75db3747665cbd --- /dev/null +++ b/checkpoint-525000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c634b26188939926b8c35a3afc3c257705deee936fef75387bf8675ae45b16bb +size 2890518478 diff --git a/checkpoint-525000/random_states_0.pkl b/checkpoint-525000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..df426bc730cea375cc73511e3630660760040c6b --- /dev/null +++ b/checkpoint-525000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49bff6620369d218f746e90d6a846edeb41bbb011a103c8c635759de74dc7c99 +size 14408 diff --git a/checkpoint-525000/scheduler.bin b/checkpoint-525000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..1c3fc9819307dd5bde909563751991f5d2b25fcf --- /dev/null +++ b/checkpoint-525000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62b7a3a7df4df021f43463cd155ad4420ee69afc6443ee4a4121d270f644e761 +size 1000 diff --git a/checkpoint-530000/controlnet/config.json b/checkpoint-530000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-530000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-530000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-530000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..98988baf4a1a919a87b220dff419fe3beb511355 --- /dev/null +++ b/checkpoint-530000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f3150a692692045ebd5d26a87494ff4cb5bee230927eb279a740d77e21069e8 +size 1445157120 diff --git a/checkpoint-530000/optimizer.bin b/checkpoint-530000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..cdac79af19f1deca7b75605b4fa462e6e3bbc3a8 --- /dev/null +++ b/checkpoint-530000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b81cc8685c1d36e7a7e10d791488c5bd6699f63c25320ff37bc8ebb60e37c9b +size 2890518478 diff --git a/checkpoint-530000/random_states_0.pkl b/checkpoint-530000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c1d1bf901d4acfaff1cb4e154d8c649d7f62a725 --- /dev/null +++ b/checkpoint-530000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f4a0ad045c4b9193ba83a60bebcccd33829a4d205a91e314db36955ac1722e +size 14408 diff --git a/checkpoint-530000/scheduler.bin b/checkpoint-530000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..b409e37d5329293fe6b019cbbbeece23f7527e23 --- /dev/null +++ b/checkpoint-530000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33a4063ae4f67a051e85487ef90bb251db5f450d76d02b67a7a2711ef33f99b4 +size 1000 diff --git a/checkpoint-535000/controlnet/config.json b/checkpoint-535000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-535000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-535000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-535000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..653dc6ec981007e1c82707d758aee2efa3e1fdcc --- /dev/null +++ b/checkpoint-535000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0adb2ca17be524e81a41977d2329a6bb73c474ef297ade19bba3579a2e43539 +size 1445157120 diff --git a/checkpoint-535000/optimizer.bin b/checkpoint-535000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c5cd633817421e93629a8640f5c315fd4eb04a1a --- /dev/null +++ b/checkpoint-535000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:829b8074ebb962b6a92ab47222f5c572c46f1a2510be0ba398c1815f040e08c9 +size 2890518478 diff --git a/checkpoint-535000/random_states_0.pkl b/checkpoint-535000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..836c6e07ccef1ef54fa9deca56c30bbf91133dee --- /dev/null +++ b/checkpoint-535000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:420cf68e41f842c15827fb93ef68472790d3e061e1f946170aeb6d799eb064ee +size 14408 diff --git a/checkpoint-535000/scheduler.bin b/checkpoint-535000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..6e9046a92d7ca2886dc634b7bad7e65c15fba700 --- /dev/null +++ b/checkpoint-535000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ab2a53a36dd1128023e64a0a06da922b1ed13d69947e2ef24fd4a5733b0313 +size 1000 diff --git a/checkpoint-540000/controlnet/config.json b/checkpoint-540000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-540000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-540000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-540000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..936fe688451c4a3d20bbcfb98214720cf8634418 --- /dev/null +++ b/checkpoint-540000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79c9b1058e42f86ff77c615ed0c6459558fe8bb3a029e2aaac367fde09c4219e +size 1445157120 diff --git a/checkpoint-540000/optimizer.bin b/checkpoint-540000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d0b27ad0e30e25494c52f407cf7f57c433f40b86 --- /dev/null +++ b/checkpoint-540000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d395754879cf2644946bb6ba9c20b5a4d2cff711daa07257718b9e08b9e90a78 +size 2890518478 diff --git a/checkpoint-540000/random_states_0.pkl b/checkpoint-540000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..966a084862e0f5dbe913a1d3e66de61a93f4ffcc --- /dev/null +++ b/checkpoint-540000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3da287e9dadd50b6cfeac1ab8de6e84692afd3fc125a225ae0d49a870af4a78 +size 14408 diff --git a/checkpoint-540000/scheduler.bin b/checkpoint-540000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e7fb1160691b83c16e89d37e262b08a9a71e2e16 --- /dev/null +++ b/checkpoint-540000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:653dc14c4596833107e93df5ed521000004b55d0bce969a1eb1fc275a2c55d63 +size 1000 diff --git a/checkpoint-545000/controlnet/config.json b/checkpoint-545000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-545000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-545000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-545000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..c9cd54aff15de803dbd310e689c2d476d7886ddb --- /dev/null +++ b/checkpoint-545000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f6c8c6db7dbbcbb0cebd383ba5ae72672b9867becbdfb451d4ae9b92bf6f61 +size 1445157120 diff --git a/checkpoint-545000/optimizer.bin b/checkpoint-545000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..bb4bddec835c1bb83814da47280b30cdd296e96c --- /dev/null +++ b/checkpoint-545000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec7ce48b761ebecf400a7b97976561c84f5f5b636893acb2cc7d05ab9f455f36 +size 2890518478 diff --git a/checkpoint-545000/random_states_0.pkl b/checkpoint-545000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..5e03f5aaa291ac2b3a4c145a935a74667495a0f1 --- /dev/null +++ b/checkpoint-545000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4761de66cb770de2c0109c7f1ac9283ddb8556dde02e2c591adb201283ffccde +size 14472 diff --git a/checkpoint-545000/scheduler.bin b/checkpoint-545000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..89f1ae8b00c735abc9ee3116ee9c2668d6470245 --- /dev/null +++ b/checkpoint-545000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89efa85debc167d6b825b795c37ad80d9952019801661f9d9d26af3df36eda55 +size 1000 diff --git a/checkpoint-55000/controlnet/config.json b/checkpoint-55000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-55000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-55000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-55000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..c8966098829cb309098e1c71d476394f222b05b8 --- /dev/null +++ b/checkpoint-55000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdfcb1141e3d1c7984b5f8898905f9b0d94c28bec5415571394f5177ca10c22e +size 1445157120 diff --git a/checkpoint-55000/optimizer.bin b/checkpoint-55000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..566e53898190082a980fdc032039ee2f57df060c --- /dev/null +++ b/checkpoint-55000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac0dd528307cdc1a0322afecf746ff429f5e95c11069b0bce3f34b47f510809 +size 2890518478 diff --git a/checkpoint-55000/random_states_0.pkl b/checkpoint-55000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4e47f63948f8479afc890752f1d1eb633253f894 --- /dev/null +++ b/checkpoint-55000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:365d5629460836feace083add42143cb59af20e2c809953df5fc0bbddc1c90a6 +size 14408 diff --git a/checkpoint-55000/scheduler.bin b/checkpoint-55000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..2c4bc0d95af01c36e7cccac74e1df1162e864ccc --- /dev/null +++ b/checkpoint-55000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e1b1919e7127f1f0c6b6aed3a01b8ec4df5b9b8bce4f5f918658deae13564ec +size 1000 diff --git a/checkpoint-550000/controlnet/config.json b/checkpoint-550000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-550000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-550000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-550000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..75fe36c3df9d13f98b4acf4ca61f769b06c50249 --- /dev/null +++ b/checkpoint-550000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75d101f7745c2cc1a40ad718d3a6a7853c0046f6d6478c912ca3543623f1c03c +size 1445157120 diff --git a/checkpoint-550000/optimizer.bin b/checkpoint-550000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ea471c027ed9c956aea2de9507550356b5296f8f --- /dev/null +++ b/checkpoint-550000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da30f37a5e21d5f8a07e4ee599aafb6a1db62452814af03425b894369f3dcaef +size 2890518478 diff --git a/checkpoint-550000/random_states_0.pkl b/checkpoint-550000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..00f98cda2fe1a9d35f6d928074710c3995e3318b --- /dev/null +++ b/checkpoint-550000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11012a6a132196f7e9e308ff39575f2c77359498aa391d53307d189ee6bc12fb +size 14408 diff --git a/checkpoint-550000/scheduler.bin b/checkpoint-550000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..1827378042a4f5fdca541b55cd1e224198fe9292 --- /dev/null +++ b/checkpoint-550000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce9f46664f79dd009c2c7544832555c7eb3f099431314e306164c0d7b1f4dbb +size 1000 diff --git a/checkpoint-555000/controlnet/config.json b/checkpoint-555000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-555000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-555000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-555000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..c0a9ba30bff5eaaea0615f366387590cc7bf66a1 --- /dev/null +++ b/checkpoint-555000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:043ec229669c6c5ed78e66df51c975377abdf7e3919c43efbdffca45fd6fab82 +size 1445157120 diff --git a/checkpoint-555000/optimizer.bin b/checkpoint-555000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0f553b91000aa37b4f1e92cd6013d5877cfc014f --- /dev/null +++ b/checkpoint-555000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b39823608a4cc062f553a3f1cf8e3adf48e40afece80317218b7899c6d0a52 +size 2890518478 diff --git a/checkpoint-555000/random_states_0.pkl b/checkpoint-555000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..88317e8ad05eac4d8db7ae27c8483e2565bf470b --- /dev/null +++ b/checkpoint-555000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d3ded2497e0233b0e130b76e102e438b173c26dc81dcb20787502640072602 +size 14472 diff --git a/checkpoint-555000/scheduler.bin b/checkpoint-555000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..5c969c4988c10185d84ac2d258b5888b7e822299 --- /dev/null +++ b/checkpoint-555000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd8fb8420808247df4508b88da453e9a516d18d119ccedf3ea6a83f2a334fb26 +size 1000 diff --git a/checkpoint-560000/controlnet/config.json b/checkpoint-560000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-560000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-560000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-560000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..0304116608c4299b5c2417000d40ea367d460916 --- /dev/null +++ b/checkpoint-560000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df25db23f25147ce19be981f26157c276ea8c660265e6207fbad464d9f63a437 +size 1445157120 diff --git a/checkpoint-560000/optimizer.bin b/checkpoint-560000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7e569bfac40e217f9590da26b20f075449f5b9ea --- /dev/null +++ b/checkpoint-560000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f1a23004c62db8a01ef071337e2f5cc70b16ca8ab5f2cfe136b24868fde70e +size 2890518478 diff --git a/checkpoint-560000/random_states_0.pkl b/checkpoint-560000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f4341278480cc972a2f2dadafd31264f0d90fc6d --- /dev/null +++ b/checkpoint-560000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cce336f937cf196b9024ac6f79834c6015ff6f7f15ceafe0a42a90e15ef0912 +size 14408 diff --git a/checkpoint-560000/scheduler.bin b/checkpoint-560000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..c73cb6302877bf09e3670814f55a129ce5437951 --- /dev/null +++ b/checkpoint-560000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93a05d98ae6a26747af5ceca78bfa10c4d91e4d5eb44bc9a131c6ada505d3ec1 +size 1000 diff --git a/checkpoint-565000/controlnet/config.json b/checkpoint-565000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-565000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-565000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-565000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..df4f761efe0f6b45188c94d85a1489a52933e22c --- /dev/null +++ b/checkpoint-565000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:898f1d6df77f98e18a6b37410e78ce92d73b992a1ddd4a7a86b3a17f566bd261 +size 1445157120 diff --git a/checkpoint-565000/optimizer.bin b/checkpoint-565000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..24e8fbe531a01e1dd7adc1c192f61dd2b99fe75c --- /dev/null +++ b/checkpoint-565000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a2ae012c19e88c90fc4e10ab016ab581d747d3c7eab54eb64f5dc4501f03a18 +size 2890518478 diff --git a/checkpoint-565000/random_states_0.pkl b/checkpoint-565000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c3affe3c8cc6b95d77ca8fe678b6fecb402bb64b --- /dev/null +++ b/checkpoint-565000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:580163144dff74358e6649ac67e53f4dcf386e41196400d815230f68474e038b +size 14408 diff --git a/checkpoint-565000/scheduler.bin b/checkpoint-565000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..273ee322ce1e74a5946de13a2e4584f712ffe263 --- /dev/null +++ b/checkpoint-565000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7527ae0bf533a2d7f786b2455f175f741dea1231b57322990536a88cf463cd15 +size 1000 diff --git a/checkpoint-570000/controlnet/config.json b/checkpoint-570000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-570000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-570000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-570000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..53c65b82a171ab82a20481306b2cc024cf1f38d5 --- /dev/null +++ b/checkpoint-570000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c1377085bf6da038e55701fb14c09dfeadba00bbb5fc60beace097f6ec7a5f +size 1445157120 diff --git a/checkpoint-570000/optimizer.bin b/checkpoint-570000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..206729dbfeada8fc5c22e895577a15ca305b5348 --- /dev/null +++ b/checkpoint-570000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5cf92104f20229b2354f29eec46fb666d0371fec133abed726b6c3278e6a2fc +size 2890518478 diff --git a/checkpoint-570000/random_states_0.pkl b/checkpoint-570000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0c02072f15dfe4d506eafc70e6e313e0e6281b92 --- /dev/null +++ b/checkpoint-570000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4876129cb5f2e895da82e67af66c8960bad749ed036353859a0c1cc48bda562c +size 14408 diff --git a/checkpoint-570000/scheduler.bin b/checkpoint-570000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..132b9153e69ce36cb8993178e1b0e7177dd9f794 --- /dev/null +++ b/checkpoint-570000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:128cfdfbe8f7f4036118c85304f4dc009cb622ed597b5aa983d7cfe2f6f5f10d +size 1000 diff --git a/checkpoint-575000/controlnet/config.json b/checkpoint-575000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-575000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-575000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-575000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..5d3d36b26519db6ca78378d64d2de10ecdb4e87e --- /dev/null +++ b/checkpoint-575000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87cd1ce57b7c130005b1912d06ada4b9b7f9b5ec85a1cb176d7c94062c08d011 +size 1445157120 diff --git a/checkpoint-575000/optimizer.bin b/checkpoint-575000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..25ff90caf61fa9dda863d73174342706e883a120 --- /dev/null +++ b/checkpoint-575000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc3778679473fa151c825dd90579b4ed9ffff52304423b34935ef5b49e3266d +size 2890518478 diff --git a/checkpoint-575000/random_states_0.pkl b/checkpoint-575000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a1641fd44dc1882b496bbed5fc396190e327b604 --- /dev/null +++ b/checkpoint-575000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5634b868f6f323d9751efa47e87efb68ba25c7540d2f2f7b4bd7be29ede274 +size 14472 diff --git a/checkpoint-575000/scheduler.bin b/checkpoint-575000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..642c058d603ff78f6a4b44e2e5e97e139415a01b --- /dev/null +++ b/checkpoint-575000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb1ec58bf9c00864d9b66661fc8f2ac5782157fe9bb44573bf3db27b32fed54 +size 1000 diff --git a/checkpoint-580000/controlnet/config.json b/checkpoint-580000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-580000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-580000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-580000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8964b50772be60a8a29b771660b0327d68197a9f --- /dev/null +++ b/checkpoint-580000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd003e28b839e0ffe43975759c8b090164b618cb3f372b1cb310dba596e5b279 +size 1445157120 diff --git a/checkpoint-580000/optimizer.bin b/checkpoint-580000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7a6eb4f4861e0a623f849d323c783916a7c8aae5 --- /dev/null +++ b/checkpoint-580000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016d05d3c331a7188f50e410ace678d68881f312d1f3e4f722bb076b4309d602 +size 2890518478 diff --git a/checkpoint-580000/random_states_0.pkl b/checkpoint-580000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e396776e81e47c76df333ea09d53c80367dd5676 --- /dev/null +++ b/checkpoint-580000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f99bd37fd3472cff555fe0e8a4f83448dea7da50441093fed7b48f3b7d713adb +size 14408 diff --git a/checkpoint-580000/scheduler.bin b/checkpoint-580000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..b87545f8bb8ed15ea69255687ddee2e3ce3f6453 --- /dev/null +++ b/checkpoint-580000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4552424ba074f8c50fb537c62ab3a0811f1fc45377cd0bfd7cfa1276cc3e9e7 +size 1000 diff --git a/checkpoint-585000/controlnet/config.json b/checkpoint-585000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-585000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-585000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-585000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..cb2d2bb4fd296cb5e8f39928edb2d8f6760a298b --- /dev/null +++ b/checkpoint-585000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7669af10fac0d7f6600a784170465925f1afd21ac82c006b462cdbc7ad806bdb +size 1445157120 diff --git a/checkpoint-585000/optimizer.bin b/checkpoint-585000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..400b00c0bb7c7d7927b83ce4c8d9cf9818ec5c46 --- /dev/null +++ b/checkpoint-585000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4c18e7ee250f9be49b2587b618dc92181fd4c02ab2c4968b4adf87092c30f5 +size 2890518478 diff --git a/checkpoint-585000/random_states_0.pkl b/checkpoint-585000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f36bd0ec95320b363a76e5b0d3b6570c4d1b98a5 --- /dev/null +++ b/checkpoint-585000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff271de4637dac4a354a345ad59e80d59257d0d6ef3b3df14d6365b17209b844 +size 14472 diff --git a/checkpoint-585000/scheduler.bin b/checkpoint-585000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..173fa45d26d2f002d0a27912169cb22edda7f00b --- /dev/null +++ b/checkpoint-585000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d829bdaba458cb8039db74a44c8ed28f584a893be5cfdb78002888727b257e57 +size 1000 diff --git a/checkpoint-590000/controlnet/config.json b/checkpoint-590000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-590000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-590000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-590000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..2f90551d47c7c92667b4e06be01ca52d69c15880 --- /dev/null +++ b/checkpoint-590000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee123e3dfcf355513c692d2249b8ce569c1bba82291dfde31561c9f162ba350a +size 1445157120 diff --git a/checkpoint-590000/optimizer.bin b/checkpoint-590000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..5723fe4c25f629f1272fe8c83666f7df5099035a --- /dev/null +++ b/checkpoint-590000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52bc750b47937e965eecc32fa912c04d2230fafb2d618782f0422cc83b1b465c +size 2890518478 diff --git a/checkpoint-590000/random_states_0.pkl b/checkpoint-590000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..82f9a0775d8125d458f602dddabe539e6514def4 --- /dev/null +++ b/checkpoint-590000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5eeaa4ae1e354406fdf37ff6a59f835e248a0ca3ec7071d2376081ebe867a4c +size 14408 diff --git a/checkpoint-590000/scheduler.bin b/checkpoint-590000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..99b4d30161b091bc921b3beaa95428f9cc96aa05 --- /dev/null +++ b/checkpoint-590000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe5abe934b1cf561a6173e27a3461109b1ab2726142f32a33d0d26a3e8035f0 +size 1000 diff --git a/checkpoint-595000/controlnet/config.json b/checkpoint-595000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-595000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-595000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-595000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..29918bfe3a9a49889868fabcd5c324faa2783153 --- /dev/null +++ b/checkpoint-595000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b30cfa9436ace895907d6055095401e9830c9287db58dd488ff61246835b6976 +size 1445157120 diff --git a/checkpoint-595000/optimizer.bin b/checkpoint-595000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b2283bd559afa209c6c8cc572f982b018873d688 --- /dev/null +++ b/checkpoint-595000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc2299dbf7e184c4122af71e4c9857f192a954e8b69389e9c2b2894c170d9e84 +size 2890518478 diff --git a/checkpoint-595000/random_states_0.pkl b/checkpoint-595000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ecc7ea5ee75006187e8245d5508ad15f520da2e4 --- /dev/null +++ b/checkpoint-595000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:969d13ef93c863f1db044d1bfdf81c2fa280d03f5cbc7f6fc0d6ccffc45eb9dd +size 14408 diff --git a/checkpoint-595000/scheduler.bin b/checkpoint-595000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..5df628c9fa41d80bf837594cb1c180694c34997a --- /dev/null +++ b/checkpoint-595000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc65cc0b40132f7b9f27f4d3f307b22cc223df0b150c684813478f4b527601c8 +size 1000 diff --git a/checkpoint-60000/controlnet/config.json b/checkpoint-60000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-60000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-60000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-60000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e5d14ddf9b4490c8a929a14a778107532078f677 --- /dev/null +++ b/checkpoint-60000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:099084b603fbbd43ee257c1c67ccd53047ff44a91c3d388e6522e6314220b594 +size 1445157120 diff --git a/checkpoint-60000/optimizer.bin b/checkpoint-60000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..fd205fb348a6f560db1e86630a0667f1a77330bd --- /dev/null +++ b/checkpoint-60000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d184235d8dd99c3109d0d54213aac5632b1b51732cc8a0d670f76ed6f65d5b +size 2890518478 diff --git a/checkpoint-60000/random_states_0.pkl b/checkpoint-60000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..6c8f3e7ca0aa7c5b00e57c02cdf0ecccd4107765 --- /dev/null +++ b/checkpoint-60000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5744ab8a709cf171ca6e0abddb080872d7c867de7d925f2b2dd5235e5d2405e4 +size 14408 diff --git a/checkpoint-60000/scheduler.bin b/checkpoint-60000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..20ebae638f7ac15e1b5a03f3f935fefe9ee3c1e2 --- /dev/null +++ b/checkpoint-60000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a4402cee137c1b4e8ef742d260b9333fce9af6a070877e85902b0f1517a2ba1 +size 1000 diff --git a/checkpoint-600000/controlnet/config.json b/checkpoint-600000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-600000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-600000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-600000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..3111d61c08efb5fd913d94066d2c29c55f1cab74 --- /dev/null +++ b/checkpoint-600000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be5ec3ffa1c2051bb1c320dd66e26b3a40d141a1f69107bf8721452b8a4d0c18 +size 1445157120 diff --git a/checkpoint-600000/optimizer.bin b/checkpoint-600000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..91453c82fd6ca3f7de45ecb633e8edb770e61c2d --- /dev/null +++ b/checkpoint-600000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dddc9735112c102b5339e96b638d8d63285fa48a698320c60ac11da3ef403bb +size 2890518478 diff --git a/checkpoint-600000/random_states_0.pkl b/checkpoint-600000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a23d8a455235ccb0c87a1aa75c39e3194deec039 --- /dev/null +++ b/checkpoint-600000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2130c30bd9c3bbc2d0796838db6323f421b6619b8895814d7df5df458081fe6 +size 14408 diff --git a/checkpoint-600000/scheduler.bin b/checkpoint-600000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..2a2ef331488866b323664e56075aee79824b2227 --- /dev/null +++ b/checkpoint-600000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5238c22d7928cf4b368dded6571c9d8223d3706cce073b55f1b80fd59d1f3c9 +size 1000 diff --git a/checkpoint-605000/controlnet/config.json b/checkpoint-605000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-605000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-605000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-605000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..6df3c4200bfe3e5a5100aba5a24319d457870bda --- /dev/null +++ b/checkpoint-605000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ab9cf8a7e187b6eaa1620631e44a259187e7f298e281d19600fd1d284f6e16e +size 1445157120 diff --git a/checkpoint-605000/optimizer.bin b/checkpoint-605000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b71c737e230be9fb4d76bfa89e80714be1e5bb86 --- /dev/null +++ b/checkpoint-605000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:924d1dde7c8d2b281fbc0a3f54b8b8f9f5b2d5ae986a7a5ba96b2fbf5f3d73ae +size 2890518478 diff --git a/checkpoint-605000/random_states_0.pkl b/checkpoint-605000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..695636563c3d902511beffb879f906376fddf486 --- /dev/null +++ b/checkpoint-605000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9704bf3bd9efa8abe269d51ffdb3241d1ae7d6b08e7acddc7220736bc8cdc6d +size 14408 diff --git a/checkpoint-605000/scheduler.bin b/checkpoint-605000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..864f00fdcafaeb32d2b714d8bcdb842c70f3e9b5 --- /dev/null +++ b/checkpoint-605000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31e8624d9cee7bec2d44b3401ce4ad0bca99668bbe50e27a890678d96dafbec9 +size 1000 diff --git a/checkpoint-610000/controlnet/config.json b/checkpoint-610000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-610000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-610000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-610000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..97141afe37b3238e781a58a65c4472ddf53d22c3 --- /dev/null +++ b/checkpoint-610000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1475de78cb3999025f360aabb42c64608d97d165f7e0a8a6dbad0bb5619c1c7b +size 1445157120 diff --git a/checkpoint-610000/optimizer.bin b/checkpoint-610000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b2b17a0efad1fd5bcd947035a7cee8ad352bf143 --- /dev/null +++ b/checkpoint-610000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:849aded7dd96d481af872551b005a12cccfa7a62a52c8c6f100e0505629272e3 +size 2890518478 diff --git a/checkpoint-610000/random_states_0.pkl b/checkpoint-610000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3f60a57776d8eed6ca71c27186c12e08849e83e9 --- /dev/null +++ b/checkpoint-610000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc1fae5892cee122c9f5c5de3681b91de37f84b09e1068b25ee9ac9a69f4125a +size 14408 diff --git a/checkpoint-610000/scheduler.bin b/checkpoint-610000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..24b741ef5fc37371b850902257e7e4c10a2c8219 --- /dev/null +++ b/checkpoint-610000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1271e3161e390295c0f409ef03f65d85e1649c92d08f032ea30932e5d09914 +size 1000 diff --git a/checkpoint-615000/controlnet/config.json b/checkpoint-615000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-615000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-615000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-615000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..454eb95474754289eec5dde3c0754fc85b4added --- /dev/null +++ b/checkpoint-615000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350bab5b0d0b7bac2a3300ec7f29cae4725377baa8ede3c66349f879ccd0661b +size 1445157120 diff --git a/checkpoint-615000/optimizer.bin b/checkpoint-615000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..8abd501321cb7c2dea828a85469b3282f82ffc28 --- /dev/null +++ b/checkpoint-615000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca890053c0541004effb626d414fc1cfce539053f19583b58098980f9a5a2c68 +size 2890518478 diff --git a/checkpoint-615000/random_states_0.pkl b/checkpoint-615000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..71c6fbe9c26bcb853970908ad02525e4c298958a --- /dev/null +++ b/checkpoint-615000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d9466e8288ad73c678367acec9292c8dd0847328463dc04fc57f07c30a90930 +size 14408 diff --git a/checkpoint-615000/scheduler.bin b/checkpoint-615000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..644de04e0c39d16cf33e525b44c9dc33d1be2077 --- /dev/null +++ b/checkpoint-615000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82ac9f81f86f6add420a435146b02e8f4d13a28668929b9f05f81f72bdc5d73 +size 1000 diff --git a/checkpoint-620000/controlnet/config.json b/checkpoint-620000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-620000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-620000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-620000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..1b7807115e738416656e7fb9a3fcc241b51bddf6 --- /dev/null +++ b/checkpoint-620000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7642636b47ac86e92f6c5f3a5c8079f8cf973c1d2b9f99b5a3363c8563fbcd0 +size 1445157120 diff --git a/checkpoint-620000/optimizer.bin b/checkpoint-620000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..96d9520930b4f3d35379853631c5d7c4e41fe897 --- /dev/null +++ b/checkpoint-620000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6507951c6879997aed6dcfe01ddd0725ab957ec3dc5899ad87cb382d3214b141 +size 2890518478 diff --git a/checkpoint-620000/random_states_0.pkl b/checkpoint-620000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..cdfc90a2949c47fc1b3c1895107c5ebf45751882 --- /dev/null +++ b/checkpoint-620000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dff5aec3531866700b7cc429b053c502f0e8c7f2ef13f8a8c98698664c965964 +size 14472 diff --git a/checkpoint-620000/scheduler.bin b/checkpoint-620000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..4fddce64c217bf3ad2af2364c070b83eae461902 --- /dev/null +++ b/checkpoint-620000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7763bef3783cba4e779ff3cbf336698b18290190e88986456c76b94bd49f0788 +size 1000 diff --git a/checkpoint-625000/controlnet/config.json b/checkpoint-625000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-625000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-625000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-625000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ed574e0d895b0f82c7a0a2f1fbd2e6e586bb96ea --- /dev/null +++ b/checkpoint-625000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59fd83a693e3dcab4e0112df3956ce72c70937460faa48c8b6b59fddb2fcf274 +size 1445157120 diff --git a/checkpoint-625000/optimizer.bin b/checkpoint-625000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..90a663ae11a401f025514a58c9084fb91b3d6640 --- /dev/null +++ b/checkpoint-625000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35be0c3fd93a79d83b9299431f2b2135a64a2ec6e17076cbb724115ffb089bd4 +size 2890518478 diff --git a/checkpoint-625000/random_states_0.pkl b/checkpoint-625000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..bc68b3217c0fb4f0c69370b2eaf2066d3c8745c9 --- /dev/null +++ b/checkpoint-625000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5b7dbef8b34af68b3f2462f15d11d148bd37eeb1b184d5505116d429427189f +size 14408 diff --git a/checkpoint-625000/scheduler.bin b/checkpoint-625000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..7f4417a632ffdaf06fc5ff7ea7eb468858e42bae --- /dev/null +++ b/checkpoint-625000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be18ecf6ddb6b5b44766e3482a7cd98103f30afcb545a631dcc040dbd7262e0f +size 1000 diff --git a/checkpoint-630000/controlnet/config.json b/checkpoint-630000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-630000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-630000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-630000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..020820a8c24cf05f6e2e71ce2c7cc96724d8d073 --- /dev/null +++ b/checkpoint-630000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7ec8112b1a664e9129b45cf21f136174be4e4e5fdd360cafb304ee4e7db8b3 +size 1445157120 diff --git a/checkpoint-630000/optimizer.bin b/checkpoint-630000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9b203da2802d94b70592386d9bda9b7de44087ed --- /dev/null +++ b/checkpoint-630000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e1c1befec9f785d20d1aa3064a52060c3a27768432c3b46ff9b36a1b994000e +size 2890518478 diff --git a/checkpoint-630000/random_states_0.pkl b/checkpoint-630000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a5008a5476f1db4eef1d77759d5e8aedda7c6006 --- /dev/null +++ b/checkpoint-630000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edde5b8cd901693c0b3bd0ee4b5b05d9d4a648a8336a73dd8122df0a46a02fb3 +size 14408 diff --git a/checkpoint-630000/scheduler.bin b/checkpoint-630000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..bc9302487e2280c6cca6ebd9e3359f27c9c5b84c --- /dev/null +++ b/checkpoint-630000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de128bceaefd4d86ffd51a98fdf12bb95f46d1d29091eb9b16e757b9f91406f +size 1000 diff --git a/checkpoint-635000/controlnet/config.json b/checkpoint-635000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-635000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-635000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-635000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..863126ebc122f010f0f1ae52bc203d1d75873a27 --- /dev/null +++ b/checkpoint-635000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82308060ee73a6393449ececbdcb9637072ee497f545a053569904074152632d +size 1445157120 diff --git a/checkpoint-635000/optimizer.bin b/checkpoint-635000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b9bc78be6128a10d36a8ae904f6f244bbb6f7c4d --- /dev/null +++ b/checkpoint-635000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3842880722e7bcd02b5a86698e8aeee88ffa525c944fd363b1c6b474d7c6da7 +size 2890518478 diff --git a/checkpoint-635000/random_states_0.pkl b/checkpoint-635000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..39c480e10ce3db99fd2566b9998344cb8cc6ac34 --- /dev/null +++ b/checkpoint-635000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0edbdb76639e8a14e968866cca5b1e3e7b6deab037885cdb9d380c8b3d959e +size 14408 diff --git a/checkpoint-635000/scheduler.bin b/checkpoint-635000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..37610f993efdc146cfddb4724dc63353428a35f1 --- /dev/null +++ b/checkpoint-635000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fea649be9833b7bdc337e19c36a114b61d551862c01672089ccd205065d00f6 +size 1000 diff --git a/checkpoint-640000/controlnet/config.json b/checkpoint-640000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-640000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-640000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-640000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..db18d605cc9209cb16efd85343901dcc9812850e --- /dev/null +++ b/checkpoint-640000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc4921f193d45681f64f6d50ae5cc79bacaf814a1d49b0dc8b478c179ea2c61f +size 1445157120 diff --git a/checkpoint-640000/optimizer.bin b/checkpoint-640000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..18914f128c29437eeb0d5c8a2a194a149efc6a0d --- /dev/null +++ b/checkpoint-640000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caae5f0d9d149d8ee83a4bba7914f479360db1fe45ff89c209a47af3d7d53011 +size 2890518478 diff --git a/checkpoint-640000/random_states_0.pkl b/checkpoint-640000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..1afa5a047f436ac5d57e358d19ba0b7054c5872b --- /dev/null +++ b/checkpoint-640000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf9b797afb1548fc261d7121fe0802640a04eaa29f448ae9199bd4ae12669358 +size 14472 diff --git a/checkpoint-640000/scheduler.bin b/checkpoint-640000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..70214bb32bc6164f4837796c06cb6753061e176c --- /dev/null +++ b/checkpoint-640000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d30d41d274b6916aa6f00774f3209f7a08eb541629d5f701c2a4789ca06727e +size 1000 diff --git a/checkpoint-645000/controlnet/config.json b/checkpoint-645000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-645000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-645000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-645000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..05c8cc47e436389815bca7ebb141e2b8b1fafff2 --- /dev/null +++ b/checkpoint-645000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c34590dd02afc1f2dc62047cf2dc0422642efb9794db01e9d9c99e973f7d0e3 +size 1445157120 diff --git a/checkpoint-645000/optimizer.bin b/checkpoint-645000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7b12b5d5e9b45381d6576e4a0f9608a94a992b63 --- /dev/null +++ b/checkpoint-645000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e64a61e67bf10b35e3e51aa9950cacc1aba73e3ab19c95cd70a4cbbd6081ea +size 2890518478 diff --git a/checkpoint-645000/random_states_0.pkl b/checkpoint-645000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..03c336bfa25a3cb52688a21e0d47b4df39b656a2 --- /dev/null +++ b/checkpoint-645000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5dfe058ecc54ed63dfe822abcd2d97b6c1b226301d78221fa90bad17e50ff8d +size 14408 diff --git a/checkpoint-645000/scheduler.bin b/checkpoint-645000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d8f28bccd721861e9b519709197787e64e9534f1 --- /dev/null +++ b/checkpoint-645000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:204f2df1d0deb9a84d1d2d60f4e443f7cb8d37fa9d3b90cff60d02bdf76fdaae +size 1000 diff --git a/checkpoint-65000/controlnet/config.json b/checkpoint-65000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-65000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-65000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-65000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..3cdbc58a8d416b347ed231f542c779e2fd2d182b --- /dev/null +++ b/checkpoint-65000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73232916cee4b886dc6d66a06486f0464db0a2e16d0026583453317680b10d1 +size 1445157120 diff --git a/checkpoint-65000/optimizer.bin b/checkpoint-65000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..3b2732b9648663f6e728d9ef478848deb54b9954 --- /dev/null +++ b/checkpoint-65000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9329f35257435518714b181cb62ca72e15458182bb55f8003e84872b590eb0a5 +size 2890518478 diff --git a/checkpoint-65000/random_states_0.pkl b/checkpoint-65000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..5d3a76d5bd394e86a221cc514d57201796a805f1 --- /dev/null +++ b/checkpoint-65000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e8ad99de63e104d97e513ab84bbe15a68c1fdeb6c05709e14dae2e065eac59a +size 14408 diff --git a/checkpoint-65000/scheduler.bin b/checkpoint-65000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a87d70b383dbb67dadf82a6a87766605c3527b30 --- /dev/null +++ b/checkpoint-65000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9098a49f8dac42f639a457b35633ce09572cee9ee6a7bd2370651f22bda1dbcc +size 1000 diff --git a/checkpoint-650000/controlnet/config.json b/checkpoint-650000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-650000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-650000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-650000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e19a7cce775618b0b07d7380f40da58631fa566b --- /dev/null +++ b/checkpoint-650000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd2875f786263545c74e439565ec948f1966e96eb675dfddb0b3b03b9e26f73 +size 1445157120 diff --git a/checkpoint-650000/optimizer.bin b/checkpoint-650000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..bcd16e5f0c0da9b2f4d0d59e9ffed4411813caa0 --- /dev/null +++ b/checkpoint-650000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7981f77573e10e33e5a34f9da4a4ff85e76b40d5706e53dfa31b0c1e94bab54 +size 2890518478 diff --git a/checkpoint-650000/random_states_0.pkl b/checkpoint-650000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..933f9d0393d1d433536911dc96d1d3070ac68765 --- /dev/null +++ b/checkpoint-650000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d20ad53f1b484de9bb2471f1cafa562bc3a2eeac8ecbfc5eab44de428c8d32ee +size 14408 diff --git a/checkpoint-650000/scheduler.bin b/checkpoint-650000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..64463d49762db46e7ae8cc5823902f6e9bf1b2a8 --- /dev/null +++ b/checkpoint-650000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d09d385e1ff50fbbc2e310ddceeda9cb71e77ef8548bdba39a7b83762e580c +size 1000 diff --git a/checkpoint-655000/controlnet/config.json b/checkpoint-655000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-655000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-655000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-655000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..6ba659e0b1cc456fce82868edb179350f48b98ef --- /dev/null +++ b/checkpoint-655000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16302e5cad25ed9642b05705bacc4caa2d4a9d9ff080e9a0d33bba9fa35340bb +size 1445157120 diff --git a/checkpoint-655000/optimizer.bin b/checkpoint-655000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..cc9ff9efa92841d6c72db92a1fdc8876916a10c1 --- /dev/null +++ b/checkpoint-655000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ac2a8336b00c19bd6724c1fc46dbf6a0a9173396b6ee13397af22408292cdb +size 2890518478 diff --git a/checkpoint-655000/random_states_0.pkl b/checkpoint-655000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..9a5a4534f3c1dae6e2d6a381350009e4fd4bca1b --- /dev/null +++ b/checkpoint-655000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0761538372921dcfcb94c3d8be4d162f08c8d38aab7bf44cac791d9a0165428b +size 14408 diff --git a/checkpoint-655000/scheduler.bin b/checkpoint-655000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..4892535434cb2fe99f23cf8d360eab1be6ee7b91 --- /dev/null +++ b/checkpoint-655000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f46c3716c7cee241d6243430f0c3ea96d1e2724391260989edf8ad9cf3d0c3 +size 1000 diff --git a/checkpoint-660000/controlnet/config.json b/checkpoint-660000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-660000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-660000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-660000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..c0396c14f3e66d819ce5f388b0462ab127f9bc6d --- /dev/null +++ b/checkpoint-660000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a23a471c1d477d01805cfb1e60f2910cd83317560bb6efa02164b79f775cd6ef +size 1445157120 diff --git a/checkpoint-660000/optimizer.bin b/checkpoint-660000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..28944475608825ffed9a358368d106ec7182d06b --- /dev/null +++ b/checkpoint-660000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a20483cc656087eb023501b9ad2f470e1b82979c06d4b2f905a0ca6479209a +size 2890518478 diff --git a/checkpoint-660000/random_states_0.pkl b/checkpoint-660000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..d31d68f9c6d7ab6ec494000b0b0373f901c720fd --- /dev/null +++ b/checkpoint-660000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c56d77189f9069f850df0d50aed701ecc70dea387f244b0f7543b47c3d28af1 +size 14408 diff --git a/checkpoint-660000/scheduler.bin b/checkpoint-660000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..735685f1bdf60cc69ff39eadb8aee3276396dbe1 --- /dev/null +++ b/checkpoint-660000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4cef9ad209c0b48a7f39343ba39bc25baf44259dd3341856b29c205e9787a94 +size 1000 diff --git a/checkpoint-665000/controlnet/config.json b/checkpoint-665000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-665000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-665000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-665000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..9e9c9a451c388b92737f0ae480d31df514edb8e9 --- /dev/null +++ b/checkpoint-665000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5240584e29ecfd5ad386b669f7f88525f2eb6981b9dcd5cf32c7cd0ba30762f0 +size 1445157120 diff --git a/checkpoint-665000/optimizer.bin b/checkpoint-665000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..8de17049345aa430cf898bf4bf655df6225747fc --- /dev/null +++ b/checkpoint-665000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6485d6d9c0209a4370b4c45463262d78032aa6d4857dc0f463a4854a13b680 +size 2890518478 diff --git a/checkpoint-665000/random_states_0.pkl b/checkpoint-665000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..cca4110842fdb3ad6f7f84d5b75459b894f47189 --- /dev/null +++ b/checkpoint-665000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a84c965bb1bf41ab6087a831d9d29d6b19a1f9f81e543e86a81ddc3542e9c042 +size 14472 diff --git a/checkpoint-665000/scheduler.bin b/checkpoint-665000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..9decf9a154ded7910add1fc086cea15be7c69feb --- /dev/null +++ b/checkpoint-665000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c9504e963ca4e4eb3c18baf7fe37a9c0c0ec026c14188d7745cf1b959c572e2 +size 1000 diff --git a/checkpoint-670000/controlnet/config.json b/checkpoint-670000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-670000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-670000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-670000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ea2a395512121d3363fcdc0d4cd1c660df35050d --- /dev/null +++ b/checkpoint-670000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c3e7c9a799852aa99011e8cc026444e700ccc39b357b7f31e4fbd3d94b19ac8 +size 1445157120 diff --git a/checkpoint-670000/optimizer.bin b/checkpoint-670000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e4a43b388635d324e827e3f3616edc5a450e471f --- /dev/null +++ b/checkpoint-670000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d083c25a0d385f36b1d98491ae6d4da22bf568ecf41fc90e2bd68f80a033166 +size 2890518478 diff --git a/checkpoint-670000/random_states_0.pkl b/checkpoint-670000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ec0adffba8f809f183dd60e19ac7a336704f7f48 --- /dev/null +++ b/checkpoint-670000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ede07b70e6884ca295633fe73acc12f3abc46fd1cab1facb959625160d70937 +size 14472 diff --git a/checkpoint-670000/scheduler.bin b/checkpoint-670000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..8032d0ac19e0fe739dab2dd680285d2760e583b2 --- /dev/null +++ b/checkpoint-670000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:804e1c2a6dad09195e999c30e6a594a0fbb6642308c7e3c5258059318bf716f6 +size 1000 diff --git a/checkpoint-70000/controlnet/config.json b/checkpoint-70000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-70000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-70000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-70000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..84fa69dee374c5ead671a28c3bf568f7c5cc6acd --- /dev/null +++ b/checkpoint-70000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2377b125cac23c4acc6aef4ca297d300934dbcb8bf592fb6cbcfa7d11a07dd +size 1445157120 diff --git a/checkpoint-70000/optimizer.bin b/checkpoint-70000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d9d652ab5fdf6a1d9570f378fc88e851f896d223 --- /dev/null +++ b/checkpoint-70000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:683360b3d469e930e4f37d410aaf3dc6aeb66f4fcaba44596600a1b35ea4173e +size 2890518478 diff --git a/checkpoint-70000/random_states_0.pkl b/checkpoint-70000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..7f581df93f24ca5de92554f8b8ce4e828e522c9b --- /dev/null +++ b/checkpoint-70000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da4be119120ed18410f10f383e9f281face59a7a41030d2a0abfc57746eac594 +size 14408 diff --git a/checkpoint-70000/scheduler.bin b/checkpoint-70000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..5a8fbe9c45554dff8c077993989ccb3d7ec3515a --- /dev/null +++ b/checkpoint-70000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4f9fcf899161d6d28aca230b19a7f7ef8a2f0bd707b5126b7098224b4fa964d +size 1000 diff --git a/checkpoint-75000/controlnet/config.json b/checkpoint-75000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-75000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-75000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-75000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..6b81233b70a9edcb34fb5153526ff305a1f4f268 --- /dev/null +++ b/checkpoint-75000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba7ae8ce6b942c589444d3d650faa1cbb038b1ff4edc2faf76512b847189984 +size 1445157120 diff --git a/checkpoint-75000/optimizer.bin b/checkpoint-75000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..05a67153056d9331e8603c4d8defdda1060c794d --- /dev/null +++ b/checkpoint-75000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5cb03233cb0463173cff709d886fcca33312a3293002018b3d5efa604c22d44 +size 2890518478 diff --git a/checkpoint-75000/random_states_0.pkl b/checkpoint-75000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..da0b1ed35455d2c9139efe7cc247df7593a47222 --- /dev/null +++ b/checkpoint-75000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6ee0798d9181baa699849155192cc3f2dd1f82c33c357a0cf979b0ff02237a7 +size 14408 diff --git a/checkpoint-75000/scheduler.bin b/checkpoint-75000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..670243f8dba36d38538776a4c1b799b6fdb0d617 --- /dev/null +++ b/checkpoint-75000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2c04ae55c3ecf30a8b34cf3a38538a8fe1c00fffd3dabb370db4915fa9d6e78 +size 1000 diff --git a/checkpoint-80000/controlnet/config.json b/checkpoint-80000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-80000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-80000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-80000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..c1c4b6cd50c9668812ac2b3bff517e19b9e36310 --- /dev/null +++ b/checkpoint-80000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b24e185572738032e3f9316dfba20beff41c069708647e5bec17e0b36bc04146 +size 1445157120 diff --git a/checkpoint-80000/optimizer.bin b/checkpoint-80000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9622c7ea7dccda853ed0c0a37aa42c6dfb67e261 --- /dev/null +++ b/checkpoint-80000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc04d1fa8c2e0406669822346b0de6b07e130fbe7519d300ccebdf00b8fdf52 +size 2890518478 diff --git a/checkpoint-80000/random_states_0.pkl b/checkpoint-80000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a58f7c3235da6adca26b4be0199d670caef4beea --- /dev/null +++ b/checkpoint-80000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9c546ed2733ef66db9f12ba4e412c29f737a58d313b8c7048cd79de0e887da +size 14344 diff --git a/checkpoint-80000/scheduler.bin b/checkpoint-80000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..319dec9025c3dbd7a840ff37c8ec993d47d6dc44 --- /dev/null +++ b/checkpoint-80000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aec95a32b0f0aabe00b8a456a9e94e8776824c7ecaab508b2923064e1ee18fb +size 1000 diff --git a/checkpoint-85000/controlnet/config.json b/checkpoint-85000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-85000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-85000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-85000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..d111870659d0acf3048deca6c4a6392ac25ebab9 --- /dev/null +++ b/checkpoint-85000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c9f643a73f5261e676b9b83f211652885dd55d8116339d09051635e825b16fd +size 1445157120 diff --git a/checkpoint-85000/optimizer.bin b/checkpoint-85000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..35a6f72d777b3e3890cb9ee9aab6e6138095177e --- /dev/null +++ b/checkpoint-85000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df408eaa83e77bcc0bc50ae4d6b47fdd29740787d407ee1bcfb7cecbb20f4d1 +size 2890518478 diff --git a/checkpoint-85000/random_states_0.pkl b/checkpoint-85000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..67a324fa8fcf23c96dd4e183d3ff7d05fedb832e --- /dev/null +++ b/checkpoint-85000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b0b7984f5a4b4ac75d0b7612f3be6e6d1dbf4f8484991a63d4e29f039c4554 +size 14408 diff --git a/checkpoint-85000/scheduler.bin b/checkpoint-85000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..75a946c0a7371f54522fa9585248bbb134d804f5 --- /dev/null +++ b/checkpoint-85000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21306a5db3b63ab41b344133a71c0ab38ed1be757726717050b9db4a0c0dd4d3 +size 1000 diff --git a/checkpoint-90000/controlnet/config.json b/checkpoint-90000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-90000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-90000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-90000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..07c704b3d1685452caa654bb04fc57e0c156a2fe --- /dev/null +++ b/checkpoint-90000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:979745c5e4ff2f5a59c39d184fda31b4de55b9924048acb7d95123903445031f +size 1445157120 diff --git a/checkpoint-90000/optimizer.bin b/checkpoint-90000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7d6a62ac43cdabae7e351cdd26eb5741ae49fc9b --- /dev/null +++ b/checkpoint-90000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bcdd64e5cea2f2333de3615c4abf503aa97d184f2c53f67d657003ffd128839 +size 2890518478 diff --git a/checkpoint-90000/random_states_0.pkl b/checkpoint-90000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4c416ac2b81c7cb76489a5d37d077cb81b2c0f75 --- /dev/null +++ b/checkpoint-90000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af006db0d16e91156ac5d689d5ffc7d6aaaee1dc39008bf63eaa360c468501e8 +size 14408 diff --git a/checkpoint-90000/scheduler.bin b/checkpoint-90000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..4e6c6dfddc79b22b160af789a49fb5e85e0b3171 --- /dev/null +++ b/checkpoint-90000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe685683fe701df8e1b10c2954cf34c65f2125a2f0de2e382527e928d5771802 +size 1000 diff --git a/checkpoint-95000/controlnet/config.json b/checkpoint-95000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4353d5234ad8a5372d69705ceec077abb47226 --- /dev/null +++ b/checkpoint-95000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.25.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-95000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-95000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..b24d7579369942d2d8d3959e299152b8016f2305 --- /dev/null +++ b/checkpoint-95000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca44dd8bf8c43dd23d62f858b2eccfa5ca8761d51017dff56170d2c24f0ef8bb +size 1445157120 diff --git a/checkpoint-95000/optimizer.bin b/checkpoint-95000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..f49d7286eab177977eeee6f07b86d704eb0b375d --- /dev/null +++ b/checkpoint-95000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5527d5f0d410bedc2daa8b2096b1eefd52ca87064e8a9421fb11f678da9179ad +size 2890518478 diff --git a/checkpoint-95000/random_states_0.pkl b/checkpoint-95000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..577a604702df6229a1ba447fedbf4c2b7bf131c8 --- /dev/null +++ b/checkpoint-95000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1462963eae813dbb2aa20b05b3a2a8af3359d13b1fbe74f9deeef016303bccfe +size 14408 diff --git a/checkpoint-95000/scheduler.bin b/checkpoint-95000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..4e92ca7b9941fac9b09aa8f51fdc682c3c7fef96 --- /dev/null +++ b/checkpoint-95000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ac1b2e726a287baa209d816ceb78baeee2d0bc8d3bc612211271984445fe2f +size 1000 diff --git a/config.json b/config.json index e2400cd0eb3b8f29bacc21230f69cb73e7956d82..3c4353d5234ad8a5372d69705ceec077abb47226 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,6 @@ { "_class_name": "ControlNetModel", - "_diffusers_version": "0.24.0.dev0", - "_name_or_path": "/scratch/amoryo/models/sd-controlnet-signwriting", + "_diffusers_version": "0.25.0.dev0", "act_fn": "silu", "addition_embed_type": null, "addition_embed_type_num_heads": 64, diff --git a/diffusion_pytorch_model.safetensors b/diffusion_pytorch_model.safetensors index d80b422c806d18224d6c89cce9daa31bc0f9afcf..6af76d46d5ee6b14a41a489a84b3610be9cde112 100644 --- a/diffusion_pytorch_model.safetensors +++ b/diffusion_pytorch_model.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6f278cbad34c8525c4d72bc3fce9c293f984064ee32f02940468ca337281d340 +oid sha256:fc0e44972d6172f604ea5861cee4777904eaf125457068e2fabec135b3259666 size 1445157120 diff --git a/image_control.png b/image_control.png new file mode 100644 index 0000000000000000000000000000000000000000..b42f469bef294a42bbcf662e2acfebf937106b8a Binary files /dev/null and b/image_control.png differ diff --git a/images_0.png b/images_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7ec9fc0d26e4832d58d415bcd3ee260348fe2802 --- /dev/null +++ b/images_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535a9f4677af1dd26fa12e2a0a815a1ca1c758aff49bc595e6db2185c84f7553 +size 1204674 diff --git a/images_1.png b/images_1.png new file mode 100644 index 0000000000000000000000000000000000000000..753e6942b5a9bc936a75e678683e3f947a040f8e Binary files /dev/null and b/images_1.png differ diff --git a/images_2.png b/images_2.png new file mode 100644 index 0000000000000000000000000000000000000000..5863bbdb2cf6fc51878a69f6f236550f21c60d05 Binary files /dev/null and b/images_2.png differ