diff --git a/.gitattributes b/.gitattributes index c7d9f3332a950355d5a77d85000f05e6f45435ea..0b24f0aaaa67c0bd5506b5f7fe6df045a64f0fa6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -32,3 +32,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text *.zip filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text *tfevents* filter=lfs diff=lfs merge=lfs -text +images_0.png filter=lfs diff=lfs merge=lfs -text +images_1.png filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..874ced92c95e360cef9e5477c6f3e386356e616a --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ + +--- +license: creativeml-openrail-m +base_model: runwayml/stable-diffusion-v1-5 +tags: +- stable-diffusion +- stable-diffusion-diffusers +- text-to-image +- diffusers +- controlnet +inference: true +--- + +# controlnet-qiongzhouh/anime_canny_test + +These are controlnet weights trained on runwayml/stable-diffusion-v1-5 with new type of conditioning. +You can find some example images below. +prompt: anime face of a girl with brown hair and brown eyes on a white background +![images_0)](./images_0.png) +prompt: anime face of a boy with black hair and orange eyes on a white 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..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-1000/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-1000/controlnet/diffusion_pytorch_model.bin b/checkpoint-1000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..c2c2dd6276f5dccf5da03cfd05e85492e1f6b957 --- /dev/null +++ b/checkpoint-1000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ce1c4b7b618c040b4ebd658454443965957944da72a4f6b2b0264027b7b7565 +size 1445259705 diff --git a/checkpoint-1000/optimizer.bin b/checkpoint-1000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..057fa5c6a6de8bcf604933f934fd12448ccddea8 --- /dev/null +++ b/checkpoint-1000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf3abbb2a2cdc89ce03db4aa2f5dde4e8a094027c4488818fce23aee6c3bb7c +size 2890518041 diff --git a/checkpoint-1000/random_states_0.pkl b/checkpoint-1000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..92476f4b8d70bee26c146f9d592ffcf8082591c2 --- /dev/null +++ b/checkpoint-1000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd2c8d4a508d7b58c58809cb8053f2814125eeb7314d481850555e67ecca7b6 +size 14663 diff --git a/checkpoint-1000/scaler.pt b/checkpoint-1000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..efdbd3c795f6b0d4144e68355e99c220ccdedd09 --- /dev/null +++ b/checkpoint-1000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68cff80b680ddf6e7abbef98b5f336b97f9b5963e2209307f639383870e8cc71 +size 557 diff --git a/checkpoint-1000/scheduler.bin b/checkpoint-1000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..2948b016ab3f41add89fdea0efa6587d63a96d23 --- /dev/null +++ b/checkpoint-1000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f34912fa092355c5a950e4967ea28cbb3556238a7857baa5999d228cde0ae4c3 +size 563 diff --git a/checkpoint-10000/controlnet/config.json b/checkpoint-10000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-10000/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-10000/controlnet/diffusion_pytorch_model.bin b/checkpoint-10000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..35b42ca21657d56675d24a35ce977b7ed1aba03f --- /dev/null +++ b/checkpoint-10000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ceb772a55501efa453744e96ddcec068eabf25e1b3e9a5fdbd469e8031f54ce +size 1445259705 diff --git a/checkpoint-10000/optimizer.bin b/checkpoint-10000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..3ccbd15bfe2bcad745e6877c4d4edf938dcfde61 --- /dev/null +++ b/checkpoint-10000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac166a72137abb8c67853830a5ff123df9987ffac2b6468017fd5ec671b2320 +size 2890518041 diff --git a/checkpoint-10000/random_states_0.pkl b/checkpoint-10000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3611294742edf76b2968b6a54b0aabcf30466634 --- /dev/null +++ b/checkpoint-10000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d934f3c6bcb07ec90f473112567d0124ea7cc327597f50ad3f79e7e6d3c6716a +size 14663 diff --git a/checkpoint-10000/scaler.pt b/checkpoint-10000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..b345659e084dfa08f03a221d79b2e302a4748dfe --- /dev/null +++ b/checkpoint-10000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be2ad76dcbc923b00e6a142f6db62aad4a46c47bb83864ccb68ddc899d0ce78 +size 557 diff --git a/checkpoint-10000/scheduler.bin b/checkpoint-10000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..dfea8b103660873f57a0b99214cb9acb641ced7b --- /dev/null +++ b/checkpoint-10000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6bcd4cb37625cab1478c5f801ecf8dcfe8513c2acdf383cd99f5bc953b5e8a3 +size 563 diff --git a/checkpoint-10500/controlnet/config.json b/checkpoint-10500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-10500/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-10500/controlnet/diffusion_pytorch_model.bin b/checkpoint-10500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..1b103a58495121f885b44313889e56c9729a5203 --- /dev/null +++ b/checkpoint-10500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:044f4fe7723e18099d5ffa1a1819fab82b018ef089388328b422ff06b44db73b +size 1445259705 diff --git a/checkpoint-10500/optimizer.bin b/checkpoint-10500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..06c521033b227b4e23b2ece3d60af78a0f301ec2 --- /dev/null +++ b/checkpoint-10500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb47bfc3a75bcca55d55bd659cd31e33b8bb4d65ec12d48267c1d74ca7c7cab1 +size 2890518041 diff --git a/checkpoint-10500/random_states_0.pkl b/checkpoint-10500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e067902167856508c162aba2e93f7b2cc7771983 --- /dev/null +++ b/checkpoint-10500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f1aa07fb6efe1d81759e8878a305f805cb01ba1a6094a0bcd2822430bc44577 +size 14727 diff --git a/checkpoint-10500/scaler.pt b/checkpoint-10500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..e7d37ab112d8b108640f4adea9efc18ff4f85228 --- /dev/null +++ b/checkpoint-10500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:930aa4121a2a38f44b8af20e66d414b77fba3198866a0d743e0016592e1c420e +size 557 diff --git a/checkpoint-10500/scheduler.bin b/checkpoint-10500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..1eb5767c9579a32c10e65c6d57790949d81d30fc --- /dev/null +++ b/checkpoint-10500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ac1e503b36bc96bfa4f8ff12d2f004286ae599b4102ab17ce610765e1cc550e +size 563 diff --git a/checkpoint-11000/controlnet/config.json b/checkpoint-11000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-11000/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-11000/controlnet/diffusion_pytorch_model.bin b/checkpoint-11000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..244da4534cfc5ec2e8882fb026c3faa935009c68 --- /dev/null +++ b/checkpoint-11000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9114c41c947ea436688c40777db512cd50cbc31fcea9763dc57a5b81ed93f176 +size 1445259705 diff --git a/checkpoint-11000/optimizer.bin b/checkpoint-11000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..28b54f9188583fb7ec4d22ed9b1efd5cbb57af93 --- /dev/null +++ b/checkpoint-11000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d5210ea4e6236d924b5055da054c18a1a772ce22378677bcf760e0263b178b +size 2890518041 diff --git a/checkpoint-11000/random_states_0.pkl b/checkpoint-11000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a05d9bcc2c579644ffc1fb4ca53d9e569f4d1a67 --- /dev/null +++ b/checkpoint-11000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08b051e2ac9f4bf1be3b3fbe7147b8d182522476c7b3c0d33ebd4612c94b380b +size 14727 diff --git a/checkpoint-11000/scaler.pt b/checkpoint-11000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..e3211d730f33fb63ccce37b3f6b355dd8bdf64f3 --- /dev/null +++ b/checkpoint-11000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8df4dd185a129710516223a132f1321dd530e937b37d9a1dca8d2915b9d5a04a +size 557 diff --git a/checkpoint-11000/scheduler.bin b/checkpoint-11000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e090b60e893db063b8585a9db5819040d93843d9 --- /dev/null +++ b/checkpoint-11000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c61ede0a37e7be47f78b451eaf27a65cdc66d9425f198a55c9096a432dbcd2e +size 563 diff --git a/checkpoint-11500/controlnet/config.json b/checkpoint-11500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-11500/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-11500/controlnet/diffusion_pytorch_model.bin b/checkpoint-11500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..1579b5d766f855abb9ff5f665e290c7a072e30f5 --- /dev/null +++ b/checkpoint-11500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bcba02e69d12e385405aad36eb64030b3f325e24a58e3f25a8321596e8ef6df +size 1445259705 diff --git a/checkpoint-11500/optimizer.bin b/checkpoint-11500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2f7844cbc399ea6d13101cc648b778d9269d19bf --- /dev/null +++ b/checkpoint-11500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e319d4d205b5b078b6c53a54296911d266a9ff37b7f3dc8636d0786ba205493 +size 2890518041 diff --git a/checkpoint-11500/random_states_0.pkl b/checkpoint-11500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b3bf285072dbf95ba3f5ce031bf960eb01b54268 --- /dev/null +++ b/checkpoint-11500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8eb57b14cce77d5d543639146b1ebb92ea9a153565133d72c79850a59417118 +size 14663 diff --git a/checkpoint-11500/scaler.pt b/checkpoint-11500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..0842e75026d521957a142549ee93aea39c4e6285 --- /dev/null +++ b/checkpoint-11500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cab7988ce4c8b69e7970aada0017afc1c2120661c865bce9234915457ce96c2 +size 557 diff --git a/checkpoint-11500/scheduler.bin b/checkpoint-11500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..05f2f26252fd519c56a23499e40b0a35391ba01b --- /dev/null +++ b/checkpoint-11500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9076a5d982c3b53b4ab2b7fda8037259ec8c2c547099ed07490ff63b8c7f924 +size 563 diff --git a/checkpoint-12000/controlnet/config.json b/checkpoint-12000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-12000/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-12000/controlnet/diffusion_pytorch_model.bin b/checkpoint-12000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..dca12904a4a11875f386afa3228c8d4c8ff77113 --- /dev/null +++ b/checkpoint-12000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8709e0c885c70630d278c4fe9d9f4147122f30b13189e4df93614fbf86a789c +size 1445259705 diff --git a/checkpoint-12000/optimizer.bin b/checkpoint-12000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..34f9290ffe6637778b0cfe3c1910f3b40659b234 --- /dev/null +++ b/checkpoint-12000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6861a30c26b3524b96f5b27428f111d7536b6223bab7644cd95afed7c4fbe2c2 +size 2890518041 diff --git a/checkpoint-12000/random_states_0.pkl b/checkpoint-12000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b70c9d37ab1a67b2d3a624d2f55b64184cf403bd --- /dev/null +++ b/checkpoint-12000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b154ce0f1b069f7fdfe8fd9f687371305d98c0a7566fcc87f3622dfc98c7221b +size 14727 diff --git a/checkpoint-12000/scaler.pt b/checkpoint-12000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..ae5a342bd933b8ae0fc4bbe4175a5005e1f40290 --- /dev/null +++ b/checkpoint-12000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a61fa205a26ba2985bf4e0e515406104e0b0e5d6ebd86749ac9477a519632ca +size 557 diff --git a/checkpoint-12000/scheduler.bin b/checkpoint-12000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e6243fe8b64a7112d637d0f1a8abdad6968fc7e8 --- /dev/null +++ b/checkpoint-12000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9855aba5ac021cfcebb517ce8e7c056e6a3e01548a489078133809249c0000db +size 563 diff --git a/checkpoint-12500/controlnet/config.json b/checkpoint-12500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-12500/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-12500/controlnet/diffusion_pytorch_model.bin b/checkpoint-12500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..2be6de95b071e43ed15f90a39c66f94543122ee7 --- /dev/null +++ b/checkpoint-12500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9c86e090ad0927fe32b9352c151fb46bae6e8bdcccb0d90bc11fff016ebb1cb +size 1445259705 diff --git a/checkpoint-12500/optimizer.bin b/checkpoint-12500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0d2a1197af93c8f80fa94828eaf328352e45170d --- /dev/null +++ b/checkpoint-12500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b793653c891bad7e81a6f24ae5557ec792f36c01d2abb3201e35c56d7c7471b9 +size 2890518041 diff --git a/checkpoint-12500/random_states_0.pkl b/checkpoint-12500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..82d8057681573e1b418eba7840740f5a98cbe834 --- /dev/null +++ b/checkpoint-12500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ec285c0365198786e9942b0cfbef42165a5204379a5af2830f8bc41fa82b6f +size 14663 diff --git a/checkpoint-12500/scaler.pt b/checkpoint-12500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..75a8d18ba471fd2bbe0654923f5d6610b4d39611 --- /dev/null +++ b/checkpoint-12500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:319423f2c4aecfec79c052c003d3d35084df2fe66179617b317d2161d653a69e +size 557 diff --git a/checkpoint-12500/scheduler.bin b/checkpoint-12500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..4d46087eae305fd32b824d927410ea5f4be01d21 --- /dev/null +++ b/checkpoint-12500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19934f443de58e80853ffa008cb4fc2314ab0da9ccdab317bd87ed893bcde2ab +size 563 diff --git a/checkpoint-13000/controlnet/config.json b/checkpoint-13000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-13000/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-13000/controlnet/diffusion_pytorch_model.bin b/checkpoint-13000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..c491e6141e029195aeba1a72b92a92111be271dc --- /dev/null +++ b/checkpoint-13000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b9711776258cd5516d1a6ff42cfb110d89c662585f224fc68c4674061a4714 +size 1445259705 diff --git a/checkpoint-13000/optimizer.bin b/checkpoint-13000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..143357bae9e8b5d73c5afdc8c0d996c6c4f86bcc --- /dev/null +++ b/checkpoint-13000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:809e1ee13833504a7491caf745999a023f29bf6993cc4283cc484920c6531c49 +size 2890518041 diff --git a/checkpoint-13000/random_states_0.pkl b/checkpoint-13000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..54891e96361270e5bf541524f3b34968de0d3405 --- /dev/null +++ b/checkpoint-13000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd87dae3136df1d98224a6f9604cdf507c3d88e0b0a65b36701fd2d273a24825 +size 14663 diff --git a/checkpoint-13000/scaler.pt b/checkpoint-13000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..d9fd2abdb80e7d4b3792b5db5e418f9055af09b4 --- /dev/null +++ b/checkpoint-13000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8624aa8828b4c5fcb5bb4f05a16d3dd64b35da242cd642c1a05cc5a8cfcd893 +size 557 diff --git a/checkpoint-13000/scheduler.bin b/checkpoint-13000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..4285f17ffe1159cd056c7c947c3cd65b58ad379a --- /dev/null +++ b/checkpoint-13000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e3fe2c8c7cc5df136c8c431fe234f9835d95578cb931a59fcdbfc40ec20d77a +size 563 diff --git a/checkpoint-13500/controlnet/config.json b/checkpoint-13500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-13500/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-13500/controlnet/diffusion_pytorch_model.bin b/checkpoint-13500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..1b9faed51c6e3766b3e5ae4c0f0e6a2ee3318d91 --- /dev/null +++ b/checkpoint-13500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ed3b9c019e2be83cb1d963b873ed81a2db2cae212448a1bbf6cebef9cfbf29 +size 1445259705 diff --git a/checkpoint-13500/optimizer.bin b/checkpoint-13500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7abbd4ba0ec732cace8fdb5b8fb5f338d82d0160 --- /dev/null +++ b/checkpoint-13500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b71284b9bd273c75fe115d1fff849b2b741c430c3dc796aed46998eea4a7db96 +size 2890518041 diff --git a/checkpoint-13500/random_states_0.pkl b/checkpoint-13500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..7f4e0aca743647e1336dbcb77b3719a8de5a6378 --- /dev/null +++ b/checkpoint-13500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ff0add734f393e3304a5c0b68ac940dd5169e35744addafe611137db19cb9c +size 14727 diff --git a/checkpoint-13500/scaler.pt b/checkpoint-13500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..a28ce0fe8912b497f6403c3f2d267c054988e84d --- /dev/null +++ b/checkpoint-13500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8cb0e8886eabbd6664ff72d29e1aea63b8d20878221e816e6ca906ea79a2d6 +size 557 diff --git a/checkpoint-13500/scheduler.bin b/checkpoint-13500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..7bb8d0f14a8fb4dde87d04d0a19b0fb0f3d176ec --- /dev/null +++ b/checkpoint-13500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6878c9295298cf88c118597a287ac93c2421cf07369cdf0c3a593a8689516d34 +size 563 diff --git a/checkpoint-14000/controlnet/config.json b/checkpoint-14000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-14000/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-14000/controlnet/diffusion_pytorch_model.bin b/checkpoint-14000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..b8b1b223f3fcb48e170a7bd2f4e6d0865c359c33 --- /dev/null +++ b/checkpoint-14000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba55faa8d8e33e896326f9e15f1215d02b25416a9eb43294cad61e2b148dcf43 +size 1445259705 diff --git a/checkpoint-14000/optimizer.bin b/checkpoint-14000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7345c6fb9e66a0cfdf1b4136bec9915b99fe6434 --- /dev/null +++ b/checkpoint-14000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:243fecb04850f5c6b13a350c9dd1d71edfdd30308df4236c1619e4ddac65c37d +size 2890518041 diff --git a/checkpoint-14000/random_states_0.pkl b/checkpoint-14000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..7af9ed5a4ed33edb34082c7e18703068b053168d --- /dev/null +++ b/checkpoint-14000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e3640822569bfb7e584394332bb969eb6913960ae9bcb742f7d3bdd2bd2250 +size 14663 diff --git a/checkpoint-14000/scaler.pt b/checkpoint-14000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..77e24425b55ee0b55001f14cef4cd3da2bd013e5 --- /dev/null +++ b/checkpoint-14000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b2bfa6474626923eabc41533579ef844795020f8f96145f8ecd1d198ff615b +size 557 diff --git a/checkpoint-14000/scheduler.bin b/checkpoint-14000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..899968e081242b3b76b57a23bf94995ae9c4a657 --- /dev/null +++ b/checkpoint-14000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80baec8c5648a3e6243f1d5e5d55a15c755a5d1da164fbe9365f6bfb6312ce2c +size 563 diff --git a/checkpoint-14500/controlnet/config.json b/checkpoint-14500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-14500/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-14500/controlnet/diffusion_pytorch_model.bin b/checkpoint-14500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..6243d2754358bc3ce2ce86196033672fe0c10fab --- /dev/null +++ b/checkpoint-14500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367601d0a4ca8b013014b9f094b8498b5a134fee35f6c1b24b0b2560831e49d9 +size 1445259705 diff --git a/checkpoint-14500/optimizer.bin b/checkpoint-14500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b80c76811cae8fe6cbd5dac42bba07cb277a2971 --- /dev/null +++ b/checkpoint-14500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d954a2746fb4830ce2ea475cf0886f6d36d1b3987e77d38dfbaf9b9720a98b +size 2890518041 diff --git a/checkpoint-14500/random_states_0.pkl b/checkpoint-14500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..1f98634dc2378e6a3d420c9eb132543594d74203 --- /dev/null +++ b/checkpoint-14500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b242e6b93e53f32dd41f230de3439fb6188a3da2c0276454fca02b00418950ad +size 14727 diff --git a/checkpoint-14500/scaler.pt b/checkpoint-14500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..170f260c29cbc9aa7bd63d8f369ce38903a6f23a --- /dev/null +++ b/checkpoint-14500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f2e917ec3b22c53ed9bdb7d9dda3704bdf5804a272f07ddb76d262b5275974e +size 557 diff --git a/checkpoint-14500/scheduler.bin b/checkpoint-14500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..be812dbf9bb9db5afff7f1dba6643e96d74b17dc --- /dev/null +++ b/checkpoint-14500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9752e27fd6213071c3172fc91084a6c234f7a16c8b97abe4d69ea679329e4b7 +size 563 diff --git a/checkpoint-1500/controlnet/config.json b/checkpoint-1500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-1500/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-1500/controlnet/diffusion_pytorch_model.bin b/checkpoint-1500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..77ffaa293b55dfa29df003a4923f82f65e9558f0 --- /dev/null +++ b/checkpoint-1500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650e4e6b1a9c539ecd626c6e60950fd1bd638f5a8156842407ff15dc857355f2 +size 1445259705 diff --git a/checkpoint-1500/optimizer.bin b/checkpoint-1500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..1fefbd3f3142cf5c9b4f02b8d67e63246477b936 --- /dev/null +++ b/checkpoint-1500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d19eca9e364a1d0d3e2b9151aa72548fbb5597ce3812ff0ee0c6ff625c313dd0 +size 2890518041 diff --git a/checkpoint-1500/random_states_0.pkl b/checkpoint-1500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..be1c5ae7a92f7bf8371eaf83ff69112ae7a1ac61 --- /dev/null +++ b/checkpoint-1500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc7d35ab4751af3a9290798b7171f86198420e68c9e51bb54cffc89c23ae02e +size 14663 diff --git a/checkpoint-1500/scaler.pt b/checkpoint-1500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..69c76b8f27f096d1d1a3d9d0e387af1a9cf5028d --- /dev/null +++ b/checkpoint-1500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203a72d6c29f42a0e2964fdddc8d7a98df1eccee78fea9de0fa416613390f5c6 +size 557 diff --git a/checkpoint-1500/scheduler.bin b/checkpoint-1500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..ef7222d0dc2d07f8085322d9b2eb7263ac99413b --- /dev/null +++ b/checkpoint-1500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab8983b1117c68e4e9a600eacf54bed4c3ac40f58cbf8864e53243107b904fb +size 563 diff --git a/checkpoint-15000/controlnet/config.json b/checkpoint-15000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-15000/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-15000/controlnet/diffusion_pytorch_model.bin b/checkpoint-15000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..906e8ff0b4b65ace96b2d1b630b241f1f3336553 --- /dev/null +++ b/checkpoint-15000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c11021471b59c38ef74092a0421219bee945761ad3de0baf976f4a37e0498bd7 +size 1445259705 diff --git a/checkpoint-15000/optimizer.bin b/checkpoint-15000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e1a5c72226101e2edf8366811a13edeb3a7d53ee --- /dev/null +++ b/checkpoint-15000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c67c53b29b452733c5d047a586616a5e99f3509d5a22e18bcacc8756acec4b05 +size 2890518041 diff --git a/checkpoint-15000/random_states_0.pkl b/checkpoint-15000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a106661c8be4855f35ddb780e5255087ee05c075 --- /dev/null +++ b/checkpoint-15000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:740950e5a617178d3675da371ca677e7ee15392f220402d7affff9ed1526a366 +size 14663 diff --git a/checkpoint-15000/scaler.pt b/checkpoint-15000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..a29551ec18b8b4a99ee46a66583cf65596ea8cd7 --- /dev/null +++ b/checkpoint-15000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:939a8853acbb857d0498e317522f13c614240f3f735f754f76f095fcdf16ad58 +size 557 diff --git a/checkpoint-15000/scheduler.bin b/checkpoint-15000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..44203efb4905e43fb3f82ea59af1f843f8e0a1ba --- /dev/null +++ b/checkpoint-15000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd3861b12ce8bab1de0854853d701de29b52e1f5098be09db4dd571459cfa2bf +size 563 diff --git a/checkpoint-15500/controlnet/config.json b/checkpoint-15500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-15500/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-15500/controlnet/diffusion_pytorch_model.bin b/checkpoint-15500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..45b378dc6fdc5090c554bbcef3a755e8d3f99370 --- /dev/null +++ b/checkpoint-15500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:874aa5a4008e167490a8c44d7e7620505930aba1fe494d362f9dde5d491a953d +size 1445259705 diff --git a/checkpoint-15500/optimizer.bin b/checkpoint-15500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9a03b050cda5955f8bf7114ad02b7ca98e29dda6 --- /dev/null +++ b/checkpoint-15500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ccb037e9a48c73242943888da249400f423cf48cc454a2e461578bc92fb9bf2 +size 2890518041 diff --git a/checkpoint-15500/random_states_0.pkl b/checkpoint-15500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..1c97c7a1bec72e223825d615df8327ff7b75b83c --- /dev/null +++ b/checkpoint-15500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84c0b4c0d9656c24a7770d9e9b510d5402d694e9157a59b3be808d69792f3d7f +size 14663 diff --git a/checkpoint-15500/scaler.pt b/checkpoint-15500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..c134a025c192463214f198fd00b267c6c626bc49 --- /dev/null +++ b/checkpoint-15500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e037f85822e6d1c1d57330c905e0ba53f3091056760c4f2ea9deed3395e20ea3 +size 557 diff --git a/checkpoint-15500/scheduler.bin b/checkpoint-15500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..556ead49b53bc5df451d04bc48f645c4deb13221 --- /dev/null +++ b/checkpoint-15500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dc2a6e4dd66e5acb880d2f54e7019c8df0b4c9952aa4214b91f686803361625 +size 563 diff --git a/checkpoint-16000/controlnet/config.json b/checkpoint-16000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-16000/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-16000/controlnet/diffusion_pytorch_model.bin b/checkpoint-16000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..130eb9e24bd50f5dd7b30faa6137e0d5305ca729 --- /dev/null +++ b/checkpoint-16000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5359a73e60d3cbe13e11a506309b8bdc53cf01583b02ecf3a5ac05b9c722b790 +size 1445259705 diff --git a/checkpoint-16000/optimizer.bin b/checkpoint-16000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d41708499b8d20bfb31a78146fddaacc866becae --- /dev/null +++ b/checkpoint-16000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee3d6b4a39858d443ee7a614e738ac120e29924bdbaa10583fab0600d9b9208e +size 2890518041 diff --git a/checkpoint-16000/random_states_0.pkl b/checkpoint-16000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a0175a9cb13496a9e79054bf3961929c17d6dd5d --- /dev/null +++ b/checkpoint-16000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af5778d6025ab118700fb610753ba5e8fa7a345611e20c0c7f5cceaea0041241 +size 14663 diff --git a/checkpoint-16000/scaler.pt b/checkpoint-16000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..1d22b609277126171807d8c4f6884cd63ef85544 --- /dev/null +++ b/checkpoint-16000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ee13696e358804c75ee0c4cb45307e2d5a94427011cc986b857b3157e1954a +size 557 diff --git a/checkpoint-16000/scheduler.bin b/checkpoint-16000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..74d9d0e7da7e17057119d4e14e1dfe4034907226 --- /dev/null +++ b/checkpoint-16000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc8b5af2750f00ad89d4affd1baa6d2ef83592e7abb57b5d2f1bf4b4ede173e8 +size 563 diff --git a/checkpoint-16500/controlnet/config.json b/checkpoint-16500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-16500/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-16500/controlnet/diffusion_pytorch_model.bin b/checkpoint-16500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..4baeed4a48dd8f07fdc598eca4a0f197d6758a88 --- /dev/null +++ b/checkpoint-16500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61e2fa75b1a97bc22396815e9aa92c3a41ceffb1949f09247760890edbf781aa +size 1445259705 diff --git a/checkpoint-16500/optimizer.bin b/checkpoint-16500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..5549adcbdf49be80905690d878817c485b03d994 --- /dev/null +++ b/checkpoint-16500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:405fe84509a3808a92be32edd333c5a10a3c76a0392955924f656845f450d1cc +size 2890518041 diff --git a/checkpoint-16500/random_states_0.pkl b/checkpoint-16500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f79cc85bea47127b6dfd3050e1c883c67a9ea9c1 --- /dev/null +++ b/checkpoint-16500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b209315a089c6696f77fd4399f734526fb9327ca5328677d7bd5319854b936 +size 14663 diff --git a/checkpoint-16500/scaler.pt b/checkpoint-16500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..ffa363657d67c84462f4e0f7a527fb9d3028f3de --- /dev/null +++ b/checkpoint-16500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583ea9f15a0d3f9501e4932182949007f0b437b05604804ff4b62191f7017198 +size 557 diff --git a/checkpoint-16500/scheduler.bin b/checkpoint-16500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..9e2cc93b66f98fddebc0d86c04e3e531bc82ba0b --- /dev/null +++ b/checkpoint-16500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ba4bedeab00c3670118a87f7ca1646a2063a55eb44cf6c25b16e05c0e335ef +size 563 diff --git a/checkpoint-17000/controlnet/config.json b/checkpoint-17000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-17000/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-17000/controlnet/diffusion_pytorch_model.bin b/checkpoint-17000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..0d883c6906a26a6f30a73f68c6788dc870c7d881 --- /dev/null +++ b/checkpoint-17000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9567dbc10c7ab392ee273dd1230c91a1dc942ab236127a9a811e4c18e2c88007 +size 1445259705 diff --git a/checkpoint-17000/optimizer.bin b/checkpoint-17000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d83bf46728fc8e14f9f2b46b2f8139a1c840876e --- /dev/null +++ b/checkpoint-17000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1713702452ab93cdfdb13c876ccddb14f4ab0df6ba5f02988ec6cefbd0883278 +size 2890518041 diff --git a/checkpoint-17000/random_states_0.pkl b/checkpoint-17000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..2e11e0915d9b0dd89900a445915b7885cdd0dc66 --- /dev/null +++ b/checkpoint-17000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b86d5dff9dd8c5a7de9be1393518ad7d9fd671c1828aeb477708e89393790483 +size 14727 diff --git a/checkpoint-17000/scaler.pt b/checkpoint-17000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..33556f3deaac117bbd342342e8511e92020d698d --- /dev/null +++ b/checkpoint-17000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed3f823495348e97e37dea293cf30d0dcb4244696b606613112e7e21b562ef61 +size 557 diff --git a/checkpoint-17000/scheduler.bin b/checkpoint-17000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..2532ce1838916484dde964519241889279128b93 --- /dev/null +++ b/checkpoint-17000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b963edf82975015e1719f891e8fa09b2dab84911d55ea8929252ac3e3391c9f2 +size 563 diff --git a/checkpoint-17500/controlnet/config.json b/checkpoint-17500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-17500/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-17500/controlnet/diffusion_pytorch_model.bin b/checkpoint-17500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..04d85da5c3797dfb20bda42b4e2153ea06ff4cf5 --- /dev/null +++ b/checkpoint-17500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d3b7ec2cc69526d7d4278944dd32c1eea7e5230b0f0d88c9f88677bb9366681 +size 1445259705 diff --git a/checkpoint-17500/optimizer.bin b/checkpoint-17500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0ecf8ff40c55034679dcdca6b4a7ec5e0334dee8 --- /dev/null +++ b/checkpoint-17500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4291822c35facdabbe1329e32b2d10f4e2bea9dc9b43ab0c0913948988d2466 +size 2890518041 diff --git a/checkpoint-17500/random_states_0.pkl b/checkpoint-17500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..656b26c64a98a92be99380173981b8d89d82fe1e --- /dev/null +++ b/checkpoint-17500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6dad9e5869554c0dc270137ff1312f56b4a1b4cbc9e3c9386ef77d9e036ceef +size 14727 diff --git a/checkpoint-17500/scaler.pt b/checkpoint-17500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..a9bc23d75dc0b790f473e1f058d1800c05302ca3 --- /dev/null +++ b/checkpoint-17500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf568f0aac42ca770874e8fd77f252deb4a8d0cd0282f4c448cad5cd7f79ce99 +size 557 diff --git a/checkpoint-17500/scheduler.bin b/checkpoint-17500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..58b4d69caa9dbdd24d78a1d6b815028ef9cf11ef --- /dev/null +++ b/checkpoint-17500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c400f8409969fe3fcfeaf3c202dc02567edd510e631017815d226e74b17d4f38 +size 563 diff --git a/checkpoint-18000/controlnet/config.json b/checkpoint-18000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-18000/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-18000/controlnet/diffusion_pytorch_model.bin b/checkpoint-18000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..8891c6f701a6a36a603ca512cb4d43f843e20cc6 --- /dev/null +++ b/checkpoint-18000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:164fceba2d8819e809bf6ea96d9c83dc5b33012ec4ea43c6c41c09ee8b386327 +size 1445259705 diff --git a/checkpoint-18000/optimizer.bin b/checkpoint-18000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..3e58cc2bd2867f6900f1882d7b4ff092c471b28b --- /dev/null +++ b/checkpoint-18000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99006f5c79a7e04dbadffcaae7b68b71c0c0d9c5eb605157102d0e4c3d322e0d +size 2890518041 diff --git a/checkpoint-18000/random_states_0.pkl b/checkpoint-18000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..65ea6924586f62de0c185cef7e66ca9dcfcbffe2 --- /dev/null +++ b/checkpoint-18000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76242086c4161e9aca865405e84a17efea6599d1ca950a3020bd6d21ec95bd3e +size 14727 diff --git a/checkpoint-18000/scaler.pt b/checkpoint-18000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..bd75e5a846ff1e719f8a70920fc3d2bfba3e7299 --- /dev/null +++ b/checkpoint-18000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e060206379a1316a271192b7f295cf5856a4a963e48d20b9142a50989c1c824d +size 557 diff --git a/checkpoint-18000/scheduler.bin b/checkpoint-18000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a678ce301ac601ad0f9b7a8ac027af8cb27dcbe0 --- /dev/null +++ b/checkpoint-18000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae2d25a0ade28a10049c8a258fa51c9cd5dd95a189313186f24fab1a33647e29 +size 563 diff --git a/checkpoint-18500/controlnet/config.json b/checkpoint-18500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-18500/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-18500/controlnet/diffusion_pytorch_model.bin b/checkpoint-18500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..562b002639c516b139295277085fb35ccc98f68c --- /dev/null +++ b/checkpoint-18500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d07171976a37ed136f63f6ca5130a4a1c137294885451f761fbd3fe16b612899 +size 1445259705 diff --git a/checkpoint-18500/optimizer.bin b/checkpoint-18500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..88971bf51f28768b16a9e7653b3aeefde0613522 --- /dev/null +++ b/checkpoint-18500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c66051825efd745c8715eded2eff3961ba77b8619fb5caba6ad5c25e0cb057ec +size 2890518041 diff --git a/checkpoint-18500/random_states_0.pkl b/checkpoint-18500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b00bbb7507a4f466ea32a91ea8f725de44c9f4eb --- /dev/null +++ b/checkpoint-18500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abbc26fcedee395df9d1eec0b5bd42204e36c9abfe8f7a414dc88fbc6eb3f87c +size 14663 diff --git a/checkpoint-18500/scaler.pt b/checkpoint-18500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..9bcaa32ae98737e94c867850e03a1f98f0e25242 --- /dev/null +++ b/checkpoint-18500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ce5e844bfbcc22072e7802edf46fffb0f32c414de3df955e64c4bd3aff9e5e +size 557 diff --git a/checkpoint-18500/scheduler.bin b/checkpoint-18500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..c5b88c7240af110cb9b34f883081dff834f7770e --- /dev/null +++ b/checkpoint-18500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff447e68c5793828b6c619cf9bb16da19116eb8dde7a397db8cac00f990b5cde +size 563 diff --git a/checkpoint-19000/controlnet/config.json b/checkpoint-19000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-19000/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-19000/controlnet/diffusion_pytorch_model.bin b/checkpoint-19000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..af0eaa7fbe9356bcd898441a694a3b7bc9c200b4 --- /dev/null +++ b/checkpoint-19000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:896335db528bca85299401a0421fcd291f29404ec906b867baefae7b9446e77d +size 1445259705 diff --git a/checkpoint-19000/optimizer.bin b/checkpoint-19000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0010b5497720684b259cfa966576ab9603f703d3 --- /dev/null +++ b/checkpoint-19000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42d792854cca632cd0aaa75707b7d8c4d34671e63d352027bf3005978373b85 +size 2890518041 diff --git a/checkpoint-19000/random_states_0.pkl b/checkpoint-19000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b1b204aff7cbe24a9b26e8c461c44e2416f7fc73 --- /dev/null +++ b/checkpoint-19000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e99cb587e907c8cc93bc769a83adc5d24ec6b69719f33a4c3e918016bd31b15 +size 14727 diff --git a/checkpoint-19000/scaler.pt b/checkpoint-19000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..147afe1894a62d63c0c62c30508646a4fcad8ebd --- /dev/null +++ b/checkpoint-19000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2348df7813b19dcf410e67ea0eeeb9698229d7bd99e94e5071855f5ea862925d +size 557 diff --git a/checkpoint-19000/scheduler.bin b/checkpoint-19000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..2cfbc080f293065040405c56fb16a721e245e10c --- /dev/null +++ b/checkpoint-19000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a022ea13e1d6a05e443e476defaea1798ac3469fd412932176c926e6fbe385 +size 563 diff --git a/checkpoint-19500/controlnet/config.json b/checkpoint-19500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-19500/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-19500/controlnet/diffusion_pytorch_model.bin b/checkpoint-19500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..885189803abba34bae4201421092f5078554e5e3 --- /dev/null +++ b/checkpoint-19500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ef3d6a4b3832aabc0f9909b52e60e880e7067431c662522744f0d83be8e380a +size 1445259705 diff --git a/checkpoint-19500/optimizer.bin b/checkpoint-19500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..091cca5245d383bd0746df88c749fda0e429567d --- /dev/null +++ b/checkpoint-19500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:060e5393409f72cbfc9edbc9368ca2f5da980d69f2ea9828ec4e26ae5bfe6189 +size 2890518041 diff --git a/checkpoint-19500/random_states_0.pkl b/checkpoint-19500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..cff18f522d9472678bfc297ac59b323ed1be6210 --- /dev/null +++ b/checkpoint-19500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:514bf1b04fb16d40194c5954b109eb2c00d9998f9bc2ff5ff9aecc9bb0729d06 +size 14727 diff --git a/checkpoint-19500/scaler.pt b/checkpoint-19500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..4fac96d03c0d2196a834eea08c3e3936f2c68c3c --- /dev/null +++ b/checkpoint-19500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa26230e0999b22da21074aaa25baeaa6ccc09568ef7c448e063e1276057b589 +size 557 diff --git a/checkpoint-19500/scheduler.bin b/checkpoint-19500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..6aa6ebf7eb816c3eeadba497e1ccc76f19388c46 --- /dev/null +++ b/checkpoint-19500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c93af338cfc6be446c487c74bcc8e5f1c830b07831022cbdedfdeadf9bef74ee +size 563 diff --git a/checkpoint-2000/controlnet/config.json b/checkpoint-2000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-2000/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-2000/controlnet/diffusion_pytorch_model.bin b/checkpoint-2000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..75da96f55fed7b95ac3d1309e296c23b98d67351 --- /dev/null +++ b/checkpoint-2000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46014ad6407d9469b1cf726cec3af5f77992a5f0eaaa7fe68568544dececcdde +size 1445259705 diff --git a/checkpoint-2000/optimizer.bin b/checkpoint-2000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..74fee8beed17c1d46d27babb82216ab603ced4aa --- /dev/null +++ b/checkpoint-2000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e447139dc9334a38b5b57460f416631076433a0fe6d4cccb3a6b3da04b62e4d4 +size 2890518041 diff --git a/checkpoint-2000/random_states_0.pkl b/checkpoint-2000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..38e96d6ad74b8e41b61f04a45137c7fa410c5eff --- /dev/null +++ b/checkpoint-2000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81eb02ce736b34854692c0d6cbd4187de4220e82edd33bbbb2e7f2660636b0d6 +size 14663 diff --git a/checkpoint-2000/scaler.pt b/checkpoint-2000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..21ece35416ce79724d347155f11cfa297b97cabc --- /dev/null +++ b/checkpoint-2000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2de9749828adacdf103bf6e9592702bb7067a2c1df27dd62ab38c1eb8c070f +size 557 diff --git a/checkpoint-2000/scheduler.bin b/checkpoint-2000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..64373fe7f87efc1d992d705ae49aa37ba7ddd6b1 --- /dev/null +++ b/checkpoint-2000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfe94afd21b04fe331bf93a36e6de4869425c4da4a32303493f7f8b96dd6ca61 +size 563 diff --git a/checkpoint-20000/controlnet/config.json b/checkpoint-20000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-20000/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-20000/controlnet/diffusion_pytorch_model.bin b/checkpoint-20000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..58cc64793266e4f6275a72ebec9ccb33e1af14d4 --- /dev/null +++ b/checkpoint-20000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dddc9ae728bd8d8852ea3a3164a0e2c8a2d992fcc57507f8ccd733b710e5076 +size 1445259705 diff --git a/checkpoint-20000/optimizer.bin b/checkpoint-20000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b8dda885252f657d0acd1d51b3a56c4a31defc76 --- /dev/null +++ b/checkpoint-20000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e8de220bb791c28453df3906c371df767039c0379d1452b61f6b1e89b8b873 +size 2890518041 diff --git a/checkpoint-20000/random_states_0.pkl b/checkpoint-20000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..da90cd11641e92550b23392ae714e94eda213907 --- /dev/null +++ b/checkpoint-20000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d794a76d0364d5c4f318dc6f8a8267c66863cced939dd7f357e17de00bdc6b +size 14663 diff --git a/checkpoint-20000/scaler.pt b/checkpoint-20000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..09effcf7d9c64e270178796b4ef4e29d6eec4aab --- /dev/null +++ b/checkpoint-20000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed2e16d0b6bb8682d1fefba859a4b04208f57f592eee5ba5288b37e92e187065 +size 557 diff --git a/checkpoint-20000/scheduler.bin b/checkpoint-20000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..7d057c594701fcea980bf9a9d8faac46261db7b5 --- /dev/null +++ b/checkpoint-20000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e42aaa26969b967eebd6de9dcb7df3f2bc77a98a1ad544bdf3e0611e3d91318f +size 563 diff --git a/checkpoint-20500/controlnet/config.json b/checkpoint-20500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-20500/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-20500/controlnet/diffusion_pytorch_model.bin b/checkpoint-20500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..8931da0291ede76eed8ec97fc8a3f256ec613f22 --- /dev/null +++ b/checkpoint-20500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8004455c4e61dcad9a4adfe791151f036ab40fbbf25ef3acd4219473bdd1dc67 +size 1445259705 diff --git a/checkpoint-20500/optimizer.bin b/checkpoint-20500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2ad9d8c7318cf56810b779c2abd39a1fe4ed752a --- /dev/null +++ b/checkpoint-20500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b2827024fc4b1f6edcf09aa06e82a4bb1ddaced0083505e05a795ff668fc6c +size 2890518041 diff --git a/checkpoint-20500/random_states_0.pkl b/checkpoint-20500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..89c580a810a66ada3810027f3239fd19d0fd1878 --- /dev/null +++ b/checkpoint-20500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fecbadcf941b8c4f0541625101ee9ef2511d73bb30f36cf9da0db8bdca80ca7 +size 14663 diff --git a/checkpoint-20500/scaler.pt b/checkpoint-20500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..5f0473e3fe968ccbda35e9ec6830f627d53c7c7a --- /dev/null +++ b/checkpoint-20500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d237769aff136035ec68450057fb22d491d82bfcdf2a31c78a1796e1417d614 +size 557 diff --git a/checkpoint-20500/scheduler.bin b/checkpoint-20500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..0e6908a39cbafbe207b9f71e1e516033325957d7 --- /dev/null +++ b/checkpoint-20500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5985ef357af58441b95feb5dcbd9434fc90ec36b19b0bcaedf0871a842f2ded +size 563 diff --git a/checkpoint-21000/controlnet/config.json b/checkpoint-21000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-21000/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-21000/controlnet/diffusion_pytorch_model.bin b/checkpoint-21000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..911f9159ce809ba0ad510c26648e0a4ef79fa33b --- /dev/null +++ b/checkpoint-21000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b736eae31ce3e211e0df7596a32f0002e9049fb5ca4ebac2e361a134455098 +size 1445259705 diff --git a/checkpoint-21000/optimizer.bin b/checkpoint-21000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ca1be004adcb23c9594208ecddec3a666894b0b3 --- /dev/null +++ b/checkpoint-21000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2300f37bf4938a669d7d58bb8617c5ce76e4c5db5eb5134db2ff5a093c6cd8df +size 2890518041 diff --git a/checkpoint-21000/random_states_0.pkl b/checkpoint-21000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..9794e846ae4c484234a41ed2e7e625625a2b7585 --- /dev/null +++ b/checkpoint-21000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea7688ecbd8d71ec87239930ec12db53dcf7ea39e481665299693d59a7330050 +size 14663 diff --git a/checkpoint-21000/scaler.pt b/checkpoint-21000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..ca3b3bd257aa47c6df2422f5c5a4b632d2283a66 --- /dev/null +++ b/checkpoint-21000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddd288c0fbe8a3102581191cbc2261f4f336752a40c07055fed21ca178a99c1e +size 557 diff --git a/checkpoint-21000/scheduler.bin b/checkpoint-21000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a3dc30c5554edea68e58910bd9981ad1f8916f18 --- /dev/null +++ b/checkpoint-21000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4464d020eb4a27a92ec7ad9807da6a4af4d2346203449ee488385a89629eff5 +size 563 diff --git a/checkpoint-21500/controlnet/config.json b/checkpoint-21500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-21500/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-21500/controlnet/diffusion_pytorch_model.bin b/checkpoint-21500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..2b6374fc440aa4b3ea258d2fdaff01dedfc33ce4 --- /dev/null +++ b/checkpoint-21500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fecb8d5be825b8220c1787866d1d989010ef360c729d5e4289147ab1e23bdf4 +size 1445259705 diff --git a/checkpoint-21500/optimizer.bin b/checkpoint-21500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..f3ed4a61b916b976e6417815c71b21d43433e16c --- /dev/null +++ b/checkpoint-21500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6bdae801c7c942dcf0b555e1b784515d9e4f81f77035f11b4f4b452ba2c8970 +size 2890518041 diff --git a/checkpoint-21500/random_states_0.pkl b/checkpoint-21500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..cc31337bbfb948194139bc7fb94b3f57ca9c7a37 --- /dev/null +++ b/checkpoint-21500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0839a02f1320ad13e83a176c08e4a188a80b26e7ba80ce29b20c36a36899e09 +size 14663 diff --git a/checkpoint-21500/scaler.pt b/checkpoint-21500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..89e7136338f4a35f9f9f8e00b2c5164d98fe0e90 --- /dev/null +++ b/checkpoint-21500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62413c81924adab805b9a44f3c4fe5ec952bf9364964a37386a41241880a640c +size 557 diff --git a/checkpoint-21500/scheduler.bin b/checkpoint-21500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..3927636fb295af680429b2690cdc60dbb82397cf --- /dev/null +++ b/checkpoint-21500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebc4a1c0dc0a4c6c64427d672c354cdb27bb3e97c3315d1c2fc7daab4f9de18f +size 563 diff --git a/checkpoint-22000/controlnet/config.json b/checkpoint-22000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-22000/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-22000/controlnet/diffusion_pytorch_model.bin b/checkpoint-22000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..b6159ee3db4130a8c5f98adc488f9b6275629a26 --- /dev/null +++ b/checkpoint-22000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bee7bba104985877bb6b97cfd9c9b2e8567771ebe526956406bf75ca859bd6c1 +size 1445259705 diff --git a/checkpoint-22000/optimizer.bin b/checkpoint-22000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..60e86440c18ce2eb6b5460e1161961a5654f4686 --- /dev/null +++ b/checkpoint-22000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb752af9993b9174fc114f2dfaefdd7658abca2dfb12f280debc3769510faf9 +size 2890518041 diff --git a/checkpoint-22000/random_states_0.pkl b/checkpoint-22000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..84e36b4694bdb75cf45b8f80a69f7811eff1d3a4 --- /dev/null +++ b/checkpoint-22000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:911f7bb3aee972937ee888adb895c9d4ad618790377b47d83dcca3c14af035dc +size 14727 diff --git a/checkpoint-22000/scaler.pt b/checkpoint-22000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..4f2358c60867927c88b72d84b36e86a7434f5555 --- /dev/null +++ b/checkpoint-22000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c78d301032eb8723614a8cb1513e8bde7293932c384325adfd3cfebffb2114a +size 557 diff --git a/checkpoint-22000/scheduler.bin b/checkpoint-22000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a7eeb05ed11cf6096e2283d6a35393c2ed687edf --- /dev/null +++ b/checkpoint-22000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac3b010291d43824d88953b25b3758b2e47cad0c0dcca1afa55a3da71433104 +size 563 diff --git a/checkpoint-22500/controlnet/config.json b/checkpoint-22500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-22500/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-22500/controlnet/diffusion_pytorch_model.bin b/checkpoint-22500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..25596f5bcde6a336a3852c97aefb2cad5b81ed64 --- /dev/null +++ b/checkpoint-22500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987a525d0141ba57cbc3a26a890d37b2ec802ef7b2912faeef16a9a7861cda53 +size 1445259705 diff --git a/checkpoint-22500/optimizer.bin b/checkpoint-22500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c60248edc575a45d1dd885bc91ac0c54d84fc26b --- /dev/null +++ b/checkpoint-22500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b38873ae02e89310f1e0dde656990aafe026758f4e722a12d1b42ce27fdfd3 +size 2890518041 diff --git a/checkpoint-22500/random_states_0.pkl b/checkpoint-22500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..cac7d9eebb0c73e1219497d83a74f657d246a679 --- /dev/null +++ b/checkpoint-22500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07265fb91634c82e7051d43714a287234c20a14c4ba997ae03403b70d6b6a739 +size 14727 diff --git a/checkpoint-22500/scaler.pt b/checkpoint-22500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..77e409db20b0b4e230c5e3352c9cbfb57780e580 --- /dev/null +++ b/checkpoint-22500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e0abd02cfdaeccd59922c6f07aa8c66fadf3ec54b8aa54101b3cb3b694cb998 +size 557 diff --git a/checkpoint-22500/scheduler.bin b/checkpoint-22500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..8ba91b312b017ac3ae317e97dfa37c8ab59e8e69 --- /dev/null +++ b/checkpoint-22500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae75300d28b525007bad90ddb0e714e96c117f32f5d9cf8889a2100de5cfee4 +size 563 diff --git a/checkpoint-23000/controlnet/config.json b/checkpoint-23000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-23000/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-23000/controlnet/diffusion_pytorch_model.bin b/checkpoint-23000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..84aaf90a4bee191acb3e9e214a81864716d763f0 --- /dev/null +++ b/checkpoint-23000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c6c745665e9a7f93e4e5b56a56c87b11dd62b501a5005cc0dce2d8d7cf7a605 +size 1445259705 diff --git a/checkpoint-23000/optimizer.bin b/checkpoint-23000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..428eaa694d103f8ea8c86299ef80c1db4dbcb715 --- /dev/null +++ b/checkpoint-23000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f7c989b538af2bc3ff25cde79272c22e319109147e569c8825a8802f5fd332d +size 2890518041 diff --git a/checkpoint-23000/random_states_0.pkl b/checkpoint-23000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..387db6ac5290790da70ad05ae23d72e91436cf86 --- /dev/null +++ b/checkpoint-23000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a89081323fac63dea85096603bd196b96f133e1b2c47612a1045170ea7eb6617 +size 14663 diff --git a/checkpoint-23000/scaler.pt b/checkpoint-23000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..0e0fce1c2ca5dfa3d212f6d9175002f09673d6c1 --- /dev/null +++ b/checkpoint-23000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a1d0af4419b84e68da3daad9400ace3e0be509b02f6ff577c90888451da24a +size 557 diff --git a/checkpoint-23000/scheduler.bin b/checkpoint-23000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..eb5052160ed861de5bc89611af8c187909cd3893 --- /dev/null +++ b/checkpoint-23000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a7cf08f175978f22377b99459a656d2e2f4ac77cbfa9e6022c61ccf9528aa11 +size 563 diff --git a/checkpoint-23500/controlnet/config.json b/checkpoint-23500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-23500/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-23500/controlnet/diffusion_pytorch_model.bin b/checkpoint-23500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..b26e534f824bbd5653ae337ad7ad66369192cfe6 --- /dev/null +++ b/checkpoint-23500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4be0a3f3cf32478cb9f03cae5b12a94ec34cd6d9185f0a164d071ea28456a48 +size 1445259705 diff --git a/checkpoint-23500/optimizer.bin b/checkpoint-23500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..499870060ba22d5c3c94396e5a8dc8382f18f8b0 --- /dev/null +++ b/checkpoint-23500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e680312eb0d05d3147e43e2184ddce62c411cb6d9b2620a5966d6d155e48d83a +size 2890518041 diff --git a/checkpoint-23500/random_states_0.pkl b/checkpoint-23500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..892b92c968f5f539dcf2f7747baad5b3215babab --- /dev/null +++ b/checkpoint-23500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42fdcc44cb61873ddbdaffa09532e7b70bac60a903c0252d3de7985f220f7329 +size 14727 diff --git a/checkpoint-23500/scaler.pt b/checkpoint-23500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..9f0a3507f64a082e94d091248f3a8d59c541fee0 --- /dev/null +++ b/checkpoint-23500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a256af0fdbdf4bafab8ca7f5d9d882a25fcb1b52583bab64857dc936bdceecb8 +size 557 diff --git a/checkpoint-23500/scheduler.bin b/checkpoint-23500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..1428c68e5fdc586d46d67d6f1eda6aaf6226204a --- /dev/null +++ b/checkpoint-23500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6346f9a339b9e6fe1046d76876452272a1a19240e95ce665e1c5bf8d872d0f5 +size 563 diff --git a/checkpoint-24000/controlnet/config.json b/checkpoint-24000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-24000/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-24000/controlnet/diffusion_pytorch_model.bin b/checkpoint-24000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..11dc64c4cd458c3fe832e3dec9c3c857b5f382d1 --- /dev/null +++ b/checkpoint-24000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adf2a86c343433ec44a4030fb5cd01316e7827191b86ee8fa0b76912792014aa +size 1445259705 diff --git a/checkpoint-24000/optimizer.bin b/checkpoint-24000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ff94da5c9a5c11e5eee390abe437074c382728b3 --- /dev/null +++ b/checkpoint-24000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a40520a42e26a50f64ee755e2b5d03ac9002934469fdf9a5ec9a8b4f33cc738 +size 2890518041 diff --git a/checkpoint-24000/random_states_0.pkl b/checkpoint-24000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..d6f148b0ce234319370441e83e3e7d2932779647 --- /dev/null +++ b/checkpoint-24000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b5cc3776825fe8520a8010aa9a1a411a9ae3458e97ffca7180f47dd3e596a8 +size 14663 diff --git a/checkpoint-24000/scaler.pt b/checkpoint-24000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..fbe58eb24fe4401c5a9589c8706d62f35854a8b9 --- /dev/null +++ b/checkpoint-24000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2bd75afd3e165d6c4be0132c32aaddcbd27b4306bc0d116f2dfcc7a4192189 +size 557 diff --git a/checkpoint-24000/scheduler.bin b/checkpoint-24000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..31d999a43b0062209870c80c77e242c1898bf84b --- /dev/null +++ b/checkpoint-24000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:124c8716d39fd8f8bb4ce696bbaad227f152410881b888663dae2f2a12284170 +size 563 diff --git a/checkpoint-24500/controlnet/config.json b/checkpoint-24500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-24500/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-24500/controlnet/diffusion_pytorch_model.bin b/checkpoint-24500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..6e116ef3430e098ad39658ff51945c8dcec48839 --- /dev/null +++ b/checkpoint-24500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a00051f2e16605d8662342104d04ea21e6220f3c8ca51daf4436b8697fa8b5 +size 1445259705 diff --git a/checkpoint-24500/optimizer.bin b/checkpoint-24500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..da83b44284b923a5984eb98861bc523bee92dc34 --- /dev/null +++ b/checkpoint-24500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aedbe699ecdf5e628060d2a65a2dcc08937f627a37fd95394a3a9ba0399e294 +size 2890518041 diff --git a/checkpoint-24500/random_states_0.pkl b/checkpoint-24500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..428410da275ea289096766de2c2dddc311e0c1b6 --- /dev/null +++ b/checkpoint-24500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:705df9408131eda3ee5b0db411b326ed1dc353bf0a44d22adc3d4dcd6fec471f +size 14663 diff --git a/checkpoint-24500/scaler.pt b/checkpoint-24500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..ac024ce8a904b916e8318fe6ef8f8f599d316286 --- /dev/null +++ b/checkpoint-24500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b7f8b1a23f4cb0987a6d877d3b02a2949ede3e5e8f557454a29f1097e4595ef +size 557 diff --git a/checkpoint-24500/scheduler.bin b/checkpoint-24500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..388bb4c7c59a99a19cb1691e70b1b8f208e59416 --- /dev/null +++ b/checkpoint-24500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa7195a9f6e95711ab786d3e7b19b0e423975774375b292801eb4b2adeb1bdbd +size 563 diff --git a/checkpoint-2500/controlnet/config.json b/checkpoint-2500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-2500/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-2500/controlnet/diffusion_pytorch_model.bin b/checkpoint-2500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..e0ce57b3180b74a141efb1b7761a1c33358819bc --- /dev/null +++ b/checkpoint-2500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9930a5e5e40e585e9a1920d2981bc72b0393856f60206278aee06343162f7dc +size 1445259705 diff --git a/checkpoint-2500/optimizer.bin b/checkpoint-2500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..24084ed6b7cf53aa1eccd9489cbc2b1763efc902 --- /dev/null +++ b/checkpoint-2500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43cd44a9c3dd5be8ad6dc2a6a6c1f840a5c8e6ec9cfbc5a2f529e8d34051114a +size 2890518041 diff --git a/checkpoint-2500/random_states_0.pkl b/checkpoint-2500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e279e6b17e9d138c7b79dd4631d4fefd0aaf5b6e --- /dev/null +++ b/checkpoint-2500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b582a06ca5ba1fb6af609c8350c565ac1dc787ad4ac978135e81a7283a4ade20 +size 14727 diff --git a/checkpoint-2500/scaler.pt b/checkpoint-2500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..9a3e6e139e26b18feddbe2f66ba98b73890dacfa --- /dev/null +++ b/checkpoint-2500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fbcebc8f5487b0c117b5dd47f2ea304af3eebf408d297118d9307e1223927e1 +size 557 diff --git a/checkpoint-2500/scheduler.bin b/checkpoint-2500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..9158655e19d781dbbff043dd8ccd7feb9a59a9c1 --- /dev/null +++ b/checkpoint-2500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b1db9332b702ad998c57267be2dca991aa8ef4e47b4e515dc19c7f20063a70 +size 563 diff --git a/checkpoint-25000/controlnet/config.json b/checkpoint-25000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-25000/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-25000/controlnet/diffusion_pytorch_model.bin b/checkpoint-25000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..6e2f140246209e86fdc3274f6fccb07cc5c1410f --- /dev/null +++ b/checkpoint-25000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eedb5b4b117e68a659109d3011f68a6ac56913820d30dc344c06d590d38beae +size 1445259705 diff --git a/checkpoint-25000/optimizer.bin b/checkpoint-25000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c91ffcfea72f89e17c7448d0b126f54a6f5db784 --- /dev/null +++ b/checkpoint-25000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45c2806fb55399e1c6cc0d2444ae240f965ac55057e5ba592a5d024e677bdf75 +size 2890518041 diff --git a/checkpoint-25000/random_states_0.pkl b/checkpoint-25000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f37cb878db627dd95209c8db5c4e56afc6cc9ade --- /dev/null +++ b/checkpoint-25000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b37c86bd2b52d7358376b61564f78e39cc547780420f2daf203bf61e4f18960 +size 14663 diff --git a/checkpoint-25000/scaler.pt b/checkpoint-25000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..a98b94cb646df358f1fffa85667ee770ac2de79b --- /dev/null +++ b/checkpoint-25000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a2aa700661cce48d8356afc430416f1e2fff4cb01b0edacd9eaf43644f980b4 +size 557 diff --git a/checkpoint-25000/scheduler.bin b/checkpoint-25000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..bf2e5bbe3842290d91dcc1ca74f718f36a70af62 --- /dev/null +++ b/checkpoint-25000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ffd2fc43d31a14a855dacda09fb04d820c065a2c9afbc356a017bf509827ddd +size 563 diff --git a/checkpoint-3000/controlnet/config.json b/checkpoint-3000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-3000/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-3000/controlnet/diffusion_pytorch_model.bin b/checkpoint-3000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..5d0f70893399d5eb68bc6395b71a0c2fcc24ebdd --- /dev/null +++ b/checkpoint-3000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8df01bed68754efa31d24ba497e2266c5f36498b639c517eed9fc2554e2f065e +size 1445259705 diff --git a/checkpoint-3000/optimizer.bin b/checkpoint-3000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..644207369da68e4ed72c21942cf03f8861593fe8 --- /dev/null +++ b/checkpoint-3000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66beb0b7a422e713789ceb92d3d182a8593fe8565faf3a61ebbfe587ceb60e94 +size 2890518041 diff --git a/checkpoint-3000/random_states_0.pkl b/checkpoint-3000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..effe3b46bdc0ed237b3e416a93373b2210d32b30 --- /dev/null +++ b/checkpoint-3000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8894ed4dd82ef0d38effa3dca806ceddfe35e2527fdb9a77c02a41d39f23a17 +size 14727 diff --git a/checkpoint-3000/scaler.pt b/checkpoint-3000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..2888c9ddc2c30e6b47ce0e6abcc8e2d1303aab00 --- /dev/null +++ b/checkpoint-3000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1f9398b77268202e8e1465734a63d123b1ef11c27f20f2473677e9883a6869 +size 557 diff --git a/checkpoint-3000/scheduler.bin b/checkpoint-3000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..0b6eaa6a5a88bbc1e19c9479751f75698e848c9d --- /dev/null +++ b/checkpoint-3000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d6ec0338061ab706b1805a9e2966ca126b26619cd90bb73133127681b9de370 +size 563 diff --git a/checkpoint-3500/controlnet/config.json b/checkpoint-3500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-3500/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-3500/controlnet/diffusion_pytorch_model.bin b/checkpoint-3500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..5871c8f32cf858a6a7b90f849613dfe0dfc6b344 --- /dev/null +++ b/checkpoint-3500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:420143a2eb945bb1abdb903a3a0fb090670cfc1b9fb0472f93b6c0171cd3e5d3 +size 1445259705 diff --git a/checkpoint-3500/optimizer.bin b/checkpoint-3500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..bda2752bc39bf5f935ea21e7dabb3187155e7261 --- /dev/null +++ b/checkpoint-3500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273c593a900390f48c948916d563dbc62dfca478269f2983e5d0f4369d5ec4b2 +size 2890518041 diff --git a/checkpoint-3500/random_states_0.pkl b/checkpoint-3500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..57afa3636faec2eca9ce882fe1eb10eccb63de6a --- /dev/null +++ b/checkpoint-3500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f90b92812c66dea953c5065f282ef7a94a80ea7570be69236c74aa56d22cb1 +size 14663 diff --git a/checkpoint-3500/scaler.pt b/checkpoint-3500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..44e7bbfd017c097f419247a9c5de77cb216339ac --- /dev/null +++ b/checkpoint-3500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4cfe72973031c5a482f6e9ed0cb664a6aa7f63116e294e2b1f72d360d9b033c +size 557 diff --git a/checkpoint-3500/scheduler.bin b/checkpoint-3500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..259c348d92d5dd24afd8e0d0470af9ce43d99fbf --- /dev/null +++ b/checkpoint-3500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b516ff84772ee7d9b4425cc1c7028178b9ec20a018c7a7b587a5e2996b63d080 +size 563 diff --git a/checkpoint-4000/controlnet/config.json b/checkpoint-4000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-4000/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-4000/controlnet/diffusion_pytorch_model.bin b/checkpoint-4000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..ef8d29a8bf3c45534d8d9577775f4f4c0574e05c --- /dev/null +++ b/checkpoint-4000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de7ea901f6f6874f855551b0cb21d0dd3338e8381324e649cd2d0927ec61677c +size 1445259705 diff --git a/checkpoint-4000/optimizer.bin b/checkpoint-4000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..fc1c0bd87af2b3d12a7df57a2f8ac0141d2ef4a3 --- /dev/null +++ b/checkpoint-4000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e457312d4b8579988de4944b77d5858a204db2ed28eb6774645abf36d21b8d4e +size 2890518041 diff --git a/checkpoint-4000/random_states_0.pkl b/checkpoint-4000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..2aff05e6c78584b4466741d12d4e06d4f7f4d3e2 --- /dev/null +++ b/checkpoint-4000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a563a567d32a0c0317f2b8240106c2a6c7b9b8b9cb9cabac18858f3f030f9f3 +size 14663 diff --git a/checkpoint-4000/scaler.pt b/checkpoint-4000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..e6dfc1dc5fe962ebf4423f5d584aeb4e90dc01be --- /dev/null +++ b/checkpoint-4000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09a61ecdaa4a69ba865e0b9e19169660549c34c60a83537ab5ece413678520ab +size 557 diff --git a/checkpoint-4000/scheduler.bin b/checkpoint-4000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..313279d03cea02360a7b766639ab1649570431af --- /dev/null +++ b/checkpoint-4000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7edd8082ac389d0c946c2ac507fc3e4d21eaad8a44fcb3f7b57ebbd1b62363dc +size 563 diff --git a/checkpoint-4500/controlnet/config.json b/checkpoint-4500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-4500/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-4500/controlnet/diffusion_pytorch_model.bin b/checkpoint-4500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..1163f491f47b19d0bb92d5e0e1cb1a76c96ef195 --- /dev/null +++ b/checkpoint-4500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84589bd32cbfd740e0f650feab041133bc38a3c6bda29a7042acbd45ff96ba3c +size 1445259705 diff --git a/checkpoint-4500/optimizer.bin b/checkpoint-4500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d55644b688353df4270a0a2cb33f5a45c979be75 --- /dev/null +++ b/checkpoint-4500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a5d99909b7a5b54db5a0a7280af1f7499ec824c4a566fc0f36e2100308a057 +size 2890518041 diff --git a/checkpoint-4500/random_states_0.pkl b/checkpoint-4500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b01485657a79580ad1b8f7f66dc7c2b0205ecd83 --- /dev/null +++ b/checkpoint-4500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5270768ca65a950d39c2d6ae1505a8caeccde388d6eb230179d06a1facde3e3a +size 14663 diff --git a/checkpoint-4500/scaler.pt b/checkpoint-4500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..8c98e356000f5210c0d0307e76e41b897f221bfa --- /dev/null +++ b/checkpoint-4500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:945e2cc9e717c41b0b1286d550bee32d1e1a6cb3d9a42935c0294b123372c89f +size 557 diff --git a/checkpoint-4500/scheduler.bin b/checkpoint-4500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..92d8584c082d2721d2820dc141044e8f912210f1 --- /dev/null +++ b/checkpoint-4500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0380f80ccc7e954831d496fc71d63a11d82298b1275d919ea1550d92e443d7 +size 563 diff --git a/checkpoint-500/controlnet/config.json b/checkpoint-500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-500/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-500/controlnet/diffusion_pytorch_model.bin b/checkpoint-500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..fe5333482a0f5ba22ee9e5765f0e4fcbcc20e1cf --- /dev/null +++ b/checkpoint-500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b67443f875e84b9b199c3fe46992a5df5d0f0cdc50cb1b7eab7ddbe355e59f +size 1445259705 diff --git a/checkpoint-500/optimizer.bin b/checkpoint-500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..4956a33c777f7ecf569504f7d1df298d097192c4 --- /dev/null +++ b/checkpoint-500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5115f850fa72505162b4c02000f51bb135e59835395b1e484846f37b4bed1663 +size 2890518041 diff --git a/checkpoint-500/random_states_0.pkl b/checkpoint-500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0b5b0888b815a70de8aa16ca2b507d648e68b771 --- /dev/null +++ b/checkpoint-500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1cda4c0d2776473b233fa2053e083756cd2bfbc1eddb2045c1705623d3dea2d +size 14727 diff --git a/checkpoint-500/scaler.pt b/checkpoint-500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..b5f2e5ee77c2cef5eff816170558ce9209855685 --- /dev/null +++ b/checkpoint-500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f196a54202bb4ba1220e8c59f42f9cda0702d68ea83147d814c2fb2f36b8f2 +size 557 diff --git a/checkpoint-500/scheduler.bin b/checkpoint-500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..71d5455d98cf7219148806094443df069ec9e46a --- /dev/null +++ b/checkpoint-500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab20ead000e6ae60e9a32d69fb1fb976d10dba2a065da680293a8202053a1975 +size 563 diff --git a/checkpoint-5000/controlnet/config.json b/checkpoint-5000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-5000/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-5000/controlnet/diffusion_pytorch_model.bin b/checkpoint-5000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..fcea67eeebb0ae92bfe5443dcf9e9fbf83d48436 --- /dev/null +++ b/checkpoint-5000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b5a40808380ee66bceaa9b75d75a6b006cc69dbd85b11e2565326929c853692 +size 1445259705 diff --git a/checkpoint-5000/optimizer.bin b/checkpoint-5000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..68e8d7f209843de482bc381190cb279bd73ec254 --- /dev/null +++ b/checkpoint-5000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b85062bc5bf09d2d830f5eebe109d2381f671dd1a108c28bb58d3566f576ad64 +size 2890518041 diff --git a/checkpoint-5000/random_states_0.pkl b/checkpoint-5000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..5bed9d4b625a77cbc98726994b871852a2c29f00 --- /dev/null +++ b/checkpoint-5000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d3d5998097ce13fa13c98db04f8b050b8e980a291828320ace8fc4a5aea68af +size 14727 diff --git a/checkpoint-5000/scaler.pt b/checkpoint-5000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..9a0a5a2d6700d39df12b85e2a8ee02926333f46a --- /dev/null +++ b/checkpoint-5000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a41313b6733b65c1acca917a7c2ced06503c11b898e6cd5de1e6a9f13bfb54ef +size 557 diff --git a/checkpoint-5000/scheduler.bin b/checkpoint-5000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..c37dd5f1ba284353140794600e68bbd00f948e8b --- /dev/null +++ b/checkpoint-5000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b6b035e89b3f614d8a7babea59ef588908ea69ffc4eb871a24c002d6356cdc +size 563 diff --git a/checkpoint-5500/controlnet/config.json b/checkpoint-5500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-5500/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-5500/controlnet/diffusion_pytorch_model.bin b/checkpoint-5500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..2a681eee0cd5ee02b1b8e6afcc5147cc57072c6b --- /dev/null +++ b/checkpoint-5500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d072c57ef08acb124ab7e33071c02c5014159dde453d9486b52598a99f22c3e8 +size 1445259705 diff --git a/checkpoint-5500/optimizer.bin b/checkpoint-5500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..02570029e12b281e280c7b3ec2d3ac484b231979 --- /dev/null +++ b/checkpoint-5500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e7c2aad9a68619db006e5ff3579d109097f7a83f8b0f1787850f44ba466376 +size 2890518041 diff --git a/checkpoint-5500/random_states_0.pkl b/checkpoint-5500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e889bfd29fd8d46700896cdf1ebdfc66a08be555 --- /dev/null +++ b/checkpoint-5500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f301af000ba113c9575bbb9c5e87e44598dd87dd5a17a0848c420ed2a283c44 +size 14727 diff --git a/checkpoint-5500/scaler.pt b/checkpoint-5500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..d7dc8ce86b334ba316696a99f82e1bc011bdcdcd --- /dev/null +++ b/checkpoint-5500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367928c873a79d90abcb66db0f8b320eea7346dc9bc779b4e7963dfc82cf2ada +size 557 diff --git a/checkpoint-5500/scheduler.bin b/checkpoint-5500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f6cdc1fdeb808bdbc2bccb2d10e5a38047465649 --- /dev/null +++ b/checkpoint-5500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2205f705df0ffc1ab94bb723d1b6991f66dd0d5ba5739fd029613baa39559889 +size 563 diff --git a/checkpoint-6000/controlnet/config.json b/checkpoint-6000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-6000/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-6000/controlnet/diffusion_pytorch_model.bin b/checkpoint-6000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..9776ed77c1627d8ad559a47642a27295bb0dd928 --- /dev/null +++ b/checkpoint-6000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:089fc285fb561432ff99b6aec33f9dd207da01cff722ce713ad63ad93ed2c7ae +size 1445259705 diff --git a/checkpoint-6000/optimizer.bin b/checkpoint-6000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6da70d50e891737de700b1e6cda7d1746714dc76 --- /dev/null +++ b/checkpoint-6000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0737915b293eed77a71f4283486e02bd4e9f91210ca9f1da31b1df60457f5802 +size 2890518041 diff --git a/checkpoint-6000/random_states_0.pkl b/checkpoint-6000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..09d641532ac37fb51e64fccc5a775486b9172094 --- /dev/null +++ b/checkpoint-6000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82da8609e499054b0ed5f1c3de79105a1c9e6b7d659779c1750cce56e87e2e2b +size 14663 diff --git a/checkpoint-6000/scaler.pt b/checkpoint-6000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..2fd17ac3026715d5a68d70922df4742631319059 --- /dev/null +++ b/checkpoint-6000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a00ef97fc41c0d653df466126d855f16646dd10726d3ac99a23f55ca70ec19a +size 557 diff --git a/checkpoint-6000/scheduler.bin b/checkpoint-6000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..7413abefc4f8286274da3243afd962fa1696fff1 --- /dev/null +++ b/checkpoint-6000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0df2dffc0559ef6134e0571ccfecb406ec3a612efe566ae6f1c62bcf1ab353 +size 563 diff --git a/checkpoint-6500/controlnet/config.json b/checkpoint-6500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-6500/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-6500/controlnet/diffusion_pytorch_model.bin b/checkpoint-6500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..fbb2f00b4e501e12285d1e74596351e857c3326d --- /dev/null +++ b/checkpoint-6500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:174c7985aeb40d7ad94a5613082696513c3fac76adf1d04addb89546911011d3 +size 1445259705 diff --git a/checkpoint-6500/optimizer.bin b/checkpoint-6500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..488c77cc509e8552555d8dc04d941349da7d08b4 --- /dev/null +++ b/checkpoint-6500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d0cd55d15139d51afdcb68ce5b22717052d56753c51fed5cdebd9f582eeff5 +size 2890518041 diff --git a/checkpoint-6500/random_states_0.pkl b/checkpoint-6500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..8cbdb25654adcb7fbb94da47a6f92574c3e74a0d --- /dev/null +++ b/checkpoint-6500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03a836e276807b0f7e1a26877e1390a3fb2e4232b10fbe183d073ee4ae8ee881 +size 14663 diff --git a/checkpoint-6500/scaler.pt b/checkpoint-6500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..40275aa28a49ee92274a571543131266eb2b70e2 --- /dev/null +++ b/checkpoint-6500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:443cc2fd4ac32450c4c0d394c84b6f1899943a2f8743462b4026e2d2fe3e5de6 +size 557 diff --git a/checkpoint-6500/scheduler.bin b/checkpoint-6500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d0ad87dde21cf66da2a0f8b46ec9f60387e9bba3 --- /dev/null +++ b/checkpoint-6500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0595562efd722a170192223347aadc020902d700634681eda0e41a241e5347b +size 563 diff --git a/checkpoint-7000/controlnet/config.json b/checkpoint-7000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-7000/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-7000/controlnet/diffusion_pytorch_model.bin b/checkpoint-7000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..c384d88cab5dba3ca0f92f2be85a9025aa881763 --- /dev/null +++ b/checkpoint-7000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a254a3538abc0db320368657abc60e21b19a278389cb9bf312638b87fa399969 +size 1445259705 diff --git a/checkpoint-7000/optimizer.bin b/checkpoint-7000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ee3b8805538fd1e8ffa6b808bdea05349f28969e --- /dev/null +++ b/checkpoint-7000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a292df8f985fa7529b483bd2160c0dae71016a16e9cfbd4c698cface30ce9c54 +size 2890518041 diff --git a/checkpoint-7000/random_states_0.pkl b/checkpoint-7000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..38468ff4f52333ecd32954478a802da2f2c6cc11 --- /dev/null +++ b/checkpoint-7000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a3de5d959e36f6c5064b20f5ceb8857ed371365ac7618d2cebb489495f08af +size 14663 diff --git a/checkpoint-7000/scaler.pt b/checkpoint-7000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..2ceac8d008df631f48c13ff48e83da859977ff02 --- /dev/null +++ b/checkpoint-7000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d22aed3a858ee389297b2101bb2ed7ee9e37744f1a1f75273dbdf045d65b041a +size 557 diff --git a/checkpoint-7000/scheduler.bin b/checkpoint-7000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..5d3f4d330277dbbc7bdd2058db7f7c8331323e27 --- /dev/null +++ b/checkpoint-7000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0e6cbbd05427cb09a990f303190d8f0051084080c856964101f9aea5e481068 +size 563 diff --git a/checkpoint-7500/controlnet/config.json b/checkpoint-7500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-7500/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-7500/controlnet/diffusion_pytorch_model.bin b/checkpoint-7500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..48071b42708c56724ac49101268a44dce5680a4d --- /dev/null +++ b/checkpoint-7500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b744505fdd4b40676866ec7d3bcb8c6a88f67aa8e69e4562682b0faeb27b92c +size 1445259705 diff --git a/checkpoint-7500/optimizer.bin b/checkpoint-7500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..27916be5dca21ec36d09602e87902a6758947ac8 --- /dev/null +++ b/checkpoint-7500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:830c484b02f4091dfdb879191a42a81d1efade06373b530ec9188004138692e7 +size 2890518041 diff --git a/checkpoint-7500/random_states_0.pkl b/checkpoint-7500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ef2c0ea1a2b09db6923caa99242f157d0194a89c --- /dev/null +++ b/checkpoint-7500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a2f7e64f8471f520c108730271d58bb3c1baae0e42e9d1c9913581ab0742c6 +size 14663 diff --git a/checkpoint-7500/scaler.pt b/checkpoint-7500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..60bdd119cc6377670954947196f4e3abc08dcce1 --- /dev/null +++ b/checkpoint-7500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fab868730e2cdc5d83f898b6c5399b352e14373e48bdbdfa9179803e96fd314f +size 557 diff --git a/checkpoint-7500/scheduler.bin b/checkpoint-7500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..31d317243b4fc11d7a97ab9c0996d7fcb4364c9c --- /dev/null +++ b/checkpoint-7500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa99d7a997d46b51b62588c2814e621bad67f38b7bb570008c2bf25a35f90e0b +size 563 diff --git a/checkpoint-8000/controlnet/config.json b/checkpoint-8000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-8000/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-8000/controlnet/diffusion_pytorch_model.bin b/checkpoint-8000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..5e771c01ae735192916bd646804ac930fdc3791b --- /dev/null +++ b/checkpoint-8000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa1292d2d87367238ea87400347f8f189e041252f86081c9d01b408402e4677 +size 1445259705 diff --git a/checkpoint-8000/optimizer.bin b/checkpoint-8000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d65bbfc0842587aba3cadb1e7b551e5b5a52a286 --- /dev/null +++ b/checkpoint-8000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b47936373c87b79599dd1f65bac7c3504487332589fbc8d19ab80e454b8cc0 +size 2890518041 diff --git a/checkpoint-8000/random_states_0.pkl b/checkpoint-8000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..8379605487e8d60f54668a6ccbbd6deee3dad58e --- /dev/null +++ b/checkpoint-8000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f201e3dbb27316d508d581b93b74d95c136cde9b2ca1ded2c5fcf73cecd5b7c +size 14663 diff --git a/checkpoint-8000/scaler.pt b/checkpoint-8000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..fd25dc8bd6a1a15851636b4ebafe829cb0ed1b0d --- /dev/null +++ b/checkpoint-8000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b278cd6e09360f31a3d837f80dee4c2ce4d9c9d186a939ecf157e1a0deb793f3 +size 557 diff --git a/checkpoint-8000/scheduler.bin b/checkpoint-8000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..3474e1011e1462a8eab544164dfbd39366ca4da4 --- /dev/null +++ b/checkpoint-8000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:630cc19a3cb4ed5f1d67a0d535bfec489c348a6a88102d8fe945e1a1baf47eb6 +size 563 diff --git a/checkpoint-8500/controlnet/config.json b/checkpoint-8500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-8500/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-8500/controlnet/diffusion_pytorch_model.bin b/checkpoint-8500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..2e930a3dd931fa018ee0fc16592f89c5cc7b30f0 --- /dev/null +++ b/checkpoint-8500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7680456ca344f66bfd1e5a59a62e3c26df0ad22d2dde58387449eac56eaae696 +size 1445259705 diff --git a/checkpoint-8500/optimizer.bin b/checkpoint-8500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..02189d4ee1cce859b88b8be495bd726b6fef0200 --- /dev/null +++ b/checkpoint-8500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c822f9633d4c1453dbb1db4ed589c16d4b3ed24c60a2bfeca33a0038cfe8964 +size 2890518041 diff --git a/checkpoint-8500/random_states_0.pkl b/checkpoint-8500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ac83e887c5afa50c4576f6f3bf5c79dbd111bd90 --- /dev/null +++ b/checkpoint-8500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e580f46419bbbc5c3a9e4d39ed7d5fa636cc36389b930d6cfb0c9bb2553592 +size 14663 diff --git a/checkpoint-8500/scaler.pt b/checkpoint-8500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..3df7c4409be1ed9ef627cc178b2c13e5d9ed6b01 --- /dev/null +++ b/checkpoint-8500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed0eced7c80f9d236fedf48c2537ab9b4e6957d5129ef3aec426e866324bfd1 +size 557 diff --git a/checkpoint-8500/scheduler.bin b/checkpoint-8500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..81dd6a92a0734bf2f541cdde77b963780fcee460 --- /dev/null +++ b/checkpoint-8500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcd06bd66b75c9c119619e822078f0a9ebf8a05a0d54268f930d50786f1125c9 +size 563 diff --git a/checkpoint-9000/controlnet/config.json b/checkpoint-9000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-9000/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-9000/controlnet/diffusion_pytorch_model.bin b/checkpoint-9000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..ed368079ad6a7f422046fea26eba43fe8c744529 --- /dev/null +++ b/checkpoint-9000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f25e6b10a5667ad17b0f358568817284b5bf976bfd27690575ee128f83bce88 +size 1445259705 diff --git a/checkpoint-9000/optimizer.bin b/checkpoint-9000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..111daf4678a4e1b432804852397e3428d73a1e35 --- /dev/null +++ b/checkpoint-9000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4359989da0fa103767fc48a299a90ef3fccc8b6eb9580687b1d54bf62663f25e +size 2890518041 diff --git a/checkpoint-9000/random_states_0.pkl b/checkpoint-9000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..9e4ac13bc83a20c5603af632db4dcbba1d74b7af --- /dev/null +++ b/checkpoint-9000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce4415dbf466f64c91ea1339de9dd5ecf30e0b0bf23085b8a442466e66980080 +size 14727 diff --git a/checkpoint-9000/scaler.pt b/checkpoint-9000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..7c7306b1b0e5b21e2fec7bb12b5a46cc7b66591f --- /dev/null +++ b/checkpoint-9000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4be7a7b56cfc3e79d33648a4c49d4f11c6593d8d653b129207b2e38f2684a284 +size 557 diff --git a/checkpoint-9000/scheduler.bin b/checkpoint-9000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..441f03705c86ea73ba155600524d371b9ec283e5 --- /dev/null +++ b/checkpoint-9000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c13d19a790c3b70de0c58d8be6eda53cbc852819b276ffcfe81fcb4f0bbdb79a +size 563 diff --git a/checkpoint-9500/controlnet/config.json b/checkpoint-9500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/checkpoint-9500/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/checkpoint-9500/controlnet/diffusion_pytorch_model.bin b/checkpoint-9500/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..dc40defc87f4667efa8baeb22d5c3a52d9eda581 --- /dev/null +++ b/checkpoint-9500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c85d3d282fe2e376d4468a973c8246e0a88a9a043fa5a701ea51bf11bacdb574 +size 1445259705 diff --git a/checkpoint-9500/optimizer.bin b/checkpoint-9500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..42bea05e5a350f3816d743a15f782dc1e9bce3b2 --- /dev/null +++ b/checkpoint-9500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e5ab5200a186d1d6d5dbfcf0be17d5a80324b35eda102a9491415aa9a6e272 +size 2890518041 diff --git a/checkpoint-9500/random_states_0.pkl b/checkpoint-9500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..7ef50d4c4966536645acf6b1090e1dfc31d2c9e7 --- /dev/null +++ b/checkpoint-9500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390bcf1d04701710d9614d310ade998092ba14470dc36bf8f01e76e81241e388 +size 14663 diff --git a/checkpoint-9500/scaler.pt b/checkpoint-9500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..c37ed8f6ad3a1ccbab9977f6091f818ec6c46c95 --- /dev/null +++ b/checkpoint-9500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0ba14834a4ee194de1acdb54bf5273a1da6bd2ffcc1c8c635b51720d72fbde8 +size 557 diff --git a/checkpoint-9500/scheduler.bin b/checkpoint-9500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..85d69556d15cfc9e3d02756f61cc9f39e6733f72 --- /dev/null +++ b/checkpoint-9500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4002b734040eea476cb04679c00c38b3da2ae57ff29702613e1ccde5eec1fab +size 563 diff --git a/config.json b/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c62b0953c0df9b45b040f0a4fb119b3c23f26d7b --- /dev/null +++ b/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.17.0.dev0", + "act_fn": "silu", + "attention_head_dim": 8, + "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": 768, + "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": false, + "use_linear_projection": false +} diff --git a/diffusion_pytorch_model.bin b/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..6e2f140246209e86fdc3274f6fccb07cc5c1410f --- /dev/null +++ b/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eedb5b4b117e68a659109d3011f68a6ac56913820d30dc344c06d590d38beae +size 1445259705 diff --git a/image_control.png b/image_control.png new file mode 100644 index 0000000000000000000000000000000000000000..9a9d3f9b914ae386ef2dc0656bd6200b0f02251a 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..a7f4250e87b109d5419dea43a5aaa6070a081f5f --- /dev/null +++ b/images_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3082cd1988769fdc2465e42c160b271ce31d30a81fe8d31955602f9e12660fd1 +size 1657686 diff --git a/images_1.png b/images_1.png new file mode 100644 index 0000000000000000000000000000000000000000..c0038d006aa71042d832ce06d859dcefec52cb84 --- /dev/null +++ b/images_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd75ca0aa76751717877ae2bc11a8ef33ddd736cea3bf5bee8b0392b4be45011 +size 1351460