diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..eb4d0b51eac23f796fb1b7cc79c69d34a6cf2dac --- /dev/null +++ b/README.md @@ -0,0 +1,39 @@ +--- +base_model: runwayml/stable-diffusion-v1-5 +library_name: diffusers +license: creativeml-openrail-m +inference: true +tags: +- stable-diffusion +- stable-diffusion-diffusers +- text-to-image +- diffusers +- controlnet +- diffusers-training +--- + + + + +# controlnet-aqhareus/controlnet-floorplan-topdown + +These are controlnet weights trained on runwayml/stable-diffusion-v1-5 with new type of conditioning. + + + +## 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..5afa0eb79ba9d8ac2a13bb3bd2439a25e1a6da28 --- /dev/null +++ b/checkpoint-1000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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": false +} diff --git a/checkpoint-1000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..573769616226f1751dd87ffe4aeb98f432277b26 --- /dev/null +++ b/checkpoint-1000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f40679447f0769ee2c2314c1435eddf3e231f16f869e648daad381248eb111 +size 1445157120 diff --git a/checkpoint-1000/optimizer.bin b/checkpoint-1000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..f4796b74ebcac801e222f84d3cb90a7b53644e32 --- /dev/null +++ b/checkpoint-1000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9fc27115e0513237cffbc2809defecd44b81e239bd4621ab27b644b03c82f35 +size 2890518943 diff --git a/checkpoint-1000/random_states_0.pkl b/checkpoint-1000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..7c3c59c985bac0ecd472dfee799da65b828d67fb --- /dev/null +++ b/checkpoint-1000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:013e1b60f31684df60d8569b691ff30c3bcd6220dbe2a8fd572d762af885c2d6 +size 14757 diff --git a/checkpoint-1000/scaler.pt b/checkpoint-1000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..0405b11307032f43fcf2212da19c52823cc01ac4 --- /dev/null +++ b/checkpoint-1000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ae2a2128444abab378aa06c09a61a84665f758fcc19fc46f5789b0bc1b5665 +size 1383 diff --git a/checkpoint-1000/scheduler.bin b/checkpoint-1000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..ddea5734d8789969e88a9aa01d28faa6562b41bc --- /dev/null +++ b/checkpoint-1000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2aac69e1ee23b8d1d52b5f082f1356a0597f550d6f551bb2dd8c9f72341e373 +size 1401 diff --git a/checkpoint-1200/controlnet/config.json b/checkpoint-1200/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..5afa0eb79ba9d8ac2a13bb3bd2439a25e1a6da28 --- /dev/null +++ b/checkpoint-1200/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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": false +} diff --git a/checkpoint-1200/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1200/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..dc3e57a2bec37fc0e19b85024e9cbc5b5ffe78e4 --- /dev/null +++ b/checkpoint-1200/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:659406e61d447f1f2b0da0c33a1739a1ae751744038d66136b870068dda92963 +size 1445157120 diff --git a/checkpoint-1200/optimizer.bin b/checkpoint-1200/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..186b321bd14827a60a68ebcbba71cec0e3167f3b --- /dev/null +++ b/checkpoint-1200/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29eac1dcfa64c6c74d4c0eb12ac84d4e66048f7ef92b71a92e527d86ee77ebbd +size 2890518943 diff --git a/checkpoint-1200/random_states_0.pkl b/checkpoint-1200/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..d914e87ad50625a57218519d04f3746bafe7ec21 --- /dev/null +++ b/checkpoint-1200/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c45623b221a260ec79f16d74b6309a7f60c04eda9b785b06c3438d1d72ef386 +size 14757 diff --git a/checkpoint-1200/scaler.pt b/checkpoint-1200/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..3529b9e1021ddc95e3af7b2d72233fab602a2d19 --- /dev/null +++ b/checkpoint-1200/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18783150ac09b6b81cea5af47876a10bfe5f36c3d76aca4ffce5382bdfaf7b28 +size 1383 diff --git a/checkpoint-1200/scheduler.bin b/checkpoint-1200/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..0d0c1fe819dd76b3100bd272a4465daeea476601 --- /dev/null +++ b/checkpoint-1200/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b413aa4be95be7e1cd01a72f51be1d04a24e98f2567a2eb744b1af54c4a6d5b7 +size 1401 diff --git a/checkpoint-1400/controlnet/config.json b/checkpoint-1400/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..5afa0eb79ba9d8ac2a13bb3bd2439a25e1a6da28 --- /dev/null +++ b/checkpoint-1400/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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": false +} diff --git a/checkpoint-1400/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1400/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..53596bbaf0e40c3be542b810c618279d9f119d28 --- /dev/null +++ b/checkpoint-1400/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a0df2179e203d3d9a80eaa24ebb57b5afd74dc2bc8af5caa1f36de3de9549f +size 1445157120 diff --git a/checkpoint-1400/optimizer.bin b/checkpoint-1400/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6c952e223362be65d32fd361a1a33b58eb1adfdb --- /dev/null +++ b/checkpoint-1400/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abdbe7612a875c7e24770352bd8a4d9265301004c4e49f2bfc21e803c64a4e64 +size 2890518943 diff --git a/checkpoint-1400/random_states_0.pkl b/checkpoint-1400/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..9f46264393d16c7b707a9431e16a560d8e80063c --- /dev/null +++ b/checkpoint-1400/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b5075f391dd746aa0f7f0170312bbf2ea6da956a3eb5201003afc85c55f1b55 +size 14757 diff --git a/checkpoint-1400/scaler.pt b/checkpoint-1400/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..771c8c66eda07450c5e8f7c75d9e5ae21d649919 --- /dev/null +++ b/checkpoint-1400/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b03c8c40e45be48b5956b82e1abb2c1ec5641f4fc77e6fdec0942a77964500 +size 1383 diff --git a/checkpoint-1400/scheduler.bin b/checkpoint-1400/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..88920f161e8de528fdacb629843bf9f0f52f4cd7 --- /dev/null +++ b/checkpoint-1400/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f37bc84ba434a953ce88fe3b456732b015176f0fc9322d93c4732b62848550 +size 1401 diff --git a/checkpoint-1600/controlnet/config.json b/checkpoint-1600/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..5afa0eb79ba9d8ac2a13bb3bd2439a25e1a6da28 --- /dev/null +++ b/checkpoint-1600/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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": false +} diff --git a/checkpoint-1600/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1600/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..16c7d2a9ffa913e4dc5778aed90f0e9d23959b66 --- /dev/null +++ b/checkpoint-1600/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3bceb854d7eab5c1391d1681787aec74107d049e80868244c20ddc83c979f37 +size 1445157120 diff --git a/checkpoint-1600/optimizer.bin b/checkpoint-1600/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e4a0121d9955ece9a21e68890d0878b4b6d80f6c --- /dev/null +++ b/checkpoint-1600/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:817118a02b574a4e0f442d9dc7bfc20565789a0ad3704f0e14515e543d2277c4 +size 2890518943 diff --git a/checkpoint-1600/random_states_0.pkl b/checkpoint-1600/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..979efb5940ab199a0ad31998ca422b1ae27dfa5d --- /dev/null +++ b/checkpoint-1600/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99e842763eb74a57f494ab85915e0521adccba1a0ec75de5070f8baf0934caea +size 14821 diff --git a/checkpoint-1600/scaler.pt b/checkpoint-1600/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..9b178f72ab5bf4b7b9bfecce5af17ade78d93239 --- /dev/null +++ b/checkpoint-1600/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e4420338904222790575638e536e5d59f25756f58070a9dfc3e73602e7fbef5 +size 1383 diff --git a/checkpoint-1600/scheduler.bin b/checkpoint-1600/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..473bc2641e7b1e818d7827d808e65671cb1b6894 --- /dev/null +++ b/checkpoint-1600/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f76371afb01c6341db39981a55e8851c7f311bd02917de1142b1baa8fd53252 +size 1401 diff --git a/checkpoint-1800/controlnet/config.json b/checkpoint-1800/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..5afa0eb79ba9d8ac2a13bb3bd2439a25e1a6da28 --- /dev/null +++ b/checkpoint-1800/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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": false +} diff --git a/checkpoint-1800/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1800/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..33cd1f51a3ba9352db9506d2dc77459b3fac117b --- /dev/null +++ b/checkpoint-1800/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ae139c27d87c1b63cd32ba42b3584c3b4385a850fcd0a72c2b5781cc64dc16 +size 1445157120 diff --git a/checkpoint-1800/optimizer.bin b/checkpoint-1800/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..bc91d9a851cd522f59c9bc4457d00a9183066644 --- /dev/null +++ b/checkpoint-1800/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3973c267030f0f96018b453debfc980a6814289338154e149be780a582987935 +size 2890518943 diff --git a/checkpoint-1800/random_states_0.pkl b/checkpoint-1800/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ff5017e1753242cc1ed05e35ad724effbe1e40bb --- /dev/null +++ b/checkpoint-1800/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ed2a73fb8e1a7d1fe441610ea0e9e47a05b786af795f3b4de7550e1f5c4426 +size 14757 diff --git a/checkpoint-1800/scaler.pt b/checkpoint-1800/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..b53b2657eb911de2ffce3990fb65099310727186 --- /dev/null +++ b/checkpoint-1800/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa0408efb69cab96d5bab9a1aaf44cedbc9fc8d34f4cef378d81605e5c026d5c +size 1383 diff --git a/checkpoint-1800/scheduler.bin b/checkpoint-1800/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..67a37d4e58ffc3d5e13a6ec6b464601a06a0e35d --- /dev/null +++ b/checkpoint-1800/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591ec26559beaf0e43abaaa8ec9e4a7c5e1491d2634e77d81d5732aa3e1441d6 +size 1401 diff --git a/checkpoint-200/controlnet/config.json b/checkpoint-200/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..5afa0eb79ba9d8ac2a13bb3bd2439a25e1a6da28 --- /dev/null +++ b/checkpoint-200/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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": false +} diff --git a/checkpoint-200/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-200/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..25cd02b3218db530e73bbff766be9271fec954ef --- /dev/null +++ b/checkpoint-200/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56298dad4ccbf8c41e358368e2e85eb46445c80b9b9b3bffd2f7f0cb1e42a333 +size 1445157120 diff --git a/checkpoint-200/optimizer.bin b/checkpoint-200/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6e1d0eb72d747f994e0c7d3869bc98a4c4019fdf --- /dev/null +++ b/checkpoint-200/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:475c05c04239462458aba8094e1165f8480b4ee5a5503352021e6b8c0d985fc2 +size 2890518943 diff --git a/checkpoint-200/random_states_0.pkl b/checkpoint-200/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..68be3a65a86ca50ed99096dd2cd0fe193b18f4f0 --- /dev/null +++ b/checkpoint-200/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09893c8f7ac0489a866880b9c25d806d8827201e28aaad4678f848d52fe7452b +size 14757 diff --git a/checkpoint-200/scaler.pt b/checkpoint-200/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..dce3572b315210d751b935f42f897c650110e0c7 --- /dev/null +++ b/checkpoint-200/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:124625e167eb28acbfc793cfcb3e8a08b32e7fea06501462bc9e420a5e1beb2a +size 1383 diff --git a/checkpoint-200/scheduler.bin b/checkpoint-200/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..738ed882d3971a974db30215d8074af9b36b618d --- /dev/null +++ b/checkpoint-200/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad2f7df829a86720fa7aa89af7ba47ed1a97d3364ab00db2ea4bcf239bdfa2a5 +size 1401 diff --git a/checkpoint-2000/controlnet/config.json b/checkpoint-2000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..5afa0eb79ba9d8ac2a13bb3bd2439a25e1a6da28 --- /dev/null +++ b/checkpoint-2000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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": false +} diff --git a/checkpoint-2000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..85df9424a8ceedcc78f42abb669704d73c99e7b8 --- /dev/null +++ b/checkpoint-2000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82a6796cd4f1d289a9c63305bf5e052a399834f9bf9e1b5556238420c4548a3 +size 1445157120 diff --git a/checkpoint-2000/optimizer.bin b/checkpoint-2000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..45c5236a62477568e7f424332c75b92e333e26c1 --- /dev/null +++ b/checkpoint-2000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4ff7f0ac2f67a551bb7203330d68ccf67cc5bfc678cc671fb03a9b49b7b7e33 +size 2890518943 diff --git a/checkpoint-2000/random_states_0.pkl b/checkpoint-2000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..1d0e30def19c42def22284d9dfec987d07f57f9f --- /dev/null +++ b/checkpoint-2000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b585ede815abc7c83db6b66dc4a497f44806a60739501743b5551f423ffe2f2 +size 14757 diff --git a/checkpoint-2000/scaler.pt b/checkpoint-2000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..05c642874425671923b2af80a1aa6317e758b492 --- /dev/null +++ b/checkpoint-2000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4aa03f6e0cd07cf67ce1fbe3101d545f5771ef9148b9debf02b11cf6948da5c +size 1383 diff --git a/checkpoint-2000/scheduler.bin b/checkpoint-2000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..83f36dc4d258284109a903fc83aa60719e1f06fd --- /dev/null +++ b/checkpoint-2000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0729ac95eaaf663f839737121c12832760acf4dc672feab56159d7d9fe45180 +size 1401 diff --git a/checkpoint-2200/controlnet/config.json b/checkpoint-2200/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..5afa0eb79ba9d8ac2a13bb3bd2439a25e1a6da28 --- /dev/null +++ b/checkpoint-2200/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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": false +} diff --git a/checkpoint-2200/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2200/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..be37e8abb9341e4392dfc73c7cb3ac039187a656 --- /dev/null +++ b/checkpoint-2200/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f454d817125069e0aa3329cbbcc6397c820679fd64ffab0bc1052d5c12dffab +size 1445157120 diff --git a/checkpoint-2200/optimizer.bin b/checkpoint-2200/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..4ee7c1aa11a8bd7ee9f934476210057d62d088c0 --- /dev/null +++ b/checkpoint-2200/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b59e8dd65de6e93bd542751d814307cdd70fdea65f74f2dbe1c1c897dc95674f +size 2890518943 diff --git a/checkpoint-2200/random_states_0.pkl b/checkpoint-2200/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..264f01b17f09a5e35de357a063e058271989072e --- /dev/null +++ b/checkpoint-2200/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:741a1a2110bc8be28d6aa53b94fbff39f7b4353fd840e8907afa7a7c90739908 +size 14757 diff --git a/checkpoint-2200/scaler.pt b/checkpoint-2200/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..aec0bc69348cfd6187a712348321e0913de17cc5 --- /dev/null +++ b/checkpoint-2200/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f6829e47549862e022b4eedf087cf81394f448150e958ad6663988076bf8691 +size 1383 diff --git a/checkpoint-2200/scheduler.bin b/checkpoint-2200/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..5590b34cc41ac453bdf0960a870b4270575430d9 --- /dev/null +++ b/checkpoint-2200/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:189e61fc2c7b5a00f9a1322530c31f6a5754305be67bd382eda6bf3781025e3e +size 1401 diff --git a/checkpoint-2400/controlnet/config.json b/checkpoint-2400/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..5afa0eb79ba9d8ac2a13bb3bd2439a25e1a6da28 --- /dev/null +++ b/checkpoint-2400/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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": false +} diff --git a/checkpoint-2400/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2400/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..9ca41b6285174724f84a76ab5006a212abf38b01 --- /dev/null +++ b/checkpoint-2400/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb6f39c5dc62e61aa3d123d4a73bba713b0a37c928f49dd17de4a3fe45815966 +size 1445157120 diff --git a/checkpoint-2400/optimizer.bin b/checkpoint-2400/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2f0efdaa2b5ce49751c5916514291a2432f4cac2 --- /dev/null +++ b/checkpoint-2400/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff334dd0e409df6c18538f0ccac2a27ca5096fca00f6e98c94581f2fdc105b7 +size 2890518943 diff --git a/checkpoint-2400/random_states_0.pkl b/checkpoint-2400/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..5b1fcff227383bba0c9ee3ee3d02b391b5250e0d --- /dev/null +++ b/checkpoint-2400/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f6d51bc94dca861ae4ddc432b6221cd752ee293618647cd9ac8a02c85b6e8e +size 14757 diff --git a/checkpoint-2400/scaler.pt b/checkpoint-2400/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..c83c039e83183ab3a0678557983f51465fbdff40 --- /dev/null +++ b/checkpoint-2400/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da7c5085795b13d2bf0030671cbddb9f62ae43221bf1424a3830d4cf8c19012 +size 1383 diff --git a/checkpoint-2400/scheduler.bin b/checkpoint-2400/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..9a52e965fd731f980e044bc62518c4b00a27dd49 --- /dev/null +++ b/checkpoint-2400/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54046565d17efee9f7c2a5f7494a7781e834927745b666011ae4400d37b50195 +size 1401 diff --git a/checkpoint-2600/controlnet/config.json b/checkpoint-2600/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..5afa0eb79ba9d8ac2a13bb3bd2439a25e1a6da28 --- /dev/null +++ b/checkpoint-2600/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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": false +} diff --git a/checkpoint-2600/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2600/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..1dd5a8ba20093388e80f2655ddc0988c38cdda4e --- /dev/null +++ b/checkpoint-2600/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3677b5ab0ef41567ff5420537f0f107ffc30c4b5a700369973b080f106542f04 +size 1445157120 diff --git a/checkpoint-2600/optimizer.bin b/checkpoint-2600/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..4dac42afb3f3faaa4c126f71ef5ffe0feb22ece8 --- /dev/null +++ b/checkpoint-2600/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4f2a876849fda5ef1ef608809a9c3e842c55870e443475001b3da8f94c10e7d +size 2890518943 diff --git a/checkpoint-2600/random_states_0.pkl b/checkpoint-2600/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..7466873911baada4ad4d2a6df59a1fdbad06ac1d --- /dev/null +++ b/checkpoint-2600/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:736172cfa1dc0de362a36cfaf5f7fda0357e6d9901b26a26a6cd60dd4a5c69ee +size 14757 diff --git a/checkpoint-2600/scaler.pt b/checkpoint-2600/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..ccd4d6c3dec64b15df3788d90d064a6707b67cb5 --- /dev/null +++ b/checkpoint-2600/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aea2b6a5675bb9dc7d6d847844f168cbc539a3493d586a8e2634d29c173b0f88 +size 1383 diff --git a/checkpoint-2600/scheduler.bin b/checkpoint-2600/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..68c9510928fcd8d3da838d8f2069ca526f6849da --- /dev/null +++ b/checkpoint-2600/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b8003559535c7cd9de6b70a7bd7e4949608257f653e0fd5dab67d1096fef49 +size 1401 diff --git a/checkpoint-2800/controlnet/config.json b/checkpoint-2800/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..5afa0eb79ba9d8ac2a13bb3bd2439a25e1a6da28 --- /dev/null +++ b/checkpoint-2800/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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": false +} diff --git a/checkpoint-2800/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2800/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..89d124facbe2f699d9230349190b745ce9af1faf --- /dev/null +++ b/checkpoint-2800/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a0ec401a02cf04cc0e9456ef5d3b5a571805dfbf15036d31fb1ab3f7af40c40 +size 1445157120 diff --git a/checkpoint-2800/optimizer.bin b/checkpoint-2800/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..39cba6cecd23e3fd521b5dd90dc0719622689a7d --- /dev/null +++ b/checkpoint-2800/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c130f6fdc5b478b01b568c37e4532643cce5a98cb5352574bf1629e9441beb2a +size 2890518943 diff --git a/checkpoint-2800/random_states_0.pkl b/checkpoint-2800/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e00a68fac98acbf32b5e49ed8c644c5f8a1ddad3 --- /dev/null +++ b/checkpoint-2800/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ddc2848861cbc6c0c6c3a0d731eb26fef8c11a9984d48d9ddc0b6759314a7ae +size 14757 diff --git a/checkpoint-2800/scaler.pt b/checkpoint-2800/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..296aacb0b0d6634077c967c642b012a176b18f0f --- /dev/null +++ b/checkpoint-2800/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:091185d50211af5c59ac65d06f51cb55a1ff4a1312de54456a306e4731eb1fa7 +size 1383 diff --git a/checkpoint-2800/scheduler.bin b/checkpoint-2800/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..be952aee3ad67fadac113a8c77ebfaea420c069d --- /dev/null +++ b/checkpoint-2800/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45b0357fc0e0f7a5cffa629f3a435adf6eca871e4f1e2e242f642d2f80e996e5 +size 1401 diff --git a/checkpoint-3000/controlnet/config.json b/checkpoint-3000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..5afa0eb79ba9d8ac2a13bb3bd2439a25e1a6da28 --- /dev/null +++ b/checkpoint-3000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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": false +} diff --git a/checkpoint-3000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-3000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8cd3a832a50bbe77cb4adc572afcea6baa8d656a --- /dev/null +++ b/checkpoint-3000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e7d2a60e132815e16149ed032ac0f973d06066bc9d08941bd333038178bc52 +size 1445157120 diff --git a/checkpoint-3000/optimizer.bin b/checkpoint-3000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..ff3a153645fb22fbc0a880fa0ebd7dfb6c501b5b --- /dev/null +++ b/checkpoint-3000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d36c5087f3c78cee024572dd0717fe1f886b05f3f2b0abbcf7ac0815125bb3 +size 2890518943 diff --git a/checkpoint-3000/random_states_0.pkl b/checkpoint-3000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..1aa7972497c6e56699cee398338ca7f860938504 --- /dev/null +++ b/checkpoint-3000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf665ad8437b46343a20779fcaa9669a7fd112432285828e65872b7a1c408393 +size 14821 diff --git a/checkpoint-3000/scaler.pt b/checkpoint-3000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..84673265a8f8292da7ed0b31c5c2f284eeb9ab95 --- /dev/null +++ b/checkpoint-3000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac1c46a2776d12775d23d0f587efc112188137ce2140da35bc15d301c9f620e +size 1383 diff --git a/checkpoint-3000/scheduler.bin b/checkpoint-3000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..edd24b9b66dbf9f78a4100cd7979952cfbfdd544 --- /dev/null +++ b/checkpoint-3000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e67af51316dff9c7c9219ca8b2a931f80775abefcf93d7a3a35f4907a5b719a +size 1401 diff --git a/checkpoint-400/controlnet/config.json b/checkpoint-400/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..5afa0eb79ba9d8ac2a13bb3bd2439a25e1a6da28 --- /dev/null +++ b/checkpoint-400/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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": false +} diff --git a/checkpoint-400/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-400/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e60540a480ec06e02917859d7a7ad9dc4cc9ebd8 --- /dev/null +++ b/checkpoint-400/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e198b5fda1745033ce8b1411ee5c6c83064894025b6dbfe53e7ae4204e6e9237 +size 1445157120 diff --git a/checkpoint-400/optimizer.bin b/checkpoint-400/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c7bba68f8cff30f2ae9ff5b30d7de4bea87a99b0 --- /dev/null +++ b/checkpoint-400/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f2c7a9204079cc0612b07bdc3790f5f32c04985588afbf792fc09433c6aae2e +size 2890518943 diff --git a/checkpoint-400/random_states_0.pkl b/checkpoint-400/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0a43d47da8c4358d37009b08b0c2245e1085a7d3 --- /dev/null +++ b/checkpoint-400/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e519bbc2a8ef47b932a611dbd76b0a07d30cfc303c0dbcef62cd80c4a2269f +size 14821 diff --git a/checkpoint-400/scaler.pt b/checkpoint-400/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..0b0bfee2584fa7aba2e3ab882380cdc54add60e0 --- /dev/null +++ b/checkpoint-400/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30858f23bcb22d0baef45bd4add9d6fa474141308c12653c706077b87d932e49 +size 1383 diff --git a/checkpoint-400/scheduler.bin b/checkpoint-400/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a0e1ae81fb35ae0e2f1607553e292256d6685897 --- /dev/null +++ b/checkpoint-400/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa59176d18ae18ecbf35ea8ab22e0fac8f89bca32bd14f496c83fb44519e94e7 +size 1401 diff --git a/checkpoint-600/controlnet/config.json b/checkpoint-600/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..5afa0eb79ba9d8ac2a13bb3bd2439a25e1a6da28 --- /dev/null +++ b/checkpoint-600/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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": false +} diff --git a/checkpoint-600/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-600/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..39510d77590804fb6086b569b83d6af4cf57112b --- /dev/null +++ b/checkpoint-600/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59dbe1488fc98513fccfdfdfee0c96381a42fc45e8fa4a323e6e489823a6bb8d +size 1445157120 diff --git a/checkpoint-600/optimizer.bin b/checkpoint-600/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..f246c2e9797a4929ddae4ca210c1d90eeba848e4 --- /dev/null +++ b/checkpoint-600/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4457d60dccdf59b3a8d360ba5c0f73bb60ed549c6023b5cc749be724a6637cc0 +size 2890518943 diff --git a/checkpoint-600/random_states_0.pkl b/checkpoint-600/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..cd2b8eb8bb23aef83e97c2425911a56a60fcdda5 --- /dev/null +++ b/checkpoint-600/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8541df1774786c4dc387e66b760b2ff7367c04b236d385f1e1dacbbf4dea7ccd +size 14821 diff --git a/checkpoint-600/scaler.pt b/checkpoint-600/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..5154a9cfd1277595e46351427d1764f0d17368e1 --- /dev/null +++ b/checkpoint-600/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb7fde5111803012042c93a73aa191336bb6e10b3ad44f6bd1d94fc7008a22b6 +size 1383 diff --git a/checkpoint-600/scheduler.bin b/checkpoint-600/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..555257ced993507fa45305fb25f6300354b914ef --- /dev/null +++ b/checkpoint-600/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:517dc0b030ec712f624e98f40032193f9b00eff2b65b693b7e7affb84712912b +size 1401 diff --git a/checkpoint-800/controlnet/config.json b/checkpoint-800/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..5afa0eb79ba9d8ac2a13bb3bd2439a25e1a6da28 --- /dev/null +++ b/checkpoint-800/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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": false +} diff --git a/checkpoint-800/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-800/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..74a44ce058d525758477a37b45464679a23c74de --- /dev/null +++ b/checkpoint-800/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c42def3e5997f8e011612b29f218db209e88beb882809a557fb342ccdcca35a3 +size 1445157120 diff --git a/checkpoint-800/optimizer.bin b/checkpoint-800/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..3a44ab02051acf56e5011398508fa3c81ee9436f --- /dev/null +++ b/checkpoint-800/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3bc1e7f7aed09fe1b9f6d06a1d754aedb76fdaff581e409e9969324d20b818a +size 2890518943 diff --git a/checkpoint-800/random_states_0.pkl b/checkpoint-800/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..d229467e094d2d23debb8403ba3475d08c3510a8 --- /dev/null +++ b/checkpoint-800/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16310b20758fe50b4c0decacccc967d0d98af0954c02c217b5814bb0e151b74d +size 14757 diff --git a/checkpoint-800/scaler.pt b/checkpoint-800/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..d00b69a7cf9d97a806097c96fd3a5101140e2b7d --- /dev/null +++ b/checkpoint-800/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fef122931c86c2d2736773be787da21ac6460d41580735381e953556fb410be +size 1383 diff --git a/checkpoint-800/scheduler.bin b/checkpoint-800/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f2b51e4953d95c6d9d90c56b0c719c6c507a276c --- /dev/null +++ b/checkpoint-800/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2e04b4b2a081b8c5f1f639d8395d6250653dd087b3aaf3dbfb669abcd5fd4d +size 1401 diff --git a/config.json b/config.json new file mode 100644 index 0000000000000000000000000000000000000000..5afa0eb79ba9d8ac2a13bb3bd2439a25e1a6da28 --- /dev/null +++ b/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.37.0.dev0", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": null, + "attention_head_dim": 8, + "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": 768, + "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": false +} diff --git a/diffusion_pytorch_model.safetensors b/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8cd3a832a50bbe77cb4adc572afcea6baa8d656a --- /dev/null +++ b/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e7d2a60e132815e16149ed032ac0f973d06066bc9d08941bd333038178bc52 +size 1445157120 diff --git a/logs/train_controlnet/1766757742.0998294/events.out.tfevents.1766757742.2e868a85b693.4299.1 b/logs/train_controlnet/1766757742.0998294/events.out.tfevents.1766757742.2e868a85b693.4299.1 new file mode 100644 index 0000000000000000000000000000000000000000..e91f30b39af5bb43172441cd20bd0dd4aca3d116 --- /dev/null +++ b/logs/train_controlnet/1766757742.0998294/events.out.tfevents.1766757742.2e868a85b693.4299.1 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eafbd9ae5bf4256d788be914296f70e3cb5927594c3e3042a08e50c722874a3 +size 2523 diff --git a/logs/train_controlnet/1766757742.1013463/hparams.yml b/logs/train_controlnet/1766757742.1013463/hparams.yml new file mode 100644 index 0000000000000000000000000000000000000000..b6abee10fc43b04deb2543b5ca5f14d0caceb05f --- /dev/null +++ b/logs/train_controlnet/1766757742.1013463/hparams.yml @@ -0,0 +1,50 @@ +adam_beta1: 0.9 +adam_beta2: 0.999 +adam_epsilon: 1.0e-08 +adam_weight_decay: 0.01 +allow_tf32: false +cache_dir: null +caption_column: captions +checkpointing_steps: 200 +checkpoints_total_limit: null +conditioning_image_column: colors +controlnet_model_name_or_path: null +dataloader_num_workers: 0 +dataset_config_name: null +dataset_name: aqhareus/floorplan-filtered-topdown +enable_xformers_memory_efficient_attention: false +gradient_accumulation_steps: 8 +gradient_checkpointing: true +hub_model_id: aqhareus/controlnet-floorplan-topdown +hub_token: null +image_column: plans +learning_rate: 1.0e-05 +logging_dir: logs +lr_num_cycles: 1 +lr_power: 1.0 +lr_scheduler: constant +lr_warmup_steps: 500 +max_grad_norm: 1.0 +max_train_samples: 800 +max_train_steps: 3000 +mixed_precision: fp16 +num_train_epochs: 30 +num_validation_images: 4 +output_dir: /content/controlnet-floorplan-overnight +pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5 +proportion_empty_prompts: 0 +push_to_hub: true +report_to: tensorboard +resolution: 512 +resume_from_checkpoint: null +revision: null +scale_lr: false +seed: 42 +set_grads_to_none: false +tokenizer_name: null +tracker_project_name: train_controlnet +train_batch_size: 1 +train_data_dir: null +use_8bit_adam: false +validation_steps: 500 +variant: null diff --git a/logs/train_controlnet/events.out.tfevents.1766757742.2e868a85b693.4299.0 b/logs/train_controlnet/events.out.tfevents.1766757742.2e868a85b693.4299.0 new file mode 100644 index 0000000000000000000000000000000000000000..b05d7b55c28c80665107ecfbee094ad235576c23 --- /dev/null +++ b/logs/train_controlnet/events.out.tfevents.1766757742.2e868a85b693.4299.0 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ff346942e01698a29d857d219040b2ae75e9ccc0a7e5566b853ccc1c91242e +size 2014014