diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..93626f4a6f8a7591df5cf26434475f19d9e9158e --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ + +--- +license: creativeml-openrail-m +base_model: stabilityai/stable-diffusion-2-1 +tags: +- stable-diffusion +- stable-diffusion-diffusers +- text-to-image +- diffusers +- controlnet +inference: true +--- + +# controlnet-yangsui/save_multi_gpu_fp32 + +These are controlnet weights trained on stabilityai/stable-diffusion-2-1 with new type of conditioning. +You can find some example images below. +prompt: red circle with blue background +![images_0)](./images_0.png) +prompt: cyan circle with brown floral background +![images_1)](./images_1.png) + diff --git a/checkpoint-1000/controlnet/config.json b/checkpoint-1000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-1000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-1000/controlnet/diffusion_pytorch_model.bin b/checkpoint-1000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..7d5786db6152eca819be9e8d718b5b1cfea45722 --- /dev/null +++ b/checkpoint-1000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de3d3a8e9492ec59dd34925d4cd3f41d17a104d3f49a0cb59b629b180f18c205 +size 1457056057 diff --git a/checkpoint-1000/optimizer.bin b/checkpoint-1000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2a4c5e109c8a3b30510df7314504b91e429c808e --- /dev/null +++ b/checkpoint-1000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce98c3c3aae762d811715494f3e49e26b8651f734e03368625d7aceaeb31e72a +size 2914110745 diff --git a/checkpoint-1000/random_states_0.pkl b/checkpoint-1000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..601f629ea79edeba9d7cb1fcfb24a9b58442a255 --- /dev/null +++ b/checkpoint-1000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad5edc66a58f487bca45924ea1260392b572d9246e2da9089752a0538bf8a35c +size 17683 diff --git a/checkpoint-1000/scheduler.bin b/checkpoint-1000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..313279d03cea02360a7b766639ab1649570431af --- /dev/null +++ b/checkpoint-1000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7edd8082ac389d0c946c2ac507fc3e4d21eaad8a44fcb3f7b57ebbd1b62363dc +size 563 diff --git a/checkpoint-10000/controlnet/config.json b/checkpoint-10000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-10000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-10000/controlnet/diffusion_pytorch_model.bin b/checkpoint-10000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..219269ec140177cfae4123067c37634a06074d54 --- /dev/null +++ b/checkpoint-10000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47241a6c1c9f08efb34ae039577d7aa5d21cb70a0fb0d8a283bef4f201164f68 +size 1457056057 diff --git a/checkpoint-10000/optimizer.bin b/checkpoint-10000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e5b15d81f452b56fc64f387c79502a91ef5534ed --- /dev/null +++ b/checkpoint-10000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df6d77ecf9b3fff712255d7730546b498a2a967f1282d54eacc0a2d488f7c12 +size 2914110745 diff --git a/checkpoint-10000/random_states_0.pkl b/checkpoint-10000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..98b3f0794bd26509436a62e7dc9974a1fb3e47c5 --- /dev/null +++ b/checkpoint-10000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca85194afc1ff2773b072f05c48b51fca003130163f19cc28ba4eb9a2f5807c3 +size 17747 diff --git a/checkpoint-10000/scheduler.bin b/checkpoint-10000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a0820518f8eb25ab36c6bb8d9c8c85ffdb47c6c6 --- /dev/null +++ b/checkpoint-10000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93b4fac061af9880ccbc472057731ba290a49da718bc5fc7c8b21d42cc5326ed +size 563 diff --git a/checkpoint-11000/controlnet/config.json b/checkpoint-11000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-11000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-11000/controlnet/diffusion_pytorch_model.bin b/checkpoint-11000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..e7939d205d1bb41cde12634c1965766879e01516 --- /dev/null +++ b/checkpoint-11000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453103b9c64afe3aa55765c65188462ae83cabf6299e2bf7efc944c44b5f16e1 +size 1457056057 diff --git a/checkpoint-11000/optimizer.bin b/checkpoint-11000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d3f7b274809e1a7af276f0ca147633f337f63155 --- /dev/null +++ b/checkpoint-11000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91eb6ddf3b325a43da1f8242b2f61a7e257b7aaf28001329e50fc3ab69704da9 +size 2914110745 diff --git a/checkpoint-11000/random_states_0.pkl b/checkpoint-11000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ce5f57886ee41ddba3919c0f326e5f6f9b277409 --- /dev/null +++ b/checkpoint-11000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3fbb046a64d77c2e2a1f23863e63a61f83afe1ec1d7f20bda243934c7fd39bd +size 17683 diff --git a/checkpoint-11000/scheduler.bin b/checkpoint-11000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f2c2cd50f9e132f5c6eeabd4817d7c2ddcff0bf6 --- /dev/null +++ b/checkpoint-11000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f640071675b14ff709420eded9d05f63cda04917cf92220f593efac0c4b483 +size 563 diff --git a/checkpoint-12000/controlnet/config.json b/checkpoint-12000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-12000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-12000/controlnet/diffusion_pytorch_model.bin b/checkpoint-12000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..36edc715141e22745eaff983aca1d61cabb648e4 --- /dev/null +++ b/checkpoint-12000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b880330e50ae7c94a2ddcb9c5c4a18608ce4283f1ad66a7b41bb5e78600ad49 +size 1457056057 diff --git a/checkpoint-12000/optimizer.bin b/checkpoint-12000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e7f7a9932206a22391d9cd59cf51015b78e8a598 --- /dev/null +++ b/checkpoint-12000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:823088fdd02328f25629242e1bb68284ff69a8be156a7064954084b3c88e6f6b +size 2914110745 diff --git a/checkpoint-12000/random_states_0.pkl b/checkpoint-12000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..1e329a9db2d2c12abc82b5146b0a7d80b97a2fe8 --- /dev/null +++ b/checkpoint-12000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b109c0a84133b995a7673f5e52c014e445644bf961156984c9962244b658f849 +size 17747 diff --git a/checkpoint-12000/scheduler.bin b/checkpoint-12000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a58a9331a55ef4d2f6056ff26bc936cd241043da --- /dev/null +++ b/checkpoint-12000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb8547fae3ffc9cd25ee1178e2ead371315148ce8dadea35df5d593603722e4 +size 563 diff --git a/checkpoint-13000/controlnet/config.json b/checkpoint-13000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-13000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-13000/controlnet/diffusion_pytorch_model.bin b/checkpoint-13000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..abb726d4b5fd7befd4d110b8268718f0415a2921 --- /dev/null +++ b/checkpoint-13000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa9627f0c44622b39d330d5972bbb13321ff33ae20e19b58a0e0623955d347b +size 1457056057 diff --git a/checkpoint-13000/optimizer.bin b/checkpoint-13000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..42bb05f6b0b02c1818c92f9595e1b45487c309df --- /dev/null +++ b/checkpoint-13000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02bd55ecdfaf6f259e63d75d0cdedd8c925ebb0a8a30a9e1e823b85f2137487c +size 2914110745 diff --git a/checkpoint-13000/random_states_0.pkl b/checkpoint-13000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c93226bfddf1d2bed9bb46916fea819854c2bec3 --- /dev/null +++ b/checkpoint-13000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbaf756e7460e6e88d3a61e5898e84ad38d5a69dfa3901c680976b07800e260b +size 17747 diff --git a/checkpoint-13000/scheduler.bin b/checkpoint-13000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..bc8ba0e0420f87705e236d10ae9f3122b2bff9a7 --- /dev/null +++ b/checkpoint-13000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ca4717321e51e3ffae1f6f1b5a725a573f3c37cb407bee754cdcf5a5d1ab4c +size 563 diff --git a/checkpoint-14000/controlnet/config.json b/checkpoint-14000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-14000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-14000/controlnet/diffusion_pytorch_model.bin b/checkpoint-14000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..b4f69a5c216d070b43fea3f1bcbb224c9b694199 --- /dev/null +++ b/checkpoint-14000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98652ab88e0bcf0be586d93c6712863d222ed938507d79e7a6123ebc2b95410 +size 1457056057 diff --git a/checkpoint-14000/optimizer.bin b/checkpoint-14000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b09748ba5fc8464386d9b31a8e453abbe58fddb2 --- /dev/null +++ b/checkpoint-14000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d11c83fdecf63c93ae03442f5e5d9a674aabb11b85d3566e856f5c4e5a04761 +size 2914110745 diff --git a/checkpoint-14000/random_states_0.pkl b/checkpoint-14000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..5fd8db95f7f5a210112785ec9385ff1b179048b4 --- /dev/null +++ b/checkpoint-14000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8301ae6d4712b93b6752e637649b637009074898f82fed3be3b103e7c0279e7c +size 17683 diff --git a/checkpoint-14000/scheduler.bin b/checkpoint-14000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f38265e5f11ee4bc8881fd1296301835acd6f40b --- /dev/null +++ b/checkpoint-14000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccb21342cabc7fdf29cd8efe4e9266f5f306ea95821e53c8426f4e7185e7b0be +size 563 diff --git a/checkpoint-15000/controlnet/config.json b/checkpoint-15000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-15000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-15000/controlnet/diffusion_pytorch_model.bin b/checkpoint-15000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..c3bbef6854dc1ebb40b9700c8d9480bd70c159ba --- /dev/null +++ b/checkpoint-15000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb1acdba448a5a20bcb1ee1659af7d168b2ac6c2fdaafefaedc109692d2b2b4 +size 1457056057 diff --git a/checkpoint-15000/optimizer.bin b/checkpoint-15000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..57fd758ba7f49379e9348a3df7e7abb85ce2566f --- /dev/null +++ b/checkpoint-15000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39fbf22f9ad7df46f5007d8f29e5652306ca3f2f646496407c66736e9eefd520 +size 2914110745 diff --git a/checkpoint-15000/random_states_0.pkl b/checkpoint-15000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b339aca78ccacdb36eace8360361f19a488028a3 --- /dev/null +++ b/checkpoint-15000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc8848207412ca6e9cef61f8fdd2c38ba419400e37a7468eaeb84163b04e9a21 +size 17683 diff --git a/checkpoint-15000/scheduler.bin b/checkpoint-15000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e99b938f95da79558579bbabeec8c128d663f36c --- /dev/null +++ b/checkpoint-15000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91ff2c2ce738ec03f8535f5d5f908cffd526b7005942445319418005c2b21d80 +size 563 diff --git a/checkpoint-16000/controlnet/config.json b/checkpoint-16000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-16000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-16000/controlnet/diffusion_pytorch_model.bin b/checkpoint-16000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..63ba7ae8e0e4cb7e4d7cb6b02773d01a51276e90 --- /dev/null +++ b/checkpoint-16000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e63991c72692d85e0750c3e05e619ecd8f045f27dd8b2794b776b37ad8de0433 +size 1457056057 diff --git a/checkpoint-16000/optimizer.bin b/checkpoint-16000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..5d8b8e3c481d87e7394cdc7970ec7b6a594baa95 --- /dev/null +++ b/checkpoint-16000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48933dc75904fdbcbcb4b227ee62e459c49ae04a7d588e040eafe06b7899b8bc +size 2914110745 diff --git a/checkpoint-16000/random_states_0.pkl b/checkpoint-16000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..7f6c3593c4b4ade0a0092872d17bbdc800e29856 --- /dev/null +++ b/checkpoint-16000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b36374229d3a76f2be937d6b6c69c0a8c577834e5df69b2ddcabbc4534b448 +size 17683 diff --git a/checkpoint-16000/scheduler.bin b/checkpoint-16000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..9342a90002d644ad9a9906416e2abe494d62a4ed --- /dev/null +++ b/checkpoint-16000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5831648e4258258312aca268287973da9f4a76da55c39bc72be3519fb6fc913c +size 563 diff --git a/checkpoint-17000/controlnet/config.json b/checkpoint-17000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-17000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-17000/controlnet/diffusion_pytorch_model.bin b/checkpoint-17000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..e4302bb2befd5ca8fb99812076ddfdc579867d25 --- /dev/null +++ b/checkpoint-17000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a94cb455d02554ed78e29728a0634f64b2ad7c7299bee8cb116e8edaeb45f08d +size 1457056057 diff --git a/checkpoint-17000/optimizer.bin b/checkpoint-17000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0817162c643145a4c90923c177631f2ce42e5f02 --- /dev/null +++ b/checkpoint-17000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45d6d39bac5da14f8448c3b95c12e4741592b35ec6e7e0fd66ebc20e5ac2b220 +size 2914110745 diff --git a/checkpoint-17000/random_states_0.pkl b/checkpoint-17000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e89d733474d1e0801d36fe93e115154804edc5bd --- /dev/null +++ b/checkpoint-17000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e06d96009fe09396c7ef984d388ad73d132eaa0074464501b7587453e96d0590 +size 17683 diff --git a/checkpoint-17000/scheduler.bin b/checkpoint-17000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..42e385ee2589b4e44930ae9494d122a7b55302b2 --- /dev/null +++ b/checkpoint-17000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8683b5b83dc8cbae7eb13e07a64d3881c5fda146c768b06e0677fd0ff47e166 +size 563 diff --git a/checkpoint-18000/controlnet/config.json b/checkpoint-18000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-18000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-18000/controlnet/diffusion_pytorch_model.bin b/checkpoint-18000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..c532435062a8336775deda36a80f0c438d9eed31 --- /dev/null +++ b/checkpoint-18000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b366a1ddcc17e79631b63e1c033dab677b0f08d1f4e6887cbca8204e1e06b2 +size 1457056057 diff --git a/checkpoint-18000/optimizer.bin b/checkpoint-18000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..29efa60765a7913fb1457186b473c2f516472f21 --- /dev/null +++ b/checkpoint-18000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef7fb12dfbf6ea713186dcf4ce9e54b7df8877bfa8de147ff6e95460f9b7ab2e +size 2914110745 diff --git a/checkpoint-18000/random_states_0.pkl b/checkpoint-18000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..14352f57f9f1ef6eddd2f1de4d4cbceea051a980 --- /dev/null +++ b/checkpoint-18000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e439e5541dc2438c8b197f46c66962a951c620d4829fd042e9295df59f4a6d +size 17747 diff --git a/checkpoint-18000/scheduler.bin b/checkpoint-18000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..0362810182989ae8270521f78f424c13c4591799 --- /dev/null +++ b/checkpoint-18000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae1ba418c633ccf05ee979f5a8c86e20f9e19307cc56c5bc04b945574bb9fc36 +size 563 diff --git a/checkpoint-19000/controlnet/config.json b/checkpoint-19000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-19000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-19000/controlnet/diffusion_pytorch_model.bin b/checkpoint-19000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..884c77ebfb9621d2dbaaa0708507e6e9379d5178 --- /dev/null +++ b/checkpoint-19000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12f6acfdfc86a0d5c78076677f41b8a14f117183f16375d774d227331b29c2ec +size 1457056057 diff --git a/checkpoint-19000/optimizer.bin b/checkpoint-19000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..61fddd7a27bf1457f62967fff4b379763cb86016 --- /dev/null +++ b/checkpoint-19000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73aa5e96ce341b37b773fbff1117fb519c01b650c4319a602f8051ff881141be +size 2914110745 diff --git a/checkpoint-19000/random_states_0.pkl b/checkpoint-19000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..67ef396d848abf633b73a644033ddce0af7ea7b1 --- /dev/null +++ b/checkpoint-19000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bd3fd29207768ab87b0c5b247d1a1641f7e68b029c708e39cfae1fa0e44281a +size 17747 diff --git a/checkpoint-19000/scheduler.bin b/checkpoint-19000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e4af55a251eca79c1535be6e851b36816ba92f68 --- /dev/null +++ b/checkpoint-19000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:835b7b6a8a2bd45784f618115dcb27ff9f3a2b87c745ab47fdd01a3cccd3a513 +size 563 diff --git a/checkpoint-2000/controlnet/config.json b/checkpoint-2000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-2000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-2000/controlnet/diffusion_pytorch_model.bin b/checkpoint-2000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..cfd0c53cb9d567306044fffdc0faee00b0a40ce1 --- /dev/null +++ b/checkpoint-2000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d259421bf4475542b051e5965b7d01121be090ffd9086196ff2e08b445d43f +size 1457056057 diff --git a/checkpoint-2000/optimizer.bin b/checkpoint-2000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..183724e26903df83104765c1e89dcd38b9a810b6 --- /dev/null +++ b/checkpoint-2000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cefd43396f224afda2ed67bec16e33271a8d3e9ce03b7633c63a6f0f30ecb64c +size 2914110745 diff --git a/checkpoint-2000/random_states_0.pkl b/checkpoint-2000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..7e5c7580167c00c7bc9b229ea2c21867f6309d52 --- /dev/null +++ b/checkpoint-2000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc4347008203ed2333efba02d9e8c15862b30c0b493537298a1c75f117228f85 +size 17683 diff --git a/checkpoint-2000/scheduler.bin b/checkpoint-2000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..3474e1011e1462a8eab544164dfbd39366ca4da4 --- /dev/null +++ b/checkpoint-2000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:630cc19a3cb4ed5f1d67a0d535bfec489c348a6a88102d8fe945e1a1baf47eb6 +size 563 diff --git a/checkpoint-20000/controlnet/config.json b/checkpoint-20000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-20000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-20000/controlnet/diffusion_pytorch_model.bin b/checkpoint-20000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..69c3059b7a01de7b7565465843c85ce019adcc43 --- /dev/null +++ b/checkpoint-20000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df2f0e61df2e1a8de29b34e955b2989c2102d4f26f4d2846d6a16def83b5f77e +size 1457056057 diff --git a/checkpoint-20000/optimizer.bin b/checkpoint-20000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..48bd44f1266b3df6a6f0e7199d14dd4219119544 --- /dev/null +++ b/checkpoint-20000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3200ee2952a3e86f6ac5a3521f0933309405613eefda4633eacb868e91409d69 +size 2914110745 diff --git a/checkpoint-20000/random_states_0.pkl b/checkpoint-20000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f71598baa4d442a159aee79756a0868e2bdff6ca --- /dev/null +++ b/checkpoint-20000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a812083daec9730bba6d33e106d5680bccf8d214c8de87d1f07309c76978b01 +size 17747 diff --git a/checkpoint-20000/scheduler.bin b/checkpoint-20000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..9710859a357cde0643c3ffaf69773f41d989f82d --- /dev/null +++ b/checkpoint-20000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63fe1475a62ccd2b9efdc2949e114b8ca070bdaa47c8831b050de9a3ecb65daa +size 563 diff --git a/checkpoint-21000/controlnet/config.json b/checkpoint-21000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-21000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-21000/controlnet/diffusion_pytorch_model.bin b/checkpoint-21000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..a5afe6f2baf932ce3d5ab47397922e810074eb35 --- /dev/null +++ b/checkpoint-21000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2450c68efa0251650d652272d145abb3a87a57f588df3984ac24b553fb8873e3 +size 1457056057 diff --git a/checkpoint-21000/optimizer.bin b/checkpoint-21000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2ef4481efe4e492869b05ecaa08210e48876db66 --- /dev/null +++ b/checkpoint-21000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:943d17d3150d3e79dd2f5f2e93d259d14fa75752e9952274786a02f16daaa687 +size 2914110745 diff --git a/checkpoint-21000/random_states_0.pkl b/checkpoint-21000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..8c10a406d7e567fafd3f73112aed9a39eb1ff258 --- /dev/null +++ b/checkpoint-21000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99bae458fe58e31c4fcf0bee7361795c82a41f287bfe18d67d655c1a8127c3da +size 17747 diff --git a/checkpoint-21000/scheduler.bin b/checkpoint-21000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..6ca626b749fb245f39dd3615bf63676fe2bf412f --- /dev/null +++ b/checkpoint-21000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d254d54f9dd5a2229620ba30c6d58afb7603cf08c4ac4f64e35148f471d4d8d +size 563 diff --git a/checkpoint-22000/controlnet/config.json b/checkpoint-22000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-22000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-22000/controlnet/diffusion_pytorch_model.bin b/checkpoint-22000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..5c8c2c85f006227c9bac2537533e86d65b7eee3a --- /dev/null +++ b/checkpoint-22000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef7b16afe7e1289dfd48cbd60378adbd7eef0e4e77a7b275b2ad6f6986c33fa1 +size 1457056057 diff --git a/checkpoint-22000/optimizer.bin b/checkpoint-22000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2c298fdf1bc3e8791d69bdd94103b65f2a05700d --- /dev/null +++ b/checkpoint-22000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14af17b6e0824a162fb53bf727b84c4d253905520fe1010119e7e7337754006e +size 2914110745 diff --git a/checkpoint-22000/random_states_0.pkl b/checkpoint-22000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..7c498072129fc0fc6313926c57479b6324957f69 --- /dev/null +++ b/checkpoint-22000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfea9e41b92ab5456213050b7c885b688675d7f153c61b218799e8e630146c58 +size 17747 diff --git a/checkpoint-22000/scheduler.bin b/checkpoint-22000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..b719ccfc22c8e42690e8e1001fd82dcface039ab --- /dev/null +++ b/checkpoint-22000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8809636b164acc56a8c5b149c30b71fe01d4f8bc65f8072f839c7a361a06f82d +size 563 diff --git a/checkpoint-23000/controlnet/config.json b/checkpoint-23000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-23000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-23000/controlnet/diffusion_pytorch_model.bin b/checkpoint-23000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..0115005684379da38fddfe034c7405535f401836 --- /dev/null +++ b/checkpoint-23000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b0c183a61b38c6edcc164276e1c3f06f24d5807c824a8c6c15145ec0c28e068 +size 1457056057 diff --git a/checkpoint-23000/optimizer.bin b/checkpoint-23000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b8238b67a592f54a0ceeb27bdacd19d9182bd4f9 --- /dev/null +++ b/checkpoint-23000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f44f83c8a90cc242d1a14b425bfa164b81ce3ca7e24d82e2a65c16470b03e6 +size 2914110745 diff --git a/checkpoint-23000/random_states_0.pkl b/checkpoint-23000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..7a2d4c623e2b41cac89ade048fb9910ead8efc8b --- /dev/null +++ b/checkpoint-23000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:329d48d8c27cc12a0a2b0bc73b1628d22c84c8c3daf55c012b954266c6e4d796 +size 17683 diff --git a/checkpoint-23000/scheduler.bin b/checkpoint-23000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..ace5ed1965f0097edd1d36ca8b677ab3f5924464 --- /dev/null +++ b/checkpoint-23000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af87b799b26a1786d8c5cca5e2ae4f5c05e12b18fcda1c78180115a5587c7582 +size 563 diff --git a/checkpoint-24000/controlnet/config.json b/checkpoint-24000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-24000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-24000/controlnet/diffusion_pytorch_model.bin b/checkpoint-24000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..6ef618d71a8272dc17428c39e585c2e796e4f8d5 --- /dev/null +++ b/checkpoint-24000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1270d75db3fbc2757ce3786cef06f687bad59429d6aa751b081b2c5a3a28641 +size 1457056057 diff --git a/checkpoint-24000/optimizer.bin b/checkpoint-24000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..f33c164b87da87d08704aba979d3b16c297b8b12 --- /dev/null +++ b/checkpoint-24000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a3d4b12c66e2383bdf7ad13077082d5a100944375f2e23fcb04c5b7103a0e79 +size 2914110745 diff --git a/checkpoint-24000/random_states_0.pkl b/checkpoint-24000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ad83b93967d42442f8097b124034a3447eed41a6 --- /dev/null +++ b/checkpoint-24000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3377a4593d3eacfbd32d6204f1d4371bc56f564b40679c2d1cb16c33e8f3c9 +size 17683 diff --git a/checkpoint-24000/scheduler.bin b/checkpoint-24000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..3fa84787aa677e717454b233ead9b82dda062371 --- /dev/null +++ b/checkpoint-24000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b3c85c511dfd7df238c4f87dca15ec38a1a1aef9dc395086d5d398356ebe33f +size 563 diff --git a/checkpoint-25000/controlnet/config.json b/checkpoint-25000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-25000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-25000/controlnet/diffusion_pytorch_model.bin b/checkpoint-25000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..5abb0a489b79e50b6ae6195779e7010a9936afc3 --- /dev/null +++ b/checkpoint-25000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e29255a4ee273f1594dbd703ef2245d46ea3afb8e3a669469283cb4918f70e10 +size 1457056057 diff --git a/checkpoint-25000/optimizer.bin b/checkpoint-25000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..5b190081834f0335806b3adbf97b674341a637ce --- /dev/null +++ b/checkpoint-25000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfee6d1f3571120abfdbe030be86d35c5a1fe7e6c1dfcfdf751cf422d1ffd9ca +size 2914110745 diff --git a/checkpoint-25000/random_states_0.pkl b/checkpoint-25000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..7b96860c28ef8f3b1548ac5093cdb73bdf42ebd5 --- /dev/null +++ b/checkpoint-25000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6312ea6389ed444c13b9a586977ef43a7179c4b813a90369ae2cf79cd94ea47 +size 17683 diff --git a/checkpoint-25000/scheduler.bin b/checkpoint-25000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..fe1f05f9e5d8bc9918739ddcf6a6a6b833342bb9 --- /dev/null +++ b/checkpoint-25000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbff5bee04b8ab0152f5aebdc4475b34102f60232b2861b068c2b353fe531a52 +size 563 diff --git a/checkpoint-26000/controlnet/config.json b/checkpoint-26000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-26000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-26000/controlnet/diffusion_pytorch_model.bin b/checkpoint-26000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..ec5fa12f67f106dc85dbb64b300997c61bb1db4e --- /dev/null +++ b/checkpoint-26000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f897d56f7172a6b5d63f816825cc35b0be227d59c8bd044009ac6986b98cc2 +size 1457056057 diff --git a/checkpoint-26000/optimizer.bin b/checkpoint-26000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d2fe9659cde24f2af850c43e9d7d671bcb26fa74 --- /dev/null +++ b/checkpoint-26000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64eaa6e56348f95dc7656b24e068dabe458cc281170ccd862914fce17e168132 +size 2914110745 diff --git a/checkpoint-26000/random_states_0.pkl b/checkpoint-26000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b7b7c10a0ee450512c8b85e9a70b73c929e35fe6 --- /dev/null +++ b/checkpoint-26000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f68ba7b842c355bbd712a52e99296aeab37bb00a90abe5d7a81d3fc094d7058 +size 17747 diff --git a/checkpoint-26000/scheduler.bin b/checkpoint-26000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..504d2e3249e6d60b7ead9aaa5723d34ebf926e19 --- /dev/null +++ b/checkpoint-26000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:130905f008f1ba914d9b5b2c5309e0d0f4e659f9cfd8b728e13d8d2371411702 +size 563 diff --git a/checkpoint-27000/controlnet/config.json b/checkpoint-27000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-27000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-27000/controlnet/diffusion_pytorch_model.bin b/checkpoint-27000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..4fe0a2c2638f10442ba5cd6049c5379dfe65b0ac --- /dev/null +++ b/checkpoint-27000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e13aa3cfaa9ff4f99563cc5c7ea0e28193448ac9978f589a5778fde03978b5f8 +size 1457056057 diff --git a/checkpoint-27000/optimizer.bin b/checkpoint-27000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..cf9d01879bdc5b24533f2123f2ef5a40e8e72690 --- /dev/null +++ b/checkpoint-27000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:623287c54536f3dd0a413833be5918eaf6abe74cd99bd7d82743f63a350952c6 +size 2914110745 diff --git a/checkpoint-27000/random_states_0.pkl b/checkpoint-27000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..50bdf9ea9274a273a634c1fc0bdeaa11af7c3b51 --- /dev/null +++ b/checkpoint-27000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3406d6c09ce420ae88460664ba810acd760f97b99a7590d1adcabab5b4b36ba +size 17683 diff --git a/checkpoint-27000/scheduler.bin b/checkpoint-27000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..74bdd0b33b771d1e787d35d8b98fca362dac28fa --- /dev/null +++ b/checkpoint-27000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e51ac2ae323b9ebf6938c8c36aefcef8a38c41b319ce11f4815d7e862a1e121 +size 563 diff --git a/checkpoint-28000/controlnet/config.json b/checkpoint-28000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-28000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-28000/controlnet/diffusion_pytorch_model.bin b/checkpoint-28000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..41a6d537a222d70fa36d4bd7a3a7677bd9fc4b88 --- /dev/null +++ b/checkpoint-28000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d50c67b616d79e91b6ea2122fc67aa8fb87a189e39ed5d338bd144abdf3c526b +size 1457056057 diff --git a/checkpoint-28000/optimizer.bin b/checkpoint-28000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..472a97f13a6d750ca0ca978319e551ad007bf602 --- /dev/null +++ b/checkpoint-28000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f427b2a6b25db91a7810ccc7a78504059c94741aece1d10283cb8afeedaf2ded +size 2914110745 diff --git a/checkpoint-28000/random_states_0.pkl b/checkpoint-28000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..68b944f2cfde74bb175fbcfab047c19f8142a033 --- /dev/null +++ b/checkpoint-28000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c02ae6d97812cc1a6ffb374917c69e60d36ffbb100f46c0e94f975b09f376a +size 17747 diff --git a/checkpoint-28000/scheduler.bin b/checkpoint-28000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f7159176d9c31d8ba3e558ea49c306fc0a85045b --- /dev/null +++ b/checkpoint-28000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:808aa9d1773d99ba3b4150f89dbc33c2c678a20675350bd61a8d7cb07fd921e1 +size 563 diff --git a/checkpoint-29000/controlnet/config.json b/checkpoint-29000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-29000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-29000/controlnet/diffusion_pytorch_model.bin b/checkpoint-29000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..4ab9791f1c1da0fce543fe77815bd269f085e7f0 --- /dev/null +++ b/checkpoint-29000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d454e4dfe636d6a976c3065dbf84416b90891db95f610a9e48e471365d25740 +size 1457056057 diff --git a/checkpoint-29000/optimizer.bin b/checkpoint-29000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..fccc08030f5b08ca2d0833fdb68eb08082e31646 --- /dev/null +++ b/checkpoint-29000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac3a09f91f8981b5d7107b6fbd6e95755418ec6afb7b0d7b57fbfcf7bb6ae861 +size 2914110745 diff --git a/checkpoint-29000/random_states_0.pkl b/checkpoint-29000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..7407d2cfb8c2ef0faea414d06623591e95a52b82 --- /dev/null +++ b/checkpoint-29000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557d345091d90b26d6c46117d7efb909a523c6d28cad0e8da39cb14d60ad0100 +size 17747 diff --git a/checkpoint-29000/scheduler.bin b/checkpoint-29000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a1076f5249dc9d62cebe4ecc9b3e84a0994a731e --- /dev/null +++ b/checkpoint-29000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b57e8bc07899f80216c4271f2a211421cce82b3814e34b542cf53dc2ecf4bf +size 563 diff --git a/checkpoint-3000/controlnet/config.json b/checkpoint-3000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-3000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-3000/controlnet/diffusion_pytorch_model.bin b/checkpoint-3000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..9e02bc61cce81e6e557a637707e35c442b8c7bf1 --- /dev/null +++ b/checkpoint-3000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bacf3eac79ffd4bf63718f6f88480d366fd62b77540e23340c8f9ea9094ceb8 +size 1457056057 diff --git a/checkpoint-3000/optimizer.bin b/checkpoint-3000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c2d3bfc5241bd17f55012d0aed9196e40a319568 --- /dev/null +++ b/checkpoint-3000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb44a5cab4168095d1cd22f34323c3cf7db9aacf43939cb594e67a02cf18c7e +size 2914110745 diff --git a/checkpoint-3000/random_states_0.pkl b/checkpoint-3000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c5cf876788a72554f577a72a4871700746be349f --- /dev/null +++ b/checkpoint-3000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a95ef47d9dad1a05bd4cca08b143497d0dace135444ef251f90082ee2bd20ec2 +size 17683 diff --git a/checkpoint-3000/scheduler.bin b/checkpoint-3000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e6243fe8b64a7112d637d0f1a8abdad6968fc7e8 --- /dev/null +++ b/checkpoint-3000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9855aba5ac021cfcebb517ce8e7c056e6a3e01548a489078133809249c0000db +size 563 diff --git a/checkpoint-30000/controlnet/config.json b/checkpoint-30000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-30000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-30000/controlnet/diffusion_pytorch_model.bin b/checkpoint-30000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..b8736b5a467095862c372c15a58e57da3d52b4f9 --- /dev/null +++ b/checkpoint-30000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eebad711c838e691449bf404451cac5da57ef61f02331559858ec5a586bc04f3 +size 1457056057 diff --git a/checkpoint-30000/optimizer.bin b/checkpoint-30000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d8c2df137694d330616ce864d103c0c59a298277 --- /dev/null +++ b/checkpoint-30000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:493daef4f60708b21a9098656b5847ee4730922e0337748c2b6f520a710c4f36 +size 2914110745 diff --git a/checkpoint-30000/random_states_0.pkl b/checkpoint-30000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f8f0b3828853a38d91bf57bba9a7f60f5c552cf4 --- /dev/null +++ b/checkpoint-30000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a222641531105855141ce54a2564590bc4a76b228ba058674fcc3e0a989f9f2 +size 17683 diff --git a/checkpoint-30000/scheduler.bin b/checkpoint-30000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..363594a8dd38ed08aa45d20b23e2e9a77100e916 --- /dev/null +++ b/checkpoint-30000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a36f56984309896afce6ece6d82dfa6c8acc1b590ad08e0692c2621a372c0a2 +size 563 diff --git a/checkpoint-31000/controlnet/config.json b/checkpoint-31000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-31000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-31000/controlnet/diffusion_pytorch_model.bin b/checkpoint-31000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..070ae7a5a4870db3b6d1efb7e5e23a76542379f5 --- /dev/null +++ b/checkpoint-31000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d16ad91e352cb69ee4e4b2611a7a16cdbd3e06489e0bffb492059661395b6366 +size 1457056057 diff --git a/checkpoint-31000/optimizer.bin b/checkpoint-31000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6fc131f0144bf6a0be766d3e31243dd262bed10b --- /dev/null +++ b/checkpoint-31000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe7a7aefe7877f11de650835f55a3d6ac45b303332e2906d28574adbd343739 +size 2914110745 diff --git a/checkpoint-31000/random_states_0.pkl b/checkpoint-31000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..78dc68e97545dad71f162737025863c01bfd8e76 --- /dev/null +++ b/checkpoint-31000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f6be4e9c8fcd3339d436497d21e253ca68ef635e659cf402aae65296113e13 +size 17683 diff --git a/checkpoint-31000/scheduler.bin b/checkpoint-31000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..1e046b06beaf769094fc5b43cef612765827297a --- /dev/null +++ b/checkpoint-31000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af5e148bb73f75ee83040bfb7a440a0b000a6f651453507b8b2b7825f0040655 +size 563 diff --git a/checkpoint-4000/controlnet/config.json b/checkpoint-4000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-4000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-4000/controlnet/diffusion_pytorch_model.bin b/checkpoint-4000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..530dd7963b8379cbf2eea956d38390dd060197ff --- /dev/null +++ b/checkpoint-4000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aec631861eb9cd86a7e7e9be172a24a7b36401eb2789f1502414e1e726d131f +size 1457056057 diff --git a/checkpoint-4000/optimizer.bin b/checkpoint-4000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..05e4a2a225da79296ed43d0e07f0b20468ea9943 --- /dev/null +++ b/checkpoint-4000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:812288a5c697c51d5bf2460354b86ff733c9f857d983e73be827a4cc63eb8027 +size 2914110745 diff --git a/checkpoint-4000/random_states_0.pkl b/checkpoint-4000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..1cd1e0a9d4f2f6ba3c435c3a02df76fa06edb3c8 --- /dev/null +++ b/checkpoint-4000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec783f707ac53e22bc13af61b5eaed4a82438cb793a19033f23d46a8c23655e0 +size 17683 diff --git a/checkpoint-4000/scheduler.bin b/checkpoint-4000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..9a2938770065d34dc6505ea6ed8bc688c01a08ac --- /dev/null +++ b/checkpoint-4000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0334581e8e5fb57b4535ae3230e9bd465f6f0c412614a5670ee61f4f9c5d983 +size 563 diff --git a/checkpoint-5000/controlnet/config.json b/checkpoint-5000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-5000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-5000/controlnet/diffusion_pytorch_model.bin b/checkpoint-5000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..d74970f4f044272711e08f8552f7ba095495f4d4 --- /dev/null +++ b/checkpoint-5000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491bb9183e1ed3de7b19ca5674cb8a67e916b6ae4394ed74b5792afa67a5c93d +size 1457056057 diff --git a/checkpoint-5000/optimizer.bin b/checkpoint-5000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..35ecaaf97eede64183eaf55ddbb31e95b899e908 --- /dev/null +++ b/checkpoint-5000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afebd1714cf38be7b571a63df988f9920fbc9d8880d19f76ad9e1a156b4fe423 +size 2914110745 diff --git a/checkpoint-5000/random_states_0.pkl b/checkpoint-5000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..378e9d94f20bb42fc28273d27b9a11eccad7df23 --- /dev/null +++ b/checkpoint-5000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c27ad7ccf61fefe7596c8481c93c1e8f55b81419044e3434034dec45a7bfaf56 +size 17683 diff --git a/checkpoint-5000/scheduler.bin b/checkpoint-5000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a0a158d1011aab83a8545d0455491e5023e766cc --- /dev/null +++ b/checkpoint-5000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976135ac7888146022d6c4c82e43ef5fc8eb95785d9560cbdb605ab9a03c884d +size 563 diff --git a/checkpoint-6000/controlnet/config.json b/checkpoint-6000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-6000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-6000/controlnet/diffusion_pytorch_model.bin b/checkpoint-6000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..152b3877b3b9df9f8dd9a47c9eadff5fcc91ce15 --- /dev/null +++ b/checkpoint-6000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea8cf4f8d2fdebf50a071f4da255268ed8d1e80954665acec224ec2e211071c +size 1457056057 diff --git a/checkpoint-6000/optimizer.bin b/checkpoint-6000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d563af88cf621f4c8740acdf7b10968621f33d59 --- /dev/null +++ b/checkpoint-6000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b4893d671e0d52c05322b8124b84e21d2d0d1e53b4be76f4a69fc63b73d1950 +size 2914110745 diff --git a/checkpoint-6000/random_states_0.pkl b/checkpoint-6000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..1d92bd45b28f25b8d8cc6037ce2a2a990dc19f71 --- /dev/null +++ b/checkpoint-6000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cdee462d138fee56d7218b48aa724e25e850d48a9219088cb8439d176a9e169 +size 17747 diff --git a/checkpoint-6000/scheduler.bin b/checkpoint-6000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d583e3a515e9cb772d5936d04747d130a5525604 --- /dev/null +++ b/checkpoint-6000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12321afed3e0c006dc10f3f0bc74e582be992ddd7d040f9703e518b7481f6ff +size 563 diff --git a/checkpoint-7000/controlnet/config.json b/checkpoint-7000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-7000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-7000/controlnet/diffusion_pytorch_model.bin b/checkpoint-7000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..2c957e616290f48c0d6729e672b93b0a467a525e --- /dev/null +++ b/checkpoint-7000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd54da5159d2f2032238f6ea54750863c0ac5dd3e94b198fb2172d4f05a7f2f1 +size 1457056057 diff --git a/checkpoint-7000/optimizer.bin b/checkpoint-7000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e62895b20d2afd15f8f3c9ec06d4176675843ee2 --- /dev/null +++ b/checkpoint-7000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49721528efbd165b044255224f0cbbc2f271359c91ccfc7789028f94ee97177a +size 2914110745 diff --git a/checkpoint-7000/random_states_0.pkl b/checkpoint-7000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..85943028d400f62632e18b512069171c52b2eb6b --- /dev/null +++ b/checkpoint-7000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dd38ac81b8d4cf1f515d65fa4444e14e34f672f44c74bfc5ace021ea5efe920 +size 17683 diff --git a/checkpoint-7000/scheduler.bin b/checkpoint-7000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e8ff6ad30c2a050f81cf57f7dfee5fa1f8d14fd6 --- /dev/null +++ b/checkpoint-7000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e681e0fba9cbf88bf7095c5038c5d9d5fd0ef5a8b953202e6f955e83870de5b +size 563 diff --git a/checkpoint-8000/controlnet/config.json b/checkpoint-8000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-8000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-8000/controlnet/diffusion_pytorch_model.bin b/checkpoint-8000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..9b4a171f42e6056f071f8c61a35b7684985915bb --- /dev/null +++ b/checkpoint-8000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc51e1d61984ac9d08d31e66f82d28588123ad293f75210a3328764ec4e3beb +size 1457056057 diff --git a/checkpoint-8000/optimizer.bin b/checkpoint-8000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9f3d512ee6c63d31ae90e16c8865373729b42c32 --- /dev/null +++ b/checkpoint-8000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6161a699dd0940707d232838539db5ca9aa9bd2951c51c20436cde47cdf44052 +size 2914110745 diff --git a/checkpoint-8000/random_states_0.pkl b/checkpoint-8000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3994a5b9c71face968e883c20e8d3074925f9b93 --- /dev/null +++ b/checkpoint-8000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e75fcb2c4899756fd15405fd8e68726a5a0e72f379c8a7c3d114ca46ee395930 +size 17683 diff --git a/checkpoint-8000/scheduler.bin b/checkpoint-8000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..2e3adc9893821c0823cf24ac8454266e3e26eaba --- /dev/null +++ b/checkpoint-8000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b072a75c41d5daedf0d10b92868c7613834ac608461a92d21dee2c59d2352a3 +size 563 diff --git a/checkpoint-9000/controlnet/config.json b/checkpoint-9000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/checkpoint-9000/controlnet/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/checkpoint-9000/controlnet/diffusion_pytorch_model.bin b/checkpoint-9000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..84e93527a8b72ed05a0296027d09347f072a014e --- /dev/null +++ b/checkpoint-9000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa4ba2e2f0080c2a76ab438671cde7ab51bad4177d888c2a32b944531f6839a4 +size 1457056057 diff --git a/checkpoint-9000/optimizer.bin b/checkpoint-9000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..86f05cd9459fc3b395a5ecebf99f6932ad165c22 --- /dev/null +++ b/checkpoint-9000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc407df5cf8afd5f7b4a744cbd188917b3d4b5b9937c32a57d71f91971622097 +size 2914110745 diff --git a/checkpoint-9000/random_states_0.pkl b/checkpoint-9000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..774594013c34f02765b2d792f60ea59a37debdac --- /dev/null +++ b/checkpoint-9000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99d38d498723f0a64f6d21d40205f3799fa8a0d42795d84054b715877dd1310 +size 17747 diff --git a/checkpoint-9000/scheduler.bin b/checkpoint-9000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..31cf42daab7a01e4b07a2850f51c32496cc76b46 --- /dev/null +++ b/checkpoint-9000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78be0278ba019b0cde11e6eacc9212d400de983c2b3e2dae8bb03b8f7fab4395 +size 563 diff --git a/config.json b/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0e7a8bda60e3d716323436a2504a3c1c97560afe --- /dev/null +++ b/config.json @@ -0,0 +1,47 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": true, + "use_linear_projection": true +} diff --git a/diffusion_pytorch_model.bin b/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..5275f63a30891c0c7a348e6ce3b5424035096542 --- /dev/null +++ b/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dcda0571f0b8704df7612a301be58ced391f79fda2c26850e269bf14da334c6 +size 1457056057 diff --git a/image_control.png b/image_control.png new file mode 100644 index 0000000000000000000000000000000000000000..ecd08ae58136b5b1a08d084ffa875e039018d230 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..f20830755407e5a70195c749892969d797f738f1 Binary files /dev/null and b/images_0.png differ diff --git a/images_1.png b/images_1.png new file mode 100644 index 0000000000000000000000000000000000000000..788807153050140bbf639af5f5f5967471b47b2a Binary files /dev/null and b/images_1.png differ