diff --git a/.gitattributes b/.gitattributes index a6344aac8c09253b3b630fb776ae94478aa0275b..dad60b4a1f88f4de5bd65ea12f26fc9f6eeed088 100644 --- a/.gitattributes +++ b/.gitattributes @@ -33,3 +33,6 @@ 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 +images_1.png filter=lfs diff=lfs merge=lfs -text +images_2.png filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md index 32897cd3e640101ba184f8c4ccd896981de3804a..d5c36cbe73b8a200aacacf5f417616d602611562 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/sd-controlnet-mediapipe + +These are controlnet weights trained on runwayml/stable-diffusion-v1-5 with new type of conditioning. +You can find some example images below. +prompt: Maayan Gazuli performing sign language in front of a green screen. +![images_0)](./images_0.png) +prompt: Maayan Gazuli performing sign language in front of a green screen. +![images_1)](./images_1.png) +prompt: Barack Obama performing sign language in front of a green screen. +![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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-10000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..eb7d99a4e4fabd734e5b258864e3e4dd8f511d33 --- /dev/null +++ b/checkpoint-10000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e940471de9b19e0826f493963648e6433e53e82e03ff0b821ff973fc87c6c987 +size 1445157120 diff --git a/checkpoint-10000/optimizer.bin b/checkpoint-10000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..3a7911844b39e1e944e59e6c025a7cc73db6d9cc --- /dev/null +++ b/checkpoint-10000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a473a7f9760a79c54d7a524aaf63805e3ce85ea99439e3022dc4c029dc15b10 +size 2890518478 diff --git a/checkpoint-10000/random_states_0.pkl b/checkpoint-10000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..322e1d97d1109ad2ca70987ab706eca513530f73 --- /dev/null +++ b/checkpoint-10000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84932bdf3e477deebc92f02cefb14fd0d6bdc457a3c6f4b2ca6c7bddc0a3c8b0 +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-100000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..7eef083882e264d903f66140ccc82604e6f4493f --- /dev/null +++ b/checkpoint-100000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3af09b87eab4afefd05c63db75fd1ffa0697589af01e046b3d895645d4031b5 +size 1445157120 diff --git a/checkpoint-100000/optimizer.bin b/checkpoint-100000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9e3a1a307bc7a1cd633ea401e20b4f3476fc4b45 --- /dev/null +++ b/checkpoint-100000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638d1c34427e99c72aad9f0347204282327d798f30222e0e8921cd35c1c21b20 +size 2890518478 diff --git a/checkpoint-100000/random_states_0.pkl b/checkpoint-100000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c16d5baa67dff738fcf390ae498f5c46e9d68d1f --- /dev/null +++ b/checkpoint-100000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db3038332fbfa233ca701964aa8f17fd12f22f308be19063b06bd1ce750acd9 +size 14408 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-105000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..9b904d3b80f1f84db9d5d5e79c8b5e7f03859eaa --- /dev/null +++ b/checkpoint-105000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:178892b778c7b17e77d71e58734b5555815369ad934b4a1b730da4367dc58229 +size 1445157120 diff --git a/checkpoint-105000/optimizer.bin b/checkpoint-105000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7fd0d396811bb8ee0f8d31e4b2097c6814e1e811 --- /dev/null +++ b/checkpoint-105000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77abb77effe32ea3d24776d9cde19c2e5ce08b61103ae7d94b8755c94c0d11a2 +size 2890518478 diff --git a/checkpoint-105000/random_states_0.pkl b/checkpoint-105000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0885480cdabe6e370e726b1695343791377fddb2 --- /dev/null +++ b/checkpoint-105000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a27a489d7bacac9c5589c78672e2dc7121ea24061f58c11ae2f44fe106f7122 +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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-110000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..b42710f07e7b837bfc6d04e6171250fc0a99a2e7 --- /dev/null +++ b/checkpoint-110000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:736a77ed0eddcf0ab10b4aab915135895460d7f5a9defb4ea9c397beaf93e5e6 +size 1445157120 diff --git a/checkpoint-110000/optimizer.bin b/checkpoint-110000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..13d23095e0ecd6ac882b7897ce02fe43f783bfc1 --- /dev/null +++ b/checkpoint-110000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef07d4a77dcee4491a7506690bd0aea1440d2a2295d04bac2c2e9a6efee0494e +size 2890518478 diff --git a/checkpoint-110000/random_states_0.pkl b/checkpoint-110000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0f0074b9738ffaff008e7326f3f5c0352d7cf279 --- /dev/null +++ b/checkpoint-110000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2572a5f50376ec5c8a9294a566513c7c43508ddcd870e745d99887307fbff6e +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-115000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..973154962265e8749aaac576dfa5d7e473d9e148 --- /dev/null +++ b/checkpoint-115000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d40c3972ecf3a50a3bc6cd3835917bfa9ab91e3c15ba6b07449e72565b6847ff +size 1445157120 diff --git a/checkpoint-115000/optimizer.bin b/checkpoint-115000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..39dfd16ef5d58451daa0388c4c41502ab9480b30 --- /dev/null +++ b/checkpoint-115000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d56a5f683d6f5921b157f8b002764f05352d1a47fb8fed313b29a4fb672c1af +size 2890518478 diff --git a/checkpoint-115000/random_states_0.pkl b/checkpoint-115000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e1b615f736c5153ee41c26f1dc6e7435d381f7be --- /dev/null +++ b/checkpoint-115000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a65236e5eb91a8a85d9b8c4120661110076097a605414c335dcd3891b7dda902 +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-120000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..909a8d41cc0a8210912417c747ad44c0c481e436 --- /dev/null +++ b/checkpoint-120000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:295bde085ddaa61823f131a61911f94314d689e4d57b875b5c4c6a96163f9ec8 +size 1445157120 diff --git a/checkpoint-120000/optimizer.bin b/checkpoint-120000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..53675b50e0a34b007856d85fd912f741f055445c --- /dev/null +++ b/checkpoint-120000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:492fbd5bcb21e601bb8ad98408a320c94664469c8b08b6ae55fffc50e8a9b195 +size 2890518478 diff --git a/checkpoint-120000/random_states_0.pkl b/checkpoint-120000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..363e64bedf66bff6b5c0f49f506dd0cc00c0062f --- /dev/null +++ b/checkpoint-120000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beada02d215bea15b4e48c68d773846e69d9f20b3617a8e4d97c764b020cf464 +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-125000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..81217e7fa048ceab74997734b33ed6fe3320ba3e --- /dev/null +++ b/checkpoint-125000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2bed6bfd7a11a07cf4f944c72047b1ef1d3be7d0b03208025abfe638858cc7 +size 1445157120 diff --git a/checkpoint-125000/optimizer.bin b/checkpoint-125000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d7a335e5114b8e36ad9055536b1f8379823feb5e --- /dev/null +++ b/checkpoint-125000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbc34f0ac49638bfb83231493df24fb959b700015e10eb72b1712fe1e51dc2d9 +size 2890518478 diff --git a/checkpoint-125000/random_states_0.pkl b/checkpoint-125000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..12992a32a240f05d3c06d75467dcc4d63c73c310 --- /dev/null +++ b/checkpoint-125000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3173bb829e83096660193d22da3e979c492dc5ac8555bbec067cc08e32a8990c +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-130000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..bf2d80c513a8beb2aa54957fcf3e528bc4d5914b --- /dev/null +++ b/checkpoint-130000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5ca9b4123c1de3589ac773e78a896bbdbeb20da7382eddd4a6432e421e9b9a4 +size 1445157120 diff --git a/checkpoint-130000/optimizer.bin b/checkpoint-130000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..1c8bd08b1253dd8c89b162828e61f5c3a73a690e --- /dev/null +++ b/checkpoint-130000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c7f07e3c4f13bbf6983d3604b3df4f62f6bc07305ae4de6b8684ba337a899c3 +size 2890518478 diff --git a/checkpoint-130000/random_states_0.pkl b/checkpoint-130000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..55ee7346db6d3a1d2937af9cdf310896b5378078 --- /dev/null +++ b/checkpoint-130000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7138e67fa0eb26175379303403cd5201b145da2cd3e7aec0159a4bc386e2596e +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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-135000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..81547e04cd3a0a553a9f832e0d4dfb8c9fd9f8a4 --- /dev/null +++ b/checkpoint-135000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:185ca76cddcfe9744e5fc7a3f6545fd32246c0b5cc6d16f85104bbd67b3c6f8d +size 1445157120 diff --git a/checkpoint-135000/optimizer.bin b/checkpoint-135000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9e515386c595c4449855b59ea890e85672558fc1 --- /dev/null +++ b/checkpoint-135000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe09e2e4feb6b901230218e54e1e149913aa002dd81974c3f6ee658adb95d133 +size 2890518478 diff --git a/checkpoint-135000/random_states_0.pkl b/checkpoint-135000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..fb3f358c5954e46bb8fe6602049620f944559354 --- /dev/null +++ b/checkpoint-135000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e27bb4d2e809629d97744e95629c75dcf3796f27719c8c8d8add6cb1c304a49 +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-140000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..f358167241927e1acdbe33361bbb8d83aa2602b9 --- /dev/null +++ b/checkpoint-140000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e94643b831b0677df7e7eec38324e9cbc6d3c9d5d8a8d1a98083f3271aeb8c7 +size 1445157120 diff --git a/checkpoint-140000/optimizer.bin b/checkpoint-140000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..94d7076d1a5824aa05fc75bb98013139a3c39d13 --- /dev/null +++ b/checkpoint-140000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed9b038e66426e70ef4b89e2c191b5d897e4ef3e49f063b6cc00f1bfa61feb53 +size 2890518478 diff --git a/checkpoint-140000/random_states_0.pkl b/checkpoint-140000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..42ec86f5458784f7d8cd220d4cbc0442daba5012 --- /dev/null +++ b/checkpoint-140000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1c7ee2a9e7f089267c9c25a54fc40c45f2ed8f85272b47d0ddde9abb8cdbe0f +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-145000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..26588fbe35bf362f2803a6e12d689173513b1bed --- /dev/null +++ b/checkpoint-145000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f5d1a41699616920d656ecb9a0431b24938cde3a330defc92aaff8fa2083bd +size 1445157120 diff --git a/checkpoint-145000/optimizer.bin b/checkpoint-145000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d68da0b55453276fbdb58a6531bbd9ff4da719d9 --- /dev/null +++ b/checkpoint-145000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd0dfe3010e5bb8bf5f644d3270e35eef9e5677a5884d3c2a26235014287948c +size 2890518478 diff --git a/checkpoint-145000/random_states_0.pkl b/checkpoint-145000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..6d083d3265dc4fda5e6b5a42a54b8c90e4dfe3d1 --- /dev/null +++ b/checkpoint-145000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6337e565311046230522708e8b8f04822c27e0df87375482e0f02ce74c283c9 +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-15000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..0322afc9c3f20029a7ee15e1e13394d118a4aa62 --- /dev/null +++ b/checkpoint-15000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf328f4b4c6f6546396c5ae83563fd523a96e71416752e5909c14345de469e3 +size 1445157120 diff --git a/checkpoint-15000/optimizer.bin b/checkpoint-15000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..3db033e6129fdf55fd4007429d842075b4d1cbfd --- /dev/null +++ b/checkpoint-15000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc6c0aa6078c8f9902cdc2ed9e9cabb9d05d2a94a6e1c46b6db539a206f5a3a +size 2890518478 diff --git a/checkpoint-15000/random_states_0.pkl b/checkpoint-15000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..2d630a95d0ce839b2285b35af46345bad8e9864f --- /dev/null +++ b/checkpoint-15000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37d351af2dd6cb296a84d485de45a69a08d0f15876c237a2b3a48772f332c3ae +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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-150000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..78c805642327b66ed00119151cd81a84a1982d3d --- /dev/null +++ b/checkpoint-150000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:285a7a7d930c874bbb0d40c59d8d3a54bbe810f97a1795228c0d6e2d30cf5edf +size 1445157120 diff --git a/checkpoint-150000/optimizer.bin b/checkpoint-150000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0ad806e81d06d2235f67ec600f7eaa568cbc057d --- /dev/null +++ b/checkpoint-150000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f719f12f4de3faf693ab118611062cb59898582ae600af6d3286431ecf6e6d48 +size 2890518478 diff --git a/checkpoint-150000/random_states_0.pkl b/checkpoint-150000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..7bcbe42bb9ae2a24c20bb7c0e922cf27a9509c2b --- /dev/null +++ b/checkpoint-150000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d120f42c25c8a462559d7914e6d6a320d891e3ae3d7ab387dd393b5b72601e +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-155000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..770c364da35376b00a4679539483bb900676ce30 --- /dev/null +++ b/checkpoint-155000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:724448525b3ffbd56e14094e946541c3e8a18e7816e439040af2adce1fa0713a +size 1445157120 diff --git a/checkpoint-155000/optimizer.bin b/checkpoint-155000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..dfdb8d91776de510b7cdfa46c026a3dc3edf3a2d --- /dev/null +++ b/checkpoint-155000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:809cfaaab2fae223dd6c44f6f853fac9ad424d5e0ead3af7beadbcfb393c4263 +size 2890518478 diff --git a/checkpoint-155000/random_states_0.pkl b/checkpoint-155000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ebc57d3a8d015115a559f46a0820a5d7d5bf11d5 --- /dev/null +++ b/checkpoint-155000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbddf8d2fbdc7e6213e0d6df845c06d7c116265fc8fe0a50bb47ed322d181967 +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-160000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..67f640ef27e976a69faee0e644a14409984b64d0 --- /dev/null +++ b/checkpoint-160000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d78db066ec572719faf3b62d9861d50d587ba683142bfa3392be4dbacb03a0 +size 1445157120 diff --git a/checkpoint-160000/optimizer.bin b/checkpoint-160000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9787804ab7698f43105d7421c9d253ca6e470b97 --- /dev/null +++ b/checkpoint-160000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d981c3f1261662f0ce53fb61698366d4ab19d94f6b5682109b281932a10013f5 +size 2890518478 diff --git a/checkpoint-160000/random_states_0.pkl b/checkpoint-160000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..7421c8f91b9a6d8509377416b89f41c08b32212a --- /dev/null +++ b/checkpoint-160000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be48bd4be4fcc115956fcc4e5542606f40a41dfb956302c8ffc04d431038920 +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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-165000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..b7e9a717fe4fa9e45003ff623b0f8563dc7f113b --- /dev/null +++ b/checkpoint-165000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8586c4cc36cb01d3bc99d245a9e882cb40670a6a7703a1eac18a71a7ed3983 +size 1445157120 diff --git a/checkpoint-165000/optimizer.bin b/checkpoint-165000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..fa72f5bf0ce8249ce9e3b28739694316ea53ddeb --- /dev/null +++ b/checkpoint-165000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7bb505798029cdc0226c0df340214e4be47fbd0343f6cc80a450bc3221da408 +size 2890518478 diff --git a/checkpoint-165000/random_states_0.pkl b/checkpoint-165000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..75c327ce90af774dc5367e9dfbce809aa7b13941 --- /dev/null +++ b/checkpoint-165000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e025a77ab4653c0b98d996861ea454dfbb32478b104f0cfb498f5e6c1a12af80 +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-170000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..82975f45ef4b4e7c04da7eb5f72e493b950a559a --- /dev/null +++ b/checkpoint-170000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f9a9b0d3a8ac9c8eca6d1c26989e7d8b1511b5d709787d70b237cd9a1666450 +size 1445157120 diff --git a/checkpoint-170000/optimizer.bin b/checkpoint-170000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..502fd8cb583d121f6c51c260ed8446ed4e049155 --- /dev/null +++ b/checkpoint-170000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a02b7a7772c590972c49668f0af4319fae844855dc569bfc2258896a0917fe +size 2890518478 diff --git a/checkpoint-170000/random_states_0.pkl b/checkpoint-170000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ad6a5bd8368cd51188dc6ef9bad6fef704dea4f1 --- /dev/null +++ b/checkpoint-170000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f128a62514e52a48a9649993def5d609dc3b4b29ddb161f1ad16778c0726731 +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-175000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..20efb3d422e28e45cbba72ef089eb5b0d328fc3c --- /dev/null +++ b/checkpoint-175000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:545073004782fae904aed7fc972a18aeac5d3da8e79a57d7b1e2560c048a6e21 +size 1445157120 diff --git a/checkpoint-175000/optimizer.bin b/checkpoint-175000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..bf73bd1511b7eadaa818488932c657f6209a5896 --- /dev/null +++ b/checkpoint-175000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0f7d8550c4f3cabef300ea18d9fd46e36ee52a4a107eee84e3c40c3ad52027e +size 2890518478 diff --git a/checkpoint-175000/random_states_0.pkl b/checkpoint-175000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f9d3aabbda1e5d906710f3b0a9dfdc550d9e8a99 --- /dev/null +++ b/checkpoint-175000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff717df8492b50c9822b0cdf10974fec13572ee5a3f437cfea99e70788c7fe9b +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-180000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..1c5d63bb6604e8104d6ae9721822d9b70f2c25ef --- /dev/null +++ b/checkpoint-180000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a32488509de723c3e5f20844e0ced505502dd5c66b18e45c2317bb7e080d736 +size 1445157120 diff --git a/checkpoint-180000/optimizer.bin b/checkpoint-180000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..16c235b47b9f06b0834a82533b42ba20aade9e33 --- /dev/null +++ b/checkpoint-180000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd6e0f2a3548aa2de8f0c091eedf80adf56f4108fd5075d00c4efd4062c0d775 +size 2890518478 diff --git a/checkpoint-180000/random_states_0.pkl b/checkpoint-180000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..2bfed2978b3272b5ae0d8f41acf427f0bbf24c54 --- /dev/null +++ b/checkpoint-180000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31927bf9e893c81a872803e5b3a0ddf64db5897d2d17cd092e97d6750d715435 +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-185000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..79573c20fdfaca9b603d3268766bd071dc452e8c --- /dev/null +++ b/checkpoint-185000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b6ab4dd7684fee47a465bbb8fa637c9978dbec24194708ba5e1290d691f6e65 +size 1445157120 diff --git a/checkpoint-185000/optimizer.bin b/checkpoint-185000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..862d7ff2e7d3f975d7904b2a2b06163127896290 --- /dev/null +++ b/checkpoint-185000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c022d35ba9d517be0ca6cf854667c331bfc1f2ab9c2e985ddf2091478789664a +size 2890518478 diff --git a/checkpoint-185000/random_states_0.pkl b/checkpoint-185000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..dd431507bd8ba83a1bcd1aa1a1aaaf61be8d7490 --- /dev/null +++ b/checkpoint-185000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f85c31b2e015d12fb50909ea38d0330c86734f3d9f3387cb2c550f8a82c5ad2 +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-190000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..564df4359d0fffab61952424827d375e572be866 --- /dev/null +++ b/checkpoint-190000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09fdeadc44bf6c130a20e3d3efccf8fb065e0afcc328732fd052021a3324eb61 +size 1445157120 diff --git a/checkpoint-190000/optimizer.bin b/checkpoint-190000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..4f29ed60ce93c29470e774f04c74ea6166688b4c --- /dev/null +++ b/checkpoint-190000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:233c6ce82c3c04511b62dd0d6ffecfe8aabfc327dfa0f24b367797630993b913 +size 2890518478 diff --git a/checkpoint-190000/random_states_0.pkl b/checkpoint-190000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..6cc5123959f27e340b07951bcf1b98635ffea6b9 --- /dev/null +++ b/checkpoint-190000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90980666ee146236062994a7b1bd6e26104755f1f465d13e046919dda717da07 +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-195000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..21842035bbd87ab18923e98d7a1f178da899aeba --- /dev/null +++ b/checkpoint-195000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b52376d860881a8fe4f03fd84982e48c4d9d6603f50899e58cab0523ce0d3f9 +size 1445157120 diff --git a/checkpoint-195000/optimizer.bin b/checkpoint-195000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..3957fb56927f0a1d4b3e53c96bb8c2866e9f6fb2 --- /dev/null +++ b/checkpoint-195000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87bc70b08174f94b10d8cc91ecfb2b8f07c4efab51f9c1b9cbddaeee4a912f41 +size 2890518478 diff --git a/checkpoint-195000/random_states_0.pkl b/checkpoint-195000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4d32dab72fd61784671a37bfc5e1980700e3537a --- /dev/null +++ b/checkpoint-195000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f513aeb83c76ad26c82158ae475247afe06f1a7a602098d56b71fde595aa12 +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-20000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..f393898df9f41e1bcb29ecd465a35f6675fa11e5 --- /dev/null +++ b/checkpoint-20000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af0aa12bb2334c0283dd671c8d53fd14183850a4a43f8006987a15322a0bb4ec +size 1445157120 diff --git a/checkpoint-20000/optimizer.bin b/checkpoint-20000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..1fcef76c0375c8663e4648e72326e46365820d14 --- /dev/null +++ b/checkpoint-20000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e9751302e8996d358aa2682259a4a984b7a6e38319f922b3d14fe781f24aeea +size 2890518478 diff --git a/checkpoint-20000/random_states_0.pkl b/checkpoint-20000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ccfaafc93e5fb79c8506dc0111f1b1a747a20b9e --- /dev/null +++ b/checkpoint-20000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b81ef9eff2950a9a3eb713255a2cd9c5fa290487d5c7d97d2e5325fb4cfe53c0 +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-200000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..5f5c5a3ea5bcfd12d7f483eca3f7c9fc8fc84655 --- /dev/null +++ b/checkpoint-200000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee84f4d05924100bc335c97c81ce9113b558bc18a1caf6f645b2ed644617e25f +size 1445157120 diff --git a/checkpoint-200000/optimizer.bin b/checkpoint-200000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7173bfcd2c1a22ea2c61057c554d13b3e32e380d --- /dev/null +++ b/checkpoint-200000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49c65c0907b7ef9fb069627eececf47e15bb39be69d7d32090f2c04159c64f7d +size 2890518478 diff --git a/checkpoint-200000/random_states_0.pkl b/checkpoint-200000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ed3b06b8cc2e4bd42d859c18fd9c457f8d5f1aa8 --- /dev/null +++ b/checkpoint-200000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a449b77bb4946677c2e9f037349231afb9538ec3ab4494509f2b7f88287c6e80 +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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-205000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..9bce696ff09f4ef1e7cf0e1c7f1e7171c84ed06d --- /dev/null +++ b/checkpoint-205000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e464ffb8d2b9252a0eec3776e43486531cb3dc958d517ef2ae3ab72f8fe6de +size 1445157120 diff --git a/checkpoint-205000/optimizer.bin b/checkpoint-205000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c44124ff7357e451298c9f7a288531fd7c268601 --- /dev/null +++ b/checkpoint-205000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68d8dedbeafd8b45046dccb87f594e8293a22ad70d5d9abf5a01679c9d184bf7 +size 2890518478 diff --git a/checkpoint-205000/random_states_0.pkl b/checkpoint-205000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..661c9286ee50d68a2f222cb7f14126e5aae14eea --- /dev/null +++ b/checkpoint-205000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:182de2767a8f69978b17efb5539a8712d30d0a916a27101996c1322a3830d930 +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-210000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..c637292bf8da7954c932059a078f5cdbaa56b3d3 --- /dev/null +++ b/checkpoint-210000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec88e2c71c7861f86d147c1835ee8bcf2d12001c1bdbe5333dfaca58d0e7338 +size 1445157120 diff --git a/checkpoint-210000/optimizer.bin b/checkpoint-210000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..21281bda096b65fffbf464f2d83eb8406ff6e9a4 --- /dev/null +++ b/checkpoint-210000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e6fae91ab9902c2f354c44fee20472dd0aa2993f19051a07558afe14d163763 +size 2890518478 diff --git a/checkpoint-210000/random_states_0.pkl b/checkpoint-210000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..87b5c772459a221354a089da7652f6f4e11daa2a --- /dev/null +++ b/checkpoint-210000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed69dafbea1db99c8f2eddbb42098d9e618c784751c79a4e6960a549e7ea1328 +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-215000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..6ebf362d04ed5211bca3fe62f8af18d2007688cb --- /dev/null +++ b/checkpoint-215000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7379809da4b00b94ebea8a1113611b186bb846dda991d750c49a3ecefed02365 +size 1445157120 diff --git a/checkpoint-215000/optimizer.bin b/checkpoint-215000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d1e9f52385affe906edf76548621593af8d90d1e --- /dev/null +++ b/checkpoint-215000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27876bde4c01cf7413aefa3d1dcb86b03846012ed0a84faf2a9028845c131afb +size 2890518478 diff --git a/checkpoint-215000/random_states_0.pkl b/checkpoint-215000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..44b2afd5a5120e5d03453c1ccf6fc0abbe68309c --- /dev/null +++ b/checkpoint-215000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3365493ed70b3c19b4bbece6ed9465d59ec7c5476a4c9144a22573338d525af6 +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-220000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..60a0ef93b2076ba91455c77e948e344d2571153d --- /dev/null +++ b/checkpoint-220000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a65ff1d6710532595c9ba7123125c62d7225c9562779aec5c6ee50fde3fd295 +size 1445157120 diff --git a/checkpoint-220000/optimizer.bin b/checkpoint-220000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..85f95d918eca4ee787d842941c246c796eeb02a6 --- /dev/null +++ b/checkpoint-220000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf5539b414bc65767ba6d2229c157c978b11626a16faf2e2956ac8b88d95105c +size 2890518478 diff --git a/checkpoint-220000/random_states_0.pkl b/checkpoint-220000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..8959c770f47577b9853544de588a4e39d040d009 --- /dev/null +++ b/checkpoint-220000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06cce1cd307641c5fe018b1719d8148269cff616c8798882ed3de891972d35a9 +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-225000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..212f81e841ae0b0cf7a442432d740deea170ef8c --- /dev/null +++ b/checkpoint-225000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51c436c7dcaa513d1f470040b37a0fad21cf2654499cf247f8c2c6d84f3b61aa +size 1445157120 diff --git a/checkpoint-225000/optimizer.bin b/checkpoint-225000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..8656475a891666a233dafec4cd57bd69da405a1b --- /dev/null +++ b/checkpoint-225000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e3f2611b033bfff9057772f16c9053af4238442920b6a4bcba1b9cd1d7895e3 +size 2890518478 diff --git a/checkpoint-225000/random_states_0.pkl b/checkpoint-225000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..2228168bd753db15d6ce0744b88ea5809e5f38e0 --- /dev/null +++ b/checkpoint-225000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d001fbba03fcef422bdbd009c240c81710be5701c32e52803d9320bc7c79ab99 +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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-230000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..fd6c88b860fd97ca667c5f057c9aed061408fefb --- /dev/null +++ b/checkpoint-230000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a989105e26da3a9b23994ad7b57327a314b77ec54ce526c8ed1de882f672a6 +size 1445157120 diff --git a/checkpoint-230000/optimizer.bin b/checkpoint-230000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c058ca1872ce8e744a48e8c3141139e0396a1108 --- /dev/null +++ b/checkpoint-230000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b18714f29f2fdd059b092409ac06a6e90d8eb4424fa7689ad9d9f9adb62043af +size 2890518478 diff --git a/checkpoint-230000/random_states_0.pkl b/checkpoint-230000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..19d7c297ed9e06b65de74385c5d641c02e545f02 --- /dev/null +++ b/checkpoint-230000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f11e0f2bd8a373d37fa90b34d6ab92c0fc5370418f87856783dfdc75d589f924 +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-235000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..8a4b455c0e71af2fd2846ac924a850787f7170bd --- /dev/null +++ b/checkpoint-235000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10efc77d18eeb7ccde7edbdc266198f9c0ce0fe9f3c32d37768c0171e40bb372 +size 1445157120 diff --git a/checkpoint-235000/optimizer.bin b/checkpoint-235000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ca1ff7b6efea668411d5d80d257ce2b49b98694a --- /dev/null +++ b/checkpoint-235000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97481aa386f83da1a6231723fd0a04344bba354e4e95cc22c67b58ba53e69e51 +size 2890518478 diff --git a/checkpoint-235000/random_states_0.pkl b/checkpoint-235000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4c7eb86c94e2dd31b18886b07101d5d2292e154b --- /dev/null +++ b/checkpoint-235000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec063058075a72b1c4ff63eccdc03d40a4191a5713eccb43f49afbe875721cf3 +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-240000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..0d06064164a3853256906b660aac8f6635d9a8ad --- /dev/null +++ b/checkpoint-240000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac7883896661b35c55ef7f2e790aeb925c4a115f2251172b0e7b5c8a43befba8 +size 1445157120 diff --git a/checkpoint-240000/optimizer.bin b/checkpoint-240000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..742c108ce3c296950942e0919df2714048cdcc04 --- /dev/null +++ b/checkpoint-240000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd737ed0a4727e2548f8e7992ab9465dc4b8c5eb8a3c029e3ec90138e54ca6f3 +size 2890518478 diff --git a/checkpoint-240000/random_states_0.pkl b/checkpoint-240000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..94a467db5afbed0fa5ba55814bc609f03ee1ce4b --- /dev/null +++ b/checkpoint-240000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed35337d08d55da57eab3c17f1030378fd91082e4148720095dae28a2c7dd253 +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-245000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..9deb462eb48875548b6aefd0f44a8e26dad9128d --- /dev/null +++ b/checkpoint-245000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e24fb8fc2a3b775aff5c7b1b13641fde72034dc1f87f74e83f2fe85fb5ee44 +size 1445157120 diff --git a/checkpoint-245000/optimizer.bin b/checkpoint-245000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..cd3c011a3f8669f568ea5f00ebf25b2b05aa8117 --- /dev/null +++ b/checkpoint-245000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7827905e2eafebfa8e079ff56deec69b4d43fce9e59178ef15c2f4d92640db1 +size 2890518478 diff --git a/checkpoint-245000/random_states_0.pkl b/checkpoint-245000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..cf555e3e289ddb0e99392309d0eb5ba3b680148e --- /dev/null +++ b/checkpoint-245000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb6fc39144b5e0bd446d7e715a38fc53feb278e54c3d363a54f52e002599364 +size 14280 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-25000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..e793cb9e521418145ecbfb9d47f0fd2f3ec02a78 --- /dev/null +++ b/checkpoint-25000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a16a3223d8ca9ef614fdbd4813be3e67bf5d91213566ed243c4e13a07d672225 +size 1445157120 diff --git a/checkpoint-25000/optimizer.bin b/checkpoint-25000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..776ea5e6add237ad8bc2314a06a408d73b15da53 --- /dev/null +++ b/checkpoint-25000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:246711f01fb2cf4868e0452c11024d86ba22611615789d6a8b3b641e2af5b4f0 +size 2890518478 diff --git a/checkpoint-25000/random_states_0.pkl b/checkpoint-25000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..2796139dac3dff2fc43b22f839ab7904a1e9d2ad --- /dev/null +++ b/checkpoint-25000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c28ac7911fa438dd60619356e0b40548e06bc96499cb9607b8f512fa925a0d6 +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-250000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..a88e5f0443c7cbc4a11bb622dd25ec84c87f6a0c --- /dev/null +++ b/checkpoint-250000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c9a0cdcf166f9c98a5a61fab1fcd32a1f8a7f0e826794faa6ad79e8a58c05b +size 1445157120 diff --git a/checkpoint-250000/optimizer.bin b/checkpoint-250000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..387e7e700ee2bf261a3ade81bc10680af14f7a85 --- /dev/null +++ b/checkpoint-250000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f107015b47fc701591ef5049f38f69943292926a29cf2846b2e31db92560abe +size 2890518478 diff --git a/checkpoint-250000/random_states_0.pkl b/checkpoint-250000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..979fe1af655d3d92a020481f043fc22a421457b6 --- /dev/null +++ b/checkpoint-250000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a86a983327fce88864bf988e18ac0003a0c9b8cae70f38ad9d9240962daf2d1 +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-255000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..286a429d78fbdee97cb0b2cbff76429d6506115f --- /dev/null +++ b/checkpoint-255000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30f468e5bf684c09735b12e0294dc6afeadc89b53fb8fc6801a35382e00b23f9 +size 1445157120 diff --git a/checkpoint-255000/optimizer.bin b/checkpoint-255000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..8ddc61e2077ee20d1301147e7436ada84b45cafa --- /dev/null +++ b/checkpoint-255000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11546c25ee40036fea63116a630720f39999ef5f7a266fe445488d25d63202a5 +size 2890518478 diff --git a/checkpoint-255000/random_states_0.pkl b/checkpoint-255000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..877c7038dd1f05ce01c6c6993819f5bd28005311 --- /dev/null +++ b/checkpoint-255000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c413379c3859facb44cefdcf21494ca701e298fad1faaea2e593b6935edcf993 +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-260000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..58445a60164dded731a75940b99c1f644f743e2d --- /dev/null +++ b/checkpoint-260000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6631102805faf9f1f9976b83cc6927d8f12ae28bff48ef7bfc806831bf26636f +size 1445157120 diff --git a/checkpoint-260000/optimizer.bin b/checkpoint-260000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b5de831c21235b117ead25ccf86741e6283cd6dd --- /dev/null +++ b/checkpoint-260000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c877f35de8f1af69c2be4b2790d62b5be027a6f13d3d040518c96faa8dd87aa +size 2890518478 diff --git a/checkpoint-260000/random_states_0.pkl b/checkpoint-260000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..244d5025bae4a5c0a0288d90d287deadaa66ab85 --- /dev/null +++ b/checkpoint-260000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2591c0aeae3115d1514df066370ff86c632532bfda02ef5bf8cd0a5739463be6 +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-265000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..35ca25926a38e9f626792c416919c9326c48f380 --- /dev/null +++ b/checkpoint-265000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31c38fa97ec9a0c32d9e585ef9dd58e15bdf6d140be14654993894c746b0148a +size 1445157120 diff --git a/checkpoint-265000/optimizer.bin b/checkpoint-265000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6b1a33e78adc99774bad7ebb9c01d343e6bfcb08 --- /dev/null +++ b/checkpoint-265000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b94af74bb6092ed17a02a9dcd877aee7739316b1925fe92d3e9e8396f584a5b6 +size 2890518478 diff --git a/checkpoint-265000/random_states_0.pkl b/checkpoint-265000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..9f4edd69f40f848f4710eeb2737bf92071a3240b --- /dev/null +++ b/checkpoint-265000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7989238267aa96c4f9f5fdce273afb3e6b186b31a6e80d47524bee40f44192d8 +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-270000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..669d3b45bb16ba57cdbbc2af7c4e46116f1cd4ac --- /dev/null +++ b/checkpoint-270000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08a272c7cf13c0c59a10dc18cf2757010dd264109a796a1567adc95b14fd38a7 +size 1445157120 diff --git a/checkpoint-270000/optimizer.bin b/checkpoint-270000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..995d2dc99cbc88645cdd9b36fe0a39036fdea4ee --- /dev/null +++ b/checkpoint-270000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a384e2a9246c112de588f215874053c97a605260233fbbd369a3dc2139ccb695 +size 2890518478 diff --git a/checkpoint-270000/random_states_0.pkl b/checkpoint-270000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..5e0930d7d0cc9242696ed20c3e960dfddce6660b --- /dev/null +++ b/checkpoint-270000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e15a703de6e2ef083b4a3b0d6a6765c6f91bd375a79248c480069b03e7120e1d +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-275000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..d0791b8e641bd157e05c2ebb34a6fd16193df522 --- /dev/null +++ b/checkpoint-275000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7002f22c17a015eab880e1570c32d59eb589c683486300494619b7d1636fdc3 +size 1445157120 diff --git a/checkpoint-275000/optimizer.bin b/checkpoint-275000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..bfa8c621af37fb1d09b29deca0efdb0d06e3c2ed --- /dev/null +++ b/checkpoint-275000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7777f53c9ee0f886817e221663795851abce7ff5e933f2579be05924ab779639 +size 2890518478 diff --git a/checkpoint-275000/random_states_0.pkl b/checkpoint-275000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3bf3d08eac7c34ab0af64fd55d6d67ff452c1164 --- /dev/null +++ b/checkpoint-275000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc841b6c9a1ddde1989c4ebdce2014825f68eb62dd33d67b39f937a424d242da +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-280000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..e0f9cc39675cff6749616620340495efa1500b57 --- /dev/null +++ b/checkpoint-280000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95327b28aa9a42fced877f4bd802c66cc949e9da4952476776eb4f4c880b91b +size 1445157120 diff --git a/checkpoint-280000/optimizer.bin b/checkpoint-280000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7ce3b268ba63dd32f12b04afa0c3f7c09e52fdf6 --- /dev/null +++ b/checkpoint-280000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b27fbcbcc398c69c430096dd22a23e0cfa0d3e62fb70d3b511dd7142c00f915 +size 2890518478 diff --git a/checkpoint-280000/random_states_0.pkl b/checkpoint-280000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..1cf9b233166d98001d181acb2475974518af6680 --- /dev/null +++ b/checkpoint-280000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d5942ad6f1d15f5ae2c265362895ee3e9c88743b546fc23ae6fc94bab8b88be +size 14280 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-285000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..75065421f82612da458cfd03f514edb2382b7fa9 --- /dev/null +++ b/checkpoint-285000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f7add54ce21d2a03d63a56bb3bdd6bbc57b0c40ffa0ea2921c106487fc44c9e +size 1445157120 diff --git a/checkpoint-285000/optimizer.bin b/checkpoint-285000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..a358a662f20ba11d44bb5987361575fa7912afae --- /dev/null +++ b/checkpoint-285000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b56bd3e8790bebf1770abcfbd4bf5f02a0cf1be5128949ae8dc0f3cc23db5913 +size 2890518478 diff --git a/checkpoint-285000/random_states_0.pkl b/checkpoint-285000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..43bfc9ccb86a20dd7c0d915277ca0874cfad18b8 --- /dev/null +++ b/checkpoint-285000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f0abfa6f4fe76acc983be5232a434d8fd48b1b32e31aecf09ec3b72327b849d +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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-290000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..8dd87be7fe5e9a9df4a31617ed792bf99d9564a1 --- /dev/null +++ b/checkpoint-290000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06fcb8e97678a62dc7ee028adf223fd355a00a9f7acf25a97bc045476afd4309 +size 1445157120 diff --git a/checkpoint-290000/optimizer.bin b/checkpoint-290000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..a05b833b142ce26058c95311e233e8fd90e99614 --- /dev/null +++ b/checkpoint-290000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac0c11c35deaa089d2a815fb9e2964be36101a740ad628bbb8fd5dd7ba2aa3b +size 2890518478 diff --git a/checkpoint-290000/random_states_0.pkl b/checkpoint-290000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..bbbe98cab6a77409a70c15e10c0b39543ae24dac --- /dev/null +++ b/checkpoint-290000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94e9263b2c375b489ec5430e7c265626cb5d01189a678b02badb083bf07a60e7 +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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-295000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..c0ad101b41cc5730dd168de5c4d7e8175be64828 --- /dev/null +++ b/checkpoint-295000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f981dbef85f8252275596be0a29aa2b4b0e3839129685f1e8ab5369fc18d5218 +size 1445157120 diff --git a/checkpoint-295000/optimizer.bin b/checkpoint-295000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d319b935301044cc3e67798379c75020a0683301 --- /dev/null +++ b/checkpoint-295000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce8380394489cf2c681c7489d9ffa69eeb0074fdf4c60a5a4ba03d4bd2631de +size 2890518478 diff --git a/checkpoint-295000/random_states_0.pkl b/checkpoint-295000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b089bf64050b94a9eb370876d87216701b787525 --- /dev/null +++ b/checkpoint-295000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d04e8ce68afec8dede94c4dc1f201620942ccfec1a6ce14da03b09fed6b1ef +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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-30000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..9552e8f3fdab2bfec0cb8366266d64235df910df --- /dev/null +++ b/checkpoint-30000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2db89cabd01f9363d2287ed9ed217387871bb80f5418206b45a40058f6d8f7af +size 1445157120 diff --git a/checkpoint-30000/optimizer.bin b/checkpoint-30000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7b6a87fae7a3385ecbd780d05f341e83e0548f51 --- /dev/null +++ b/checkpoint-30000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02905457c1e9840073617542ca628f3593eaf2c82c7637ca6c91eed629d06e01 +size 2890518478 diff --git a/checkpoint-30000/random_states_0.pkl b/checkpoint-30000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..39561ae969a1c838bab9ae018c40d9f7449cafa0 --- /dev/null +++ b/checkpoint-30000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10198cebd4a7c8da367e31abc5140ecf2f60db810adce21dccc6d35ffd6bf235 +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-300000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..5aa7483934bc6f60305cbc1785b6b6794308fcb5 --- /dev/null +++ b/checkpoint-300000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f28adeca37718ddafd0ee56a7d3f7d72e3a9172ae73eccefec3744af519569cb +size 1445157120 diff --git a/checkpoint-300000/optimizer.bin b/checkpoint-300000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..bcc881271e974f2d62436cad006f2ad60561215f --- /dev/null +++ b/checkpoint-300000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:048d92bf56ee1c7687af6d7bf6014f38c36472d6ecc51751f0952ab4a464f627 +size 2890518478 diff --git a/checkpoint-300000/random_states_0.pkl b/checkpoint-300000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..473d1c4ad86db90085e4bbecace77ae5d17e5dfd --- /dev/null +++ b/checkpoint-300000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ad5274bb5922bd1f2bd0977b409143c70252edd7b91212c9a44f9110a39d7c +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-305000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..81c7115f4bf3893a8139a5d99b2e3377582e2d1e --- /dev/null +++ b/checkpoint-305000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e9c7e97faeb116398490ce6c1ef8b920320dab9a3ff3756647deab786e4ec8 +size 1445157120 diff --git a/checkpoint-305000/optimizer.bin b/checkpoint-305000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..8bed835126b35f6a05176fbb5a8b81741d784487 --- /dev/null +++ b/checkpoint-305000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9487af942386212c81d7a233ffe7731811aad5945b0a77bc2a4258f5c7a1032d +size 2890518478 diff --git a/checkpoint-305000/random_states_0.pkl b/checkpoint-305000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0561366c4edac59ad94345b259bc20f654d2f1fb --- /dev/null +++ b/checkpoint-305000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dca1af19181fdecfb5115fd14f92ca1f99407b7e454be2acfb8389187d99591d +size 14408 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-310000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..b836a99933b3f8a7ab005893a7686ced7eaa3308 --- /dev/null +++ b/checkpoint-310000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df99c99b3ebef03078f659b744c72afe5217797ef08b2ad618147472af022e2e +size 1445157120 diff --git a/checkpoint-310000/optimizer.bin b/checkpoint-310000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..696112cd3638f8deb27c2f62802f04b4a7973937 --- /dev/null +++ b/checkpoint-310000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b58194031dedca6a843f44f3643085caba2db2b2fa96fa0e4c82af238de704dc +size 2890518478 diff --git a/checkpoint-310000/random_states_0.pkl b/checkpoint-310000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..9517935ec29eaad709af27fae138f4b1ead3c89b --- /dev/null +++ b/checkpoint-310000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3006e789fdb59fa9d3539f3fca17acfa2c60cd84a8c4a97454c8758e249740b0 +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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-315000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..ec78e36705c1127ec1d0baab4f392bbc69fa7543 --- /dev/null +++ b/checkpoint-315000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c1cfe9522d2d11ef11bad5129a540d9b09cd432a8f664dc6a692b544d50581b +size 1445157120 diff --git a/checkpoint-315000/optimizer.bin b/checkpoint-315000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..8a62be9a4b72b550eb73c912015952fa2d116373 --- /dev/null +++ b/checkpoint-315000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f01a87e98f07998a841f0b30ca79017a5b7938d14cf25fd6113cdb7701300c89 +size 2890518478 diff --git a/checkpoint-315000/random_states_0.pkl b/checkpoint-315000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ae1ec687c0516fb5b2899592b99e690768269807 --- /dev/null +++ b/checkpoint-315000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d00773af021ec8ae8fc731a21a4a5ae8df13cd4b63531576d40e6d43bb049e +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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-320000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..68caf726a9fa464515322b47bef34c1b7369ee33 --- /dev/null +++ b/checkpoint-320000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eafb386c9c4298ca8041d5be10e1f5b1b1f1a0bc6f8d3543703de50b00e4ffad +size 1445157120 diff --git a/checkpoint-320000/optimizer.bin b/checkpoint-320000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..437bc7753c2cbc39c14f2a98d0ab8b7d8d964afc --- /dev/null +++ b/checkpoint-320000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67a1fdc50806dec0d28e63992bc9abdaf5d3ae5c78e8d4b793eee132053c984 +size 2890518478 diff --git a/checkpoint-320000/random_states_0.pkl b/checkpoint-320000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..76899dc551ad80d68064fb56e62433c396a0a4f8 --- /dev/null +++ b/checkpoint-320000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3576bc30db12ce94a9ea1231b31d9039069590e2870ef6ae8705ef780f1df12e +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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-325000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..112b705b6309f61385862107de62bf9d8fddd665 --- /dev/null +++ b/checkpoint-325000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa8aefabfa3c7a0130d3d443aed1767cf058e4c702fd8081aa8955b765b7d2a +size 1445157120 diff --git a/checkpoint-325000/optimizer.bin b/checkpoint-325000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6c4805804bbe7c0c5db760acba5dca89594cbd60 --- /dev/null +++ b/checkpoint-325000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb9630f9baeae4cb7ed21cd0ca8aa8be19cc379ad7bd299d4d8469bf6f1cc15 +size 2890518478 diff --git a/checkpoint-325000/random_states_0.pkl b/checkpoint-325000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e1cc913b8801948b403407a3dca4186034cee1ea --- /dev/null +++ b/checkpoint-325000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51c92ae6112f09854815748d978e9c812db1145a8cee8839d46218cb020d56bd +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-35000/controlnet/config.json b/checkpoint-35000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-35000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..2aab553518aad7894508f9fac03d548d7f42db51 --- /dev/null +++ b/checkpoint-35000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:328562e6b864dbbaf6a5288630f2987f26b19b11f14400a73091dbd891574b3e +size 1445157120 diff --git a/checkpoint-35000/optimizer.bin b/checkpoint-35000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..4a010df2e1ce9096abdc5c5148873d8a0c4ced35 --- /dev/null +++ b/checkpoint-35000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f9a3d3c4e1fe06d416cbd014d5d45662030e8aae3eedfb0bc57d1d14221a176 +size 2890518478 diff --git a/checkpoint-35000/random_states_0.pkl b/checkpoint-35000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b4a861a12a408e1fc316c66700f2c2e61b4dc2f4 --- /dev/null +++ b/checkpoint-35000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3379a755ac6536140f8e5c9a6df5056ed7adb7e8e99778177ab6f9d9bdc8b86c +size 14344 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-40000/controlnet/config.json b/checkpoint-40000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-40000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..1bd980c9c015d4d00be4df84bbaf695c279f534f --- /dev/null +++ b/checkpoint-40000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb9597cb1744d4125fc566b6caae10a3b96f1dc4907e5b0dd2ab590807230a4c +size 1445157120 diff --git a/checkpoint-40000/optimizer.bin b/checkpoint-40000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e1ecfd447e842d458a375a2e66447e31748e13a0 --- /dev/null +++ b/checkpoint-40000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:888e54d2bcb6d3d6085994beed868cd2ef40e652903fb59f419faff9c2b0384f +size 2890518478 diff --git a/checkpoint-40000/random_states_0.pkl b/checkpoint-40000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..621c9fdda5967ca980d6f856e8fac09e1feff128 --- /dev/null +++ b/checkpoint-40000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d3f5d59ad3443682403d523408005df37f1c276abad1c02654a4f1929309b6 +size 14344 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-45000/controlnet/config.json b/checkpoint-45000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-45000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..df10aa68e8feaf8cbd68bf2eb37a1748390ac28b --- /dev/null +++ b/checkpoint-45000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ccea0d8c99d57c4ac199ac293430cdb04a7dfeca8688dd7051f41eab742577d +size 1445157120 diff --git a/checkpoint-45000/optimizer.bin b/checkpoint-45000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..4dad0f2b5e70cf3ba29a020b85ef6f51e08c08eb --- /dev/null +++ b/checkpoint-45000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e05e87d4b495515c9ea2c21b5812c4c6191c8ed49622532bb921dc9d46f8a8b +size 2890518478 diff --git a/checkpoint-45000/random_states_0.pkl b/checkpoint-45000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e6b185b824b76093e87bcf3c197c1f4ddddf3cdc --- /dev/null +++ b/checkpoint-45000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48953182d3adfd8cc96883db4745a3b6a72846af80cf0ae44eb5e56d660551e6 +size 14344 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-5000/controlnet/config.json b/checkpoint-5000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-5000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..f2a5b545bac1fe77dc67e7718ea68b52b1b2439e --- /dev/null +++ b/checkpoint-5000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:496be4bdca3c3a470d4f3b72b69e67c10e933cbc35cd469ad7594bec449fc381 +size 1445157120 diff --git a/checkpoint-5000/optimizer.bin b/checkpoint-5000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..adfdc345abeee5cfb9ae9738f8502e95a64f713c --- /dev/null +++ b/checkpoint-5000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:596afeab1043cb011319160520c251a8094ebc8e8dcb34c705bf188663473cac +size 2890518478 diff --git a/checkpoint-5000/random_states_0.pkl b/checkpoint-5000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..cf26acb8623a7cc007ff397cdb69a60690ebbc1b --- /dev/null +++ b/checkpoint-5000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:164a1cdc30af9bb0cbec41ff345715221cbb7f9367b2357debf775a6b2b649cc +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-50000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..b0387f22ba7201f5bdee69cec2c93b275a432bae --- /dev/null +++ b/checkpoint-50000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:333d9f4ba21bfe5a678456bf5b2d50000979c16076ef39813c8990f90fbbbb0a +size 1445157120 diff --git a/checkpoint-50000/optimizer.bin b/checkpoint-50000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..15108eeb12cd3daaf584490dffdff00de7a1b00e --- /dev/null +++ b/checkpoint-50000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90cec96fd888f25cce9e1a613a85d1f5d59f175c873e2d471e0801e88d95d7da +size 2890518478 diff --git a/checkpoint-50000/random_states_0.pkl b/checkpoint-50000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..518f15d57d164b12b24ce39bb12a272e800bd9e4 --- /dev/null +++ b/checkpoint-50000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23cee8a4b6598555c26156bfbb21ef4ff7c2cb738af171e6b75f97c13c868b42 +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-55000/controlnet/config.json b/checkpoint-55000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-55000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..c7ccc8358c69cfdc18b18de6fdc4d8c238642cab --- /dev/null +++ b/checkpoint-55000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5ecc4344178dea9bdec86753713cfd20a29527651cb2644cb2fb52dd80e2b41 +size 1445157120 diff --git a/checkpoint-55000/optimizer.bin b/checkpoint-55000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d2472223c0becfa6d3013ab7a23ac54627f5dc3d --- /dev/null +++ b/checkpoint-55000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0419a24792a7a9e2d6cd9d40b056911ce23c99e55d99a5ec72822c2e9f0ac84b +size 2890518478 diff --git a/checkpoint-55000/random_states_0.pkl b/checkpoint-55000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..2deae333fcd2e2003f29dd391ba469aac9ca0b27 --- /dev/null +++ b/checkpoint-55000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eae970ddfa251dd7c5411850488548ed3b9b581676871762c6c9bedc2b61c8b4 +size 14344 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-60000/controlnet/config.json b/checkpoint-60000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-60000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..95aec2271bcd9d66e634d40b54675301d1745aa3 --- /dev/null +++ b/checkpoint-60000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e890e854a253575b872fa947f2716c04ed81a63647adf6037c26d3eee2ce41 +size 1445157120 diff --git a/checkpoint-60000/optimizer.bin b/checkpoint-60000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e2e2e1260883ea9ff9c18daecfd58a1dede9e61f --- /dev/null +++ b/checkpoint-60000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c792571ba9fbc147c4b0f0827e2be432a7b7cfa1853a712934b39179385422 +size 2890518478 diff --git a/checkpoint-60000/random_states_0.pkl b/checkpoint-60000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..000eef39f9809f69b3ae28605eb9ab24411d7c96 --- /dev/null +++ b/checkpoint-60000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2904f1ae10d1f7c59fda877917cd5896eba57afed304536c0f12cdb9bc0756ae +size 14344 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-65000/controlnet/config.json b/checkpoint-65000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-65000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..30657b8eb24cae74cbe816da639339e351337302 --- /dev/null +++ b/checkpoint-65000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05591254e6c49d5329041e20665676697dcaa57127e19b0663ca4ff2d3d0d9b0 +size 1445157120 diff --git a/checkpoint-65000/optimizer.bin b/checkpoint-65000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..da230a30bb0c27b71c13cbe20f14713642b93818 --- /dev/null +++ b/checkpoint-65000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:181c5d3b1725150e71f4c2bf4fc40a2ebe4ab197460f7d3ea6519d677abfb99a +size 2890518478 diff --git a/checkpoint-65000/random_states_0.pkl b/checkpoint-65000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..8495f53049fef3c70714252d78d51054558c6398 --- /dev/null +++ b/checkpoint-65000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91182ea33ad5f95fdfeb59c161bb6ee731213d65b8d4d38471c8c2a59fa55575 +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-70000/controlnet/config.json b/checkpoint-70000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-70000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..3b292335e338da9c553ffa426f62cd285100dd72 --- /dev/null +++ b/checkpoint-70000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae7e5a0549d916162494e0e804ffe77261f9bb26d575ac45b0cbef94855fca2 +size 1445157120 diff --git a/checkpoint-70000/optimizer.bin b/checkpoint-70000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ce595fdb5bbad1eeef74a3d656f6c13c08a947c3 --- /dev/null +++ b/checkpoint-70000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa3c50308fc78d48654b2c32e03b1f3d9a2127bd15e97a9c06e443e667c6ace0 +size 2890518478 diff --git a/checkpoint-70000/random_states_0.pkl b/checkpoint-70000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0e823a2b384aac4da140e2956de5699fd61a10d5 --- /dev/null +++ b/checkpoint-70000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4939b4ba06722a92acf677eb0bf235a523e594a40c611be54dcbbeea4aebfaf4 +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-75000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..8069e49cccba30c41f6e75294d08838a0d1ffda0 --- /dev/null +++ b/checkpoint-75000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1796a0e532442224d03e3e72efa7918fb880bb2838d747845bf3ad6edddf0520 +size 1445157120 diff --git a/checkpoint-75000/optimizer.bin b/checkpoint-75000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..39a9f7265dfd4e760a8f0f0974b2474dc75c49fd --- /dev/null +++ b/checkpoint-75000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57cf4bce9e0f029e8c2af7c42a18153a172ce9e708da76be3cc65024639ab780 +size 2890518478 diff --git a/checkpoint-75000/random_states_0.pkl b/checkpoint-75000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..db37758f67659091a215169a38fd0dd74489f560 --- /dev/null +++ b/checkpoint-75000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8070be9cb1cd23d1dfc1d59cf0e451fdf2735a1f259c8e3bfa6488fe7780595b +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-80000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..6ec5f77eb023cd0cbce73f9ba1e888e2288715ef --- /dev/null +++ b/checkpoint-80000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8519ed36780ace6475bcf90c96e30f312caeae01bd5f82688bd6f64af5d77fb +size 1445157120 diff --git a/checkpoint-80000/optimizer.bin b/checkpoint-80000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e98d63dd179fbd1b9d006edbf3d80fbacf054e68 --- /dev/null +++ b/checkpoint-80000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a8cdbbef2be03f5ee670664ad2272dc602a53b7b0f793c703125c8cf5388b3 +size 2890518478 diff --git a/checkpoint-80000/random_states_0.pkl b/checkpoint-80000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..d4c4fb8911e82fb21fa89a415c2219c3c3698099 --- /dev/null +++ b/checkpoint-80000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af2b0d1eb0e9c59a1fe24f54ebd37bd2b795eb45169cc4f412500bbc7fbde24b +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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-85000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..f0a47fdcd1e15844134238b2420ba646e29d5467 --- /dev/null +++ b/checkpoint-85000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be1cab54f1ef2d96117b0a0d79619260d934ed2f4ad904ea686282e3318ff92f +size 1445157120 diff --git a/checkpoint-85000/optimizer.bin b/checkpoint-85000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..8e416f61cad1d62f5893671687264e24ce0fc3c9 --- /dev/null +++ b/checkpoint-85000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0fd76483d6f7cd878c25554f34b3c4811f824806d94325dd9850f8ba313a707 +size 2890518478 diff --git a/checkpoint-85000/random_states_0.pkl b/checkpoint-85000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b9c7cfd102817335daa7cacf88e2530d5d74f6ad --- /dev/null +++ b/checkpoint-85000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa74b9d759585ecf2c81e0e300840a6465cb6326b0797ae169a762260f79b5ac +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-90000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..24773b13cc58e0771a728b69e262cd74dc09e835 --- /dev/null +++ b/checkpoint-90000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9cc72f233d704a3b88efbdfa97ccddb4afe9e0179531dde36aa28a9c1ac22e0 +size 1445157120 diff --git a/checkpoint-90000/optimizer.bin b/checkpoint-90000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..674c1eb39cd39b36b8ebd968cf363838734f3fd3 --- /dev/null +++ b/checkpoint-90000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bbfff5925b2f69074185538ab1ca0459b699b3df8b1bb1d2e57df15afab6989 +size 2890518478 diff --git a/checkpoint-90000/random_states_0.pkl b/checkpoint-90000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..8871c137f78257a8c0e4141fc544374dc3de99c2 --- /dev/null +++ b/checkpoint-90000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c06452c2b5a88118b8900e6daff136f719a8966899fc363aae05643ee2c6b9a +size 14344 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..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/checkpoint-95000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_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..d230d88304f53624b2705e016c6ba17b494f09ff --- /dev/null +++ b/checkpoint-95000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:791fe9f4af9ccaeb835c30270669def25cb97c1d8310cfd5db1c51546019e729 +size 1445157120 diff --git a/checkpoint-95000/optimizer.bin b/checkpoint-95000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c623d991eb4fb36b11b2b2d43f9f7b225b40bfc5 --- /dev/null +++ b/checkpoint-95000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20139ec563844dc98f444811d0a8449ace33977ec085bd184b2521ba2ecedec +size 2890518478 diff --git a/checkpoint-95000/random_states_0.pkl b/checkpoint-95000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a3e37efbc6419e06968ec9e2f044767307c66006 --- /dev/null +++ b/checkpoint-95000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:606432f300656656be45d3f4c59659c3163a1406e66909c5d4c68e42406875a5 +size 14344 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 new file mode 100644 index 0000000000000000000000000000000000000000..a726de825955625adc24a49d103c490a03da9169 --- /dev/null +++ b/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "lllyasviel/sd-controlnet-openpose", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 768, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/diffusion_pytorch_model.safetensors b/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..467d42b76aaa66240e221c6dff818ec83c58143b --- /dev/null +++ b/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47fd0cf1b63b4a9aa2e435f73c0030028bb88c356491ee94af32d273e421985b +size 1445157120 diff --git a/image_control.png b/image_control.png new file mode 100644 index 0000000000000000000000000000000000000000..afe7f3cb8ef3b761b835514ced11d0c54ffe755b 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..572a2f6556212e0d871c8c20b23ae7b7937c7137 --- /dev/null +++ b/images_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d56589a6b642439941cf9fda3bea497f19e59befc5f771c9a17cc53bbae60e1 +size 1703538 diff --git a/images_1.png b/images_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b918488eb64d3f457b9948b01546bd50db8e62ee --- /dev/null +++ b/images_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efb6ee78aaa69d763eb62a6ef00e825730cdae9491cfa01d9661b40d4da74988 +size 1489505 diff --git a/images_2.png b/images_2.png new file mode 100644 index 0000000000000000000000000000000000000000..7a77ba4329216fbf7f833103013271b1a58a9855 --- /dev/null +++ b/images_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01805a5ec7c49a7fea8b17eb96a6f9915a84e607cd6f790815fb4f458aaa0155 +size 1304904