diff --git a/.gitattributes b/.gitattributes index c7d9f3332a950355d5a77d85000f05e6f45435ea..2613f890a923433bbac51d60fd0da62e7f803642 100644 --- a/.gitattributes +++ b/.gitattributes @@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text *.zip filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text *tfevents* filter=lfs diff=lfs merge=lfs -text +overview.png filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..3b5aa7ace53ba858fb051bcda3ff59ab265f37b6 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +--- +datasets: +- GreeneryScenery/SheepsDiffusionNet +- poloclub/diffusiondb +pipeline_tag: image-to-image +tags: +- art +- ControlNet +--- +# V8 + +Similar to V7. 🤗 Try it [here](https://replicate.com/greeneryscenery/sheeps-controlnet-sketch-2-image) + + \ No newline at end of file diff --git a/checkpoint-10000/controlnet/config.json b/checkpoint-10000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ad5adfbe658e861f8105806c714446cf6fafc843 --- /dev/null +++ b/checkpoint-10000/controlnet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.16.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "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": true +} diff --git a/checkpoint-10000/controlnet/diffusion_pytorch_model.bin b/checkpoint-10000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..10f2748b8c857a4d7dcfbc206249fc3c5c550405 --- /dev/null +++ b/checkpoint-10000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d745afeb27db0dad463251678bdd546aed687193e8d9cbf4d8adfcdcba11f1 +size 1457056057 diff --git a/checkpoint-10000/optimizer.bin b/checkpoint-10000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..97c52b7a8e53c94d6bc6d6255ae16a5fe3d7e051 --- /dev/null +++ b/checkpoint-10000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4afea1b1063a4e6e77e4b49a8bce2494f6707518bb47db1c1e996a90688311d +size 2914110745 diff --git a/checkpoint-10000/random_states_0.pkl b/checkpoint-10000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..234a9a459a9e584c277b04e49cf1599d9bb46cd7 --- /dev/null +++ b/checkpoint-10000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a978345fc7c1c79646fe8ccb5567b3b40e3640597366564dc4e8e7ef06e8bdec +size 14663 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-15000/controlnet/config.json b/checkpoint-15000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ad5adfbe658e861f8105806c714446cf6fafc843 --- /dev/null +++ b/checkpoint-15000/controlnet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.16.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "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": true +} diff --git a/checkpoint-15000/controlnet/diffusion_pytorch_model.bin b/checkpoint-15000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..78ad1a4cc6d28209513fb61a6407ae0dc31fc684 --- /dev/null +++ b/checkpoint-15000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a129cc7c708b225f519bb2ae1d77993985c09d2abe54fc6857b21cfdb7cf35 +size 1457056057 diff --git a/checkpoint-15000/optimizer.bin b/checkpoint-15000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6c84866b9088444cfa9a4e0f7ac7429a81181be8 --- /dev/null +++ b/checkpoint-15000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45407b2bb43af78b297db2e46e7b32341283306b5f27aa7b27ae9b040171f557 +size 2914110745 diff --git a/checkpoint-15000/random_states_0.pkl b/checkpoint-15000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..da7af120bebd8b35bc15261d2e78621ac298974d --- /dev/null +++ b/checkpoint-15000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14131516cc9754b3b582538552c1569dded2053f71f34c5faea46079134751d6 +size 14663 diff --git a/checkpoint-15000/scheduler.bin b/checkpoint-15000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..2e0498a72c22a040ef520f0478bb4dabde66f3e8 --- /dev/null +++ b/checkpoint-15000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8f230c5668e90ef511def579b79e44de9d3b35808be0f4dc30dd690dd88396 +size 563 diff --git a/checkpoint-20000/controlnet/config.json b/checkpoint-20000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ad5adfbe658e861f8105806c714446cf6fafc843 --- /dev/null +++ b/checkpoint-20000/controlnet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.16.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "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": true +} diff --git a/checkpoint-20000/controlnet/diffusion_pytorch_model.bin b/checkpoint-20000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..f9be69cd8de81369de0e3c0b461f29c6ac1a6cf8 --- /dev/null +++ b/checkpoint-20000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df5f58a631fd18c957a7052b35a41e39212dcc9009797271d650121e17af72c +size 1457056057 diff --git a/checkpoint-20000/optimizer.bin b/checkpoint-20000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..4d07e4e4a68abae85e196aa6815261845a9e0b3f --- /dev/null +++ b/checkpoint-20000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd21c0dc8a74dd8dc3385468d2618fab2f5b15e3c8d566f0db2aafdda2ea8dab +size 2914110745 diff --git a/checkpoint-20000/random_states_0.pkl b/checkpoint-20000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3718e930108bdfdbc3882d4f6f7b840d42e5d2e4 --- /dev/null +++ b/checkpoint-20000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d14af2396ecaa1b3f4743c1641c35ef17d93a1cd942b9a5d2cd49ed2a07f696 +size 14663 diff --git a/checkpoint-20000/scheduler.bin b/checkpoint-20000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a0a158d1011aab83a8545d0455491e5023e766cc --- /dev/null +++ b/checkpoint-20000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976135ac7888146022d6c4c82e43ef5fc8eb95785d9560cbdb605ab9a03c884d +size 563 diff --git a/checkpoint-21000/controlnet/config.json b/checkpoint-21000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6a6fd8b1cb09ce0d6d95cecaafce3659dfe7d1ef --- /dev/null +++ b/checkpoint-21000/controlnet/config.json @@ -0,0 +1,48 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.16.0.dev0", + "_name_or_path": "GreeneryScenery/SheepsControlV7/checkpoint-20000", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-21000/controlnet/diffusion_pytorch_model.bin b/checkpoint-21000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..caae31be9844898d6dcb76139af357bfb4507636 --- /dev/null +++ b/checkpoint-21000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d091cc35bfe84e082df40118020cd982fae52a9e558b9c9b6fecdbbc03efb29 +size 1457056057 diff --git a/checkpoint-21000/optimizer.bin b/checkpoint-21000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c50a1e884d50ce8c158c34caf2410ac5a628cfe0 --- /dev/null +++ b/checkpoint-21000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c869b29dbbb876ec4184bd791d186201a6996f697ea6f4186cb7edc1645d72 +size 2914110745 diff --git a/checkpoint-21000/random_states_0.pkl b/checkpoint-21000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..40ab6606785213314514ec2469f338655966a55f --- /dev/null +++ b/checkpoint-21000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec038dc3f5e7b3bfcbfc6ef886e5e4223234cab59bb8718d8b478ef80384c34 +size 14727 diff --git a/checkpoint-21000/scheduler.bin b/checkpoint-21000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..c48ebe8589efbc396050c3e0fa9f61f8e9aa3f20 --- /dev/null +++ b/checkpoint-21000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:676744cbcd464a7d339bd230b8490c79c4c898181b3b2c865ea6eaebe77d9dfb +size 563 diff --git a/checkpoint-24000/controlnet/config.json b/checkpoint-24000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6a6fd8b1cb09ce0d6d95cecaafce3659dfe7d1ef --- /dev/null +++ b/checkpoint-24000/controlnet/config.json @@ -0,0 +1,48 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.16.0.dev0", + "_name_or_path": "GreeneryScenery/SheepsControlV7/checkpoint-20000", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-24000/controlnet/diffusion_pytorch_model.bin b/checkpoint-24000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..e296af2ac134a96ffd7d7ec7ffa3d30bbaadd91f --- /dev/null +++ b/checkpoint-24000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:309f8afc79ef2fb0aa17dbfd1b34cce4730060be7cac2128b0fd8cf80bafaf66 +size 1457056057 diff --git a/checkpoint-24000/optimizer.bin b/checkpoint-24000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d2811b2b1750d64308a53ec4316a571cc45f2112 --- /dev/null +++ b/checkpoint-24000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c315703a810502fa208578c491ea7d3ab653b6d1de0ab1041d7b529d274d5c5 +size 2914110745 diff --git a/checkpoint-24000/random_states_0.pkl b/checkpoint-24000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..a877ace34c2316c78a0bda7568a7d82f5c23e8ed --- /dev/null +++ b/checkpoint-24000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c2e146afbf2e844b1565771662894656fc0e129e1f22e2defdcce6229c86c5 +size 14727 diff --git a/checkpoint-24000/scheduler.bin b/checkpoint-24000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d583e3a515e9cb772d5936d04747d130a5525604 --- /dev/null +++ b/checkpoint-24000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12321afed3e0c006dc10f3f0bc74e582be992ddd7d040f9703e518b7481f6ff +size 563 diff --git a/checkpoint-27000/controlnet/config.json b/checkpoint-27000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6a6fd8b1cb09ce0d6d95cecaafce3659dfe7d1ef --- /dev/null +++ b/checkpoint-27000/controlnet/config.json @@ -0,0 +1,48 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.16.0.dev0", + "_name_or_path": "GreeneryScenery/SheepsControlV7/checkpoint-20000", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-27000/controlnet/diffusion_pytorch_model.bin b/checkpoint-27000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..6eefc985ab3c2fa9c633b8e74dbb62efce29d3b0 --- /dev/null +++ b/checkpoint-27000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1686a61a80119b7c918e6fe52ac27df7f5fb8573c3bb801d2a2825b92db229b +size 1457056057 diff --git a/checkpoint-27000/optimizer.bin b/checkpoint-27000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..f0a1dd23ca4c68a4c11e7cf7b94bf1a44f1bd4ad --- /dev/null +++ b/checkpoint-27000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:903ec90d217765de5f3bc4a5ef20bf625e2218e4cbf465caeb417d95abf3f019 +size 2914110745 diff --git a/checkpoint-27000/random_states_0.pkl b/checkpoint-27000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..9851beb1011d6886db7f9d26653e1332248b61c9 --- /dev/null +++ b/checkpoint-27000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae62b7bfcd34734b436bf095023f3753664e0accff32c445980b28578c1c365 +size 14663 diff --git a/checkpoint-27000/scheduler.bin b/checkpoint-27000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..3d3e47a19f9328a1b1b839fb9ffe08653cc55f90 --- /dev/null +++ b/checkpoint-27000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d1f7122b1c04c57f05176ab21f38342542df6b5fb287a7efdcf629d8fc8d50e +size 563 diff --git a/checkpoint-30000/controlnet/config.json b/checkpoint-30000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6a6fd8b1cb09ce0d6d95cecaafce3659dfe7d1ef --- /dev/null +++ b/checkpoint-30000/controlnet/config.json @@ -0,0 +1,48 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.16.0.dev0", + "_name_or_path": "GreeneryScenery/SheepsControlV7/checkpoint-20000", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-30000/controlnet/diffusion_pytorch_model.bin b/checkpoint-30000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..5b95a724b915ed28ea20761488779e4a8946aa71 --- /dev/null +++ b/checkpoint-30000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a8199cf7f95b1d2f1cfa396d2d47f529f31d9798f3d83e8ac9cf3f4e3f1a660 +size 1457056057 diff --git a/checkpoint-30000/optimizer.bin b/checkpoint-30000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ee3e81291c4fa60e32741b0984b3de3525620097 --- /dev/null +++ b/checkpoint-30000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9726bdc87a4b94c6c78982eaaa162bf5d48e4e13f09a4b77f004825751e708bd +size 2914110745 diff --git a/checkpoint-30000/random_states_0.pkl b/checkpoint-30000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..11b95c136f1868ac87066a6a883454bd74372753 --- /dev/null +++ b/checkpoint-30000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a831bbeb50dc55d53f5c6dd5f9b535c5898e3d307f73e653225f90dd288e4fb6 +size 14663 diff --git a/checkpoint-30000/scheduler.bin b/checkpoint-30000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..6c955ff0dc354f725ca7490be0dc66b3c50e5356 --- /dev/null +++ b/checkpoint-30000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc1d4cbf121c50087331ed14c0dfb0bccfe3c1f4304c5e4fb4693c3f67a089d +size 563 diff --git a/checkpoint-33000/controlnet/config.json b/checkpoint-33000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6a6fd8b1cb09ce0d6d95cecaafce3659dfe7d1ef --- /dev/null +++ b/checkpoint-33000/controlnet/config.json @@ -0,0 +1,48 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.16.0.dev0", + "_name_or_path": "GreeneryScenery/SheepsControlV7/checkpoint-20000", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-33000/controlnet/diffusion_pytorch_model.bin b/checkpoint-33000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..ad1b43fa14c26beb2fcef7567f8626530a32c668 --- /dev/null +++ b/checkpoint-33000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33d56a5f3189def27108bcf505da1d5fdc624a2fb5ac254578286de12b02d222 +size 1457056057 diff --git a/checkpoint-33000/optimizer.bin b/checkpoint-33000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..4350c56f492eb807da70b86db9243115b8ad99fc --- /dev/null +++ b/checkpoint-33000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1932e4a6a3a278f7cae5d60f57f73cfc3d7e81f7b63a71e2a4ca70afca9df3c +size 2914110745 diff --git a/checkpoint-33000/random_states_0.pkl b/checkpoint-33000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..15b895671c49028389353cb4f64c830be794e6e4 --- /dev/null +++ b/checkpoint-33000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c3fb5587c8874eadd2e735230d8183a589ea3b438f09eb3007dbd2315092c2 +size 14727 diff --git a/checkpoint-33000/scheduler.bin b/checkpoint-33000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a6b2847efaaaf81de8180977fede8f0562d8cfb3 --- /dev/null +++ b/checkpoint-33000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba98e0fedc12c2e8b686480e2c300b17cbd44bdabce3b89e08dd7502a81712c5 +size 563 diff --git a/checkpoint-36000/controlnet/config.json b/checkpoint-36000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6a6fd8b1cb09ce0d6d95cecaafce3659dfe7d1ef --- /dev/null +++ b/checkpoint-36000/controlnet/config.json @@ -0,0 +1,48 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.16.0.dev0", + "_name_or_path": "GreeneryScenery/SheepsControlV7/checkpoint-20000", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-36000/controlnet/diffusion_pytorch_model.bin b/checkpoint-36000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..5935b7e8b21e0fdbd65d530f7d6472d2b2408b7f --- /dev/null +++ b/checkpoint-36000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3192962147bd1ece60f7fb4949d2e7c6529d6eb2a90457f162c76ced0d42ac0a +size 1457056057 diff --git a/checkpoint-36000/optimizer.bin b/checkpoint-36000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b6a294c849277e6ace389ffe433c569a9077f0ad --- /dev/null +++ b/checkpoint-36000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f465318ab31fffa21550b04cba54cf9805b7e0aa34bf4c30e09f0d37d30d947 +size 2914110745 diff --git a/checkpoint-36000/random_states_0.pkl b/checkpoint-36000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ffd1f57f94d0ddbba80e0f2d133a223b62fe9919 --- /dev/null +++ b/checkpoint-36000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a35a8d4c6f11a39b952f685e16d2c2d00ff64ce4f279c3b3b8d908d0de76df3 +size 14727 diff --git a/checkpoint-36000/scheduler.bin b/checkpoint-36000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..31cf42daab7a01e4b07a2850f51c32496cc76b46 --- /dev/null +++ b/checkpoint-36000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78be0278ba019b0cde11e6eacc9212d400de983c2b3e2dae8bb03b8f7fab4395 +size 563 diff --git a/checkpoint-39000/controlnet/config.json b/checkpoint-39000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..db24d2be39b34fb4ff8a7cd36cdbca1a3e9a89ba --- /dev/null +++ b/checkpoint-39000/controlnet/config.json @@ -0,0 +1,48 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.16.0.dev0", + "_name_or_path": "GreeneryScenery/SheepsControlV8/checkpoint-36000", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-39000/controlnet/diffusion_pytorch_model.bin b/checkpoint-39000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..9e10df9dc963c1a522bd552e66722b13ca14afcb --- /dev/null +++ b/checkpoint-39000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567bca2d679108b04659dd47daef8d04f963fa0e5fed6c21b96226fbd6a4b69b +size 1457056057 diff --git a/checkpoint-39000/optimizer.bin b/checkpoint-39000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..fe6b7316e2d9f2255f61b8c33a7d030ffe4a00ef --- /dev/null +++ b/checkpoint-39000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df62f4e215570e232541b9c213a9058384101083dcf95c053bcdaacd67b7854 +size 2914110745 diff --git a/checkpoint-39000/random_states_0.pkl b/checkpoint-39000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..19dbc6556eefa3bca1445d4befbb4c79dfc102a7 --- /dev/null +++ b/checkpoint-39000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00420574e2d9bfb96be1b1bdf7b1a5a8ced24c474e6df0a19ed13edf03a4fa1 +size 14727 diff --git a/checkpoint-39000/scheduler.bin b/checkpoint-39000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..0b6beb48e205d3ab470f4b65bc4defc84b6ace5c --- /dev/null +++ b/checkpoint-39000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e753dcb03aa34b2515d55be5ad3e9edf444df49927752fe5cc8edcd8b8dfd965 +size 563 diff --git a/checkpoint-42000/controlnet/config.json b/checkpoint-42000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..db24d2be39b34fb4ff8a7cd36cdbca1a3e9a89ba --- /dev/null +++ b/checkpoint-42000/controlnet/config.json @@ -0,0 +1,48 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.16.0.dev0", + "_name_or_path": "GreeneryScenery/SheepsControlV8/checkpoint-36000", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-42000/controlnet/diffusion_pytorch_model.bin b/checkpoint-42000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..c63b9efbd54d62a277b0e8b71ffe9b751b1286c7 --- /dev/null +++ b/checkpoint-42000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fb3e60e104eecbb2775f2b288b54854d633cba00478cda9ef295ad3b1243165 +size 1457056057 diff --git a/checkpoint-42000/optimizer.bin b/checkpoint-42000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ffe8c1f98221cc699db90375bd85ddb4686e6af1 --- /dev/null +++ b/checkpoint-42000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c85349b90f3370f284c94cf1800686f2e39f8b3c69443b7b93c69988f51dc41c +size 2914110745 diff --git a/checkpoint-42000/random_states_0.pkl b/checkpoint-42000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0474548ecbc1a73877c3fc7ede07eac501581e24 --- /dev/null +++ b/checkpoint-42000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f239a3825d29f1375cc424261069f6d0d35a725008ad1898d279eb486a870942 +size 14727 diff --git a/checkpoint-42000/scheduler.bin b/checkpoint-42000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..6b33ada1ab8faf48c3b51c3d0b7f6d0a54de07af --- /dev/null +++ b/checkpoint-42000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3fd1ac01148b0514ddb3c1874aa18268949ee0288ebfc5e388a3f24095288ca +size 563 diff --git a/checkpoint-45000/controlnet/config.json b/checkpoint-45000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..db24d2be39b34fb4ff8a7cd36cdbca1a3e9a89ba --- /dev/null +++ b/checkpoint-45000/controlnet/config.json @@ -0,0 +1,48 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.16.0.dev0", + "_name_or_path": "GreeneryScenery/SheepsControlV8/checkpoint-36000", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-45000/controlnet/diffusion_pytorch_model.bin b/checkpoint-45000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..b989863788d37d27e20fe7348cb7bbf56c1066e6 --- /dev/null +++ b/checkpoint-45000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e1df07a264bf485c8ef985e72a51f7ac685f7e12b06dc9b3cc8566180583fb1 +size 1457056057 diff --git a/checkpoint-45000/optimizer.bin b/checkpoint-45000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..8c5bffa4e2be587a5b3742c0219b4523e73d60b1 --- /dev/null +++ b/checkpoint-45000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85256dff939aafa0fc8a6c9281f35575555913ec5464a9068e77ffce112b8276 +size 2914110745 diff --git a/checkpoint-45000/random_states_0.pkl b/checkpoint-45000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..451bba71d03df67a29d2072f21343f23f258f7e9 --- /dev/null +++ b/checkpoint-45000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0855225592a35b34200224fb23c375f9f3d9818cdfc08a6e72d0e40e74e50590 +size 14727 diff --git a/checkpoint-45000/scheduler.bin b/checkpoint-45000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..2ff42f83ca804fa448b9f98315c3b9ffb2c421e8 --- /dev/null +++ b/checkpoint-45000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c1392c6d3fa69c5b98953430712d733313be7855dbf24f7e84981ba55ecb125 +size 563 diff --git a/checkpoint-48000/controlnet/config.json b/checkpoint-48000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..db24d2be39b34fb4ff8a7cd36cdbca1a3e9a89ba --- /dev/null +++ b/checkpoint-48000/controlnet/config.json @@ -0,0 +1,48 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.16.0.dev0", + "_name_or_path": "GreeneryScenery/SheepsControlV8/checkpoint-36000", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-48000/controlnet/diffusion_pytorch_model.bin b/checkpoint-48000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..8be958fa549487a344ce3abfaf652141933e0286 --- /dev/null +++ b/checkpoint-48000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce4d155b41c91e0d0d226fe5ceab08cf704e73e839b83b880a1af7ff36e37516 +size 1457056057 diff --git a/checkpoint-48000/optimizer.bin b/checkpoint-48000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..8f9b439e70c21c98cbcab23d3b9d51d9e4ff5711 --- /dev/null +++ b/checkpoint-48000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d09c6c2c9a249469a28f2cd7588f8c1382365618fe40e7bf41c15dbd849bc0 +size 2914110745 diff --git a/checkpoint-48000/random_states_0.pkl b/checkpoint-48000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c0b53a6d9245522f8d5178f7b542f827f1f8755d --- /dev/null +++ b/checkpoint-48000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f86662e6747d53a4750d816189c23eb504065bf6443cbfca143604a34e201c3d +size 14663 diff --git a/checkpoint-48000/scheduler.bin b/checkpoint-48000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a58a9331a55ef4d2f6056ff26bc936cd241043da --- /dev/null +++ b/checkpoint-48000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb8547fae3ffc9cd25ee1178e2ead371315148ce8dadea35df5d593603722e4 +size 563 diff --git a/checkpoint-5000/controlnet/config.json b/checkpoint-5000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ad5adfbe658e861f8105806c714446cf6fafc843 --- /dev/null +++ b/checkpoint-5000/controlnet/config.json @@ -0,0 +1,46 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.16.0.dev0", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "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": true +} diff --git a/checkpoint-5000/controlnet/diffusion_pytorch_model.bin b/checkpoint-5000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..5281ab470e4fbc04bd400225e6b2f1da43396973 --- /dev/null +++ b/checkpoint-5000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4abbe3afc52d4e42f9414fb23428701dee7fd019f317ea25f336bd01df895238 +size 1457056057 diff --git a/checkpoint-5000/optimizer.bin b/checkpoint-5000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..861e4c3d5ea968ecdcef91f035ed563db98de6ee --- /dev/null +++ b/checkpoint-5000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4473be63e71bc3847955e970b780a41e4c11e6408afdf97d95717f1bde736cd6 +size 2914110745 diff --git a/checkpoint-5000/random_states_0.pkl b/checkpoint-5000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..338ffe50b1374665de949fa4649e71355dcd8a71 --- /dev/null +++ b/checkpoint-5000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee5c10d9a7f8d0727bdc6c0db10d66543ed29b17d682a58057ebaff6faec1b08 +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-51000/controlnet/config.json b/checkpoint-51000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..db051d7bdd4e770b6a8c627f45d06591126ac1cd --- /dev/null +++ b/checkpoint-51000/controlnet/config.json @@ -0,0 +1,48 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.16.0.dev0", + "_name_or_path": "GreeneryScenery/SheepsControlV9/checkpoint-48000", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-51000/controlnet/diffusion_pytorch_model.bin b/checkpoint-51000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..b5ff79b5fed7e9c8c3bd887a93e121905c3f88c5 --- /dev/null +++ b/checkpoint-51000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f22c31b12e04054d8e3c8963b713517dfc58eef20b452239507ff57dec2b8c20 +size 1457056057 diff --git a/checkpoint-51000/optimizer.bin b/checkpoint-51000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..3f894f1fbc2c5e15672441ed41c9d8bc7b22cde6 --- /dev/null +++ b/checkpoint-51000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd687f6a874b0a38927f2f472ba8ca0eb8a3cf14aafeb035261385c904ea7f6 +size 2914110745 diff --git a/checkpoint-51000/random_states_0.pkl b/checkpoint-51000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..9c952c7b1db34a39db6ed4ab5f58e5ca54a8514b --- /dev/null +++ b/checkpoint-51000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571f452b79d781815cca0c76273bc7ed422a94424efcc0886a823af2f783b6bb +size 14727 diff --git a/checkpoint-51000/scheduler.bin b/checkpoint-51000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..8ad03e172c76b76ef497000bbf6191ec2ed03a8d --- /dev/null +++ b/checkpoint-51000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e10dd2c1f5ceaaaec64c2c897197328f65cf8f3a8b859f83ceafb2800ac8152b +size 563 diff --git a/checkpoint-54000/controlnet/config.json b/checkpoint-54000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..db051d7bdd4e770b6a8c627f45d06591126ac1cd --- /dev/null +++ b/checkpoint-54000/controlnet/config.json @@ -0,0 +1,48 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.16.0.dev0", + "_name_or_path": "GreeneryScenery/SheepsControlV9/checkpoint-48000", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-54000/controlnet/diffusion_pytorch_model.bin b/checkpoint-54000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..936f867dc6915e99818e634b8ebad2d1ad6b4373 --- /dev/null +++ b/checkpoint-54000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f47c36d89f5003b8a21abfd05fa8c5b7f834167cb3e94dabb30dcdf345b59e +size 1457056057 diff --git a/checkpoint-54000/optimizer.bin b/checkpoint-54000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..3e3c9bf2ab7f278eeb1e645caaf8525aa74eb794 --- /dev/null +++ b/checkpoint-54000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85e147baee98c0d12133fc84b7001fe28aab5307bc9691cc3b81fdfb8352f2a4 +size 2914110745 diff --git a/checkpoint-54000/random_states_0.pkl b/checkpoint-54000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0e43e8e1a20ea86396d96e1776026cbab9efd0f1 --- /dev/null +++ b/checkpoint-54000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df9eae3c080d1fc99cd5c2f18049f39683f850f473585177e848b218cd98035d +size 14727 diff --git a/checkpoint-54000/scheduler.bin b/checkpoint-54000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..ec895fb55069a9387bc976d49d0c1676d92f5855 --- /dev/null +++ b/checkpoint-54000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad4d95e9f2eeb1ef8c9fa2541ebfd991547eb20182c3498125d6b2ca63bc700b +size 563 diff --git a/checkpoint-57000/controlnet/config.json b/checkpoint-57000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..db051d7bdd4e770b6a8c627f45d06591126ac1cd --- /dev/null +++ b/checkpoint-57000/controlnet/config.json @@ -0,0 +1,48 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.16.0.dev0", + "_name_or_path": "GreeneryScenery/SheepsControlV9/checkpoint-48000", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-57000/controlnet/diffusion_pytorch_model.bin b/checkpoint-57000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..8274459e8ddfa68d9c737e5a21811f86ce71119f --- /dev/null +++ b/checkpoint-57000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e71221c5f2ab7964e92e34fa952d5c503b91d7511d62dfb20e8725a6ceb736b0 +size 1457056057 diff --git a/checkpoint-57000/optimizer.bin b/checkpoint-57000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..4b7bf5ee42d985b58a27e28cd6bc01f74fe56979 --- /dev/null +++ b/checkpoint-57000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367fc8fc31ce6aac33341035a84e7a2b7569a2ac56bb7bb1e02ce240fdb0cbbc +size 2914110745 diff --git a/checkpoint-57000/random_states_0.pkl b/checkpoint-57000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..cc809d23d0546979885bbe42499bd7f2bda3183d --- /dev/null +++ b/checkpoint-57000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde125412a3a4a48ac701c63470f0b8ca9a61d5960bd30bc7927402e9d4aafb3 +size 14663 diff --git a/checkpoint-57000/scheduler.bin b/checkpoint-57000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..97e845b85bc61e5d5a42398370e181e87afe8aee --- /dev/null +++ b/checkpoint-57000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb4f0d3d92517db95574b421751e3f3a38f795e841b0154602dcfc49c885f8d9 +size 563 diff --git a/checkpoint-60000/controlnet/config.json b/checkpoint-60000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..db051d7bdd4e770b6a8c627f45d06591126ac1cd --- /dev/null +++ b/checkpoint-60000/controlnet/config.json @@ -0,0 +1,48 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.16.0.dev0", + "_name_or_path": "GreeneryScenery/SheepsControlV9/checkpoint-48000", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-60000/controlnet/diffusion_pytorch_model.bin b/checkpoint-60000/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..a0b0795067c87783ba1f96247627d145f44c1f14 --- /dev/null +++ b/checkpoint-60000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:816bd05e9a70497e6a82172ac405370a844cc35c7bbc2418128517395058efdb +size 1457056057 diff --git a/checkpoint-60000/optimizer.bin b/checkpoint-60000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d23f7e0530ce2431249d58934f4de6b5ff4975a2 --- /dev/null +++ b/checkpoint-60000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ca411fb9a8090fea6d0b259609126acaeae88b16e9186fb4d2db401eec6b78 +size 2914110745 diff --git a/checkpoint-60000/random_states_0.pkl b/checkpoint-60000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..8f28aa5c31204ee69ed0598d56e1cc358525717a --- /dev/null +++ b/checkpoint-60000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9833ce69275f28b6661b733a63ed84ae3797f468bebf2e4a065e5f3d3537fee2 +size 14663 diff --git a/checkpoint-60000/scheduler.bin b/checkpoint-60000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e99b938f95da79558579bbabeec8c128d663f36c --- /dev/null +++ b/checkpoint-60000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91ff2c2ce738ec03f8535f5d5f908cffd526b7005942445319418005c2b21d80 +size 563 diff --git a/config.json b/config.json new file mode 100644 index 0000000000000000000000000000000000000000..db051d7bdd4e770b6a8c627f45d06591126ac1cd --- /dev/null +++ b/config.json @@ -0,0 +1,48 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.16.0.dev0", + "_name_or_path": "GreeneryScenery/SheepsControlV9/checkpoint-48000", + "act_fn": "silu", + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 1024, + "down_block_types": [ + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/diffusion_pytorch_model.bin b/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..4a14f8e3cc5457e9cdaa9ad00d9f27480c8f4005 --- /dev/null +++ b/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772291bf305f1859e0bcfc87a485379927c9a8ab668b2888c9d2b93e5801e6d8 +size 1457056057 diff --git a/overview.png b/overview.png new file mode 100644 index 0000000000000000000000000000000000000000..2776dc99fd0a8b4a8a010107ae27502fcedbdf8c --- /dev/null +++ b/overview.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b3ee0aab7590bb0b621461789c9ee7f3296c826daeefb503bee367034d7c72 +size 1067280