diff --git a/README.md b/README.md index 6ceaacbe843109366f577d6c2a1c2e4320044e0f..7accac969c59765212f4a4cc269cd039a91c9119 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,18 @@ - --- license: creativeml-openrail-m -base_model: runwayml/stable-diffusion-v1-5 +library_name: diffusers tags: - stable-diffusion - stable-diffusion-diffusers - text-to-image - diffusers - controlnet +- stable-diffusion +- stable-diffusion-diffusers +- text-to-image +- diffusers +- controlnet +base_model: runwayml/stable-diffusion-v1-5 inference: true --- diff --git a/checkpoint-1000/controlnet/config.json b/checkpoint-1000/controlnet/config.json index 450cb4e80a4b1ab17b99fc4ab0f63c318503dc4d..6fef22c7dfa17014739aa1100aea0ad20be40bb5 100644 --- a/checkpoint-1000/controlnet/config.json +++ b/checkpoint-1000/controlnet/config.json @@ -1,6 +1,6 @@ { "_class_name": "ControlNetModel", - "_diffusers_version": "0.22.0.dev0", + "_diffusers_version": "0.27.0.dev0", "act_fn": "silu", "addition_embed_type": null, "addition_embed_type_num_heads": 64, @@ -37,6 +37,7 @@ "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, diff --git a/checkpoint-1000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1000/controlnet/diffusion_pytorch_model.safetensors index 9562c3ab09feb07ac84ed38888f5f28f5d472920..13f8074f59f22872c0404fec7e6d3e9490d8b021 100644 --- a/checkpoint-1000/controlnet/diffusion_pytorch_model.safetensors +++ b/checkpoint-1000/controlnet/diffusion_pytorch_model.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:890ab3a3ccf38398c245676fef48ddb98ec8b6c12b90f860c5dcce20a4824fb3 +oid sha256:b9248f7466f8518689946e11be1934f11fbcab09c0a9ee7cbbb6dc1d23e50ac3 size 1445157120 diff --git a/checkpoint-1000/optimizer.bin b/checkpoint-1000/optimizer.bin index ad51bcb4279974c43d52d099eaf1e0962e15fda8..476b9d835c6fd8165c18a4fe8b0a46548193c4b4 100644 --- a/checkpoint-1000/optimizer.bin +++ b/checkpoint-1000/optimizer.bin @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a9b799f9a6c3e1065dbb0e0d290b9e6bcbd6d91b6c97ef7916240fe06f0b355 -size 725253381 +oid sha256:290ada1b6fd6e404471cd45205976dd11951055f65588c21a7f5b49cce00a9eb +size 725253818 diff --git a/checkpoint-1000/random_states_0.pkl b/checkpoint-1000/random_states_0.pkl index ca035ccbd4cac50279bb7c39d3dc96eec97fcf82..60ff22522d2037ebc20938f2262d72b9505e857f 100644 --- a/checkpoint-1000/random_states_0.pkl +++ b/checkpoint-1000/random_states_0.pkl @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:97075e65e8cbb3094b0486fdc285336066614354aa9462d32b616974a02bd4ff -size 14663 +oid sha256:3298235a93e372c074ab26d93f37e0286b79e70d0a5e9f69b701b1be8337a982 +size 14344 diff --git a/checkpoint-1000/scaler.pt b/checkpoint-1000/scaler.pt index efdbd3c795f6b0d4144e68355e99c220ccdedd09..1d181e6249d155a6c5e31f3078bd344c67ee533e 100644 --- a/checkpoint-1000/scaler.pt +++ b/checkpoint-1000/scaler.pt @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:68cff80b680ddf6e7abbef98b5f336b97f9b5963e2209307f639383870e8cc71 -size 557 +oid sha256:9d8fdcd0311eba9854fff738038ed4c1a269832665b4d88ba4e4e3d02a1a7e0e +size 988 diff --git a/checkpoint-1000/scheduler.bin b/checkpoint-1000/scheduler.bin index 2948b016ab3f41add89fdea0efa6587d63a96d23..2b27d725b3673477ff55fdd87a26906ce6565614 100644 --- a/checkpoint-1000/scheduler.bin +++ b/checkpoint-1000/scheduler.bin @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f34912fa092355c5a950e4967ea28cbb3556238a7857baa5999d228cde0ae4c3 -size 563 +oid sha256:9d16ae9dedf4c45ceadc467593037d83423677715e75ab402a9f44aa81de9b84 +size 1000 diff --git a/checkpoint-10000/controlnet/config.json b/checkpoint-10000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-10000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.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-10000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-10000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..88b80c5d47aefd06f18c6081a6e2b8d73bc774c3 --- /dev/null +++ b/checkpoint-10000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8891553cc16f978a30bfed4a114c2586d4863b1735ec52460fbfd6de56f6afa8 +size 1445157120 diff --git a/checkpoint-10000/optimizer.bin b/checkpoint-10000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b6f431695fc04ba2dd3baf7d40e569d6982d2fb9 --- /dev/null +++ b/checkpoint-10000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9762f867555ccbe33266418bb667225099d4eb85b95a644c10fe97c78a59bca7 +size 725253818 diff --git a/checkpoint-10000/random_states_0.pkl b/checkpoint-10000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..1563eedf423bcf22fd67e43c212ebf02c8f0feaa --- /dev/null +++ b/checkpoint-10000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:531b63fc3ccd2e9e6929a765bdf49ffa46439ce8525c4d92773d0909b01eb49b +size 14344 diff --git a/checkpoint-10000/scaler.pt b/checkpoint-10000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..4a1e4b060f24043a346f4056fce189318a36183a --- /dev/null +++ b/checkpoint-10000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d49367aa0f19981d0484e3ef5c1b009e6bdd8e5c0d8ef08f2f8d235b9f843816 +size 988 diff --git a/checkpoint-10000/scheduler.bin b/checkpoint-10000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..404dfd6422eb26d29b37d4327709c308ac4d1907 --- /dev/null +++ b/checkpoint-10000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d31ad9a5150e341b638f838a47b3cb3db0d48efa493bcc8d1f8bf787b2c8cee3 +size 1000 diff --git a/checkpoint-1500/controlnet/config.json b/checkpoint-1500/controlnet/config.json index 450cb4e80a4b1ab17b99fc4ab0f63c318503dc4d..6fef22c7dfa17014739aa1100aea0ad20be40bb5 100644 --- a/checkpoint-1500/controlnet/config.json +++ b/checkpoint-1500/controlnet/config.json @@ -1,6 +1,6 @@ { "_class_name": "ControlNetModel", - "_diffusers_version": "0.22.0.dev0", + "_diffusers_version": "0.27.0.dev0", "act_fn": "silu", "addition_embed_type": null, "addition_embed_type_num_heads": 64, @@ -37,6 +37,7 @@ "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, diff --git a/checkpoint-1500/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-1500/controlnet/diffusion_pytorch_model.safetensors index 231a297c80e8c61b38056b8b5c49f573bc62df8a..b6b51e6b264fbfd2026be47b945d70cba55e8ac2 100644 --- a/checkpoint-1500/controlnet/diffusion_pytorch_model.safetensors +++ b/checkpoint-1500/controlnet/diffusion_pytorch_model.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2b5c7c4b9935ef2809b0213ce2ca478d129b4d0ca87feb8867781030a993b50c +oid sha256:cb41fca52fa6e9fbe7ae9985a73d765008d4d6f296b9a6661a88ffb6c753aff8 size 1445157120 diff --git a/checkpoint-1500/optimizer.bin b/checkpoint-1500/optimizer.bin index 8781d4e2f5071f0bef82d534419c762cb6fc3f96..ea9d69e2377f2e4b992645e852dbf41d3e9ed3a3 100644 --- a/checkpoint-1500/optimizer.bin +++ b/checkpoint-1500/optimizer.bin @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:889f609e05b83760cbbbfaeb8098dd04263af663e57385431b464f5e9d57e319 -size 725253381 +oid sha256:20c88bce99bc0069b89620f836a26ac7c86e6f9704bdc748d184a2fc0f2c39eb +size 725253818 diff --git a/checkpoint-1500/random_states_0.pkl b/checkpoint-1500/random_states_0.pkl index 6cfa4f53345e743258ffb181e09c91324f6001b4..db969ff2ffe0315333211f51536529dd4c2d9645 100644 --- a/checkpoint-1500/random_states_0.pkl +++ b/checkpoint-1500/random_states_0.pkl @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5b2cd360d2c176e26a063e77a4db10e3f66a87fe6786259c5bc37525aba163f3 -size 14663 +oid sha256:3ca7964d3ec08efba0cb1077f822f54475dc9b5de165044a62fd71bdcef94a21 +size 14344 diff --git a/checkpoint-1500/scaler.pt b/checkpoint-1500/scaler.pt index 69c76b8f27f096d1d1a3d9d0e387af1a9cf5028d..9272e7b2b7073251307b6febf624c58665ee0073 100644 --- a/checkpoint-1500/scaler.pt +++ b/checkpoint-1500/scaler.pt @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:203a72d6c29f42a0e2964fdddc8d7a98df1eccee78fea9de0fa416613390f5c6 -size 557 +oid sha256:c2a4b6e0ef05ca249f2d6b7f9f3ad1dff81e55842a962df795bb9740c17c8e92 +size 988 diff --git a/checkpoint-1500/scheduler.bin b/checkpoint-1500/scheduler.bin index ef7222d0dc2d07f8085322d9b2eb7263ac99413b..d154ca96fb3f310ddcfd29778362a754fa20ea17 100644 --- a/checkpoint-1500/scheduler.bin +++ b/checkpoint-1500/scheduler.bin @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bab8983b1117c68e4e9a600eacf54bed4c3ac40f58cbf8864e53243107b904fb -size 563 +oid sha256:dcdd883061f8f3514731c51041dc7231d10951713a9abbd57d4f968a9c567ce3 +size 1000 diff --git a/checkpoint-2000/controlnet/config.json b/checkpoint-2000/controlnet/config.json index 450cb4e80a4b1ab17b99fc4ab0f63c318503dc4d..6fef22c7dfa17014739aa1100aea0ad20be40bb5 100644 --- a/checkpoint-2000/controlnet/config.json +++ b/checkpoint-2000/controlnet/config.json @@ -1,6 +1,6 @@ { "_class_name": "ControlNetModel", - "_diffusers_version": "0.22.0.dev0", + "_diffusers_version": "0.27.0.dev0", "act_fn": "silu", "addition_embed_type": null, "addition_embed_type_num_heads": 64, @@ -37,6 +37,7 @@ "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, diff --git a/checkpoint-2000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2000/controlnet/diffusion_pytorch_model.safetensors index 54ddbd8a6d0f9d8f2b5f84564f6707843e3d3bb5..e525e8e495b722ac4626bfcd35e25e0afa9b7973 100644 --- a/checkpoint-2000/controlnet/diffusion_pytorch_model.safetensors +++ b/checkpoint-2000/controlnet/diffusion_pytorch_model.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f1b0402f4c7c4b57b7f7afeb0a6bdb601c18ad6bc5ed07fcedc73ad2cf5c1411 +oid sha256:60c6a66880a8cd8cc0a756e166ba9c64c9c0807371609b8e47ba017bdf1e493e size 1445157120 diff --git a/checkpoint-2000/optimizer.bin b/checkpoint-2000/optimizer.bin index dfada24b2d305e18dda3f6284bd63716d3a26d31..dfd0a96af46ce347d87a03a6d29f5d6bd9a8b087 100644 --- a/checkpoint-2000/optimizer.bin +++ b/checkpoint-2000/optimizer.bin @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e3dd3fb83cb98d6989213fd2b1ca4fb9556fabb9b7f428cc92b0f0596f2d597 -size 725253381 +oid sha256:1a2819dfa812ed9b2035bf4dce250a7a95df03fa6cd7095b08af69409b28c20d +size 725253818 diff --git a/checkpoint-2000/random_states_0.pkl b/checkpoint-2000/random_states_0.pkl index c0101ce0eeb1979ff4247cc0004bee242655a2a8..2a955f2e365472b13c953ac7a6d74d17182a5afb 100644 --- a/checkpoint-2000/random_states_0.pkl +++ b/checkpoint-2000/random_states_0.pkl @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:74c7ebe648822d290d2bb5b762570f0df3f971e789ce2940d562a4e19b93dd52 -size 14663 +oid sha256:842c6cdd9e64c0014d57cd439961934786f9108234882e36527191bfe09a37e6 +size 14408 diff --git a/checkpoint-2000/scaler.pt b/checkpoint-2000/scaler.pt index 21ece35416ce79724d347155f11cfa297b97cabc..99282b0e304ef68a38f5a2dd4a6ac123700f2f53 100644 --- a/checkpoint-2000/scaler.pt +++ b/checkpoint-2000/scaler.pt @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd2de9749828adacdf103bf6e9592702bb7067a2c1df27dd62ab38c1eb8c070f -size 557 +oid sha256:3c50a9cebe5d66d453d25b140738bff479749ac03e0a43597d8776bc22f6ed0c +size 988 diff --git a/checkpoint-2000/scheduler.bin b/checkpoint-2000/scheduler.bin index 64373fe7f87efc1d992d705ae49aa37ba7ddd6b1..265be0ca1047a7473155ea7e300903c0b049b695 100644 --- a/checkpoint-2000/scheduler.bin +++ b/checkpoint-2000/scheduler.bin @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dfe94afd21b04fe331bf93a36e6de4869425c4da4a32303493f7f8b96dd6ca61 -size 563 +oid sha256:81a7fe0a2983de695c44ba167520d4ce1ca01157e36e90498bee8c9d8e4b61fc +size 1000 diff --git a/checkpoint-2500/controlnet/config.json b/checkpoint-2500/controlnet/config.json index 450cb4e80a4b1ab17b99fc4ab0f63c318503dc4d..6fef22c7dfa17014739aa1100aea0ad20be40bb5 100644 --- a/checkpoint-2500/controlnet/config.json +++ b/checkpoint-2500/controlnet/config.json @@ -1,6 +1,6 @@ { "_class_name": "ControlNetModel", - "_diffusers_version": "0.22.0.dev0", + "_diffusers_version": "0.27.0.dev0", "act_fn": "silu", "addition_embed_type": null, "addition_embed_type_num_heads": 64, @@ -37,6 +37,7 @@ "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, diff --git a/checkpoint-2500/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-2500/controlnet/diffusion_pytorch_model.safetensors index 808456a0f66752e42dd1d36ddf2524bcb10d88d8..8fef633315cce31f27c069d6c1f561ff36779c55 100644 --- a/checkpoint-2500/controlnet/diffusion_pytorch_model.safetensors +++ b/checkpoint-2500/controlnet/diffusion_pytorch_model.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ec2b827fe8944762cc46f0f12f6684eab1581c4e2e530cbc4402cd9fd2026c1d +oid sha256:94c9991df17949c2adee8048af2ed3dc9dfa94814426220065203da12f298264 size 1445157120 diff --git a/checkpoint-2500/optimizer.bin b/checkpoint-2500/optimizer.bin index a23c03350b731c0f8ff8bd10ae0a7965405d427a..2c99e6e5e82947dc9a7e60f53469781358f294a7 100644 --- a/checkpoint-2500/optimizer.bin +++ b/checkpoint-2500/optimizer.bin @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a18e4a96567e247313b50e2fffe90ff2ca34918a39db9e58c96f5ba99c406097 -size 725253381 +oid sha256:9f5d28ef6f0e4a3c10d3773175a11e81cd7ad04a0907347c0c11cf60b71a949a +size 725253818 diff --git a/checkpoint-2500/random_states_0.pkl b/checkpoint-2500/random_states_0.pkl index 47ffce76b7a988697b3d0662ac9ee48ec95ea269..5fecffb69429dae1e35d2758200f42a90fc8dc6a 100644 --- a/checkpoint-2500/random_states_0.pkl +++ b/checkpoint-2500/random_states_0.pkl @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2067160743ee14fd767bc93bbe5981ac74af8a052d1ec1891a8ead17e998c3cd -size 14663 +oid sha256:ce333858540fadcb553b16f20719c32ee1e9cd50165ab74319ea24a530776f83 +size 14344 diff --git a/checkpoint-2500/scaler.pt b/checkpoint-2500/scaler.pt index 9a3e6e139e26b18feddbe2f66ba98b73890dacfa..4b9902c4e2dee2972ff0943d57b3678364435cdf 100644 --- a/checkpoint-2500/scaler.pt +++ b/checkpoint-2500/scaler.pt @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0fbcebc8f5487b0c117b5dd47f2ea304af3eebf408d297118d9307e1223927e1 -size 557 +oid sha256:48e2d97f563bb838328076a1666504681962151a3975a2f064be3a03e6500740 +size 988 diff --git a/checkpoint-2500/scheduler.bin b/checkpoint-2500/scheduler.bin index 9158655e19d781dbbff043dd8ccd7feb9a59a9c1..cd75b8e9f2a25024cc28ff9e3abc0cb9a60904d9 100644 --- a/checkpoint-2500/scheduler.bin +++ b/checkpoint-2500/scheduler.bin @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:22b1db9332b702ad998c57267be2dca991aa8ef4e47b4e515dc19c7f20063a70 -size 563 +oid sha256:e9244a743d4761f975ab2a14d0b7a509a85554dd77bef6490330160a2a639fae +size 1000 diff --git a/checkpoint-3000/controlnet/config.json b/checkpoint-3000/controlnet/config.json index 450cb4e80a4b1ab17b99fc4ab0f63c318503dc4d..6fef22c7dfa17014739aa1100aea0ad20be40bb5 100644 --- a/checkpoint-3000/controlnet/config.json +++ b/checkpoint-3000/controlnet/config.json @@ -1,6 +1,6 @@ { "_class_name": "ControlNetModel", - "_diffusers_version": "0.22.0.dev0", + "_diffusers_version": "0.27.0.dev0", "act_fn": "silu", "addition_embed_type": null, "addition_embed_type_num_heads": 64, @@ -37,6 +37,7 @@ "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, diff --git a/checkpoint-3000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-3000/controlnet/diffusion_pytorch_model.safetensors index de2a4e06291482f9eb45b1c6191d09810e06ffcb..2e3a59655f37535ae650c770950d25ab591d5282 100644 --- a/checkpoint-3000/controlnet/diffusion_pytorch_model.safetensors +++ b/checkpoint-3000/controlnet/diffusion_pytorch_model.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d62d2ac92993db4e153ab13e3f78950ec5da860a220e53caeef98390b8068978 +oid sha256:576bf82830f59db86739f952215b18da5c1b2d7f057478aae95201679947f238 size 1445157120 diff --git a/checkpoint-3000/optimizer.bin b/checkpoint-3000/optimizer.bin index 934439c5473cd9bd1242aef6cc881c81a7031d1c..67a09767d0aa1e3ff92a519787920758d8946a1d 100644 --- a/checkpoint-3000/optimizer.bin +++ b/checkpoint-3000/optimizer.bin @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:804842f3937f9cc8b473085a0ccaca50469bab4e8b502d259cd33b59b6751919 -size 725253381 +oid sha256:8a39b824690b5ae73d5baad1e80745a7b0cef466d0ba88c40b19b47e515fd03f +size 725253818 diff --git a/checkpoint-3000/random_states_0.pkl b/checkpoint-3000/random_states_0.pkl index acb5acfb4bcd985a49fd1f352d1238411509f823..2d97ff894acaa628e9e9e8614c4ada28426f1d1c 100644 --- a/checkpoint-3000/random_states_0.pkl +++ b/checkpoint-3000/random_states_0.pkl @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3dfe045bb9243eec4d19c671d2d1878118214b8f9d74b0ecc4ed30144ed1864e -size 14663 +oid sha256:be89ab61319fe0bdc9769e2084724edbe275c1454965ebff96e43615b4d43eb4 +size 14408 diff --git a/checkpoint-3000/scaler.pt b/checkpoint-3000/scaler.pt index 2888c9ddc2c30e6b47ce0e6abcc8e2d1303aab00..6c13b5448a0852139c8a78d48ae5f4dc71f8a023 100644 --- a/checkpoint-3000/scaler.pt +++ b/checkpoint-3000/scaler.pt @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fb1f9398b77268202e8e1465734a63d123b1ef11c27f20f2473677e9883a6869 -size 557 +oid sha256:21aba8ed0f38ed1c04994c10a9ca7e9925e55ef2ed51283c43ff8e2cce78585f +size 988 diff --git a/checkpoint-3000/scheduler.bin b/checkpoint-3000/scheduler.bin index 0b6eaa6a5a88bbc1e19c9479751f75698e848c9d..8e34b9d961e83d8a8892cc99eb41c713478ece0d 100644 --- a/checkpoint-3000/scheduler.bin +++ b/checkpoint-3000/scheduler.bin @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3d6ec0338061ab706b1805a9e2966ca126b26619cd90bb73133127681b9de370 -size 563 +oid sha256:7a530ffa9220cf65c0729e966fdf26ce7223ed3dc88346bbe1367170da20bad4 +size 1000 diff --git a/checkpoint-3500/controlnet/config.json b/checkpoint-3500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-3500/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.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-3500/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-3500/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4a7850c4550bac70d40d9d6633bef44f9fbb90fb --- /dev/null +++ b/checkpoint-3500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:460359710cf6f5200ae4a48b3aa20d0bdfbc3e7f675ff05747ad8b9516a383de +size 1445157120 diff --git a/checkpoint-3500/optimizer.bin b/checkpoint-3500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..a2f2ca343cd1b6ef0ff5147a000ba38680614039 --- /dev/null +++ b/checkpoint-3500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98fe11e117ee94d20ec3c9aefc4f33b188e961920e518ff23402af47a72e06d2 +size 725253818 diff --git a/checkpoint-3500/random_states_0.pkl b/checkpoint-3500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..21d38796b83f0d069b28c772b96e12493ea28eec --- /dev/null +++ b/checkpoint-3500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a68555b7cb5052a0d8f1f35aadbb74ba88a0f022311ba700d447d160e7a553 +size 14344 diff --git a/checkpoint-3500/scaler.pt b/checkpoint-3500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..642d9ddc499e11af6d65baf9612222717fa34b7d --- /dev/null +++ b/checkpoint-3500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d25c9e5c384ba91142c829ef5432ebc4ae7d8c71f3de723046dd3aa202e08a2 +size 988 diff --git a/checkpoint-3500/scheduler.bin b/checkpoint-3500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f3290a51934a912d4984ad282affd1f94290c78f --- /dev/null +++ b/checkpoint-3500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6802221f6347629ca3a6e377a3bbcf1d2a6c0b7ef7e83794854e08587237ffd4 +size 1000 diff --git a/checkpoint-4000/controlnet/config.json b/checkpoint-4000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-4000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.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-4000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-4000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..bcdc90f69c7a85b9073eefce18e607f2060eee06 --- /dev/null +++ b/checkpoint-4000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:019dd613fd6049179d0ae1b2ba2fc13de3485f7f0e302197e47dfc74abf1678e +size 1445157120 diff --git a/checkpoint-4000/optimizer.bin b/checkpoint-4000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7310804167dc3d572f00a56628b9134114857633 --- /dev/null +++ b/checkpoint-4000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e3a52c8b4cd67c07919f400231c522364ada3dd74ef62b06166e654b288dd4 +size 725253818 diff --git a/checkpoint-4000/random_states_0.pkl b/checkpoint-4000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..eb2656d8fff0a7962fbf7cc82d0a7b432ae539ae --- /dev/null +++ b/checkpoint-4000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d866ee3be5f6b18720782ca883cba6855cfcd4bb23d97cf2c1446ea71190e625 +size 14408 diff --git a/checkpoint-4000/scaler.pt b/checkpoint-4000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..8e3c148798a27b525e5967dae1f764aa32ba855f --- /dev/null +++ b/checkpoint-4000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59a4acfb0da74c479080613978839dd3cbb4608fd2c07e764b4c844401d8dd5f +size 988 diff --git a/checkpoint-4000/scheduler.bin b/checkpoint-4000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..4650a57bdc5329d82b7509dbd026339e5b46def6 --- /dev/null +++ b/checkpoint-4000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a27fbcb71e64da5cd3c386782ab45bb0efde0abb5d30842a94c8a599b450c90c +size 1000 diff --git a/checkpoint-4500/controlnet/config.json b/checkpoint-4500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-4500/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.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-4500/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-4500/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..46c038fd4910949b13852575246aa32add4bd09f --- /dev/null +++ b/checkpoint-4500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9b456819bbdc5a8d81ee7b25d29da4b6bcc7d3f8c6e190e926985f4bc9260e +size 1445157120 diff --git a/checkpoint-4500/optimizer.bin b/checkpoint-4500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..339e2370e1b1ecefb4c85ee6bf874c297179a7d5 --- /dev/null +++ b/checkpoint-4500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d782a5103afd47367b7407593038e630f189ade95cb3e59a2cb587feea82b0c3 +size 725253818 diff --git a/checkpoint-4500/random_states_0.pkl b/checkpoint-4500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..d241903012ec80fc94579c882cbf25c8ca1786de --- /dev/null +++ b/checkpoint-4500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be4c578544182730816358ec7d9a6a9816cf0011d9bef505af277ef646bd7edd +size 14344 diff --git a/checkpoint-4500/scaler.pt b/checkpoint-4500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..0eb1718239e9101b6a6e609988d0ab4c61c50ef6 --- /dev/null +++ b/checkpoint-4500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25aed798df1ea1f11d3cdd0a7de18dd9b632beaa14981af70f644c899539b4cc +size 988 diff --git a/checkpoint-4500/scheduler.bin b/checkpoint-4500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..4bb8e5e53a61158811380ef954d8e40e9856b889 --- /dev/null +++ b/checkpoint-4500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9d67c816ab83e7cb68277890f1dc271a0a14594cbcde1b73e03e9819263ecf +size 1000 diff --git a/checkpoint-500/controlnet/config.json b/checkpoint-500/controlnet/config.json index 450cb4e80a4b1ab17b99fc4ab0f63c318503dc4d..6fef22c7dfa17014739aa1100aea0ad20be40bb5 100644 --- a/checkpoint-500/controlnet/config.json +++ b/checkpoint-500/controlnet/config.json @@ -1,6 +1,6 @@ { "_class_name": "ControlNetModel", - "_diffusers_version": "0.22.0.dev0", + "_diffusers_version": "0.27.0.dev0", "act_fn": "silu", "addition_embed_type": null, "addition_embed_type_num_heads": 64, @@ -37,6 +37,7 @@ "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, diff --git a/checkpoint-500/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-500/controlnet/diffusion_pytorch_model.safetensors index 04b20d0fff5816e4d89dbf0b157cb1e4679c5eb4..916a33f7057fd3e234c97b6b238f05df7be1f42b 100644 --- a/checkpoint-500/controlnet/diffusion_pytorch_model.safetensors +++ b/checkpoint-500/controlnet/diffusion_pytorch_model.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4eec4b95d2f89cfa1f3cb036bbd3c38214237a087a455e78e61f13b558ec457a +oid sha256:58e8777125c0d3a0d50b9dd8fa102a45fe4025fe4781d48080d2f83cdcac45f4 size 1445157120 diff --git a/checkpoint-500/optimizer.bin b/checkpoint-500/optimizer.bin index 3062f01ecf6fb5f0d283c0cabaf966051e674db5..1588b83fed52e8909657e063428bddb85e221d53 100644 --- a/checkpoint-500/optimizer.bin +++ b/checkpoint-500/optimizer.bin @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7d8a4433af74462680087858c438f7e8e955e817103d3051c1008c489013152d -size 725253381 +oid sha256:903c0b7d9d79fae50471a8fa2d939deaf666dee778b544d1c6e132edbbcadffd +size 725253818 diff --git a/checkpoint-500/random_states_0.pkl b/checkpoint-500/random_states_0.pkl index 88f192d1460e16642ceab12a1301cddd4228613b..2ba07f909da81fc805d7abe8f7d88dcd0c75cab7 100644 --- a/checkpoint-500/random_states_0.pkl +++ b/checkpoint-500/random_states_0.pkl @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6f1e6eaa0e51b8dcfbb2801d08cb614b60974f7b2d6fd1accc24c1584d2cedf8 -size 14727 +oid sha256:b0bf58999be4091bf89655694f89d2d4a3abe55913165a73753527dbac4213de +size 14408 diff --git a/checkpoint-500/scaler.pt b/checkpoint-500/scaler.pt index b5f2e5ee77c2cef5eff816170558ce9209855685..b1640696e8c648247d0af4fea4d97302082e3749 100644 --- a/checkpoint-500/scaler.pt +++ b/checkpoint-500/scaler.pt @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a3f196a54202bb4ba1220e8c59f42f9cda0702d68ea83147d814c2fb2f36b8f2 -size 557 +oid sha256:18b984273ea2d45b7ffb1d047bb359d93111e41fcad70d16a1b453fd38f72636 +size 988 diff --git a/checkpoint-500/scheduler.bin b/checkpoint-500/scheduler.bin index 71d5455d98cf7219148806094443df069ec9e46a..631d940cad62ee720865279ef3906e1c6ba8f2c0 100644 --- a/checkpoint-500/scheduler.bin +++ b/checkpoint-500/scheduler.bin @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ab20ead000e6ae60e9a32d69fb1fb976d10dba2a065da680293a8202053a1975 -size 563 +oid sha256:68d7b85c46d195e3cd6e587d94878d77f315e0a073acfab811251f39fbe891fc +size 1000 diff --git a/checkpoint-5000/controlnet/config.json b/checkpoint-5000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-5000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.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-5000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-5000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4b591311f23b501349e1bd2d3ff70ee54be1a8cd --- /dev/null +++ b/checkpoint-5000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beea0bf9db3eeb78eff4064092c1eccb4f7f8f5dbabf701fa8ba97e01b0ccdd5 +size 1445157120 diff --git a/checkpoint-5000/optimizer.bin b/checkpoint-5000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c98aa38749b7879949bd1ba865dbadde1b6fe1ac --- /dev/null +++ b/checkpoint-5000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd8f47d99c1d87ca0b56d02d738a71a5f010d3872e26b6c61eef3c27bda0db5 +size 725253818 diff --git a/checkpoint-5000/random_states_0.pkl b/checkpoint-5000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..194aa7cb7cd6c1ea714e20dc201e832a630a7ae8 --- /dev/null +++ b/checkpoint-5000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7861fa291bc9a910e0422d5fd3b58b46e7c47917f2b187e9923f5023be23c00d +size 14344 diff --git a/checkpoint-5000/scaler.pt b/checkpoint-5000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..da81849ef9b20a8870285eaa92c68ae84344e397 --- /dev/null +++ b/checkpoint-5000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41216328ab75de937007afb04d76156949bedb908461001a451c8991c2ba8cca +size 988 diff --git a/checkpoint-5000/scheduler.bin b/checkpoint-5000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..976a27de201da5488bc7b42ce6d3ddff38320cae --- /dev/null +++ b/checkpoint-5000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:920333155b08e76154b89a85170c320833074db7b84649a9cfe79fd10b6bf2d9 +size 1000 diff --git a/checkpoint-5500/controlnet/config.json b/checkpoint-5500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-5500/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.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-5500/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-5500/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..1641e88c12f4cf15095a18e217a75a8ec092d671 --- /dev/null +++ b/checkpoint-5500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:890670bc20fd90b6640aaffa3fed8b55e5b35f67c92bd4eb4216f272ec2b8668 +size 1445157120 diff --git a/checkpoint-5500/optimizer.bin b/checkpoint-5500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..6752fd78b8c9ee3b666076f98fbaa5255867d78e --- /dev/null +++ b/checkpoint-5500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a760645d0280c7b60eccb602dc3ea9e414114af19fb8bb6a4511db3682fb715 +size 725253818 diff --git a/checkpoint-5500/random_states_0.pkl b/checkpoint-5500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..2d78c37a2cb2247180783e41ade93e5d5b1ecbc6 --- /dev/null +++ b/checkpoint-5500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73c6fb5cdbb78c0ed23d06f402fe514e9fab6d33416434b9f7d273874a765113 +size 14344 diff --git a/checkpoint-5500/scaler.pt b/checkpoint-5500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..69f6088312209ae4e3360aae009559b7cc312734 --- /dev/null +++ b/checkpoint-5500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165682a2e7bf7bc72fdb6bc7e86132478cb636e61812d7d9702660fa5fc8190f +size 988 diff --git a/checkpoint-5500/scheduler.bin b/checkpoint-5500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..7ece1e95c6d951505f4d6593b5d5dab363c507f1 --- /dev/null +++ b/checkpoint-5500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cccd50e4fadaabeb5f256be304ee136b35dc86ed1b95b9b53c2539488e8558c6 +size 1000 diff --git a/checkpoint-6000/controlnet/config.json b/checkpoint-6000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-6000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.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-6000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-6000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..c8bab54f913ff94faca8813b780b885adebc7354 --- /dev/null +++ b/checkpoint-6000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b6cee6c3d63abe290c215e546eb02045fd713ace1226b96b657c52c4638b33 +size 1445157120 diff --git a/checkpoint-6000/optimizer.bin b/checkpoint-6000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..4c402be1ed723874f4e3e3fa02a04fd681c72ca1 --- /dev/null +++ b/checkpoint-6000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c4b0ba3b86ac01a16ccea4ed5f3c2bce138ad6f4a87e4e0b18679eb30864a9 +size 725253818 diff --git a/checkpoint-6000/random_states_0.pkl b/checkpoint-6000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..77f8993f6a7f4c0494931a2677dde844114d4f9f --- /dev/null +++ b/checkpoint-6000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:679ccd15526f06a757f035a48feb5d93c8b35ba0b665f70d4f8985178e35de49 +size 14344 diff --git a/checkpoint-6000/scaler.pt b/checkpoint-6000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..840da600451fc71f1b6180ead0075b9e8fdecae3 --- /dev/null +++ b/checkpoint-6000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23c6abec96b9d238cb94e3e6ca47ebac7366e65b2c1f7f780949153075612b6e +size 988 diff --git a/checkpoint-6000/scheduler.bin b/checkpoint-6000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..56f6260b4410b5426405fe19cb5e3a70940c635e --- /dev/null +++ b/checkpoint-6000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ee5dfbcb11f39797466c733b73a4b72d5ce9cd980aa33b83191eda39b8f80d9 +size 1000 diff --git a/checkpoint-6500/controlnet/config.json b/checkpoint-6500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-6500/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.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-6500/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-6500/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..241a4807fa9dbfb151755503385bdc55602e8e7f --- /dev/null +++ b/checkpoint-6500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c628874a6234ba7a60d4963ad520f16ad26650bc763ae12516dc3c38f07ab56a +size 1445157120 diff --git a/checkpoint-6500/optimizer.bin b/checkpoint-6500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..2cd72c4faffb5198b6d4aa2577d84df14647ca50 --- /dev/null +++ b/checkpoint-6500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a2682d23d3dba3194f0ecbe09b340bfeff9fa6a5fa0f94407fc9c66bae4e5dd +size 725253818 diff --git a/checkpoint-6500/random_states_0.pkl b/checkpoint-6500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..3961480d59ae4beac21927bf676db6bf54287d43 --- /dev/null +++ b/checkpoint-6500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f838e4840ce10cd57b231234a56d378c19ecb31913394658d50ed47689714f2 +size 14408 diff --git a/checkpoint-6500/scaler.pt b/checkpoint-6500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..5ec8a4e621f39c936acfe8c28fe1cc865d09f75d --- /dev/null +++ b/checkpoint-6500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c606bd11a9e6285e6edb1bc8268b93d4001019c7b1ede9e9e337bb18e9f16d +size 988 diff --git a/checkpoint-6500/scheduler.bin b/checkpoint-6500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..dd50dc61ecfe56f92568bf86f8100b71caa3e3e5 --- /dev/null +++ b/checkpoint-6500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d229b0da4068c3fe48559d0cf4e98c2363ffbc34b55fa0c031894ec3002f1437 +size 1000 diff --git a/checkpoint-7000/controlnet/config.json b/checkpoint-7000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-7000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.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-7000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-7000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7cd2c7f5803004e8cb439c8480677af5e3e225dd --- /dev/null +++ b/checkpoint-7000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cda043c5d1ec3740c71fdd072bc7f717d3e9949f77d8c815deaddf63aa9a625d +size 1445157120 diff --git a/checkpoint-7000/optimizer.bin b/checkpoint-7000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..3ce908e2da8e508a147872c582d47e049b103fc8 --- /dev/null +++ b/checkpoint-7000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836d7d30a02da068ec0684ab7cc2c4afecdffc4e72cb822d9494dbc9ea09ddc6 +size 725253818 diff --git a/checkpoint-7000/random_states_0.pkl b/checkpoint-7000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..c7ade3b24c555f9e40cd5cbc032272efcbc37e4a --- /dev/null +++ b/checkpoint-7000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d88be4cca79ddc9dcdb6a6e7cc7d014d21fb9b2fcec2b6656832913215149d +size 14408 diff --git a/checkpoint-7000/scaler.pt b/checkpoint-7000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..737bf675186d048829559bb294eae012b8d37102 --- /dev/null +++ b/checkpoint-7000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1649d3b3e023e1971bf1f99ed02274c67a4f14e5a2d48039bdea3dcc4713a9d +size 988 diff --git a/checkpoint-7000/scheduler.bin b/checkpoint-7000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..060d6467a94bb456ae140a069e7c9fc0d0d9eefe --- /dev/null +++ b/checkpoint-7000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f80bd4cf789dadaabab339ee4bbcf7677008e876201ba9229aae4c3d8860b1 +size 1000 diff --git a/checkpoint-7500/controlnet/config.json b/checkpoint-7500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-7500/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.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-7500/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-7500/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..6d1282bec10ac01b0a91d3fa6d096810d09c6ea4 --- /dev/null +++ b/checkpoint-7500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e323612a992f4daeaf0a319013cdb32652816b64e40d7aeaa13b8e47bf33ed +size 1445157120 diff --git a/checkpoint-7500/optimizer.bin b/checkpoint-7500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7918cbf0369fffb7c05484033bc6721eb7ebc1bb --- /dev/null +++ b/checkpoint-7500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b927f913db87b6b48288fcff3dd3ccdd6e6ec2bdbce296f4acc042532cae6bb +size 725253818 diff --git a/checkpoint-7500/random_states_0.pkl b/checkpoint-7500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..23e82fc76b0368ad1bfc514828fbd80b0338860f --- /dev/null +++ b/checkpoint-7500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e6bfa94f6de72985f7f53e5c0db9c3c9afc97b7936bdc2118b9ed16dfaa0e7 +size 14344 diff --git a/checkpoint-7500/scaler.pt b/checkpoint-7500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..6dbcfd0904541c288136dbefa59688bdf92f1b17 --- /dev/null +++ b/checkpoint-7500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74619b44a91be55cfad18cd64253abbff929e15e9d1131493111f152cb65508c +size 988 diff --git a/checkpoint-7500/scheduler.bin b/checkpoint-7500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a40cb7d1b1824ffe0ad37702bc10ce5252d3f6e7 --- /dev/null +++ b/checkpoint-7500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469f3dfa691dc745bdbbdb71d7ef377ea939b36486945c0afc136fdf39db6a09 +size 1000 diff --git a/checkpoint-8000/controlnet/config.json b/checkpoint-8000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-8000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.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-8000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-8000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..d29bc73d7a744d1a0313079f4b8013ccf3b0a6a1 --- /dev/null +++ b/checkpoint-8000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a544618cb20dead3aad3ab1e23fd8e8ccbe05657df46e05036ee1e258454e61 +size 1445157120 diff --git a/checkpoint-8000/optimizer.bin b/checkpoint-8000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c71316a942983fe7272e5dac29540590df609c2b --- /dev/null +++ b/checkpoint-8000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffaa49bddf95bfafc87913de8e1d8c1e4636ecf23e69c1872371ee00efb29db3 +size 725253818 diff --git a/checkpoint-8000/random_states_0.pkl b/checkpoint-8000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..8e36a41afd1a567086a31c17dd2cbb3dafa0bc62 --- /dev/null +++ b/checkpoint-8000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719eab860a69219afc7533e97c8bd1b99d507b1b3fdbd0ac7f4d4447e9ee1e42 +size 14344 diff --git a/checkpoint-8000/scaler.pt b/checkpoint-8000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..5d233dbc7213d116f30ab6ede931ddae392b2dcd --- /dev/null +++ b/checkpoint-8000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:277aa13cb2ec6fbc8e4950a74aadb07696752963130be9aa03b65700e040b1b0 +size 988 diff --git a/checkpoint-8000/scheduler.bin b/checkpoint-8000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a8d44bde7bdd376310f93f74af9fce60796d118f --- /dev/null +++ b/checkpoint-8000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:292da4efc7a8f738c6def66954da40f3297d0ce66bc7f39bf63dc452f2047773 +size 1000 diff --git a/checkpoint-8500/controlnet/config.json b/checkpoint-8500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-8500/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.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-8500/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-8500/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..b9a9b40e5d43e2a205b899f7b2d53a5c6564f5af --- /dev/null +++ b/checkpoint-8500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54bee0faa52594cc5ff601e6783b29fdfae1c497275985e0ef5e36752fc8eba9 +size 1445157120 diff --git a/checkpoint-8500/optimizer.bin b/checkpoint-8500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..63ea389cb69dbcc8165766bbcc91cb6c3974532d --- /dev/null +++ b/checkpoint-8500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0aa8f2105f9a724e0b30f29b375c5caa9553dd27c09b9ddce3b10a97169536d +size 725253818 diff --git a/checkpoint-8500/random_states_0.pkl b/checkpoint-8500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..68effe2f8bd8f0352bab9c9db43000bc7d874d6e --- /dev/null +++ b/checkpoint-8500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:960afaa398d70100aca54d29f3771cd5b855d060c2f554a9dd2499d82203614a +size 14344 diff --git a/checkpoint-8500/scaler.pt b/checkpoint-8500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..836e9ac4ee0032cddc76ec2ec2a23a6e413fb47c --- /dev/null +++ b/checkpoint-8500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5329f1e52d51a1d5ba6ed46703dd909d2f1e3a942d004ee99787f778d9f1d28b +size 988 diff --git a/checkpoint-8500/scheduler.bin b/checkpoint-8500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a2ac49937646c629f0ce1ee55e445e9baed0fc17 --- /dev/null +++ b/checkpoint-8500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e20c0ad9ac537a007c35edaba0829511a22810e98ae5b5a51e1d892a229a89 +size 1000 diff --git a/checkpoint-9000/controlnet/config.json b/checkpoint-9000/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-9000/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.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-9000/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-9000/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..cfddd08520d96a5b797dfd3f59f6f5cfb3f6d21e --- /dev/null +++ b/checkpoint-9000/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8723b79ccdef1214ecbb40977feedea762fe4f1f4918b537d2a343bc38bd173 +size 1445157120 diff --git a/checkpoint-9000/optimizer.bin b/checkpoint-9000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..988d8307579eb28d686c6e27c4278465f2cdaaa6 --- /dev/null +++ b/checkpoint-9000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848e162d314054068d52e78de85ae9caac9a9d20e0e63c32eb4b0121af542cdb +size 725253818 diff --git a/checkpoint-9000/random_states_0.pkl b/checkpoint-9000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..1c3f7ebf5f1307b84b00d7c2ec3b8d94ab096852 --- /dev/null +++ b/checkpoint-9000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e33284781ab3d4e9dbed627f94c26f8624dcfa6955b002f91864da016e5144d +size 14408 diff --git a/checkpoint-9000/scaler.pt b/checkpoint-9000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..d5e5a2b465b7fb12aa093eceb20537b727e0d2d2 --- /dev/null +++ b/checkpoint-9000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad6c50c35b53713927f28732052bf0f3bf5da247a85776559de9817d2d278c7 +size 988 diff --git a/checkpoint-9000/scheduler.bin b/checkpoint-9000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..cea40c46784607b8e840cb2e796590b1687e8013 --- /dev/null +++ b/checkpoint-9000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdd7aa796f44c57211fc009bfef85afa45524c73305957cce5d8d0b742077407 +size 1000 diff --git a/checkpoint-9500/controlnet/config.json b/checkpoint-9500/controlnet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fef22c7dfa17014739aa1100aea0ad20be40bb5 --- /dev/null +++ b/checkpoint-9500/controlnet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "ControlNetModel", + "_diffusers_version": "0.27.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-9500/controlnet/diffusion_pytorch_model.safetensors b/checkpoint-9500/controlnet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7500571373568604770c1ee8cf170e0daa63b1be --- /dev/null +++ b/checkpoint-9500/controlnet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f126412be71c3d3d5080801d9ac27a0192bf7b09dc1901d343ff65232ec5d67b +size 1445157120 diff --git a/checkpoint-9500/optimizer.bin b/checkpoint-9500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..784ed1906dbcaec6ec864ff8751b08c3d8716f02 --- /dev/null +++ b/checkpoint-9500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb36d1511bfe08404976881b3dcb7298dd80967e446262ddef09ef4c7da5e3eb +size 725253818 diff --git a/checkpoint-9500/random_states_0.pkl b/checkpoint-9500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..ef990f3846007ee7bdb3f9af74f862ce143bb01b --- /dev/null +++ b/checkpoint-9500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d33c568fd32b65ac5550bf546ba1c10d80a583b70c7267516ea55210936835 +size 14408 diff --git a/checkpoint-9500/scaler.pt b/checkpoint-9500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..9d5fdbe5474c1512e13666e98e8149bdd85808d7 --- /dev/null +++ b/checkpoint-9500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:263c15c6611da4356c4a1f1ef5cb1178d5d93d87ae680682a95f87bc39477a0e +size 988 diff --git a/checkpoint-9500/scheduler.bin b/checkpoint-9500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..3fa57adba232afe8ca5611ffaf153b936b1fa26a --- /dev/null +++ b/checkpoint-9500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5886cc71ce564be65de5dfd812c7176ad89f17b1e6165c5c267e707beaf8378e +size 1000 diff --git a/config.json b/config.json index 450cb4e80a4b1ab17b99fc4ab0f63c318503dc4d..6fef22c7dfa17014739aa1100aea0ad20be40bb5 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "_class_name": "ControlNetModel", - "_diffusers_version": "0.22.0.dev0", + "_diffusers_version": "0.27.0.dev0", "act_fn": "silu", "addition_embed_type": null, "addition_embed_type_num_heads": 64, @@ -37,6 +37,7 @@ "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, diff --git a/diffusion_pytorch_model.safetensors b/diffusion_pytorch_model.safetensors index de2a4e06291482f9eb45b1c6191d09810e06ffcb..88b80c5d47aefd06f18c6081a6e2b8d73bc774c3 100644 --- a/diffusion_pytorch_model.safetensors +++ b/diffusion_pytorch_model.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d62d2ac92993db4e153ab13e3f78950ec5da860a220e53caeef98390b8068978 +oid sha256:8891553cc16f978a30bfed4a114c2586d4863b1735ec52460fbfd6de56f6afa8 size 1445157120 diff --git a/logs/train_controlnet/1708061544.2173433/events.out.tfevents.1708061544.laplace.304825.1 b/logs/train_controlnet/1708061544.2173433/events.out.tfevents.1708061544.laplace.304825.1 new file mode 100644 index 0000000000000000000000000000000000000000..0f0d4528f650d333a503f138f12be729aa6dc89d --- /dev/null +++ b/logs/train_controlnet/1708061544.2173433/events.out.tfevents.1708061544.laplace.304825.1 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a09e98f8e0b8af6709eea8d660717f1ac705e6b2e8879b627637af7d751f34b9 +size 2292 diff --git a/logs/train_controlnet/1708061544.2180333/hparams.yml b/logs/train_controlnet/1708061544.2180333/hparams.yml new file mode 100644 index 0000000000000000000000000000000000000000..d0e30158d7fa08c4be6e6b826c29fc7957e075ac --- /dev/null +++ b/logs/train_controlnet/1708061544.2180333/hparams.yml @@ -0,0 +1,50 @@ +adam_beta1: 0.9 +adam_beta2: 0.999 +adam_epsilon: 1.0e-08 +adam_weight_decay: 0.01 +allow_tf32: false +cache_dir: null +caption_column: text +checkpointing_steps: 500 +checkpoints_total_limit: null +conditioning_image_column: conditioning_image +controlnet_model_name_or_path: null +dataloader_num_workers: 0 +dataset_config_name: null +dataset_name: Bellaaazzzzz/wireframe +enable_xformers_memory_efficient_attention: false +gradient_accumulation_steps: 4 +gradient_checkpointing: true +hub_model_id: null +hub_token: null +image_column: image +learning_rate: 1.0e-05 +logging_dir: logs +lr_num_cycles: 1 +lr_power: 1.0 +lr_scheduler: constant +lr_warmup_steps: 500 +max_grad_norm: 1.0 +max_train_samples: null +max_train_steps: 10000 +mixed_precision: null +num_train_epochs: 16 +num_validation_images: 4 +output_dir: controlnet-wireframe +pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5 +proportion_empty_prompts: 0 +push_to_hub: true +report_to: tensorboard +resolution: 512 +resume_from_checkpoint: null +revision: null +scale_lr: false +seed: null +set_grads_to_none: false +tokenizer_name: null +tracker_project_name: train_controlnet +train_batch_size: 2 +train_data_dir: null +use_8bit_adam: true +validation_steps: 100 +variant: null diff --git a/logs/train_controlnet/events.out.tfevents.1708061544.laplace.304825.0 b/logs/train_controlnet/events.out.tfevents.1708061544.laplace.304825.0 new file mode 100644 index 0000000000000000000000000000000000000000..10a812d273b78a61886a35860d4582a0d35f3a06 --- /dev/null +++ b/logs/train_controlnet/events.out.tfevents.1708061544.laplace.304825.0 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12d4e251747875a82dcfb5a4c17cf6a6f5a39ad4625d26b87e2dc32775275d22 +size 3359054