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..90178f84eac68b1fd44d171fcfe5e1a0eaa1d0fa --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ + +--- +license: openrail++ +base_model: stabilityai/stable-diffusion-xl-base-1.0 +tags: +- stable-diffusion-xl +- stable-diffusion-xl-diffusers +- text-to-image +- diffusers +- controlnet +inference: true +--- + +# controlnet-alelordelo/workspace + +These are controlnet weights trained on stabilityai/stable-diffusion-xl-base-1.0 with new type of conditioning. + diff --git a/checkpoint-25500/controlnet/config.json b/checkpoint-25500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..569902f31bf394caf73648b382a9976efdeffc34 --- /dev/null +++ b/checkpoint-25500/controlnet/config.json @@ -0,0 +1,57 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "act_fn": "silu", + "addition_embed_type": "text_time", + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": 256, + "attention_head_dim": [ + 5, + 10, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 2048, + "down_block_types": [ + "DownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D" + ], + "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": 2816, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": [ + 1, + 2, + 10 + ], + "upcast_attention": null, + "use_linear_projection": true +} diff --git a/checkpoint-25500/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-25500/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7498b8c48129f4dfd5f7150be1210a2519d5d749 --- /dev/null +++ b/checkpoint-25500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d711cbb3263140ff9fb9df5ae934f8e34813dd2051c622c73ee48c544368e4b3 +size 5004167864 diff --git a/checkpoint-25500/optimizer.bin b/checkpoint-25500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..fe1ea65b9a76305fa1a4ed09b05db301540fc991 --- /dev/null +++ b/checkpoint-25500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a370bd17ff1ebed059e9e0153f734e7d969d4d478e408c223808d3a5a6a7d99 +size 10008841510 diff --git a/checkpoint-25500/random_states_0.pkl b/checkpoint-25500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..9bc5c4c90c3ad35b75efd664c8e33025afc91719 --- /dev/null +++ b/checkpoint-25500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddd986e571ddbee9990ce03096d49804159fde0c227db5d269a4f36e320dfd5e +size 14280 diff --git a/checkpoint-25500/scaler.pt b/checkpoint-25500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..2fe120f9f9c5a418884cd868229495743bc6f367 --- /dev/null +++ b/checkpoint-25500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bee117815f085a2166af8eea3108e071d155b9f14448796d059156c4f582470d +size 988 diff --git a/checkpoint-25500/scheduler.bin b/checkpoint-25500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e390abe6899a366c5d8ffe1246cfe01395f3cfc5 --- /dev/null +++ b/checkpoint-25500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:981dba52405a3fdcd12de58f30e171f5e69f17923ec39ae32385aeac3e0ac6ab +size 1000 diff --git a/checkpoint-26000/controlnet/config.json b/checkpoint-26000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..569902f31bf394caf73648b382a9976efdeffc34 --- /dev/null +++ b/checkpoint-26000/controlnet/config.json @@ -0,0 +1,57 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "act_fn": "silu", + "addition_embed_type": "text_time", + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": 256, + "attention_head_dim": [ + 5, + 10, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 2048, + "down_block_types": [ + "DownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D" + ], + "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": 2816, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": [ + 1, + 2, + 10 + ], + "upcast_attention": null, + "use_linear_projection": true +} diff --git a/checkpoint-26000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-26000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..f9ebb766d82e9035a7546d9aff15841c92bbe66f --- /dev/null +++ b/checkpoint-26000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93bc265192232d30e84a8ac21bd5f7277190a1e8f6491fe8980740cebe2f0f42 +size 5004167864 diff --git a/checkpoint-26000/optimizer.bin b/checkpoint-26000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..369fc1d331aa49dbc58d746e6e0be35443fbe9ad --- /dev/null +++ b/checkpoint-26000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8205e36904680ce3beba77687e05f0dc7435660159755d9e69c17c39a3dcc6ff +size 10008841510 diff --git a/checkpoint-26000/random_states_0.pkl b/checkpoint-26000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b8ac24e5d8bbee802052030744237916c4bbf3ff --- /dev/null +++ b/checkpoint-26000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba6cc154aa14f8ff70829c7b3f819e156b9f39c211e04f3912fa387f4808cddd +size 14280 diff --git a/checkpoint-26000/scaler.pt b/checkpoint-26000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..8a538ad7a7713992ae1d998fbc3472ee398369de --- /dev/null +++ b/checkpoint-26000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdc614a9807128c6c1223479dc55e4d3ce9b4d6eb5652f885a6283d840cf9ce2 +size 988 diff --git a/checkpoint-26000/scheduler.bin b/checkpoint-26000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..48a542a5d2bcc2ebee2391210d2645550e62cf77 --- /dev/null +++ b/checkpoint-26000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7dfcd5cc762e9fcbbee8338835703aaccb0c839ab0bab7d16b18e683ad855ad +size 1000 diff --git a/checkpoint-26500/controlnet/config.json b/checkpoint-26500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..569902f31bf394caf73648b382a9976efdeffc34 --- /dev/null +++ b/checkpoint-26500/controlnet/config.json @@ -0,0 +1,57 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "act_fn": "silu", + "addition_embed_type": "text_time", + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": 256, + "attention_head_dim": [ + 5, + 10, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 2048, + "down_block_types": [ + "DownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D" + ], + "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": 2816, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": [ + 1, + 2, + 10 + ], + "upcast_attention": null, + "use_linear_projection": true +} diff --git a/checkpoint-26500/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-26500/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..66435582601c56cffdcebaa40984dad63bcd4cbc --- /dev/null +++ b/checkpoint-26500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:438d1d33188c163698809a69c1bcd5cbb0649643cf95053c3b1c5feaa30148b5 +size 5004167864 diff --git a/checkpoint-26500/optimizer.bin b/checkpoint-26500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b9d9eed49075c0c1c354394254ce589e1a04653c --- /dev/null +++ b/checkpoint-26500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d7ace72035f452c863a8c19d99d7c831bb5bf49add96a8fc0840aa1541f6c3 +size 10008841510 diff --git a/checkpoint-26500/random_states_0.pkl b/checkpoint-26500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..9208e0b6b638260ca56de28a4cf5f1e4c94b1763 --- /dev/null +++ b/checkpoint-26500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a650e076931feb181925541a8eb91a6cfa4b2a984707bb8a9231efe768ed2b7e +size 14280 diff --git a/checkpoint-26500/scaler.pt b/checkpoint-26500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..6934632ff6e6ab7f9c74c24c8dbdb3c16c9a1149 --- /dev/null +++ b/checkpoint-26500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e405e13d2ce25aa185637a986542e28b0bf7e38e37a758bfaf02e7ad8e31af +size 988 diff --git a/checkpoint-26500/scheduler.bin b/checkpoint-26500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..9d2257030fd211b6e57a622d70206f0a6d81cddb --- /dev/null +++ b/checkpoint-26500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9475978b39410de3fced6a81ec4294f2b0f3d3d5b56f47e6944d0bf6b64c833 +size 1000 diff --git a/checkpoint-27000/controlnet/config.json b/checkpoint-27000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..569902f31bf394caf73648b382a9976efdeffc34 --- /dev/null +++ b/checkpoint-27000/controlnet/config.json @@ -0,0 +1,57 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "act_fn": "silu", + "addition_embed_type": "text_time", + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": 256, + "attention_head_dim": [ + 5, + 10, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 2048, + "down_block_types": [ + "DownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D" + ], + "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": 2816, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": [ + 1, + 2, + 10 + ], + "upcast_attention": null, + "use_linear_projection": true +} diff --git a/checkpoint-27000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-27000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..bc25b0a5654080f1e40cb33150583a3d26d4ea82 --- /dev/null +++ b/checkpoint-27000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c72e4d338113611e2831e089f73b3ca45af08f82fc23fdaa69165e3e159fee +size 5004167864 diff --git a/checkpoint-27000/optimizer.bin b/checkpoint-27000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6ece263983b0353694d39ede8cef88bb898133ce --- /dev/null +++ b/checkpoint-27000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5377c7bd9ddae15893200d20aa0a21f22299fccc9cbe57d0071e27b424063ee +size 10008841510 diff --git a/checkpoint-27000/random_states_0.pkl b/checkpoint-27000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..cad5f2ba6b0518fc3c57e42727a51b00554c35a9 --- /dev/null +++ b/checkpoint-27000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79611c047d8f380415f36a4ce94042c7d216ed15f4aaae6e444704c446fdc697 +size 14280 diff --git a/checkpoint-27000/scaler.pt b/checkpoint-27000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..a6dd3c3c4b0ac2fa6f39fdf262b8dfb7c1bc7af3 --- /dev/null +++ b/checkpoint-27000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:286a574d373521f4a9a869afdf61a294a4645013bebf8c1ed137357d5c876271 +size 988 diff --git a/checkpoint-27000/scheduler.bin b/checkpoint-27000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..5646c7465d171e71e879fed633bcec19acaa94fc --- /dev/null +++ b/checkpoint-27000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3ce17b8980e9d0bc9c21212d8c3db2f28db93b9193a2762032bab8934713950 +size 1000 diff --git a/checkpoint-27500/controlnet/config.json b/checkpoint-27500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..569902f31bf394caf73648b382a9976efdeffc34 --- /dev/null +++ b/checkpoint-27500/controlnet/config.json @@ -0,0 +1,57 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "act_fn": "silu", + "addition_embed_type": "text_time", + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": 256, + "attention_head_dim": [ + 5, + 10, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 2048, + "down_block_types": [ + "DownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D" + ], + "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": 2816, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": [ + 1, + 2, + 10 + ], + "upcast_attention": null, + "use_linear_projection": true +} diff --git a/checkpoint-27500/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-27500/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..2dd942c22808be6e821cdd001a66a333b854e783 --- /dev/null +++ b/checkpoint-27500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b899652725dcee058d29a03854919eb2f6424aa1c9c6321dae8e4e1f435b341b +size 5004167864 diff --git a/checkpoint-27500/optimizer.bin b/checkpoint-27500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..9dcc9208864537ff6fdd84aa60ce49df4d95935d --- /dev/null +++ b/checkpoint-27500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:965237ddd787f93fdd1cccf9b70a3baf4b289edce7ab3564a99116d41eb7e303 +size 10008841510 diff --git a/checkpoint-27500/random_states_0.pkl b/checkpoint-27500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..24fe4df3cc2110b4fac2b4ee8dfe920e9dcf5b9c --- /dev/null +++ b/checkpoint-27500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d41cf13cfae357b16b8b0cf81c033d7fbba4a76c0674b75b9ef07c9f0332da5 +size 14280 diff --git a/checkpoint-27500/scaler.pt b/checkpoint-27500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..cd44021aabbc3f4c02eadd26a8fc4e6431c7eda7 --- /dev/null +++ b/checkpoint-27500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:260c669c061cfcfe82398737a5dfba49889b59574726f39720738a6dc311703c +size 988 diff --git a/checkpoint-27500/scheduler.bin b/checkpoint-27500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..5b28b9b732e7dbfec1b500bc98d9d1f9075af1f9 --- /dev/null +++ b/checkpoint-27500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd07f1c289abc0d9ed12a4e7db7978a19a7599bb0fe15f68ed8838ef01c5db26 +size 1000 diff --git a/checkpoint-28000/controlnet/config.json b/checkpoint-28000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..569902f31bf394caf73648b382a9976efdeffc34 --- /dev/null +++ b/checkpoint-28000/controlnet/config.json @@ -0,0 +1,57 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "act_fn": "silu", + "addition_embed_type": "text_time", + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": 256, + "attention_head_dim": [ + 5, + 10, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 2048, + "down_block_types": [ + "DownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D" + ], + "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": 2816, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": [ + 1, + 2, + 10 + ], + "upcast_attention": null, + "use_linear_projection": true +} diff --git a/checkpoint-28000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-28000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..3fe6517989ef00859d177c1acc3a92b1dd8a2bf2 --- /dev/null +++ b/checkpoint-28000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4cc70124f9db46b5eab343bda88b472a45d3e86dc20c11e0c04d1e7afd851d8 +size 5004167864 diff --git a/checkpoint-28000/optimizer.bin b/checkpoint-28000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2552b9176351950be7e04989b48396332c7672ac --- /dev/null +++ b/checkpoint-28000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f12041d61ef99ae1649727c254538bf1e33cb485630963dabfc194cbec11f9d +size 10008841510 diff --git a/checkpoint-28000/random_states_0.pkl b/checkpoint-28000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..eaf824c5bc331e80d9d164589a83da0662d8b88f --- /dev/null +++ b/checkpoint-28000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1e63be9e27cdf5ca60c007140c4c60c88ce21a1921b02074a3b61ca7b058cb +size 14280 diff --git a/checkpoint-28000/scaler.pt b/checkpoint-28000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..adc4ce61d96f6a3725652ef7357d8d4a720cf37c --- /dev/null +++ b/checkpoint-28000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed8f30fa6c8b3d6fa3035a5926ab974765456287b5d3343b856c9debefdbce5 +size 988 diff --git a/checkpoint-28000/scheduler.bin b/checkpoint-28000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..220dd0081d475b874791d482f3ca3a1fb016e7e4 --- /dev/null +++ b/checkpoint-28000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84edc47c9a75a710882e5e80c29ee7814fd49d74c6e1bacfe9e9cb753152026 +size 1000 diff --git a/checkpoint-28500/controlnet/config.json b/checkpoint-28500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..569902f31bf394caf73648b382a9976efdeffc34 --- /dev/null +++ b/checkpoint-28500/controlnet/config.json @@ -0,0 +1,57 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "act_fn": "silu", + "addition_embed_type": "text_time", + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": 256, + "attention_head_dim": [ + 5, + 10, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 2048, + "down_block_types": [ + "DownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D" + ], + "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": 2816, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": [ + 1, + 2, + 10 + ], + "upcast_attention": null, + "use_linear_projection": true +} diff --git a/checkpoint-28500/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-28500/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..6ec3c0bcde927c2ad17cca235fe00acc853029d2 --- /dev/null +++ b/checkpoint-28500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b7f4e83835e6e3184cc51cad786c07bb9a00e11480b42d77d6f792b724c441b +size 5004167864 diff --git a/checkpoint-28500/optimizer.bin b/checkpoint-28500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..4df935a569fa66300b95e1ea3535f1625d256443 --- /dev/null +++ b/checkpoint-28500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6a74dc0e1b4dc003ad6188d619c1774cbf2776c80c8cdc100a49046a7955fbf +size 10008841510 diff --git a/checkpoint-28500/random_states_0.pkl b/checkpoint-28500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..436c739a97289a92f6afea870d96c989a166ed4d --- /dev/null +++ b/checkpoint-28500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26db713e867f724a6fbdbed325949992749487897d8210228c12074feeecf2aa +size 14280 diff --git a/checkpoint-28500/scaler.pt b/checkpoint-28500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..e55ce8c581cb09d1439ced4d113bd927686688af --- /dev/null +++ b/checkpoint-28500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef168fae3efeb8af116ca98a3766a1b261ce703b81f79156fb4331ca16d23f8 +size 988 diff --git a/checkpoint-28500/scheduler.bin b/checkpoint-28500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..38a7214dfb3a72d203e91837c850e2a76691efcf --- /dev/null +++ b/checkpoint-28500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed44dedb7449188279d0bd015ae902f3180c9c40c441e9d041df471332a5f791 +size 1000 diff --git a/checkpoint-29000/controlnet/config.json b/checkpoint-29000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..569902f31bf394caf73648b382a9976efdeffc34 --- /dev/null +++ b/checkpoint-29000/controlnet/config.json @@ -0,0 +1,57 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "act_fn": "silu", + "addition_embed_type": "text_time", + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": 256, + "attention_head_dim": [ + 5, + 10, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 2048, + "down_block_types": [ + "DownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D" + ], + "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": 2816, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": [ + 1, + 2, + 10 + ], + "upcast_attention": null, + "use_linear_projection": true +} diff --git a/checkpoint-29000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-29000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..162f3720dc579482dc9f81eb6c0e521b06655780 --- /dev/null +++ b/checkpoint-29000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4f82241d45a9ac5472d38127eebf77c8d5bf6233fb9344e30bbec94b52506e8 +size 5004167864 diff --git a/checkpoint-29000/optimizer.bin b/checkpoint-29000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b0cf71c5df96a6d6271da3763303d678417ff65e --- /dev/null +++ b/checkpoint-29000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4365a6c1fa39146bfea22dedf8bbdb8b77c0888d6c31f9d27073cc9377973bc +size 10008841510 diff --git a/checkpoint-29000/random_states_0.pkl b/checkpoint-29000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..398aa41c00f9b6b7e9478081812c63c42120a119 --- /dev/null +++ b/checkpoint-29000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45970c685a3388bc9ff3fe16ac15a8b34fb00b2fff59b712256f3f1650d7f30a +size 14280 diff --git a/checkpoint-29000/scaler.pt b/checkpoint-29000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..b1206884f60a193ab0090579eadfbdbf00ed06d2 --- /dev/null +++ b/checkpoint-29000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53331ebed829800397f257e0cc7d428b7b95c1be02a17899d91d1f44e7868307 +size 988 diff --git a/checkpoint-29000/scheduler.bin b/checkpoint-29000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..0e30f78b4898f23c5c166f1aebf239a444363481 --- /dev/null +++ b/checkpoint-29000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3ae350940e1a632d6e883595bbbbeb5ad59646b10d59ce1d857e7d437a35f4b +size 1000 diff --git a/checkpoint-29500/controlnet/config.json b/checkpoint-29500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..569902f31bf394caf73648b382a9976efdeffc34 --- /dev/null +++ b/checkpoint-29500/controlnet/config.json @@ -0,0 +1,57 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "act_fn": "silu", + "addition_embed_type": "text_time", + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": 256, + "attention_head_dim": [ + 5, + 10, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 2048, + "down_block_types": [ + "DownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D" + ], + "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": 2816, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": [ + 1, + 2, + 10 + ], + "upcast_attention": null, + "use_linear_projection": true +} diff --git a/checkpoint-29500/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-29500/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..0c9cd1b21f6a46c6070f1c0b30ba1bc251687661 --- /dev/null +++ b/checkpoint-29500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44553548e231c419137a3eb0eaaa588cfbdb59c507c72d38867d5d25b10086e +size 5004167864 diff --git a/checkpoint-29500/optimizer.bin b/checkpoint-29500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..1cbb5d66a593ccda5e9d447c4f583d3ebdfa29e6 --- /dev/null +++ b/checkpoint-29500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ddb20eb8ba2f684b17506e9819aa85de43d1978cf8c0a2221b8682adf68f08 +size 10008841510 diff --git a/checkpoint-29500/random_states_0.pkl b/checkpoint-29500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..e0df09b300e9f47b942fa503930de2fcea2b61ed --- /dev/null +++ b/checkpoint-29500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:621da54812a9319693905264b039a5b002856b63bca8988bb859e6f69cc66e46 +size 14280 diff --git a/checkpoint-29500/scaler.pt b/checkpoint-29500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..955f727f43f79ae37eaa437b93e2900cf9efdf7b --- /dev/null +++ b/checkpoint-29500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd2ec89a76d7f763625ae5c68940838e6b1729dddb6b853dca4a1af78c8db214 +size 988 diff --git a/checkpoint-29500/scheduler.bin b/checkpoint-29500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..5125e4c8c05f334a84a32c91181898d72023cea1 --- /dev/null +++ b/checkpoint-29500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:383db7925cdec37d18cd195d7a654faa3fb3d8ab382b6dc04500bf130a41ce22 +size 1000 diff --git a/checkpoint-30000/controlnet/config.json b/checkpoint-30000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..569902f31bf394caf73648b382a9976efdeffc34 --- /dev/null +++ b/checkpoint-30000/controlnet/config.json @@ -0,0 +1,57 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "act_fn": "silu", + "addition_embed_type": "text_time", + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": 256, + "attention_head_dim": [ + 5, + 10, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 2048, + "down_block_types": [ + "DownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D" + ], + "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": 2816, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": [ + 1, + 2, + 10 + ], + "upcast_attention": null, + "use_linear_projection": true +} diff --git a/checkpoint-30000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-30000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..49ee775d2f68a2212e66ed2189333d3f1023ef90 --- /dev/null +++ b/checkpoint-30000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:394307c8d1dec5e8fc612f080db49be92a75f1cf03047ffe1839260d859b90a8 +size 5004167864 diff --git a/checkpoint-30000/optimizer.bin b/checkpoint-30000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..bb59ee1a4a5a8f1d44716e8564ab16e378dc9f34 --- /dev/null +++ b/checkpoint-30000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bede160664df6e019bec74dde7f077c1da16c4d556760b49fd82f9c5e4c51c5c +size 10008841510 diff --git a/checkpoint-30000/random_states_0.pkl b/checkpoint-30000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ea4266f4f6d3c80b453c1e39b9449d24d14f641f --- /dev/null +++ b/checkpoint-30000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b78d06518230f74d7ca306c8efc00a91edae3545871eec049d517f9f41fc72 +size 14280 diff --git a/checkpoint-30000/scaler.pt b/checkpoint-30000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..6307a3cf3fd5616b82e5638d1b3368e9fcce7637 --- /dev/null +++ b/checkpoint-30000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb348d9653657872555ad725601ee5424adbe85d74a41daaa317b713e069c53c +size 988 diff --git a/checkpoint-30000/scheduler.bin b/checkpoint-30000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..2394d5ab0fc66e622818f90cff463dbc6556bbdd --- /dev/null +++ b/checkpoint-30000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2828c9f8488ed3ade60504402c20ab901a99bd0bd7e152b6ac5446628063352d +size 1000 diff --git a/config.json b/config.json new file mode 100644 index 0000000000000000000000000000000000000000..b0464b1f2062a5f235231073a0fd860ae9df6cd1 --- /dev/null +++ b/config.json @@ -0,0 +1,58 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.24.0.dev0", + "_name_or_path": "workspace/checkpoint-30000", + "act_fn": "silu", + "addition_embed_type": "text_time", + "addition_embed_type_num_heads": 64, + "addition_time_embed_dim": 256, + "attention_head_dim": [ + 5, + 10, + 20 + ], + "block_out_channels": [ + 320, + 640, + 1280 + ], + "class_embed_type": null, + "conditioning_channels": 3, + "conditioning_embedding_out_channels": [ + 16, + 32, + 96, + 256 + ], + "controlnet_conditioning_channel_order": "rgb", + "cross_attention_dim": 2048, + "down_block_types": [ + "DownBlock2D", + "CrossAttnDownBlock2D", + "CrossAttnDownBlock2D" + ], + "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": 2816, + "resnet_time_scale_shift": "default", + "transformer_layers_per_block": [ + 1, + 2, + 10 + ], + "upcast_attention": null, + "use_linear_projection": true +} diff --git a/diffusion_pytorch_model.safetensors b/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..49ee775d2f68a2212e66ed2189333d3f1023ef90 --- /dev/null +++ b/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:394307c8d1dec5e8fc612f080db49be92a75f1cf03047ffe1839260d859b90a8 +size 5004167864 diff --git a/image_control.png b/image_control.png new file mode 100644 index 0000000000000000000000000000000000000000..fd553cbd2360459465516ed6c4cb7ad187a92db1 --- /dev/null +++ b/image_control.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba00e120f7a0ef3f16c95bc78aea748b9431c2e17b75e9c8b44cdeb2b436c575 +size 1009373 diff --git a/images_0.png b/images_0.png new file mode 100644 index 0000000000000000000000000000000000000000..95234473be049f3a0c22320b47038747ee2e154e --- /dev/null +++ b/images_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d157b04a0a3c7704f4994785847d58ab4af07510f0be1aad3910ae2c475b7f45 +size 7702973 diff --git a/images_1.png b/images_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d70c2b18bccf54389915c8a17cdf1090cb9f61e2 --- /dev/null +++ b/images_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0696711ca94961c06756c14531b2b48486cdba6102cef0da1d228c9c6b7a22f2 +size 8013903 diff --git a/images_2.png b/images_2.png new file mode 100644 index 0000000000000000000000000000000000000000..c650d3b9eea5722d38c843c410daf37b5475164e --- /dev/null +++ b/images_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bf65e98740db91ccfe8ad93013ef54d4f3831bbd629b2fd0b0a909d9269a00b +size 6899883