diff --git a/.gitattributes b/.gitattributes index c7d9f3332a950355d5a77d85000f05e6f45435ea..0b24f0aaaa67c0bd5506b5f7fe6df045a64f0fa6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -32,3 +32,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text *.zip filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text *tfevents* filter=lfs diff=lfs merge=lfs -text +images_0.png filter=lfs diff=lfs merge=lfs -text +images_1.png filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..105b7cb8ab915eaa615f55ac877bd503a2c0dc73 --- /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-vvtq/model_out_4k + +These are controlnet weights trained on runwayml/stable-diffusion-v1-5 with new type of conditioning. +You can find some example images below. +prompt: on a clear dawn/dusk, on the city street, a pedestrian is walking and is obscured +![images_0)](./images_0.png) +prompt: at daytime, a pedestrian is walking and is obscured +![images_1)](./images_1.png) + diff --git a/checkpoint-100/controlnet/config.json b/checkpoint-100/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1c135866e42b6115ce64e82bcec1d7f83f9f63c9 --- /dev/null +++ b/checkpoint-100/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.18.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-100/controlnet/diffusion_pytorch_model.bin b/checkpoint-100/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..609c6479ff6131b949f7f5ce903dc1bf5b3b42c8 --- /dev/null +++ b/checkpoint-100/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aecdea34221c0feceea16a936bda7da76cc63c0cb137bcac44745b7be5b70515 +size 1445259705 diff --git a/checkpoint-100/optimizer.bin b/checkpoint-100/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..de84a301022d8a61a694331c8f38e09a533d2091 --- /dev/null +++ b/checkpoint-100/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c29f5e7e91722071d43d274945b92c446d5fe7bebecfa67c0a2e10e90eb0d8b +size 725254085 diff --git a/checkpoint-100/random_states_0.pkl b/checkpoint-100/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3bcc8b0442121a460eba5aa271bc216eeda1151d --- /dev/null +++ b/checkpoint-100/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d01cdc658fbce79c9444e050971185fea3bd3aba30386fd226a25283437ac67a +size 14727 diff --git a/checkpoint-100/scheduler.bin b/checkpoint-100/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..0d23ff38166133c4fe48c9e041d0751c4ed437c8 --- /dev/null +++ b/checkpoint-100/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f46a70b8977ad2a47f382ff6217944fc18472ed5f07b93ddc6293fb2b7f93cd +size 563 diff --git a/checkpoint-1000/controlnet/config.json b/checkpoint-1000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1c135866e42b6115ce64e82bcec1d7f83f9f63c9 --- /dev/null +++ b/checkpoint-1000/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.18.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..9638104bc4611b9bbf83e1315ab2c23f399cd2b6 --- /dev/null +++ b/checkpoint-1000/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:486ebd4558e25e46ad1c84d34f6599faa4d8b5614dd36125d20b3218ab7b94d5 +size 1445259705 diff --git a/checkpoint-1000/optimizer.bin b/checkpoint-1000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b64d9d2f4b10c2f87504df022378c480dbfbba42 --- /dev/null +++ b/checkpoint-1000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a13b6b06060fe323096399055f5088b838d70a9b1a4a9556339bfc89cff7e9 +size 725254405 diff --git a/checkpoint-1000/random_states_0.pkl b/checkpoint-1000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..89cb6782931c34803bd3cc9f11d05ea9f93369db --- /dev/null +++ b/checkpoint-1000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f7647ff3e12844d2f94250929d155daa7b1c7dd32a7f72176d9ddeaeb49e132 +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-1100/controlnet/config.json b/checkpoint-1100/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1c135866e42b6115ce64e82bcec1d7f83f9f63c9 --- /dev/null +++ b/checkpoint-1100/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.18.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-1100/controlnet/diffusion_pytorch_model.bin b/checkpoint-1100/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..3abd0c97cf8a47176dbe1ce74068e7c8b4817774 --- /dev/null +++ b/checkpoint-1100/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46df69f68b0d9c3ecd1c3b84b8663f479afe17ba2b113eec025bad4413dd57bc +size 1445259705 diff --git a/checkpoint-1100/optimizer.bin b/checkpoint-1100/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..65459b13e49863ed38a8435893af445c1d477fb2 --- /dev/null +++ b/checkpoint-1100/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a2e8f2c1a406e011647b3b570618410482c01f26ca802de52a95a40fed40fc +size 725254405 diff --git a/checkpoint-1100/random_states_0.pkl b/checkpoint-1100/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ad97ce0d0409fbf07ee792f73ce240e94add1de0 --- /dev/null +++ b/checkpoint-1100/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe2fcb4c07c1f06a7835636fff4a1d81d8bc186c9a461f5acecc5c0c1d4c3fff +size 14663 diff --git a/checkpoint-1100/scheduler.bin b/checkpoint-1100/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f8481c64c15eafd2f4d63e99a2d7cf19b76f2414 --- /dev/null +++ b/checkpoint-1100/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d45aaa2ecad6c4956748ced88b355746a2a13cdec216027d5aff8da32e4aa38 +size 563 diff --git a/checkpoint-1200/controlnet/config.json b/checkpoint-1200/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1c135866e42b6115ce64e82bcec1d7f83f9f63c9 --- /dev/null +++ b/checkpoint-1200/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.18.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-1200/controlnet/diffusion_pytorch_model.bin b/checkpoint-1200/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..e083cc78a4fe6121d1e658afa31db680c206bc7a --- /dev/null +++ b/checkpoint-1200/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ed6359a97b5e3f2245adc9b8017e9051842b72cadcd3cd74b952724dee1b3d +size 1445259705 diff --git a/checkpoint-1200/optimizer.bin b/checkpoint-1200/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ea2cb9006a1380e6d1439a3f9074dd4962896200 --- /dev/null +++ b/checkpoint-1200/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e231d4bd0b02cf178d6b6d490fb7c7b09a694db001d9f50571b27d91770fcae4 +size 725254405 diff --git a/checkpoint-1200/random_states_0.pkl b/checkpoint-1200/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c37ee1a7d88a08c7c7e266c3742b9b5ab0bab9fa --- /dev/null +++ b/checkpoint-1200/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfae22243442f5a0141ca99a979cd26f022f566384909577b99edd2ff7eb4f8a +size 14663 diff --git a/checkpoint-1200/scheduler.bin b/checkpoint-1200/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..3d856af8fa2c49e2b724fe185e0c149586bee3f2 --- /dev/null +++ b/checkpoint-1200/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eaf4e05fa9eb1da7701be9b300c13754d0f398206792933f9128143042c65bc +size 563 diff --git a/checkpoint-1300/controlnet/config.json b/checkpoint-1300/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1c135866e42b6115ce64e82bcec1d7f83f9f63c9 --- /dev/null +++ b/checkpoint-1300/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.18.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-1300/controlnet/diffusion_pytorch_model.bin b/checkpoint-1300/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..62f8d9295599b35850a1c7a725e32008683ea034 --- /dev/null +++ b/checkpoint-1300/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d64f8164cdd4871fdd63736f1403f2153cb49a16e5c57da722e0a03e14f310d8 +size 1445259705 diff --git a/checkpoint-1300/optimizer.bin b/checkpoint-1300/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2ef314e663ca314fa12bad242ab99f6f5c023208 --- /dev/null +++ b/checkpoint-1300/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0783fa44b9d75f3590ae9d6d9763a74622b131cfd6edad3706fb16a0c47a7885 +size 725254405 diff --git a/checkpoint-1300/random_states_0.pkl b/checkpoint-1300/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..07376efa319fb5535e8a299dd7ef8a6a8f39fe39 --- /dev/null +++ b/checkpoint-1300/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada88842717f3ea2c21d8287016478ed3d57975c616249ac022a50565ab87d23 +size 14663 diff --git a/checkpoint-1300/scheduler.bin b/checkpoint-1300/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..1a022fe8052d90a705e83d41405056e7b8f73f52 --- /dev/null +++ b/checkpoint-1300/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d2778e551639b25da4f3a57dc8220dc8d9b3270b6957a2fe85b8bb58ed60da +size 563 diff --git a/checkpoint-1400/controlnet/config.json b/checkpoint-1400/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1c135866e42b6115ce64e82bcec1d7f83f9f63c9 --- /dev/null +++ b/checkpoint-1400/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.18.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-1400/controlnet/diffusion_pytorch_model.bin b/checkpoint-1400/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..704e89f3f09e3181366b44f89025350555b34741 --- /dev/null +++ b/checkpoint-1400/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cd5b8464590ffe7f01e3fd15369ff8d5933e20b5204b4eab6c5a633bab6bda5 +size 1445259705 diff --git a/checkpoint-1400/optimizer.bin b/checkpoint-1400/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0e9cd2d04dc4d6a5df120988dcc94471d564802f --- /dev/null +++ b/checkpoint-1400/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2855885f924a11253e86889418c9db06a630f9ff98febed413f9602c29d02a +size 725254405 diff --git a/checkpoint-1400/random_states_0.pkl b/checkpoint-1400/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..43f8126ac037a41a951ac44acf68a8f0dc7f7795 --- /dev/null +++ b/checkpoint-1400/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f95e8d79bd34bb9b7d7d8aaf6d4c16b51dff8eea7a9ffdc7c3fe16f30b9fded6 +size 14663 diff --git a/checkpoint-1400/scheduler.bin b/checkpoint-1400/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..4fd22cbed368f8fbd82c4c23ac794383a30134a5 --- /dev/null +++ b/checkpoint-1400/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7e2e929ba0455908ddff0067313798d29e8c900b5a85e2e03b070f5f7ae87d +size 563 diff --git a/checkpoint-1500/controlnet/config.json b/checkpoint-1500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1c135866e42b6115ce64e82bcec1d7f83f9f63c9 --- /dev/null +++ b/checkpoint-1500/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.18.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..d88c017b4e4cabd0f62ffccebd3f0208fe7497e0 --- /dev/null +++ b/checkpoint-1500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2eff50a59747adf7d4e1a8a0f2d37d69180185f20bc050b3f9fbb19da60949 +size 1445259705 diff --git a/checkpoint-1500/optimizer.bin b/checkpoint-1500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..881e6d880f0c563ce98189774e9b7fe3e487d5d8 --- /dev/null +++ b/checkpoint-1500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4f8ed8d1511e7578d9d61a7d3e487e2b1eaa61150eed3d4f66a9f2b514f5802 +size 725254405 diff --git a/checkpoint-1500/random_states_0.pkl b/checkpoint-1500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..049d5c87f15ef007dae9bc59bbd9c0be56f63729 --- /dev/null +++ b/checkpoint-1500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ae664e3ee8924d5925b6c785add093a9693a999f760c1fca66faa7f88f80f6 +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-1600/controlnet/config.json b/checkpoint-1600/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1c135866e42b6115ce64e82bcec1d7f83f9f63c9 --- /dev/null +++ b/checkpoint-1600/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.18.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-1600/controlnet/diffusion_pytorch_model.bin b/checkpoint-1600/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..79cefe310805186288f9715969fc976bda64ad18 --- /dev/null +++ b/checkpoint-1600/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40745f59f8acf045a80d1b9662112e82138047a1d76921594894d7a39790b237 +size 1445259705 diff --git a/checkpoint-1600/optimizer.bin b/checkpoint-1600/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e0c179141df71bc44ffe2d287e5c1a34c29299fa --- /dev/null +++ b/checkpoint-1600/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32c9e5cb50ef91692bba02e03009164859c9f6d9b873826dc8c440bcb1509e74 +size 725254405 diff --git a/checkpoint-1600/random_states_0.pkl b/checkpoint-1600/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f56eb99a002908608b141573f57c5819fd7792cc --- /dev/null +++ b/checkpoint-1600/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce4e7d63d74c3e74b9a6278b3b2387889190de2314241f8dada6b14f50cbde04 +size 14663 diff --git a/checkpoint-1600/scheduler.bin b/checkpoint-1600/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..5e28f17f20da1db7a5c8a593187a541d1908d97b --- /dev/null +++ b/checkpoint-1600/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c90feafafd34267e49535f7abcffc24f001b49f9d251442d469235e6f96169ce +size 563 diff --git a/checkpoint-1700/controlnet/config.json b/checkpoint-1700/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1c135866e42b6115ce64e82bcec1d7f83f9f63c9 --- /dev/null +++ b/checkpoint-1700/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.18.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-1700/controlnet/diffusion_pytorch_model.bin b/checkpoint-1700/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..e2420ce189c30eafa10dd7d3c813f5d4877b6482 --- /dev/null +++ b/checkpoint-1700/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f3dfa08568f594b8a1ae1959a2a5fb6b2ee5868684e62429385838a10525aa6 +size 1445259705 diff --git a/checkpoint-1700/optimizer.bin b/checkpoint-1700/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0244e750d8deacda2417c1a63685ca591d78d9a1 --- /dev/null +++ b/checkpoint-1700/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a1bae7a094943c45e3b6b4e285dc2617d3f5c0af9e703a2e4275a94a9a7ffe3 +size 725254405 diff --git a/checkpoint-1700/random_states_0.pkl b/checkpoint-1700/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..24edd71b7e733613692bda254531eb7dae588da1 --- /dev/null +++ b/checkpoint-1700/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f1c608ef8d0fa57028ad9c16f3dc0d0d340ba89e8aaddbe5a2aba64d904819 +size 14727 diff --git a/checkpoint-1700/scheduler.bin b/checkpoint-1700/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..81ff60d56908f28ebf1ddf61f4a7c842cf04caf8 --- /dev/null +++ b/checkpoint-1700/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b5ae262e600dfb8c967a6659b2915a14cbcf7539bb7d1f6c2062711cee18d4d +size 563 diff --git a/checkpoint-1800/controlnet/config.json b/checkpoint-1800/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1c135866e42b6115ce64e82bcec1d7f83f9f63c9 --- /dev/null +++ b/checkpoint-1800/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.18.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-1800/controlnet/diffusion_pytorch_model.bin b/checkpoint-1800/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..aeabca9d6bd55b4db4a338d5f6e87054139725c0 --- /dev/null +++ b/checkpoint-1800/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10152157f59b5d28de4ddecbb0bf4bdcdce55ab1d3c317d11ee8b831b3856ed5 +size 1445259705 diff --git a/checkpoint-1800/optimizer.bin b/checkpoint-1800/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e31bea9899c5b3ea6955ce2cd97e55971efdcb41 --- /dev/null +++ b/checkpoint-1800/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94114ce64c4fe0ff01f1463ed9c684742967e53f8f28bf6aed2feaf11c7a6e42 +size 725254405 diff --git a/checkpoint-1800/random_states_0.pkl b/checkpoint-1800/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..34106bce3410cea263535ea9cebd145617250b2c --- /dev/null +++ b/checkpoint-1800/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eae1df7108c62d64b955c4c4b248ae227812feec4be554b0cb604dbc0bf54e9 +size 14663 diff --git a/checkpoint-1800/scheduler.bin b/checkpoint-1800/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..83ef6890a2d220f9b85edb6761510599f63bcdb6 --- /dev/null +++ b/checkpoint-1800/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a49c788ff9804489df1dc4f9f992e029245132b6cf711a809e680d56f58c20c +size 563 diff --git a/checkpoint-1900/controlnet/config.json b/checkpoint-1900/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1c135866e42b6115ce64e82bcec1d7f83f9f63c9 --- /dev/null +++ b/checkpoint-1900/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.18.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-1900/controlnet/diffusion_pytorch_model.bin b/checkpoint-1900/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..b70f7ebde921242ec2d9b34ba7fb887c04fdcdd3 --- /dev/null +++ b/checkpoint-1900/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb06ea33ead60143b3ad2a6b44fa888fcd8352137c90146429c8ef442f34f68b +size 1445259705 diff --git a/checkpoint-1900/optimizer.bin b/checkpoint-1900/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0d44b83a68bb66bc7e950433047be8f0e4a85c64 --- /dev/null +++ b/checkpoint-1900/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc02aa8be86aed401eba37f1fe5114ebd718780948b36a5e49dbb99cac58e03 +size 725254405 diff --git a/checkpoint-1900/random_states_0.pkl b/checkpoint-1900/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..cb053e21ba69aac44143ea807cb1d3bea3dac2ed --- /dev/null +++ b/checkpoint-1900/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed22f59ad1db758f0861772cb148bbff79fb2386c68e1e1a50477e023226ba57 +size 14663 diff --git a/checkpoint-1900/scheduler.bin b/checkpoint-1900/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..11a2acd3199052cf9e82a095f8296cfe02d0a933 --- /dev/null +++ b/checkpoint-1900/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df28546e36dab15ffcb7418ad803ff3cab61ce7652582a48dec519538e3671c +size 563 diff --git a/checkpoint-200/controlnet/config.json b/checkpoint-200/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1c135866e42b6115ce64e82bcec1d7f83f9f63c9 --- /dev/null +++ b/checkpoint-200/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.18.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-200/controlnet/diffusion_pytorch_model.bin b/checkpoint-200/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..b60c6d617b1a5f9d37e6006f636ec2d616495bdd --- /dev/null +++ b/checkpoint-200/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c0e344828756c0825a8382bb71b8c1a125768b7059cb414b6f97e99270c8bf +size 1445259705 diff --git a/checkpoint-200/optimizer.bin b/checkpoint-200/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6e73ce35d549f3349762d497f99be1958310b4d3 --- /dev/null +++ b/checkpoint-200/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdb777053f066bf112953d7a9f052234408cb68f36aeff7377707a8a249c157b +size 725254085 diff --git a/checkpoint-200/random_states_0.pkl b/checkpoint-200/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..882e9bd21cf8e757c02bfc73f90ab616cffd0fc7 --- /dev/null +++ b/checkpoint-200/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81cb4d6d22c3ce39ecc64e1f04ef935bd85adce4ef9e809c6eb53cf879c50237 +size 14663 diff --git a/checkpoint-200/scheduler.bin b/checkpoint-200/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..fc740b06ed9c60a5683a146548db33414bace267 --- /dev/null +++ b/checkpoint-200/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0abaa79ad26c7b635c8a2bfd1bcbbb297a26f71a50156c413602afab6138b4b2 +size 563 diff --git a/checkpoint-300/controlnet/config.json b/checkpoint-300/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1c135866e42b6115ce64e82bcec1d7f83f9f63c9 --- /dev/null +++ b/checkpoint-300/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.18.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-300/controlnet/diffusion_pytorch_model.bin b/checkpoint-300/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..627126722db3e20a23ffd18709533717f3de657a --- /dev/null +++ b/checkpoint-300/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64502fbb1758a0e167f59bf642c7fa374c4c414d3b513d17c7bcf6be404c017 +size 1445259705 diff --git a/checkpoint-300/optimizer.bin b/checkpoint-300/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..362f0cb842d162cbc828cbdda82fbe3dd7f7c14d --- /dev/null +++ b/checkpoint-300/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c66f7f6876f332314e24f6611780d847e057576a5258914556877f60ea01cb8b +size 725254405 diff --git a/checkpoint-300/random_states_0.pkl b/checkpoint-300/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..1b1f96881d1fee5d287247269d2b51bcebff0214 --- /dev/null +++ b/checkpoint-300/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:368680403acead48643512d538e5d0fd41ebe465d4651b0009312d1a231303e5 +size 14663 diff --git a/checkpoint-300/scheduler.bin b/checkpoint-300/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..352aa171c651307e19b66788a716a53e4313470d --- /dev/null +++ b/checkpoint-300/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:531dc04c3695e515cc72a17f0ea3f1b33a46a627ad67c19e996e3c218119b3cb +size 563 diff --git a/checkpoint-400/controlnet/config.json b/checkpoint-400/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1c135866e42b6115ce64e82bcec1d7f83f9f63c9 --- /dev/null +++ b/checkpoint-400/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.18.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-400/controlnet/diffusion_pytorch_model.bin b/checkpoint-400/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..e687a34170963d8ace0ca9eebaafc563172cafc2 --- /dev/null +++ b/checkpoint-400/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:097cb2bc8a3a502493c1425711090d7d96cb1b83289800e04cbac4882c1c2084 +size 1445259705 diff --git a/checkpoint-400/optimizer.bin b/checkpoint-400/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..72f700e80d0c71ec8c44abb7fe29a322f074e91f --- /dev/null +++ b/checkpoint-400/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:168d57cbc076a9bb356e325f24ef68c0bac324b0e6e0be22609138b03c4bb9c5 +size 725254405 diff --git a/checkpoint-400/random_states_0.pkl b/checkpoint-400/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..6e03eb6d0b68d37e108a4a89920f511577611f94 --- /dev/null +++ b/checkpoint-400/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7361772ae90f32a6317dbf465ca0a0d72e65d5c3ecebcdbad2dac311dcad1277 +size 14663 diff --git a/checkpoint-400/scheduler.bin b/checkpoint-400/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..4e238604cca946176a2ef0bf608b8e5fa1eef516 --- /dev/null +++ b/checkpoint-400/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac9e475b546ceb1b964c765c9e67878202d0658760da5e6dde144c1781fd6aa7 +size 563 diff --git a/checkpoint-500/controlnet/config.json b/checkpoint-500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1c135866e42b6115ce64e82bcec1d7f83f9f63c9 --- /dev/null +++ b/checkpoint-500/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.18.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..3be7e300603ce1cf26e4ca6bb123b8f591a85e72 --- /dev/null +++ b/checkpoint-500/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac03bd8a803ed31b790f762f33c2902205ab4fd37c6f5d5ab65952e522dcc50f +size 1445259705 diff --git a/checkpoint-500/optimizer.bin b/checkpoint-500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2d56360d7fc9852930952efb281e9d13a2d11a29 --- /dev/null +++ b/checkpoint-500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af08b966447373c26afa59dc8245bf7da6ef3882a1ec4ec9bcda6c4573fb076 +size 725254405 diff --git a/checkpoint-500/random_states_0.pkl b/checkpoint-500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c3752af438b961abba1171086b36465c98afc539 --- /dev/null +++ b/checkpoint-500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85a75d85c7f16fa61f8b6996a71313dd803ae23ff6cd41db2c7e6f3be525bd75 +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-600/controlnet/config.json b/checkpoint-600/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1c135866e42b6115ce64e82bcec1d7f83f9f63c9 --- /dev/null +++ b/checkpoint-600/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.18.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-600/controlnet/diffusion_pytorch_model.bin b/checkpoint-600/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..7f568a715d8309d4bf27cf16724708b7b93ec8bc --- /dev/null +++ b/checkpoint-600/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9637648813d42a3082e17261416ea7b897aab29f1b877f99a8de8fb1ae13071a +size 1445259705 diff --git a/checkpoint-600/optimizer.bin b/checkpoint-600/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ac913db84f7ed428d9346cc7ef18604513fe1e21 --- /dev/null +++ b/checkpoint-600/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d30355547af19c3d428ab4360d8b73e0aa349cc0a57c360958d88b10f31649f +size 725254405 diff --git a/checkpoint-600/random_states_0.pkl b/checkpoint-600/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..967763c32f9b4559cd1d91ef79dac29dc77d06b0 --- /dev/null +++ b/checkpoint-600/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd1e24e7c57744815288d00492354a8ce3f306662a75661eb9de16f7b5ea5573 +size 14663 diff --git a/checkpoint-600/scheduler.bin b/checkpoint-600/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f4bc1dcff5d83097f974c9f783de44cfa4a19052 --- /dev/null +++ b/checkpoint-600/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165a371731b2b217fa84b0fb6ac8892a3d58c8b376ef3e6ce2927f89c8fff141 +size 563 diff --git a/checkpoint-700/controlnet/config.json b/checkpoint-700/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1c135866e42b6115ce64e82bcec1d7f83f9f63c9 --- /dev/null +++ b/checkpoint-700/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.18.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-700/controlnet/diffusion_pytorch_model.bin b/checkpoint-700/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..c03b5b8b1abcd2248fcec545e8024ab3b63d22b1 --- /dev/null +++ b/checkpoint-700/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:648d0dbecdd882f99482f5af1fb83914e9aac01e2549d5c5661001dee2dd8092 +size 1445259705 diff --git a/checkpoint-700/optimizer.bin b/checkpoint-700/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..4d21137cc9e4fd5a0b812a25f4ebe17292231b4a --- /dev/null +++ b/checkpoint-700/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6a26f5bf4aa9c06200da3148c2881af939f362be3d32932dee5dc29c28ba52 +size 725254405 diff --git a/checkpoint-700/random_states_0.pkl b/checkpoint-700/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..09ec3507204f5b4363e09985fbd6a8c4ae658f9d --- /dev/null +++ b/checkpoint-700/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d8222716b7f4e1c4d9ff37607efabd792f9b832ff3fb10cbd4c711061bdc8a +size 14727 diff --git a/checkpoint-700/scheduler.bin b/checkpoint-700/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..5a88b45b0e0532d3fb7d97ac44548db43b6f82c9 --- /dev/null +++ b/checkpoint-700/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6e5ddc3ab19ee073f9c950ef91951372f98b3a7761ccc2d65d8c3998885cf6 +size 563 diff --git a/checkpoint-800/controlnet/config.json b/checkpoint-800/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1c135866e42b6115ce64e82bcec1d7f83f9f63c9 --- /dev/null +++ b/checkpoint-800/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.18.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-800/controlnet/diffusion_pytorch_model.bin b/checkpoint-800/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..5537da398d9a91e20b247aa9f7760c7dd6089e3a --- /dev/null +++ b/checkpoint-800/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c50d329a494be7da52950be458949525970fee97cd635ead2f70aa7a2ffeb1 +size 1445259705 diff --git a/checkpoint-800/optimizer.bin b/checkpoint-800/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..850b97de239ca9c3f06e5f5345b118b014231a63 --- /dev/null +++ b/checkpoint-800/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff10a93733abec338e9fe0e3a3952f24b4fe8b8099573d38a016e206db52782 +size 725254405 diff --git a/checkpoint-800/random_states_0.pkl b/checkpoint-800/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f6a8e690dde95fb559b109ffd4107530c170689e --- /dev/null +++ b/checkpoint-800/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e23d11730ad4bd9c8d81bfb7b577d105406a80683535219804f5ae391bf3b2 +size 14599 diff --git a/checkpoint-800/scheduler.bin b/checkpoint-800/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d65f3adce2746fca9ee224c76c3da1bc0094d2b0 --- /dev/null +++ b/checkpoint-800/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6928a4e85d692d84fb32e9040f81a4feb9f81c59ef1b165cd16f2af38dfce4e6 +size 563 diff --git a/checkpoint-900/controlnet/config.json b/checkpoint-900/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1c135866e42b6115ce64e82bcec1d7f83f9f63c9 --- /dev/null +++ b/checkpoint-900/controlnet/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.18.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-900/controlnet/diffusion_pytorch_model.bin b/checkpoint-900/controlnet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..9d58e351700cf69a56aa8c81defb21e6d5cc3ed2 --- /dev/null +++ b/checkpoint-900/controlnet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d81312b82306df039173e8cce3238dc12747a6e86a893bafc9a4928d753f333d +size 1445259705 diff --git a/checkpoint-900/optimizer.bin b/checkpoint-900/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..12a4c5b6280b75f16e87f85cf00fc324e7f08797 --- /dev/null +++ b/checkpoint-900/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32acdef9da7af952d873082bacf5217f3c8b05ac1f7afb7da46aa7d5488fd6b +size 725254405 diff --git a/checkpoint-900/random_states_0.pkl b/checkpoint-900/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..748ff039edf731254f1906cd9bc94f8234544252 --- /dev/null +++ b/checkpoint-900/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:555ece8d43b99bd921ffee82c4f1b9d1b23ef4b579a902ab635f3187ec4a0725 +size 14663 diff --git a/checkpoint-900/scheduler.bin b/checkpoint-900/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..4d54c0f123f5329dd6e6c1e55eff2bdb6d5180b4 --- /dev/null +++ b/checkpoint-900/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231ddae59aeafc22df14ff5e86b697c055b844204ba9f0bc6c923594349b5da5 +size 563 diff --git a/config.json b/config.json new file mode 100644 index 0000000000000000000000000000000000000000..1c135866e42b6115ce64e82bcec1d7f83f9f63c9 --- /dev/null +++ b/config.json @@ -0,0 +1,42 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.18.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..87a8a167f0b70d26e025c6363b1b2f4a2aeb20a0 --- /dev/null +++ b/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ce5126514e340625fb0de10ceab99905f7ba6bd50066d32fcc9038c32e28d4 +size 1445259705 diff --git a/image_control.png b/image_control.png new file mode 100644 index 0000000000000000000000000000000000000000..4544e20d0be7d110d7d5f4b0c76e491d3a873195 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..e9f0da8feb758d250882c9576e90f62fa9c55acd --- /dev/null +++ b/images_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b43373568ed5f61aab72c9b3dec72a8b0ea1ebb9297acb02cd1985c5816023 +size 7134539 diff --git a/images_1.png b/images_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b63ab9e3b0ad7f66a8593df9761c8e44a3ba46f1 --- /dev/null +++ b/images_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e8fd9bd485bbbf574655cc3f5a88a0ba3950bbab2292f960d047031dad22bd8 +size 7625361