diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..7fdda8e7cc9dc7c533f7f626ee8293869656cebc --- /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-yuna199/controlnet-circle-example + +These are controlnet weights trained on runwayml/stable-diffusion-v1-5 with new type of conditioning. +You can find some example images below. +prompt: red circle with blue background +![images_0)](./images_0.png) +prompt: cyan circle with brown floral background +![images_1)](./images_1.png) + diff --git a/checkpoint-1000/controlnet/config.json b/checkpoint-1000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..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..1ad53742d61cf397039dc8ac27aaef733809a065 --- /dev/null +++ b/checkpoint-1000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f799469cc50b33682263078cc78534feb5020b9a4a7bea94f5825abe0cc9b2d8 +size 1445259705 diff --git a/checkpoint-1000/optimizer.bin b/checkpoint-1000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..45e02b4c457a6b7b2005fc313932d53730ce895c --- /dev/null +++ b/checkpoint-1000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:debb19fe6ec08cafdc5cc1df7578c200cd03c4458beff199047aab764613bce2 +size 2890518041 diff --git a/checkpoint-1000/random_states_0.pkl b/checkpoint-1000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..dd65dbb02fc69d2a9633baeddc4eecc3d9f0b2e1 --- /dev/null +++ b/checkpoint-1000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9661d9cee90a51c8dcdab93bc355ab0f2c470e7e0b92615878b8e8a5586304d0 +size 14727 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..0a73c3c3d08bf4a6cf6a9ad125ca075485af5eb8 --- /dev/null +++ b/checkpoint-10000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:208e90f36a725eb0235824cc7e6a2577e322181bd2906577c48e1f4abc4a5ed8 +size 1445259705 diff --git a/checkpoint-10000/optimizer.bin b/checkpoint-10000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..a18eee23d9335f21f09721525f5b2448db587d4f --- /dev/null +++ b/checkpoint-10000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a742a5d89835c602918e6c58dd80dc37677f7ac2c6059ee3e463c58a055dbc0 +size 2890518041 diff --git a/checkpoint-10000/random_states_0.pkl b/checkpoint-10000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..28d52e767e2f7c85edfe2e0ec323ff3ca0680020 --- /dev/null +++ b/checkpoint-10000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5755b12f2a171a8d2d505a07a388030c2467cfef895f0c0be019cba3f5c4f602 +size 14727 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..c3e54a9cea357df0bded2b989ed2d8ac3d24e961 --- /dev/null +++ b/checkpoint-10500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:333291249f9160611d00d978ba9f6ee563f7bdbbf1a75aa117ad29a91e09657d +size 1445259705 diff --git a/checkpoint-10500/optimizer.bin b/checkpoint-10500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e3cc1c3494c15ec3514162e05ca3c23d517accb6 --- /dev/null +++ b/checkpoint-10500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a1c3cae53ebf19f5883b12bb94adb91959b7452ddb514f5d3e3a2eb8e1b694 +size 2890518041 diff --git a/checkpoint-10500/random_states_0.pkl b/checkpoint-10500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..44f2722684c1348d524b214087865d3eb8dfaa9f --- /dev/null +++ b/checkpoint-10500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ff6ca297aaedca8d793d798341ce2bc3002865df78c70ab1e08892f0ef5445 +size 14727 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..08f8a5561b87c2af4a1c087000146928e1bd95e8 --- /dev/null +++ b/checkpoint-11000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6da38d0f1dbcad4dbd0d7be49ae65352e6942961feb379ad6466d25d50ba5ab +size 1445259705 diff --git a/checkpoint-11000/optimizer.bin b/checkpoint-11000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..bfaf11c31549084d7816c369590101bf6ba01fd6 --- /dev/null +++ b/checkpoint-11000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22d9af927ef0a9e15ca305b29107b1ae3c20f2a7c6702bbd814f1715346c2194 +size 2890518041 diff --git a/checkpoint-11000/random_states_0.pkl b/checkpoint-11000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3d2d9662c25348b52eceffd3ae2c55cadd93b928 --- /dev/null +++ b/checkpoint-11000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17dc29d635a99ad54f712c019f31d771234ef366ddfa45e7f3dbe293cf1fae7f +size 14727 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..e956f6bd103ec8bdccdbce3592a9cedecd16b6ca --- /dev/null +++ b/checkpoint-11500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:739e04c9b174d91a72e9e73de7cf4db388f343879fad740faff7447a2f920d67 +size 1445259705 diff --git a/checkpoint-11500/optimizer.bin b/checkpoint-11500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6deec4fcee22b967a1b26c67163bbdcdcfd0d477 --- /dev/null +++ b/checkpoint-11500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2715cc770346389f5e182032c1452deab78d3fe1bdddc6978f4116ecb1cf4641 +size 2890518041 diff --git a/checkpoint-11500/random_states_0.pkl b/checkpoint-11500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ff08ec619d84543b63b9b9a079768d3e53960c1b --- /dev/null +++ b/checkpoint-11500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fda8d439edafed8e64313657eaade7ae49858a9d9bc9d25272e9f53b899303f +size 14727 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..31fdebc49fc119a7a33f9824e614872e7746584e --- /dev/null +++ b/checkpoint-12000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd143a0c5b8e7bddc19e4f830bf8c39bbae242f182e94a10df8ffae4eb59c09 +size 1445259705 diff --git a/checkpoint-12000/optimizer.bin b/checkpoint-12000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..1c024e587995a42bb84eca5d37a814d5c4590689 --- /dev/null +++ b/checkpoint-12000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ed3183b568c5e863797d2317de40e6748d3eac95d82086c6b811876494e5c0 +size 2890518041 diff --git a/checkpoint-12000/random_states_0.pkl b/checkpoint-12000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..1696b2b6167262cbd07d9b16525a1a08ed9f8b89 --- /dev/null +++ b/checkpoint-12000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f323e3154e374f348781a62aaaf178a8b6228e3048890b5c8d040e49ee62e3a +size 14727 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..00d0135142dea384b2b6b90fd273bedc09a4b112 --- /dev/null +++ b/checkpoint-12500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b920eeaf5a7aba5d75cff00e51969255a18efc955559d912a93df2b30a93c905 +size 1445259705 diff --git a/checkpoint-12500/optimizer.bin b/checkpoint-12500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..36e35299b7f1b4511b15c4bacaf1d61f581e4a6d --- /dev/null +++ b/checkpoint-12500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd6fd0251a6613a5e972888b3dd414b91c9aea611538d19efee54c62c50bfd0 +size 2890518041 diff --git a/checkpoint-12500/random_states_0.pkl b/checkpoint-12500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a2eb03e9255e7eea645e61966e6527fecec9c30d --- /dev/null +++ b/checkpoint-12500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a5b3c7b87c8a63f1d6bd57fb1d86efd555160e140023b32be766b8774393472 +size 14727 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-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..40afd4bafbe0fc7259470a1ffba3e94a3341bbc3 --- /dev/null +++ b/checkpoint-1500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:771aed48dd70706200804369ce9e979050abc855c99af605cdfbf9ce754d62c2 +size 1445259705 diff --git a/checkpoint-1500/optimizer.bin b/checkpoint-1500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2b13034a897bc07e3dac8171fb64dfa4de29df0e --- /dev/null +++ b/checkpoint-1500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198751614e4991e946659e0a3ca3b5a3ff3f1031d8106d1533f7f7ee22231597 +size 2890518041 diff --git a/checkpoint-1500/random_states_0.pkl b/checkpoint-1500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..54fe653b039fc3152cea6a403a7c3b54ac203b36 --- /dev/null +++ b/checkpoint-1500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18219a55a055d0e04f793ebea2b1f7d83b797f39b41d4097a6acfe291e37e94f +size 14663 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-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..2d934f908a02463057ba5288545f4365744a1162 --- /dev/null +++ b/checkpoint-2000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f0a8741141d716f06d18b0844e22c5b4d018e526fbec606adfc37170469dda +size 1445259705 diff --git a/checkpoint-2000/optimizer.bin b/checkpoint-2000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..cd2de6ea9004d5efa85fc972f9ce10a9578bdb8c --- /dev/null +++ b/checkpoint-2000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8581d5f3d1e9ce6eca64d8f63fa04f3949e1f78a8ba9befba75e3b16b1a81c0b +size 2890518041 diff --git a/checkpoint-2000/random_states_0.pkl b/checkpoint-2000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..825cbf55f4955972ff4820aaf85a620f624a110e --- /dev/null +++ b/checkpoint-2000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98dfdf5d2e8f1f9dbde75bde3a92afa2989bd71899e51465b06baf084401c9a0 +size 14663 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-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..cd8d715ce2367284bf17d62703385193ea757323 --- /dev/null +++ b/checkpoint-2500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ffb781f3871379b70e62a927c03b7b3c74b8d774ad26a5ec4fa1bf86be41371 +size 1445259705 diff --git a/checkpoint-2500/optimizer.bin b/checkpoint-2500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..deaf39dd736a77a1e9753729e9290ea54740272b --- /dev/null +++ b/checkpoint-2500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c0f8f7d06e4be55ac40a5dc74543fb03f775f4ee5cc280da36962aebc33d52 +size 2890518041 diff --git a/checkpoint-2500/random_states_0.pkl b/checkpoint-2500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..454b4aec0c3c5ae6fd5a0e5e4d2e72d0df0aa455 --- /dev/null +++ b/checkpoint-2500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122431aca1a8bd6674ffaf6a2f9d75c6754efdfc4e47d36aa36c7d5cfb481622 +size 14599 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-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..62fa7114611ddb5589a101b39f4359d7dcbefd54 --- /dev/null +++ b/checkpoint-3000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac885d2ed6b6a4e5907ca64238585217efbec8687be8cd228fa15795430b2fb +size 1445259705 diff --git a/checkpoint-3000/optimizer.bin b/checkpoint-3000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..67045362990b26948fb3adf5a672ed6bc39cb792 --- /dev/null +++ b/checkpoint-3000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97912f424fccb615f91d958af98bda68a9ec92ee46fc43dfa3d8826ee5f8953d +size 2890518041 diff --git a/checkpoint-3000/random_states_0.pkl b/checkpoint-3000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..d22ad3125a1a6eaf7edf1240ef15a9e35aa6616c --- /dev/null +++ b/checkpoint-3000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b04ce3029b54417fe1cbf9d030745de6397bb027ba1ea771d27a9f2ecc94a1 +size 14663 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..129379cb4440c9156f4246524cff42d6366e434c --- /dev/null +++ b/checkpoint-3500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1404903fc3837ff199ba05e5e025d38c30720bcf94bcc99bbdeda1390720da77 +size 1445259705 diff --git a/checkpoint-3500/optimizer.bin b/checkpoint-3500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..1430c5a2bb756361068199a91e3b8f507887113b --- /dev/null +++ b/checkpoint-3500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee166197b23a64b63ef7b6c89fbc3d96d89784fc09a5a3815b90338cc56f7452 +size 2890518041 diff --git a/checkpoint-3500/random_states_0.pkl b/checkpoint-3500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..5e735d66d47983d20e0dfd8e42505a0fed0a1b83 --- /dev/null +++ b/checkpoint-3500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e09d4536fb8eb7d28ddf663a8982402476ed8a3ae6376ae70048a6618d110f13 +size 14663 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..837d28eac5515ded1944ebcb35665ce1e213f54a --- /dev/null +++ b/checkpoint-4000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e6ec90be997871f437ec80fa57ccf123a585135ea2d4861a826a7f735c24418 +size 1445259705 diff --git a/checkpoint-4000/optimizer.bin b/checkpoint-4000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..cdfd90a6180ba29b950ac642af3537465de68972 --- /dev/null +++ b/checkpoint-4000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e15727a6c5d3979a8d80db710b3d433c26b28437443bfb9e62b28f80e4c1fdf +size 2890518041 diff --git a/checkpoint-4000/random_states_0.pkl b/checkpoint-4000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..1e0bd5d33b728730b3550559d5edf30ec9b9f8ab --- /dev/null +++ b/checkpoint-4000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1fe5d89ae1aeb4eb71a7d5c8dd870234c8363f4acb317b2ccf61c797592633 +size 14727 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..2703c66e451668d70e04d7a5fa5e804a4f802dfc --- /dev/null +++ b/checkpoint-4500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc668ee3f06ad9adbbb41f7b20453e28e2a47850dd32f88fa4cc2876a0f614d1 +size 1445259705 diff --git a/checkpoint-4500/optimizer.bin b/checkpoint-4500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d0cc5c4d7f14962ad940f65c4a3dca5ea8604821 --- /dev/null +++ b/checkpoint-4500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab8820668ad58617e1a5aa45d70afd3df8227d00e4db8914db2289a3b24e08d +size 2890518041 diff --git a/checkpoint-4500/random_states_0.pkl b/checkpoint-4500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ca20c0ae4a548b419ed8c5a123707f833f79019f --- /dev/null +++ b/checkpoint-4500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2474d8020827748730da51b358dc5f58de8ecf8f61468d623f76cfd2ebcd405f +size 14727 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..dc23d844cf582bfc9041b87c95b5e1593f4df446 --- /dev/null +++ b/checkpoint-500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595ee11cd1b2696a4268c596893beb09a13ac0c522303b8fe0c769cac1a3a235 +size 1445259705 diff --git a/checkpoint-500/optimizer.bin b/checkpoint-500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ea3f2f741b7dc96b7dfbb0ec76ca4b9e2c1d5bf0 --- /dev/null +++ b/checkpoint-500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4ad747f1c344134cd6b1c3f5961eb1351cd87d5fb5e8a7c0a313212f7239b62 +size 2890518041 diff --git a/checkpoint-500/random_states_0.pkl b/checkpoint-500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..1c503cd1357173f12ee013f601c7e16ae6038868 --- /dev/null +++ b/checkpoint-500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad873605677fcee50cfb8c1e7ce92d14aa5ff237c54782e3b03b109c75fcc3d8 +size 14663 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..930fa9bb000deec8213ca9ce631d350c5fcf8b8a --- /dev/null +++ b/checkpoint-5000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa78c19ddd9522ce715deba0c5944580757a64eae854a8d554c947c31735d902 +size 1445259705 diff --git a/checkpoint-5000/optimizer.bin b/checkpoint-5000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2225bba9c3d0fb2d0a81d1d3addaddb35b15b447 --- /dev/null +++ b/checkpoint-5000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4937797e63e9295ef3595822a393625840c5ef0d9fa27bd05ddc3526d08cf536 +size 2890518041 diff --git a/checkpoint-5000/random_states_0.pkl b/checkpoint-5000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..96da241df1bd5ee268ca136e31cda08614382429 --- /dev/null +++ b/checkpoint-5000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e1f5501ddd3dfec34fcea50bfb23864fcae320ddb4e2cba65048494f2eae59 +size 14663 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..380efa8fdb6a6b58358c3f42351ac11d3603ca03 --- /dev/null +++ b/checkpoint-5500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e487863b958aecd86bbf758e33c286cde700c7ac2b889a0d528890e0fbc1d863 +size 1445259705 diff --git a/checkpoint-5500/optimizer.bin b/checkpoint-5500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9d83916cde5a0ae1811171ca9b4f944d3603ac8d --- /dev/null +++ b/checkpoint-5500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e852248b8539dd4977689493164d7d1c030a2e0fcd3d8ac905dc22380ba855 +size 2890518041 diff --git a/checkpoint-5500/random_states_0.pkl b/checkpoint-5500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..dbbf7db4c7e4a156ccb63fb04697d3d3b7e3f6b8 --- /dev/null +++ b/checkpoint-5500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3920689b19c60a610e1e59a20b572e8fef5756539d34bb319dcceed5df3039e +size 14663 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..fbf0e9a43c7c2839d4235a73f829e8a5eff8ef2e --- /dev/null +++ b/checkpoint-6000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:513483e2ab313ce7eb0ed444641dbf5b5bd780602e466d17e0effd66225e7d1f +size 1445259705 diff --git a/checkpoint-6000/optimizer.bin b/checkpoint-6000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..1b05a062eab965ed63df587d11f7025203c514eb --- /dev/null +++ b/checkpoint-6000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5a5e1546a9feb1e6e3a5ca7595217c07e835b01e6951bee82dcd2f194bd1ee +size 2890518041 diff --git a/checkpoint-6000/random_states_0.pkl b/checkpoint-6000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f0ada7986bf6710b86649a2d3758afd56fdbbc38 --- /dev/null +++ b/checkpoint-6000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4afe999a29a81e3f76ef7b4afbc4a9ef42bd5554560db5ee32c6f880327d9816 +size 14727 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..b784c2346f58d27e26bfd809ec6353765556ecff --- /dev/null +++ b/checkpoint-6500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df044d47bf7c32a6c3c136494e21fe74762523c1746edd86e003530428544cf +size 1445259705 diff --git a/checkpoint-6500/optimizer.bin b/checkpoint-6500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c562b7cbac0ae532ed00486dfc9b51b2dc11a29e --- /dev/null +++ b/checkpoint-6500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7674cf149043094ac1adbebf61368592ba260eab50eb401b0a33a4c43bf3d143 +size 2890518041 diff --git a/checkpoint-6500/random_states_0.pkl b/checkpoint-6500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..154a949f9de2579a8da43cbce52aa22af982ec2d --- /dev/null +++ b/checkpoint-6500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35583f5ff51c0f2c2e94238243f3b84abb9b97eb78defa2c74b1fd637978835f +size 14727 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..c10adf6e4bececd772d61d13654b244cec2e7306 --- /dev/null +++ b/checkpoint-7000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ef140b1fe55fd79008d7a722b9161357e17e16b4a023b7f6c427cfe7157159 +size 1445259705 diff --git a/checkpoint-7000/optimizer.bin b/checkpoint-7000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..1da0ec6c43c1f08e93f861765ec817dd679dc647 --- /dev/null +++ b/checkpoint-7000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa8e628f90bbbd8e356e34b03c63a2a5b6a3c31073ff83f8f9c3ca57e7b09a8 +size 2890518041 diff --git a/checkpoint-7000/random_states_0.pkl b/checkpoint-7000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e54e0d4287566e83b4c14cc0619de87947686261 --- /dev/null +++ b/checkpoint-7000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bd80adca58b47e2dbad4f5b231f74a411802c8d0867502cdfe0c9fbf8b3fc86 +size 14663 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..110931e317a399020eef5de5ae497e3ff84321b2 --- /dev/null +++ b/checkpoint-7500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fe8afd39c379a05672c8d665da3cb61f6175c68bc823710cc7d12524828161e +size 1445259705 diff --git a/checkpoint-7500/optimizer.bin b/checkpoint-7500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..99bc90b33cf50aa5fd0638c8288172668e99cc22 --- /dev/null +++ b/checkpoint-7500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ef5145b9ecb4c536688f0a75a930b2aa0b81b4e0937c6f2f349607933b209a +size 2890518041 diff --git a/checkpoint-7500/random_states_0.pkl b/checkpoint-7500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ef848ff17d600c179accd823ee30aa84fd12fec3 --- /dev/null +++ b/checkpoint-7500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d686cf2a7588b252b3eebb4e33bcb744076a701825a931de075a8594dd8b56a +size 14663 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..751e196a9318a5be9009fbb1ef245937d751ed70 --- /dev/null +++ b/checkpoint-8000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:015af62174424daa76d578bd7e3f074367875ea86745cc59335bb06c915b7b66 +size 1445259705 diff --git a/checkpoint-8000/optimizer.bin b/checkpoint-8000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..690df985bbbb0bc7eac716c7d5fa93bcbcb6303f --- /dev/null +++ b/checkpoint-8000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7df562d14d17640a63414d9f31dfcbfda796171fe02d4b53eb736c3ea54768e +size 2890518041 diff --git a/checkpoint-8000/random_states_0.pkl b/checkpoint-8000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3feb01ab4c3a6f171f49d6591665555ee5de01fa --- /dev/null +++ b/checkpoint-8000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07f75e7b1d4ec579b9c5513e442d2fe473eafa1d42c2e9842d3379174a00f221 +size 14599 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..0a5d6c6f0ba50fffdedce02c6cf35d920b8de92e --- /dev/null +++ b/checkpoint-8500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d111fe0c6ee44acaf3e67ddcd6a5f6e0185dbc07d24d8b16377ed3d23af7c3 +size 1445259705 diff --git a/checkpoint-8500/optimizer.bin b/checkpoint-8500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0ec260fadf7131d5f76d4378cb6682ba35adfb05 --- /dev/null +++ b/checkpoint-8500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1fe6d18f24a7fee7d90461a6ba898368352102d0fa986e4c2675e0b23c12e4c +size 2890518041 diff --git a/checkpoint-8500/random_states_0.pkl b/checkpoint-8500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..d9974b01ab1c591f0f75acfba097f15119f797bf --- /dev/null +++ b/checkpoint-8500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d2945affd0e33abc654cfc11f59f6f19ed7bb2f145c449b5b9984b1d4f9512c +size 14663 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..ec1759d02288c81e19d981a8e4d7bb9c90c758f8 --- /dev/null +++ b/checkpoint-9000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d92813a5936fd31c79572d50757be65dd6f170619e4e26fb27b3bf5a4b5f7d3c +size 1445259705 diff --git a/checkpoint-9000/optimizer.bin b/checkpoint-9000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..1f2b2c553d5a4060c4c65257a538918a993e0aaf --- /dev/null +++ b/checkpoint-9000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35c65bd69d5420808e9baf014e966db12a4965ad03464a2a2a4b5c4ddcb9c2bb +size 2890518041 diff --git a/checkpoint-9000/random_states_0.pkl b/checkpoint-9000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..36d1dfbb336bc53c8b9e75bd37e648e587fb2deb --- /dev/null +++ b/checkpoint-9000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6333562a15b70d4616c63c85cc85789c098fc791980a2a390a9ac95837365f91 +size 14663 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..ddfe2e161daad4e6c8cdd4b7aed698f5c901b6c8 --- /dev/null +++ b/checkpoint-9500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee412c6a05a799bafd79612dcdb76d6a34d647ec27f1fcd77f4f6fe0aadfe92a +size 1445259705 diff --git a/checkpoint-9500/optimizer.bin b/checkpoint-9500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c5a00125ae7a303b56f8f8c4d26649a62fe75ad9 --- /dev/null +++ b/checkpoint-9500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30230b821fed10760bfd628d4633b755781bf08f29b11ba8a46317b9e734d197 +size 2890518041 diff --git a/checkpoint-9500/random_states_0.pkl b/checkpoint-9500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..73861fdb218b672658fec3f6cea73a534346c7de --- /dev/null +++ b/checkpoint-9500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7808622a8e371a79e2b143f1274ed72e10473c76a36778118ec722cdd10d73b +size 14663 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..00d0135142dea384b2b6b90fd273bedc09a4b112 --- /dev/null +++ b/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b920eeaf5a7aba5d75cff00e51969255a18efc955559d912a93df2b30a93c905 +size 1445259705 diff --git a/image_control.png b/image_control.png new file mode 100644 index 0000000000000000000000000000000000000000..ecd08ae58136b5b1a08d084ffa875e039018d230 Binary files /dev/null and b/image_control.png differ diff --git a/images_0.png b/images_0.png new file mode 100644 index 0000000000000000000000000000000000000000..92392e011bffe962647268d8d4b48910dd868694 Binary files /dev/null and b/images_0.png differ diff --git a/images_1.png b/images_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a5b48eacb3744278962a0dde8a48baededa3ca8c Binary files /dev/null and b/images_1.png differ diff --git a/logs/train_controlnet/1685673545.0813782/events.out.tfevents.1685673545.092e0892077f.4460.1 b/logs/train_controlnet/1685673545.0813782/events.out.tfevents.1685673545.092e0892077f.4460.1 new file mode 100644 index 0000000000000000000000000000000000000000..219bd6f432766a03dced52f64bb5a19e0fe0f693 --- /dev/null +++ b/logs/train_controlnet/1685673545.0813782/events.out.tfevents.1685673545.092e0892077f.4460.1 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3706fbc5a19135a87dc705781b83dd08cb94355fdf2fc7b3228001303ed0f2f3 +size 2289 diff --git a/logs/train_controlnet/1685673545.0829043/hparams.yml b/logs/train_controlnet/1685673545.0829043/hparams.yml new file mode 100644 index 0000000000000000000000000000000000000000..955add391d60ac59f7f4788f7de713efb74aa85c --- /dev/null +++ b/logs/train_controlnet/1685673545.0829043/hparams.yml @@ -0,0 +1,49 @@ +adam_beta1: 0.9 +adam_beta2: 0.999 +adam_epsilon: 1.0e-08 +adam_weight_decay: 0.01 +allow_tf32: false +cache_dir: null +caption_column: text +checkpointing_steps: 500 +checkpoints_total_limit: null +conditioning_image_column: conditioning_image +controlnet_model_name_or_path: null +dataloader_num_workers: 0 +dataset_config_name: null +dataset_name: fusing/fill50k +enable_xformers_memory_efficient_attention: false +gradient_accumulation_steps: 1 +gradient_checkpointing: false +hub_model_id: null +hub_token: null +image_column: image +learning_rate: 1.0e-05 +logging_dir: logs +lr_num_cycles: 1 +lr_power: 1.0 +lr_scheduler: constant +lr_warmup_steps: 500 +max_grad_norm: 1.0 +max_train_samples: null +max_train_steps: 12500 +mixed_precision: null +num_train_epochs: 1 +num_validation_images: 4 +output_dir: controlnet-circle-example +pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5 +proportion_empty_prompts: 0 +push_to_hub: true +report_to: tensorboard +resolution: 512 +resume_from_checkpoint: null +revision: null +scale_lr: false +seed: null +set_grads_to_none: false +tokenizer_name: null +tracker_project_name: train_controlnet +train_batch_size: 4 +train_data_dir: null +use_8bit_adam: false +validation_steps: 100 diff --git a/logs/train_controlnet/1685674346.403796/events.out.tfevents.1685674346.092e0892077f.8045.1 b/logs/train_controlnet/1685674346.403796/events.out.tfevents.1685674346.092e0892077f.8045.1 new file mode 100644 index 0000000000000000000000000000000000000000..6c6178c6f35ae52eb5b351dce89c9e0ef577a1c2 --- /dev/null +++ b/logs/train_controlnet/1685674346.403796/events.out.tfevents.1685674346.092e0892077f.8045.1 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:159f948c69187cf97509fdd6665621aa558692e25c560620880b3c2d4e81412d +size 2289 diff --git a/logs/train_controlnet/1685674346.4054427/hparams.yml b/logs/train_controlnet/1685674346.4054427/hparams.yml new file mode 100644 index 0000000000000000000000000000000000000000..749a4338bac406900a77cab74dd34f1b35ef6339 --- /dev/null +++ b/logs/train_controlnet/1685674346.4054427/hparams.yml @@ -0,0 +1,49 @@ +adam_beta1: 0.9 +adam_beta2: 0.999 +adam_epsilon: 1.0e-08 +adam_weight_decay: 0.01 +allow_tf32: false +cache_dir: null +caption_column: text +checkpointing_steps: 500 +checkpoints_total_limit: null +conditioning_image_column: conditioning_image +controlnet_model_name_or_path: null +dataloader_num_workers: 0 +dataset_config_name: null +dataset_name: fusing/fill50k +enable_xformers_memory_efficient_attention: false +gradient_accumulation_steps: 1 +gradient_checkpointing: false +hub_model_id: null +hub_token: null +image_column: image +learning_rate: 1.0e-05 +logging_dir: logs +lr_num_cycles: 1 +lr_power: 1.0 +lr_scheduler: constant +lr_warmup_steps: 500 +max_grad_norm: 1.0 +max_train_samples: null +max_train_steps: 12500 +mixed_precision: null +num_train_epochs: 1 +num_validation_images: 4 +output_dir: controlnet-circle-example +pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5 +proportion_empty_prompts: 0 +push_to_hub: true +report_to: tensorboard +resolution: 256 +resume_from_checkpoint: null +revision: null +scale_lr: false +seed: null +set_grads_to_none: false +tokenizer_name: null +tracker_project_name: train_controlnet +train_batch_size: 4 +train_data_dir: null +use_8bit_adam: false +validation_steps: 100 diff --git a/logs/train_controlnet/events.out.tfevents.1685673545.092e0892077f.4460.0 b/logs/train_controlnet/events.out.tfevents.1685673545.092e0892077f.4460.0 new file mode 100644 index 0000000000000000000000000000000000000000..5467aa085619b5325d915fbdd992184477258e2b --- /dev/null +++ b/logs/train_controlnet/events.out.tfevents.1685673545.092e0892077f.4460.0 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2653f9e67c9f2a1a925dfaef017eb1eb6d24536e55f8b8ea7cfe3c2fde648688 +size 170 diff --git a/logs/train_controlnet/events.out.tfevents.1685674346.092e0892077f.8045.0 b/logs/train_controlnet/events.out.tfevents.1685674346.092e0892077f.8045.0 new file mode 100644 index 0000000000000000000000000000000000000000..b1e566dabb2196b01e77f78a0b18fc3078681a85 --- /dev/null +++ b/logs/train_controlnet/events.out.tfevents.1685674346.092e0892077f.8045.0 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:468dffc75d1d0a65c96c5a3986e9f6a3856b81127632bffdeee0d79700b59a12 +size 192443139