diff --git a/.gitattributes b/.gitattributes index a6344aac8c09253b3b630fb776ae94478aa0275b..f336034c0ad3ced42500955093ce1eed62dd1b9c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -33,3 +33,7 @@ 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 +image_control.png 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 +images_2.png filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..d6f0b6e6b9781b65a748ee77ae81a518adc48ab2 --- /dev/null +++ b/README.md @@ -0,0 +1,47 @@ +--- +base_model: stabilityai/stable-diffusion-2-1-base +library_name: diffusers +license: creativeml-openrail-m +inference: true +tags: +- stable-diffusion +- stable-diffusion-diffusers +- text-to-image +- diffusers +- controlnet +- diffusers-training +--- + + + + +# controlnet-DharunSN/model_out + +These are controlnet weights trained on stabilityai/stable-diffusion-2-1-base with new type of conditioning. +You can find some example images below. + +prompt: a white hoodie shirt on a size four model in a beach setting +![images_0)](./images_0.png) +prompt: a white hoodie shirt on a size four model in a beach setting +![images_1)](./images_1.png) +prompt: a white hoodie shirt on a size four model in a beach setting +![images_2)](./images_2.png) + + + +## Intended uses & limitations + +#### How to use + +```python +# TODO: add an example code snippet for running this diffusion pipeline +``` + +#### Limitations and bias + +[TODO: provide examples of latent issues and potential remediations] + +## Training details + +[TODO: describe the data used to train the model] \ No newline at end of file diff --git a/checkpoint-1000/controlnet/config.json b/checkpoint-1000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c0d7c5d4e4b30e3bc47c9c5ecb25bf6f11478f97 --- /dev/null +++ b/checkpoint-1000/controlnet/config.json @@ -0,0 +1,57 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.33.0.dev0", + "_name_or_path": "model_out/checkpoint-200", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-1000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..2f733c230e4833e1c96cefea751adaaa38c34670 --- /dev/null +++ b/checkpoint-1000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a61e8867dfb1b04f18217564b1497f004ef292099e7fa3fd845b735684d7208 +size 1456953560 diff --git a/checkpoint-1000/optimizer.bin b/checkpoint-1000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..acbb39b79ec61d495e1144038422dd62b42bc80b --- /dev/null +++ b/checkpoint-1000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:883261d837323a7311b5163e2558df06636cbb554a9ad358318af4ce110c9e54 +size 741499074 diff --git a/checkpoint-1000/random_states_0.pkl b/checkpoint-1000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..eda14f9391ad2210c2054f640ddb0efef8e8e4e9 --- /dev/null +++ b/checkpoint-1000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63c445362f7dc46ef918557f4992b57a59e82ee5247efac0668757a358625142 +size 14408 diff --git a/checkpoint-1000/scheduler.bin b/checkpoint-1000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..2b27d725b3673477ff55fdd87a26906ce6565614 --- /dev/null +++ b/checkpoint-1000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d16ae9dedf4c45ceadc467593037d83423677715e75ab402a9f44aa81de9b84 +size 1000 diff --git a/checkpoint-1200/controlnet/config.json b/checkpoint-1200/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c0d7c5d4e4b30e3bc47c9c5ecb25bf6f11478f97 --- /dev/null +++ b/checkpoint-1200/controlnet/config.json @@ -0,0 +1,57 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.33.0.dev0", + "_name_or_path": "model_out/checkpoint-200", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-1200/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1200/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4343bf565417dc558ba272fa8a65ab7f2da9ca3d --- /dev/null +++ b/checkpoint-1200/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74180537244d6ce984140f7c963268aacd7469bcee6b4e8831164fba745c13f4 +size 1456953560 diff --git a/checkpoint-1200/optimizer.bin b/checkpoint-1200/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..69ecf7ce260e079fc4e898553d1614018f5a9bee --- /dev/null +++ b/checkpoint-1200/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b50f250a00f9120ffcf413f1b13350cc410091cde27f99c14f59d38279027a03 +size 741499074 diff --git a/checkpoint-1200/random_states_0.pkl b/checkpoint-1200/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f8695b70953386508b746dafc7ffc5e0d05aa9ca --- /dev/null +++ b/checkpoint-1200/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67013459acecb6fda92a954cdb2b2904568a6cd47b44eb68240438d40efde6f1 +size 14344 diff --git a/checkpoint-1200/scheduler.bin b/checkpoint-1200/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..711fd13e8dfdd13404af85ae87b855247fba952c --- /dev/null +++ b/checkpoint-1200/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c8911f63cd7a6f1a6fe14f22ee463cd679ae4fcacab639b91494b51187d4be +size 1000 diff --git a/checkpoint-1400/controlnet/config.json b/checkpoint-1400/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c0d7c5d4e4b30e3bc47c9c5ecb25bf6f11478f97 --- /dev/null +++ b/checkpoint-1400/controlnet/config.json @@ -0,0 +1,57 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.33.0.dev0", + "_name_or_path": "model_out/checkpoint-200", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-1400/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1400/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..148542c1adcd502ea4888088d4684656397dbbef --- /dev/null +++ b/checkpoint-1400/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13328d77e4e160702a974d485d71492f76e8564d0e7a806b5c1667da11edd646 +size 1456953560 diff --git a/checkpoint-1400/optimizer.bin b/checkpoint-1400/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..dc540ca73501ea7a942b9cfd9c5abc157b1e1314 --- /dev/null +++ b/checkpoint-1400/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5432aa55b807124756642c5703b9b948986af3a9025da1c19ee0ce90e98d071 +size 741499074 diff --git a/checkpoint-1400/random_states_0.pkl b/checkpoint-1400/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..52f54680a68254c232347a4e13a85f5a3b235354 --- /dev/null +++ b/checkpoint-1400/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dca3e3556ab038a7f3109115a2eacd6cb3fb2305ba3167076da81ce88d749ef +size 14408 diff --git a/checkpoint-1400/scheduler.bin b/checkpoint-1400/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..b64facf636cfd99f2ff65a461904fab856f68287 --- /dev/null +++ b/checkpoint-1400/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a557586bcb3fb0ae17fbf2365015705b4ec0b753f7e5355496ee9f773dbbbb4f +size 1000 diff --git a/checkpoint-1600/controlnet/config.json b/checkpoint-1600/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c0d7c5d4e4b30e3bc47c9c5ecb25bf6f11478f97 --- /dev/null +++ b/checkpoint-1600/controlnet/config.json @@ -0,0 +1,57 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.33.0.dev0", + "_name_or_path": "model_out/checkpoint-200", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-1600/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1600/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..0590895bbda4a8933d1500e03b5088f12db92b9c --- /dev/null +++ b/checkpoint-1600/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef73ae22b777c3892c1866e6ae875ecca38b588dacf7111f3e9109790dfa6f52 +size 1456953560 diff --git a/checkpoint-1600/optimizer.bin b/checkpoint-1600/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6de3bbb1828a620114c06354482c893acdbe444a --- /dev/null +++ b/checkpoint-1600/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b00709f6eddd88271832909b70bbb164d5dbac966adc0a97de0e36f51bfc2c +size 741499074 diff --git a/checkpoint-1600/random_states_0.pkl b/checkpoint-1600/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..7473afb92607768a409837442d301e21a1acdeaf --- /dev/null +++ b/checkpoint-1600/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:959923fede4f88a937711b44ff63f120a65ae3c240e40dd69e37ea31c3c2e8ec +size 14344 diff --git a/checkpoint-1600/scheduler.bin b/checkpoint-1600/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..9c823328bc9f02bb808690f33c57a590b10dffaf --- /dev/null +++ b/checkpoint-1600/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98adcc4f2888e432229138b6ef3591ac8251be54df08bcfd6880f91222840eb +size 1000 diff --git a/checkpoint-1800/controlnet/config.json b/checkpoint-1800/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c0d7c5d4e4b30e3bc47c9c5ecb25bf6f11478f97 --- /dev/null +++ b/checkpoint-1800/controlnet/config.json @@ -0,0 +1,57 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.33.0.dev0", + "_name_or_path": "model_out/checkpoint-200", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-1800/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1800/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..a72b2a096ef691ddbfbfb9d87f1dd16613759e02 --- /dev/null +++ b/checkpoint-1800/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47865353781dead64c17dc5e56902a7fcafa964ad204c9567a0d4cb3e3484cdb +size 1456953560 diff --git a/checkpoint-1800/optimizer.bin b/checkpoint-1800/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..1b50268daf93a0bb1ed5af55c827ee375b2b5a2b --- /dev/null +++ b/checkpoint-1800/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a01df27f17318ce93dcec2da7ef0cdfe29e293e59c94918e72692b245b5d2151 +size 741499074 diff --git a/checkpoint-1800/random_states_0.pkl b/checkpoint-1800/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..4065590a7d9dbae2eac31ff7bd42bb1c6aa68112 --- /dev/null +++ b/checkpoint-1800/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a46c9a0e68c80338455776374c85b58e0461e3cb759bb2f9b8d97b7aa215b1f7 +size 14408 diff --git a/checkpoint-1800/scheduler.bin b/checkpoint-1800/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..6a79a2951e3f104bef38a2d3174c9035f6b0a886 --- /dev/null +++ b/checkpoint-1800/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52cb99d52aa05c8716866d29039ed248d1d2dd5539383228e651f9cd33933d96 +size 1000 diff --git a/checkpoint-200/controlnet/config.json b/checkpoint-200/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ca8e70435dd284808d369ee492a2ff7a5e0aa9bc --- /dev/null +++ b/checkpoint-200/controlnet/config.json @@ -0,0 +1,56 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.33.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-200/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-200/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ce9c4780cafb2423f78e8d80580b7045ced9b372 --- /dev/null +++ b/checkpoint-200/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c56b4c4f04dfd45500bc2e88588e14360de9de609a4450da507c60dd4ee10b3 +size 1456953560 diff --git a/checkpoint-200/optimizer.bin b/checkpoint-200/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..bd90c9f7f8106c41830ab4406a38e85a4963c8ab --- /dev/null +++ b/checkpoint-200/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:349ff4ab5f6ac632b5d015924c37f4f49b3bbc2fd30a3ea05547e32fd1a1568c +size 741120634 diff --git a/checkpoint-200/random_states_0.pkl b/checkpoint-200/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..1eb8dbac4a2d460af87f24b4d6a451b7b13b099c --- /dev/null +++ b/checkpoint-200/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2106ed89f328555b94d15860ef15190b4e8d9f80da3e3c65751878a975281dfb +size 14408 diff --git a/checkpoint-200/scheduler.bin b/checkpoint-200/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..3a2aec1812d728da9236a261c322a8ab874e8d62 --- /dev/null +++ b/checkpoint-200/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31bb9612a20c95bd2fb2742027f10c50f6c91a2b1dbc9eb2f2aab63ad2c84d7a +size 1000 diff --git a/checkpoint-2000/controlnet/config.json b/checkpoint-2000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c0d7c5d4e4b30e3bc47c9c5ecb25bf6f11478f97 --- /dev/null +++ b/checkpoint-2000/controlnet/config.json @@ -0,0 +1,57 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.33.0.dev0", + "_name_or_path": "model_out/checkpoint-200", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-2000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ce98e0d4d404b8de2daf83612b1f82f849ea6c69 --- /dev/null +++ b/checkpoint-2000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d64a7c1980ff2d644f3a2bf65b6a32e411cab5b369cca5594379f201394f7503 +size 1456953560 diff --git a/checkpoint-2000/optimizer.bin b/checkpoint-2000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..8a9c7d0d9e160df805cfe689af92285721f57153 --- /dev/null +++ b/checkpoint-2000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2f6ae3ff7159b94893804093bcf6a1726e90a60a496bf58cd1172450593c630 +size 741499074 diff --git a/checkpoint-2000/random_states_0.pkl b/checkpoint-2000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..79dd30ff451cbb4414d6ee8e6017daaa3be84460 --- /dev/null +++ b/checkpoint-2000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd3011ff27dc8a3a0d66bc8b3fa2ee47ee44f3eb6b1d8f04c14dfecaae2d32d +size 14408 diff --git a/checkpoint-2000/scheduler.bin b/checkpoint-2000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..265be0ca1047a7473155ea7e300903c0b049b695 --- /dev/null +++ b/checkpoint-2000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81a7fe0a2983de695c44ba167520d4ce1ca01157e36e90498bee8c9d8e4b61fc +size 1000 diff --git a/checkpoint-2200/controlnet/config.json b/checkpoint-2200/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c0d7c5d4e4b30e3bc47c9c5ecb25bf6f11478f97 --- /dev/null +++ b/checkpoint-2200/controlnet/config.json @@ -0,0 +1,57 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.33.0.dev0", + "_name_or_path": "model_out/checkpoint-200", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-2200/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2200/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..bb199d3bd75b4ca216d0427f8c70b53133537302 --- /dev/null +++ b/checkpoint-2200/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:645584a1f5924055a8438a35ae8edad50545f677a44ca0aabc480bbc18378175 +size 1456953560 diff --git a/checkpoint-2200/optimizer.bin b/checkpoint-2200/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..78510d954287c4798a4e35e120744a587232e159 --- /dev/null +++ b/checkpoint-2200/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc39c68ee975f425ff22e013918d9aec51a5003bee3f4f11dbb233a15ad2239 +size 741499074 diff --git a/checkpoint-2200/random_states_0.pkl b/checkpoint-2200/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..88b03eaad3178634ca3bea10fa79f0634acfc3c7 --- /dev/null +++ b/checkpoint-2200/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3c0355521f4e43a9028f445605f630384b33d938a71447ec2c5863c63f1404d +size 14408 diff --git a/checkpoint-2200/scheduler.bin b/checkpoint-2200/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..fca16ddc5cb9dce9c5a72858980347b5a26ede72 --- /dev/null +++ b/checkpoint-2200/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a43324503ab1e087b21a6ce7442f2bc49d3e7556a67b2710b4d7e00845f4a4d +size 1000 diff --git a/checkpoint-2400/controlnet/config.json b/checkpoint-2400/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c0d7c5d4e4b30e3bc47c9c5ecb25bf6f11478f97 --- /dev/null +++ b/checkpoint-2400/controlnet/config.json @@ -0,0 +1,57 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.33.0.dev0", + "_name_or_path": "model_out/checkpoint-200", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-2400/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2400/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e1ae20d31f0088899763d9f9271d9d807018d068 --- /dev/null +++ b/checkpoint-2400/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c68ff881d727637f7e72cc533cfd607eb755d8a140a220497d260f570c2afd +size 1456953560 diff --git a/checkpoint-2400/optimizer.bin b/checkpoint-2400/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..45eef66f8b1689979eabfe9a594e57618e139b99 --- /dev/null +++ b/checkpoint-2400/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed8b341fed68f7522a5daaf00befd45044ebf0e8951b6bfae0f5a4312e400889 +size 741499074 diff --git a/checkpoint-2400/random_states_0.pkl b/checkpoint-2400/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..2fd9359be945ffd370afd5957f8bbd9c066a3cc7 --- /dev/null +++ b/checkpoint-2400/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f5606bacb7f792ca1347b54ddddb75910a4211cd7460aa900a4dd96ef4504c4 +size 14408 diff --git a/checkpoint-2400/scheduler.bin b/checkpoint-2400/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d25ac2af4eec65a0372e34dad46ac494abb15e27 --- /dev/null +++ b/checkpoint-2400/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa64fab8606b0c89e5ea76e7d054b6f28a6a974a96bd00521c254eb29ec84d9 +size 1000 diff --git a/checkpoint-2600/controlnet/config.json b/checkpoint-2600/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c0d7c5d4e4b30e3bc47c9c5ecb25bf6f11478f97 --- /dev/null +++ b/checkpoint-2600/controlnet/config.json @@ -0,0 +1,57 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.33.0.dev0", + "_name_or_path": "model_out/checkpoint-200", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-2600/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2600/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..75119c143d3aa7effa14057c88168306f05b3eda --- /dev/null +++ b/checkpoint-2600/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf714bc199984863c23088214cf7879b33cf80a8f1e150c3707257596bcf48ba +size 1456953560 diff --git a/checkpoint-2600/optimizer.bin b/checkpoint-2600/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9fd9d2548390504bdeae14fb9cb7d5f9bb210b2d --- /dev/null +++ b/checkpoint-2600/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d652339e194bdf2bc6a204dbdc954ca22ee3fdcde1a24ff476756316b18eba22 +size 741499074 diff --git a/checkpoint-2600/random_states_0.pkl b/checkpoint-2600/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..2b02aa6fdb7dc006b81374bf17c29f2872cd8982 --- /dev/null +++ b/checkpoint-2600/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41f656844f2de72549dcbb48089a1173ca16037f6dc31d83b979e4b745dcf2ac +size 14408 diff --git a/checkpoint-2600/scheduler.bin b/checkpoint-2600/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..5f90288b388ecc0c7b59536371e8eee3a8cfacf5 --- /dev/null +++ b/checkpoint-2600/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:731bf3b42ddcd4303b91f3421288c7ee2a22689640e15fd73f093a71bd671cbf +size 1000 diff --git a/checkpoint-400/controlnet/config.json b/checkpoint-400/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c0d7c5d4e4b30e3bc47c9c5ecb25bf6f11478f97 --- /dev/null +++ b/checkpoint-400/controlnet/config.json @@ -0,0 +1,57 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.33.0.dev0", + "_name_or_path": "model_out/checkpoint-200", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-400/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-400/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ca51cfff18eb9fcc1882284d9dc8892d66d453cf --- /dev/null +++ b/checkpoint-400/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db0bcfe88aab0fdea942f174cf45eb8b35bda05ce1e62f9f0c14a3e4f4c3cb8 +size 1456953560 diff --git a/checkpoint-400/optimizer.bin b/checkpoint-400/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d24181e3f49d3c5c92f41cb66d5d94a241daf200 --- /dev/null +++ b/checkpoint-400/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:142b6a8c20b2560a6579b59157ff69ed840785491b4a3a24ad23d616318f8a70 +size 741499074 diff --git a/checkpoint-400/random_states_0.pkl b/checkpoint-400/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..40f66cfc2f9e612854742ff6ac9e31270d70b7dc --- /dev/null +++ b/checkpoint-400/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eecd7735c461e8bf55a22307b7b9c104721d553c44ef58f4cda41df8450ff96c +size 14408 diff --git a/checkpoint-400/scheduler.bin b/checkpoint-400/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a01f9b4352f443a17d0cf10bb4c9dfc5ed62d4b8 --- /dev/null +++ b/checkpoint-400/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b123620fe8afa9519a3e029f1a335b7ee360a41a441ab984dc27080c953e2d2e +size 1000 diff --git a/checkpoint-600/controlnet/config.json b/checkpoint-600/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c0d7c5d4e4b30e3bc47c9c5ecb25bf6f11478f97 --- /dev/null +++ b/checkpoint-600/controlnet/config.json @@ -0,0 +1,57 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.33.0.dev0", + "_name_or_path": "model_out/checkpoint-200", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-600/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-600/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8f540904cfbe6298799464bde736873d3b60cca7 --- /dev/null +++ b/checkpoint-600/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a1fb50e05cf332fb2b419d78091857d3d9f961cfe5d98a2ee3bbd05397e125e +size 1456953560 diff --git a/checkpoint-600/optimizer.bin b/checkpoint-600/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..18429b1734b5b7a068e627a7c12efc84f7f5bf7e --- /dev/null +++ b/checkpoint-600/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f8bffe6a9c7bec51ad362f1e9bd239e42cbe7c7bbb661f05629da658ed99e6 +size 741499074 diff --git a/checkpoint-600/random_states_0.pkl b/checkpoint-600/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..61c67eb6ed6d2a8d1d96f15c9ad5552c83a6d911 --- /dev/null +++ b/checkpoint-600/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a807ba7bbb402e415ff63fdc1df1dfbd263f90de059bbe11f401d05f7b57f5 +size 14344 diff --git a/checkpoint-600/scheduler.bin b/checkpoint-600/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..0f81b2a35f3ebc57e3ecef96ea0f63149783a5f3 --- /dev/null +++ b/checkpoint-600/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ccc3dc72d8a6053f01cc7210fd08121c69d33fe0c34be5cfef44815bc58f6ee +size 1000 diff --git a/checkpoint-800/controlnet/config.json b/checkpoint-800/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c0d7c5d4e4b30e3bc47c9c5ecb25bf6f11478f97 --- /dev/null +++ b/checkpoint-800/controlnet/config.json @@ -0,0 +1,57 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.33.0.dev0", + "_name_or_path": "model_out/checkpoint-200", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/checkpoint-800/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-800/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7dde220765c9a13ac30a0ce8c2010d776dd98934 --- /dev/null +++ b/checkpoint-800/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dc98329a432b4a7d97aa3dc2c114df7d24cf4d2e58bca0b289dbc4312b1ca78 +size 1456953560 diff --git a/checkpoint-800/optimizer.bin b/checkpoint-800/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..0557d04fcdf0fd6e5b81e2ba1ff8e50b05104a36 --- /dev/null +++ b/checkpoint-800/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d87bcd100f68eb40de7aecd17801ad693e4ff97a1076851f84b103dc1cbaf2 +size 741499074 diff --git a/checkpoint-800/random_states_0.pkl b/checkpoint-800/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..eb121c9f350883c6f6e4f13bde29b7e0416b408a --- /dev/null +++ b/checkpoint-800/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bc181b79b321711cdb31dbdf02672c0e4830d15b5c832d74db93072e754f1f0 +size 14344 diff --git a/checkpoint-800/scheduler.bin b/checkpoint-800/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..cdfb0796c398dca966003b60db98dd20ed06c004 --- /dev/null +++ b/checkpoint-800/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de8485957094a6671611f6bacf364facd787b5bfb770e191045792afedb5d0e9 +size 1000 diff --git a/config.json b/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c0d7c5d4e4b30e3bc47c9c5ecb25bf6f11478f97 --- /dev/null +++ b/config.json @@ -0,0 +1,57 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.33.0.dev0", + "_name_or_path": "model_out/checkpoint-200", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": [ + 5, + 10, + 20, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "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, + "encoder_hid_dim": null, + "encoder_hid_dim_type": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "global_pool_conditions": false, + "in_channels": 4, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_attention_heads": null, + "num_class_embeds": null, + "only_cross_attention": false, + "projection_class_embeddings_input_dim": null, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": 1, + "upcast_attention": false, + "use_linear_projection": true +} diff --git a/diffusion_pytorch_model.safetensors b/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..f51f9ae4c001f32999377437f774cf8cb7770953 --- /dev/null +++ b/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb3a0e4898cd962fbb0cf5191ec9d3cbc4372e5650c58dbd10c51460afaf0ef3 +size 1456953560 diff --git a/image_control.png b/image_control.png new file mode 100644 index 0000000000000000000000000000000000000000..54087e193b9abb2bee9fdcb0954c634f2f4f8fc0 --- /dev/null +++ b/image_control.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae1803f9d6450de522aa7560082357c0272146c782bce49b9acc39b1094443a5 +size 106253 diff --git a/images_0.png b/images_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e54e9b45d717ace0e52a1c69619fa3bcc1277267 --- /dev/null +++ b/images_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97fa547a3546f000a6edaf5d26179a26edd4a278c5e5c300f7bcbd10b33d9347 +size 5183014 diff --git a/images_1.png b/images_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f67f78321b31050a96474228820a4bb5285bbb60 --- /dev/null +++ b/images_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bff927151e2b506a78e2be964280db721aaff50bbd9b16fae8bb8c107a006ac9 +size 5389102 diff --git a/images_2.png b/images_2.png new file mode 100644 index 0000000000000000000000000000000000000000..b8c1721d20505b3f61e9c7227b9216b205b856e5 --- /dev/null +++ b/images_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2d2381bba1d0d49112443dd797eba739188baa8679b1fc067fde84223c15a5 +size 4457794