diff --git a/.gitattributes b/.gitattributes index a6344aac8c09253b3b630fb776ae94478aa0275b..bd08f6e95fbfae7d028b48b95e430895c972523b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text *.zip filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text *tfevents* filter=lfs diff=lfs merge=lfs -text +images_1.png filter=lfs diff=lfs merge=lfs -text +images_3.png filter=lfs diff=lfs merge=lfs -text +images_4.png filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..c9b27050f0e9585e3237eaa194758f15c7f3ca10 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ + +--- +license: creativeml-openrail-m +base_model: runwayml/stable-diffusion-v1-5 +tags: +- stable-diffusion +- stable-diffusion-diffusers +- text-to-image +- diffusers +- controlnet +inference: true +--- + +# controlnet-LuyangZ/FloorAI + +These are controlnet weights trained on runwayml/stable-diffusion-v1-5 with new type of conditioning. +You can find some example images below. +prompt: floor plan, 4 rooms +![images_0)](./images_0.png) +prompt: floor plan, 3 rooms +![images_1)](./images_1.png) +prompt: floor plan, 2 rooms +![images_2)](./images_2.png) +prompt: floor plan, 2 rooms +![images_3)](./images_3.png) +prompt: floor plan, 3 rooms +![images_4)](./images_4.png) + diff --git a/checkpoint-10150/controlnet/config.json b/checkpoint-10150/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9d3e058bb8021afa71e1c910ffb0f3b7e97a7e44 --- /dev/null +++ b/checkpoint-10150/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.26.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-10150/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-10150/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..d3750aee216edce4b9148787ddb876669527df1e --- /dev/null +++ b/checkpoint-10150/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407c0c644714fcee90ad20f5d7b711a99fa0650e26455ed3a230b6fcdafc9d8e +size 1445157120 diff --git a/checkpoint-10150/optimizer.bin b/checkpoint-10150/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..5971274396c01c93269a9fd2bd42573cce466ccc --- /dev/null +++ b/checkpoint-10150/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1309df5637a3ad0b648ec25080d175725fe29a85d23d7d87de1d4bb0b2d7973b +size 2890518478 diff --git a/checkpoint-10150/random_states_0.pkl b/checkpoint-10150/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..02eadc1f2e37a327b5b2d776cd1a28c14d365319 --- /dev/null +++ b/checkpoint-10150/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a77973450a902bc2397c2ee3fd151d19f6975c8bb6389d6fee4852aad96f36 +size 14344 diff --git a/checkpoint-10150/scheduler.bin b/checkpoint-10150/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..5fbb2f721d5ab606433021b992814df57ced672e --- /dev/null +++ b/checkpoint-10150/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c95589e7a737c071a56a889478313268c3383a6e2df759e69c3b2a8a796e23 +size 1000 diff --git a/checkpoint-11600/controlnet/config.json b/checkpoint-11600/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9d3e058bb8021afa71e1c910ffb0f3b7e97a7e44 --- /dev/null +++ b/checkpoint-11600/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.26.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-11600/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-11600/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..f099d66bcd5e1264ac314f145d527333b72be9de --- /dev/null +++ b/checkpoint-11600/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa0127486e872fd5a2030500a38becd87a8c40a082557efbef73e129b4bdcc0 +size 1445157120 diff --git a/checkpoint-11600/optimizer.bin b/checkpoint-11600/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..a6c92ca5a532c0024bdeb8e152f7258fbc3d128f --- /dev/null +++ b/checkpoint-11600/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4890fb82c0a5ebb14ac59367ab026791e3cfdb3899b36e258a24363f00cac933 +size 2890518478 diff --git a/checkpoint-11600/random_states_0.pkl b/checkpoint-11600/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..33078916284f28b1e132614679a6c87217fc1a8f --- /dev/null +++ b/checkpoint-11600/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca0f5435afaa51555a879fc24438ba8c8449ab0fb6035b27a58e644d91043452 +size 14344 diff --git a/checkpoint-11600/scheduler.bin b/checkpoint-11600/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..282cb0092549acd2372e428d223296c5b53ae7c2 --- /dev/null +++ b/checkpoint-11600/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:696bfe45414b4016bc653c5a626146d64533140e3b09cf354dbf9c2494bc25e7 +size 1000 diff --git a/checkpoint-13050/controlnet/config.json b/checkpoint-13050/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9d3e058bb8021afa71e1c910ffb0f3b7e97a7e44 --- /dev/null +++ b/checkpoint-13050/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.26.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-13050/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-13050/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..01bddf3a3dea6232c693e6fb8f7a0db7fb925bf0 --- /dev/null +++ b/checkpoint-13050/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bbf69bb3735af6ce00675f3d505eb11b8d79f7501a838894538b9f00f15a4b1 +size 1445157120 diff --git a/checkpoint-13050/optimizer.bin b/checkpoint-13050/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..948fd83cc8d7caa2e4bb7e1b61740118a724e193 --- /dev/null +++ b/checkpoint-13050/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5aedc47d706ae077129dcf5ea90265ae749dc1175092a2ee3dc951966f8fcb5 +size 2890518478 diff --git a/checkpoint-13050/random_states_0.pkl b/checkpoint-13050/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..720acfaea0a026b75cd4a0c63d56e6750c832c9b --- /dev/null +++ b/checkpoint-13050/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff0c8f5f1100aba2bca96c636d94cfc3dc1234624438ab980d64deaa7e4ab73f +size 14344 diff --git a/checkpoint-13050/scheduler.bin b/checkpoint-13050/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..95e5de0e6be2eefabac3ddbb864842eebb52f8eb --- /dev/null +++ b/checkpoint-13050/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c91dcd1ef0970e11752d1321caaed9c838f237bb4f76fbcf8c7d3aa261cdd0f +size 1000 diff --git a/checkpoint-1450/controlnet/config.json b/checkpoint-1450/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9d3e058bb8021afa71e1c910ffb0f3b7e97a7e44 --- /dev/null +++ b/checkpoint-1450/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.26.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-1450/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1450/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..05b3b9961b38a7d2a293d51bf21bd3e6a4122fc3 --- /dev/null +++ b/checkpoint-1450/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65436c58ee66a2470085b0d8503b750aa441c859947d0cc19ba6eb84533cb1a2 +size 1445157120 diff --git a/checkpoint-1450/optimizer.bin b/checkpoint-1450/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..f4e848ca3d1472a1b2a1f8bad993e577d4a1256a --- /dev/null +++ b/checkpoint-1450/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b789eba1a0a77dfe221bd53306c5c187b7a7ed736feef60e55b948145b31b76c +size 2890518478 diff --git a/checkpoint-1450/random_states_0.pkl b/checkpoint-1450/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..6d615c59e6c607db84857ba6ceccb532711b8e99 --- /dev/null +++ b/checkpoint-1450/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0b58f60e0fa92114b238231d03f1c3d2292ed0e96c75ecffdb4714cfaf2335 +size 14344 diff --git a/checkpoint-1450/scheduler.bin b/checkpoint-1450/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..512c90b6f96c62fc447e1ccafe22f40093475cbf --- /dev/null +++ b/checkpoint-1450/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:800a6dbbada919cad358d0768ab2a2e4d4dfe5d347014b26a15c1d02fedbaa65 +size 1000 diff --git a/checkpoint-14500/controlnet/config.json b/checkpoint-14500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9d3e058bb8021afa71e1c910ffb0f3b7e97a7e44 --- /dev/null +++ b/checkpoint-14500/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.26.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-14500/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-14500/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..46ba630663de9b41fedfcc7920e7ff4eebad9787 --- /dev/null +++ b/checkpoint-14500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c330e8ebcb44fbd0a33dd54f94e1247ac32286430b9e0cf1e262e84d4806e4f2 +size 1445157120 diff --git a/checkpoint-14500/optimizer.bin b/checkpoint-14500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..60ddc43239cfc2ab62e68580fc589a0bc23f97ea --- /dev/null +++ b/checkpoint-14500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74273336376d30b72a0f4a804ca4d73b34f42c68877fd7b82cbd0c261eb50174 +size 2890518478 diff --git a/checkpoint-14500/random_states_0.pkl b/checkpoint-14500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..efc132245253bdfe93b5c5e75c0bbccb8db49956 --- /dev/null +++ b/checkpoint-14500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff50046856531a8d97369115dcd1c045a531b8ff5125103adb618df7b6711180 +size 14408 diff --git a/checkpoint-14500/scheduler.bin b/checkpoint-14500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a24a423158e539f0bcf49c78d73ca110d17fcafa --- /dev/null +++ b/checkpoint-14500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d7ef3de8620c188045e207689e0816408ed7a66f3ee52e681515d444a436fe4 +size 1000 diff --git a/checkpoint-15950/controlnet/config.json b/checkpoint-15950/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9d3e058bb8021afa71e1c910ffb0f3b7e97a7e44 --- /dev/null +++ b/checkpoint-15950/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.26.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-15950/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-15950/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..04d1b3c53618549d01c64e69d7efeca393f2111f --- /dev/null +++ b/checkpoint-15950/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3001035196ee95f77d89ef49067ca2f362b3fe04f9e48f15c704a1805b9c789 +size 1445157120 diff --git a/checkpoint-15950/optimizer.bin b/checkpoint-15950/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..a6fd9da3fc55abfc792d4ed9c51fa935037cdf0c --- /dev/null +++ b/checkpoint-15950/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:277dcc035546ea8693662dd1548e803c1402410de02a3eebdbc398fd0d58f56d +size 2890518478 diff --git a/checkpoint-15950/random_states_0.pkl b/checkpoint-15950/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0579ad88ce5a7b00f9f71c2d6d1a50765dc20348 --- /dev/null +++ b/checkpoint-15950/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d41e32b670462ebcd1397d4651a685601d8a387e8bacf825d32011ae78d740 +size 14344 diff --git a/checkpoint-15950/scheduler.bin b/checkpoint-15950/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..8445ecf3f87f2186d310a9dd542c0322902bf7e6 --- /dev/null +++ b/checkpoint-15950/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b69f8292dd128c3ab089be14cd665c79b0c6afa4d2965255ceee0e7266699bf0 +size 1000 diff --git a/checkpoint-17400/controlnet/config.json b/checkpoint-17400/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9d3e058bb8021afa71e1c910ffb0f3b7e97a7e44 --- /dev/null +++ b/checkpoint-17400/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.26.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-17400/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-17400/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..161a5c8e494982cf297174dac936d6d47d044459 --- /dev/null +++ b/checkpoint-17400/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daddb4b236b0741aa1d0f3122df2e74e4670f3f19e4bcc41140249109a31be51 +size 1445157120 diff --git a/checkpoint-17400/optimizer.bin b/checkpoint-17400/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..11d75cef0d2cad7345e01ec4273973ba6fe15b1c --- /dev/null +++ b/checkpoint-17400/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93653ac20e2009957aa1359149ef17b384be5298d33a5455949b03b1dcb0f243 +size 2890518478 diff --git a/checkpoint-17400/random_states_0.pkl b/checkpoint-17400/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..2f05ce8099c2a9576e52517f84ac307634facfc8 --- /dev/null +++ b/checkpoint-17400/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:555f1832fc14ae19afcf7bfc4228387b9e65e77b260773594f200236713d9977 +size 14344 diff --git a/checkpoint-17400/scheduler.bin b/checkpoint-17400/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d565f7cb25bd03975c30ae7687d0de1fd6655077 --- /dev/null +++ b/checkpoint-17400/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa829ebb7f7f49639b34b68d4fce4cc7663392e2e3385a6a9a95b217c15d348f +size 1000 diff --git a/checkpoint-18850/controlnet/config.json b/checkpoint-18850/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9d3e058bb8021afa71e1c910ffb0f3b7e97a7e44 --- /dev/null +++ b/checkpoint-18850/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.26.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-18850/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-18850/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..bd5ee3132c2154f78a6c39c3f388914538d7b1c5 --- /dev/null +++ b/checkpoint-18850/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e238a141fc5c676ff83250e75a33d0df93452ce292aa4503696fcd5a4274f1ef +size 1445157120 diff --git a/checkpoint-18850/optimizer.bin b/checkpoint-18850/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..4aa100aa3efca37912559fe3a3fdc03f962ea06c --- /dev/null +++ b/checkpoint-18850/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c42c4cebd4557cf1ed834fa04b29b132db11a4b8accaef2df65dd9da65c8fc +size 2890518478 diff --git a/checkpoint-18850/random_states_0.pkl b/checkpoint-18850/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..7f4d14d81277270adb42f5f7a36a855dc39777e1 --- /dev/null +++ b/checkpoint-18850/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b37ad80bfc1096614ec67040d8e68ed7be00de26b97eb0f80a960a7ec71edc7e +size 14344 diff --git a/checkpoint-18850/scheduler.bin b/checkpoint-18850/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e7811b034c43734a404172baa145bac3ed744783 --- /dev/null +++ b/checkpoint-18850/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3238b7ebf56765825675429281e007a40e75a2e549ccae349c0cc7330efb99b6 +size 1000 diff --git a/checkpoint-20300/controlnet/config.json b/checkpoint-20300/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..95256d8ac1a5961071fae7f7823296535ffed313 --- /dev/null +++ b/checkpoint-20300/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.26.0.dev0", + "_name_or_path": "FloorAI/checkpoint-18850", + "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-20300/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-20300/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..6e6105067a5ca27f37204b07a5005a5eb91ff4bb --- /dev/null +++ b/checkpoint-20300/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0e89fdd783f91c7fb76cc141bcfdbe866d11c140ba537564acf1e1b4d530fa +size 1445157120 diff --git a/checkpoint-20300/optimizer.bin b/checkpoint-20300/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..3344d944f5421dc48f2af71c3a28a22c55318184 --- /dev/null +++ b/checkpoint-20300/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65292b5a6c9c693016c7850e160c61c05becdba68ad92ba74a94b1b930b1381d +size 2890518478 diff --git a/checkpoint-20300/random_states_0.pkl b/checkpoint-20300/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3232ee9db0cec75a4b27855bedebc2206d3612b2 --- /dev/null +++ b/checkpoint-20300/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4467e1ceebefe3695e7034ee1b61d0172268f71d7edbc0fe16da1c76d0e11256 +size 14344 diff --git a/checkpoint-20300/scheduler.bin b/checkpoint-20300/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..32726b67a3ef9406d3985f72de03839d57ac254f --- /dev/null +++ b/checkpoint-20300/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d4f0b59721884502dc951c9296402fdf01a26f883daa8f63b3b3890d26f4b76 +size 1000 diff --git a/checkpoint-21750/controlnet/config.json b/checkpoint-21750/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..95256d8ac1a5961071fae7f7823296535ffed313 --- /dev/null +++ b/checkpoint-21750/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.26.0.dev0", + "_name_or_path": "FloorAI/checkpoint-18850", + "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-21750/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-21750/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..1c888dea40ab13d3fb5e5e46adf667dfcb7f78e0 --- /dev/null +++ b/checkpoint-21750/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1f4d77812cc1301cbb93dd701998caca7316deac5bbd90992472d762b7ab0c0 +size 1445157120 diff --git a/checkpoint-21750/optimizer.bin b/checkpoint-21750/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..1427f9507d9a7d2cdb1fbaf1ea449f1cbf9971ff --- /dev/null +++ b/checkpoint-21750/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8450273130e9da7e57f21d811c4d6eb68f0b961a1fa12d67c5d974ae72ff03a +size 2890518478 diff --git a/checkpoint-21750/random_states_0.pkl b/checkpoint-21750/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..db219aff728646e329cfe3ba0f41dd20166bf3e4 --- /dev/null +++ b/checkpoint-21750/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8525ade1cff3beea1ad23e6356c5143120faa6c62803a208996e3a5a0fd395f6 +size 14344 diff --git a/checkpoint-21750/scheduler.bin b/checkpoint-21750/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..0dc190d6cd38fc4b23e9576047f78d7af20e47af --- /dev/null +++ b/checkpoint-21750/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c774de0b1d0132fdbf15c038ab526dc22c0f9f069e5690cb46ad78b47e9233b1 +size 1000 diff --git a/checkpoint-23200/controlnet/config.json b/checkpoint-23200/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..95256d8ac1a5961071fae7f7823296535ffed313 --- /dev/null +++ b/checkpoint-23200/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.26.0.dev0", + "_name_or_path": "FloorAI/checkpoint-18850", + "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-23200/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-23200/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..b0a7d77e28824c16b17a70dcfd9bc655617516fc --- /dev/null +++ b/checkpoint-23200/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46047b895c83ec26a82c4feafa7989783292e4e8ac58ce21a5c7deb607a79758 +size 1445157120 diff --git a/checkpoint-23200/optimizer.bin b/checkpoint-23200/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..1935798c45a194d66350cd57416ba59d1e94a658 --- /dev/null +++ b/checkpoint-23200/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b7a439d1a1ea8a4e88f3962e0deb5d0f4cfea7ecba3baf7dd56a01de46334d9 +size 2890518478 diff --git a/checkpoint-23200/random_states_0.pkl b/checkpoint-23200/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..720a511b8fcfba9cba40f2c853f10c092e3c2f53 --- /dev/null +++ b/checkpoint-23200/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6f8b8f1cc2de1f00276615a4b9c49e9707bb43238bb8cd3055df99210b5ea4e +size 14408 diff --git a/checkpoint-23200/scheduler.bin b/checkpoint-23200/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..232d5474092df94a4268b26840ff3bc950a74e66 --- /dev/null +++ b/checkpoint-23200/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b95a778f77d37a861849d923efc9b12ff9a050228845fb9340800455c99e91 +size 1000 diff --git a/checkpoint-24650/controlnet/config.json b/checkpoint-24650/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..95256d8ac1a5961071fae7f7823296535ffed313 --- /dev/null +++ b/checkpoint-24650/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.26.0.dev0", + "_name_or_path": "FloorAI/checkpoint-18850", + "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-24650/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-24650/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..af441ac5ab9fb3ad158e593deaac47cbfe2d527e --- /dev/null +++ b/checkpoint-24650/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37d356bb6f40735f53f2157585b55552f70d15005406072571fd62a67dab5e04 +size 1445157120 diff --git a/checkpoint-24650/optimizer.bin b/checkpoint-24650/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..054ea3f1ebc36b157d4c8b95c7fae1775e5bdc06 --- /dev/null +++ b/checkpoint-24650/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86159dd1af7745ae1d698f4e211283750b392b3554d793d1423a5b27ea8efad8 +size 2890518478 diff --git a/checkpoint-24650/random_states_0.pkl b/checkpoint-24650/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..fc69d0e312dbbef43b1782f00e511303ad6d3b10 --- /dev/null +++ b/checkpoint-24650/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58ae6e36378be2f70a28f2ec57deeceeab2ed83782e8c3c58140583fc7844fe1 +size 14344 diff --git a/checkpoint-24650/scheduler.bin b/checkpoint-24650/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..bee5a7d55cf462dff6569789854807b3d80f4113 --- /dev/null +++ b/checkpoint-24650/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa4424aa8bf3495870163d30552bc1079001fd38221c5eef50af19663e41bdc +size 1000 diff --git a/checkpoint-26100/controlnet/config.json b/checkpoint-26100/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..95256d8ac1a5961071fae7f7823296535ffed313 --- /dev/null +++ b/checkpoint-26100/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.26.0.dev0", + "_name_or_path": "FloorAI/checkpoint-18850", + "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-26100/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-26100/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e1cdd28bd2dc63d6e96e481c781310d08023998e --- /dev/null +++ b/checkpoint-26100/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:613c2cb46ace4313499e79669e7e52590cf95e02701dfb4c82785dd834a32a43 +size 1445157120 diff --git a/checkpoint-26100/optimizer.bin b/checkpoint-26100/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..21d60f6e45d264524e30877d6c535d905439a4a8 --- /dev/null +++ b/checkpoint-26100/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d53a2983b9d827baaf906f4488ba2bc1c0a1e8f5fb4ad0d309039c5864434ee +size 2890518478 diff --git a/checkpoint-26100/random_states_0.pkl b/checkpoint-26100/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..30a75eb95acdce60ba579caa220f77bc59708ad9 --- /dev/null +++ b/checkpoint-26100/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8d518def42949764f1f68302fbdd946dcbb2e4202deeffed32a63d4e1c6e8ba +size 14344 diff --git a/checkpoint-26100/scheduler.bin b/checkpoint-26100/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a0db5ef5d2c617a5bcd32b86ffac513103403736 --- /dev/null +++ b/checkpoint-26100/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f5e21589385ca7ad8c7c74aa903e02c245467a5f1514277b32ed1cdda8ca0f +size 1000 diff --git a/checkpoint-27550/controlnet/config.json b/checkpoint-27550/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..95256d8ac1a5961071fae7f7823296535ffed313 --- /dev/null +++ b/checkpoint-27550/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.26.0.dev0", + "_name_or_path": "FloorAI/checkpoint-18850", + "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-27550/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-27550/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..53281441ba76f86c7144118489af06105917c341 --- /dev/null +++ b/checkpoint-27550/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae84acd6cdbf9740db978e29c92efe8668485ac2dd6b35810792ffbf4cfdf076 +size 1445157120 diff --git a/checkpoint-27550/optimizer.bin b/checkpoint-27550/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c0b13bfc46f2eccf0927816e69677251232ae49a --- /dev/null +++ b/checkpoint-27550/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daae862ace1ff34d052a9ad591cd66c70c5e66f327ddb2f2bb9aea62a13cbb9f +size 2890518478 diff --git a/checkpoint-27550/random_states_0.pkl b/checkpoint-27550/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f279ca613f6dc2e7ca8fe83b19144111ff1f7bc2 --- /dev/null +++ b/checkpoint-27550/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:826acf87f6e7ce1a2dc0a3c41308c4e3d532cdc48b264d3f41c7736aab70f74a +size 14280 diff --git a/checkpoint-27550/scheduler.bin b/checkpoint-27550/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..0a1422a0d6b65f20bf6a8044977aace3a5e9065b --- /dev/null +++ b/checkpoint-27550/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0421a0608499b1dc491acf11fac16aba7ac89c5b57c01d31ffdc1b4efbddef1 +size 1000 diff --git a/checkpoint-2900/controlnet/config.json b/checkpoint-2900/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9d3e058bb8021afa71e1c910ffb0f3b7e97a7e44 --- /dev/null +++ b/checkpoint-2900/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.26.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-2900/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2900/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8ad9eff21ee6d6abf39d84de252af761d1ec4429 --- /dev/null +++ b/checkpoint-2900/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58c6952639457b6a7645383714b1df8c6ae424fc088f62cffc4053a9688bffcd +size 1445157120 diff --git a/checkpoint-2900/optimizer.bin b/checkpoint-2900/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..cd62289c5c4d5249340b3f32cb04646c1b3f3a23 --- /dev/null +++ b/checkpoint-2900/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c31920a660779912c5adc1886860589b6b0cf0e07e09a74125f2ca76f0f47f39 +size 2890518478 diff --git a/checkpoint-2900/random_states_0.pkl b/checkpoint-2900/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..dcfbc88858689b823c0cc7eb8b827f121fb22a97 --- /dev/null +++ b/checkpoint-2900/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:797d7080b823daa81baa696cb0761abefcf3027c14b159e6199992bb5d00d155 +size 14344 diff --git a/checkpoint-2900/scheduler.bin b/checkpoint-2900/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..fc68f6383662292b634eab9fccd0910b822c5799 --- /dev/null +++ b/checkpoint-2900/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34e5b7fc67b9daed947b3435e68a6dc120fefa20c714556b2b32e94c9afed52 +size 1000 diff --git a/checkpoint-29000/controlnet/config.json b/checkpoint-29000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..95256d8ac1a5961071fae7f7823296535ffed313 --- /dev/null +++ b/checkpoint-29000/controlnet/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.26.0.dev0", + "_name_or_path": "FloorAI/checkpoint-18850", + "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-29000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-29000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..bdfa0dcecb0487e34f0a01dcfc8f97a5a5b06003 --- /dev/null +++ b/checkpoint-29000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e98dc20d80a93d6391d3721c2ece988b173c7df0cfae64f881ee87c20d39f920 +size 1445157120 diff --git a/checkpoint-29000/optimizer.bin b/checkpoint-29000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..fbb0cc3ba0aee6b7110658017c9628d3b0cc5a8e --- /dev/null +++ b/checkpoint-29000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec323318749cd72084b8fc1cefe709810dfdfa40ad9c5bbf4056f1d331285d1 +size 2890518478 diff --git a/checkpoint-29000/random_states_0.pkl b/checkpoint-29000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..597bcd60caafada58c3b0709271e6971012581c9 --- /dev/null +++ b/checkpoint-29000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9284ec0b2e11fa1358a5a8c9bafb113160f7b255e43ff71660a4c763d85f5d3c +size 14344 diff --git a/checkpoint-29000/scheduler.bin b/checkpoint-29000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..8d70ee68a4c9a5fcfb4389181f10c5fad51749b4 --- /dev/null +++ b/checkpoint-29000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c71e0504470431352325b52830e54c79201146f7abe107910c7fea58fdf48c5e +size 1000 diff --git a/checkpoint-4350/controlnet/config.json b/checkpoint-4350/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9d3e058bb8021afa71e1c910ffb0f3b7e97a7e44 --- /dev/null +++ b/checkpoint-4350/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.26.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-4350/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-4350/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..81abfec597154fafefdcb25697ead696fbb83e34 --- /dev/null +++ b/checkpoint-4350/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588c18069e50a974c99c8521ae640f1b735f9e1d81bf791a85db70830cb3c5d5 +size 1445157120 diff --git a/checkpoint-4350/optimizer.bin b/checkpoint-4350/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6ce4353db33d95e7d58d30eca0ccdddcc6f7f1d2 --- /dev/null +++ b/checkpoint-4350/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a68d016b2d49d6f6e13f77aeeae1f0daf98a18d30935677b5f5a7e96495afba +size 2890518478 diff --git a/checkpoint-4350/random_states_0.pkl b/checkpoint-4350/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c236aecffeca54d6f097096fe7ec4cde6f6b5f55 --- /dev/null +++ b/checkpoint-4350/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e225e68825ad2a2b6ae42ae1958aac963df80836ca9f1a9da32d8a0b3248a7 +size 14408 diff --git a/checkpoint-4350/scheduler.bin b/checkpoint-4350/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f619bebea13c32fe53f568dbe6515b6c8cb8c14f --- /dev/null +++ b/checkpoint-4350/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb89e433ae3f0118066b0993cacea1d77e144fb3a363aaa3cb8805e63a0c53d9 +size 1000 diff --git a/checkpoint-5800/controlnet/config.json b/checkpoint-5800/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9d3e058bb8021afa71e1c910ffb0f3b7e97a7e44 --- /dev/null +++ b/checkpoint-5800/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.26.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-5800/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-5800/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..cc56a6fb3a0ff47d34b1e5782a34e7341f59f9ab --- /dev/null +++ b/checkpoint-5800/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9900aa8658edecc05b0f7502f14ca5f1bd88fc2fa0fe1aab8460884c98a331bc +size 1445157120 diff --git a/checkpoint-5800/optimizer.bin b/checkpoint-5800/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..56387b82a514591e128345f375efc4716d3aaff8 --- /dev/null +++ b/checkpoint-5800/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1030a4ec2dce0f2131b381dd722f97b7225cd47d95b875af98c9c8a6e81b6c +size 2890518478 diff --git a/checkpoint-5800/random_states_0.pkl b/checkpoint-5800/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..18c78e048e800b3cd2c526d57c1d89934060cabf --- /dev/null +++ b/checkpoint-5800/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f8cd8f2c7108c28de3cc6d3fcd72915734cf729afb2143f308c6b6a8ecd5d3 +size 14344 diff --git a/checkpoint-5800/scheduler.bin b/checkpoint-5800/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..d7f3ff8fba3f17e87f82833efe872c26ffed8a2d --- /dev/null +++ b/checkpoint-5800/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3932cdb53c7673749db48e657b3b764af8ab4f50eedd047e5087fc2c11acedb +size 1000 diff --git a/checkpoint-7250/controlnet/config.json b/checkpoint-7250/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9d3e058bb8021afa71e1c910ffb0f3b7e97a7e44 --- /dev/null +++ b/checkpoint-7250/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.26.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-7250/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-7250/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..770dd45bd40e78a07fd913739cdd7357dd695ca2 --- /dev/null +++ b/checkpoint-7250/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61dafdced351771357669d76e3d371ab59a5d6ad5cf3b2a9b0bd9a0d49095712 +size 1445157120 diff --git a/checkpoint-7250/optimizer.bin b/checkpoint-7250/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..24734bd5f00d0a88a7e3eae8c9a4ade7a238f6ea --- /dev/null +++ b/checkpoint-7250/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9802872539c2d33be56d1be54564ebd547e84a7def0ca63551877bb1053d876c +size 2890518478 diff --git a/checkpoint-7250/random_states_0.pkl b/checkpoint-7250/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..cbef37894343b2e0d8ad9b1ccdb596107d0b1bcd --- /dev/null +++ b/checkpoint-7250/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ec5b16f0b7cca9298e579976f58356fafe24a9d15da562c5f5afaacc9036462 +size 14408 diff --git a/checkpoint-7250/scheduler.bin b/checkpoint-7250/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f5a8235bbb6b15a52844f02f57ef377115440a50 --- /dev/null +++ b/checkpoint-7250/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb7bed8b532693d160e01cb3cf8717c0fa2f334fcb5e3926dd73a120cf825de +size 1000 diff --git a/checkpoint-8700/controlnet/config.json b/checkpoint-8700/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..9d3e058bb8021afa71e1c910ffb0f3b7e97a7e44 --- /dev/null +++ b/checkpoint-8700/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.26.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-8700/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-8700/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e9ed3a2cd278090dcc49f8ffa0f39725987bdf6d --- /dev/null +++ b/checkpoint-8700/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc20f57048636b9ed7a7aec3d30dbb6706d3e14009ef3e73b463e6e5c88874a8 +size 1445157120 diff --git a/checkpoint-8700/optimizer.bin b/checkpoint-8700/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..5762a03e6625ba27c54ec15e240ec5b674110b33 --- /dev/null +++ b/checkpoint-8700/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae07feab4b0b574bdc3afe52f5735ffb8e205b451cc804697489c6c5ee6eb926 +size 2890518478 diff --git a/checkpoint-8700/random_states_0.pkl b/checkpoint-8700/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..fcd2c6a4904ed2a4e6ede709149b1cdcdfb2ecf5 --- /dev/null +++ b/checkpoint-8700/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb3aeb30d195ed9cce0b90fbd5a5274cb0b3b73db620807d39c972beb562146 +size 14344 diff --git a/checkpoint-8700/scheduler.bin b/checkpoint-8700/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..87efab14dde39252d4c7715962bfb2254607b9a6 --- /dev/null +++ b/checkpoint-8700/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da30be492c0c64561885832fbcdb0aac2eea76c51c4fde1ed9064fe487fbb661 +size 1000 diff --git a/config.json b/config.json new file mode 100644 index 0000000000000000000000000000000000000000..95256d8ac1a5961071fae7f7823296535ffed313 --- /dev/null +++ b/config.json @@ -0,0 +1,52 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.26.0.dev0", + "_name_or_path": "FloorAI/checkpoint-18850", + "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..bdfa0dcecb0487e34f0a01dcfc8f97a5a5b06003 --- /dev/null +++ b/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e98dc20d80a93d6391d3721c2ece988b173c7df0cfae64f881ee87c20d39f920 +size 1445157120 diff --git a/image_control.png b/image_control.png new file mode 100644 index 0000000000000000000000000000000000000000..7e260756233924f6f83f005a795069136ebd336f Binary files /dev/null and b/image_control.png differ diff --git a/images_0.png b/images_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6d64d70af27cae8f0cd85fe940865105e6cc3a4f Binary files /dev/null and b/images_0.png differ diff --git a/images_1.png b/images_1.png new file mode 100644 index 0000000000000000000000000000000000000000..6d7b16e9ed9b63a1a967cedf2fd138aeabcd8224 --- /dev/null +++ b/images_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e52b12acfa0c79ec255297b008a1a5e1b6cc45a5114314b610eb78f7c3bfc9e +size 1327674 diff --git a/images_2.png b/images_2.png new file mode 100644 index 0000000000000000000000000000000000000000..4a29eb13fff9737db74d6d63de6a703084650be6 Binary files /dev/null and b/images_2.png differ diff --git a/images_3.png b/images_3.png new file mode 100644 index 0000000000000000000000000000000000000000..3ca70af69819441bc98348fe5c0997e24d6d1295 --- /dev/null +++ b/images_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89cad4aa0ea6d895ffd3c0d825df93cef6292a65c53e84f1f89f1a677eeb248e +size 1345763 diff --git a/images_4.png b/images_4.png new file mode 100644 index 0000000000000000000000000000000000000000..a0ccf2ec20e343093a2b26fd239a609d5e342d8d --- /dev/null +++ b/images_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f331aea03783cf0df5d1cd61429d52fb2cb63cac7607f29a815af780f9b9b8a +size 1417401