diff --git a/.gitattributes b/.gitattributes index 78be8432e1148d0227370439dad9d9a818f08df4..074be8c1761e6172270345bb7df588d428e3efb6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -29,3 +29,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 +onnx__* filter=lfs diff=lfs merge=lfs -text +*.weight filter=lfs diff=lfs merge=lfs -text +*.bias filter=lfs diff=lfs merge=lfs -text diff --git a/model_index.json b/model_index.json index 0e985ad52577b583221ab4bc6b8e275a9df6a2c6..af459a989ec8c3b0c6a4f5787a134f9d8beeb5de 100644 --- a/model_index.json +++ b/model_index.json @@ -1,21 +1,21 @@ { - "_class_name": "StableDiffusionPipeline", - "_diffusers_version": "0.2.2", + "_class_name": "StableDiffusionOnnxPipeline", + "_diffusers_version": "0.3.0.dev0", "feature_extractor": [ "transformers", "CLIPFeatureExtractor" ], "safety_checker": [ - "stable_diffusion", - "StableDiffusionSafetyChecker" + "diffusers", + "OnnxRuntimeModel" ], "scheduler": [ "diffusers", "PNDMScheduler" ], "text_encoder": [ - "transformers", - "CLIPTextModel" + "diffusers", + "OnnxRuntimeModel" ], "tokenizer": [ "transformers", @@ -23,10 +23,10 @@ ], "unet": [ "diffusers", - "UNet2DConditionModel" + "OnnxRuntimeModel" ], - "vae": [ + "vae_decoder": [ "diffusers", - "AutoencoderKL" + "OnnxRuntimeModel" ] } diff --git a/safety_checker/config.json b/safety_checker/config.json deleted file mode 100644 index 97bed2ba03e1a77fe548fab801464c734b0a142b..0000000000000000000000000000000000000000 --- a/safety_checker/config.json +++ /dev/null @@ -1,171 +0,0 @@ -{ - "_name_or_path": "./safety_module", - "architectures": [ - "StableDiffusionSafetyChecker" - ], - "initializer_factor": 1.0, - "logit_scale_init_value": 2.6592, - "model_type": "clip", - "projection_dim": 768, - "text_config": { - "_name_or_path": "", - "add_cross_attention": false, - "architectures": null, - "attention_dropout": 0.0, - "bad_words_ids": null, - "bos_token_id": 0, - "chunk_size_feed_forward": 0, - "cross_attention_hidden_size": null, - "decoder_start_token_id": null, - "diversity_penalty": 0.0, - "do_sample": false, - "dropout": 0.0, - "early_stopping": false, - "encoder_no_repeat_ngram_size": 0, - "eos_token_id": 2, - "exponential_decay_length_penalty": null, - "finetuning_task": null, - "forced_bos_token_id": null, - "forced_eos_token_id": null, - "hidden_act": "quick_gelu", - "hidden_size": 768, - "id2label": { - "0": "LABEL_0", - "1": "LABEL_1" - }, - "initializer_factor": 1.0, - "initializer_range": 0.02, - "intermediate_size": 3072, - "is_decoder": false, - "is_encoder_decoder": false, - "label2id": { - "LABEL_0": 0, - "LABEL_1": 1 - }, - "layer_norm_eps": 1e-05, - "length_penalty": 1.0, - "max_length": 20, - "max_position_embeddings": 77, - "min_length": 0, - "model_type": "clip_text_model", - "no_repeat_ngram_size": 0, - "num_attention_heads": 12, - "num_beam_groups": 1, - "num_beams": 1, - "num_hidden_layers": 12, - "num_return_sequences": 1, - "output_attentions": false, - "output_hidden_states": false, - "output_scores": false, - "pad_token_id": 1, - "prefix": null, - "problem_type": null, - "pruned_heads": {}, - "remove_invalid_values": false, - "repetition_penalty": 1.0, - "return_dict": true, - "return_dict_in_generate": false, - "sep_token_id": null, - "task_specific_params": null, - "temperature": 1.0, - "tie_encoder_decoder": false, - "tie_word_embeddings": true, - "tokenizer_class": null, - "top_k": 50, - "top_p": 1.0, - "torch_dtype": null, - "torchscript": false, - "transformers_version": "4.21.0.dev0", - "typical_p": 1.0, - "use_bfloat16": false, - "vocab_size": 49408 - }, - "text_config_dict": { - "hidden_size": 768, - "intermediate_size": 3072, - "num_attention_heads": 12, - "num_hidden_layers": 12 - }, - "torch_dtype": "float32", - "transformers_version": null, - "vision_config": { - "_name_or_path": "", - "add_cross_attention": false, - "architectures": null, - "attention_dropout": 0.0, - "bad_words_ids": null, - "bos_token_id": null, - "chunk_size_feed_forward": 0, - "cross_attention_hidden_size": null, - "decoder_start_token_id": null, - "diversity_penalty": 0.0, - "do_sample": false, - "dropout": 0.0, - "early_stopping": false, - "encoder_no_repeat_ngram_size": 0, - "eos_token_id": null, - "exponential_decay_length_penalty": null, - "finetuning_task": null, - "forced_bos_token_id": null, - "forced_eos_token_id": null, - "hidden_act": "quick_gelu", - "hidden_size": 1024, - "id2label": { - "0": "LABEL_0", - "1": "LABEL_1" - }, - "image_size": 224, - "initializer_factor": 1.0, - "initializer_range": 0.02, - "intermediate_size": 4096, - "is_decoder": false, - "is_encoder_decoder": false, - "label2id": { - "LABEL_0": 0, - "LABEL_1": 1 - }, - "layer_norm_eps": 1e-05, - "length_penalty": 1.0, - "max_length": 20, - "min_length": 0, - "model_type": "clip_vision_model", - "no_repeat_ngram_size": 0, - "num_attention_heads": 16, - "num_beam_groups": 1, - "num_beams": 1, - "num_hidden_layers": 24, - "num_return_sequences": 1, - "output_attentions": false, - "output_hidden_states": false, - "output_scores": false, - "pad_token_id": null, - "patch_size": 14, - "prefix": null, - "problem_type": null, - "pruned_heads": {}, - "remove_invalid_values": false, - "repetition_penalty": 1.0, - "return_dict": true, - "return_dict_in_generate": false, - "sep_token_id": null, - "task_specific_params": null, - "temperature": 1.0, - "tie_encoder_decoder": false, - "tie_word_embeddings": true, - "tokenizer_class": null, - "top_k": 50, - "top_p": 1.0, - "torch_dtype": null, - "torchscript": false, - "transformers_version": "4.21.0.dev0", - "typical_p": 1.0, - "use_bfloat16": false - }, - "vision_config_dict": { - "hidden_size": 1024, - "intermediate_size": 4096, - "num_attention_heads": 16, - "num_hidden_layers": 24, - "patch_size": 14 - } -} diff --git a/safety_checker/model.onnx b/safety_checker/model.onnx new file mode 100644 index 0000000000000000000000000000000000000000..8aaba5965fb62bd92ee54cbbf0ceff984395b979 --- /dev/null +++ b/safety_checker/model.onnx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f8d71f06e12ba35212ef104470973b74a79192f723a443f239152c32e23831 +size 1216193649 diff --git a/safety_checker/pytorch_model.bin b/safety_checker/pytorch_model.bin deleted file mode 100644 index faa7c232cc5d9bce74eb4889572f683a773e96bf..0000000000000000000000000000000000000000 --- a/safety_checker/pytorch_model.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:193490b58ef62739077262e833bf091c66c29488058681ac25cf7df3d8190974 -size 1216061799 diff --git a/scheduler/.ipynb_checkpoints/scheduler_config-checkpoint.json b/scheduler/.ipynb_checkpoints/scheduler_config-checkpoint.json deleted file mode 100644 index 93561f30a14e2a26eb3bf2ce3da74a52b36e90a3..0000000000000000000000000000000000000000 --- a/scheduler/.ipynb_checkpoints/scheduler_config-checkpoint.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "_class_name": "PNDMScheduler", - "_diffusers_version": "0.2.2", - "beta_end": 0.012, - "beta_schedule": "scaled_linear", - "beta_start": 0.00085, - "num_train_timesteps": 1000, - "skip_prk_steps": true -} diff --git a/scheduler/scheduler_config.json b/scheduler/scheduler_config.json index 93561f30a14e2a26eb3bf2ce3da74a52b36e90a3..281e8410d083e0a04806f511ba41a776581de993 100644 --- a/scheduler/scheduler_config.json +++ b/scheduler/scheduler_config.json @@ -1,6 +1,6 @@ { "_class_name": "PNDMScheduler", - "_diffusers_version": "0.2.2", + "_diffusers_version": "0.3.0.dev0", "beta_end": 0.012, "beta_schedule": "scaled_linear", "beta_start": 0.00085, diff --git a/text_encoder/config.json b/text_encoder/config.json deleted file mode 100644 index df430a86cefe4115495e64c47936850adaeac0e9..0000000000000000000000000000000000000000 --- a/text_encoder/config.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "_name_or_path": "openai/clip-vit-large-patch14", - "architectures": [ - "CLIPTextModel" - ], - "attention_dropout": 0.0, - "bos_token_id": 0, - "dropout": 0.0, - "eos_token_id": 2, - "hidden_act": "quick_gelu", - "hidden_size": 768, - "initializer_factor": 1.0, - "initializer_range": 0.02, - "intermediate_size": 3072, - "layer_norm_eps": 1e-05, - "max_position_embeddings": 77, - "model_type": "clip_text_model", - "num_attention_heads": 12, - "num_hidden_layers": 12, - "pad_token_id": 1, - "torch_dtype": "float32", - "transformers_version": "4.21.0.dev0", - "vocab_size": 49408 -} diff --git a/text_encoder/model.onnx b/text_encoder/model.onnx new file mode 100644 index 0000000000000000000000000000000000000000..777a05f6ee61a7b0c0cf93c432a33db2952cc592 --- /dev/null +++ b/text_encoder/model.onnx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa97ce74194badcfb2797dbedc0b4197e12eb4030d0939b940f539651ff6924c +size 492394330 diff --git a/text_encoder/pytorch_model.bin b/text_encoder/pytorch_model.bin deleted file mode 100644 index b7d12c62d43f947efeeba58b833ed8182541a73f..0000000000000000000000000000000000000000 --- a/text_encoder/pytorch_model.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:770a47a9ffdcfda0b05506a7888ed714d06131d60267e6cf52765d61cf59fd67 -size 492305335 diff --git a/tokenizer/tokenizer_config.json b/tokenizer/tokenizer_config.json index 5ba7bf706515bc60487ad0e1816b4929b82542d6..55333f3606e472cdb56dfcd68a8e550bce1e3404 100644 --- a/tokenizer/tokenizer_config.json +++ b/tokenizer/tokenizer_config.json @@ -19,7 +19,7 @@ }, "errors": "replace", "model_max_length": 77, - "name_or_path": "openai/clip-vit-large-patch14", + "name_or_path": "/home/pedro/.cache/huggingface/diffusers/models--CompVis--stable-diffusion-v1-4/snapshots/48a1bd8a2d86483de1ac27e95e188569b57a494e/tokenizer", "pad_token": "<|endoftext|>", "special_tokens_map_file": "./special_tokens_map.json", "tokenizer_class": "CLIPTokenizer", diff --git a/unet/config.json b/unet/config.json deleted file mode 100644 index 0f998cd15e52f65656cd801497d171c5b9477cc7..0000000000000000000000000000000000000000 --- a/unet/config.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "_class_name": "UNet2DConditionModel", - "_diffusers_version": "0.2.2", - "act_fn": "silu", - "attention_head_dim": 8, - "block_out_channels": [ - 320, - 640, - 1280, - 1280 - ], - "center_input_sample": false, - "cross_attention_dim": 768, - "down_block_types": [ - "CrossAttnDownBlock2D", - "CrossAttnDownBlock2D", - "CrossAttnDownBlock2D", - "DownBlock2D" - ], - "downsample_padding": 1, - "flip_sin_to_cos": true, - "freq_shift": 0, - "in_channels": 4, - "layers_per_block": 2, - "mid_block_scale_factor": 1, - "norm_eps": 1e-05, - "norm_num_groups": 32, - "out_channels": 4, - "sample_size": 64, - "up_block_types": [ - "UpBlock2D", - "CrossAttnUpBlock2D", - "CrossAttnUpBlock2D", - "CrossAttnUpBlock2D" - ] -} diff --git a/unet/conv_in.weight b/unet/conv_in.weight new file mode 100644 index 0000000000000000000000000000000000000000..69302d8f6e0df62eb7251f6dfb06008243a6d580 --- /dev/null +++ b/unet/conv_in.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf03b261c92b2ed03e7f7d426e8c852468dcfdc98b350259ca56a4edf173980 +size 46080 diff --git a/unet/conv_out.weight b/unet/conv_out.weight new file mode 100644 index 0000000000000000000000000000000000000000..1c4a8dbef880d3cc1dc8e27d2e6445ad40423923 --- /dev/null +++ b/unet/conv_out.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a7d196df1529f7740c19d20a12241a24f0f045fd535258932a54fd9fcbcd88 +size 46080 diff --git a/unet/diffusion_pytorch_model.bin b/unet/diffusion_pytorch_model.bin deleted file mode 100644 index 99471a1a14bc691c955e2bfa51175fb5ff5c56f8..0000000000000000000000000000000000000000 --- a/unet/diffusion_pytorch_model.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62d48b4d841a3178511fa453df0dae59b22089ace64609cc9d5353d0a7f37c26 -size 3438354725 diff --git a/unet/down_blocks.0.attentions.0.proj_in.weight b/unet/down_blocks.0.attentions.0.proj_in.weight new file mode 100644 index 0000000000000000000000000000000000000000..8dd3545d24db35926aa454d6408f293769797c98 --- /dev/null +++ b/unet/down_blocks.0.attentions.0.proj_in.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:234b871db8efbf9387df403d517816d7d782cd91db4f14556cc6c6cc696a1e87 +size 409600 diff --git a/unet/down_blocks.0.attentions.0.proj_out.weight b/unet/down_blocks.0.attentions.0.proj_out.weight new file mode 100644 index 0000000000000000000000000000000000000000..3f059bcea2918baf55034a11a9b724d1969d5ed2 --- /dev/null +++ b/unet/down_blocks.0.attentions.0.proj_out.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21dfc7f795079994115baa735afb3bb1135e9ce031f96e46e24d9523f61a0c82 +size 409600 diff --git a/unet/down_blocks.0.attentions.0.transformer_blocks.0.ff.net.0.proj.bias b/unet/down_blocks.0.attentions.0.transformer_blocks.0.ff.net.0.proj.bias new file mode 100644 index 0000000000000000000000000000000000000000..f0c8f23bb20320cdcbe819fccd5f2f345ebca6fa --- /dev/null +++ b/unet/down_blocks.0.attentions.0.transformer_blocks.0.ff.net.0.proj.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4df3f76546223e98ac3d850b810faae8452bf83d096cb073dfa77291eb8bfd9 +size 10240 diff --git a/unet/down_blocks.0.attentions.1.proj_in.weight b/unet/down_blocks.0.attentions.1.proj_in.weight new file mode 100644 index 0000000000000000000000000000000000000000..f968e2ea0aec2e172334254bcdea31bf5ee5d815 --- /dev/null +++ b/unet/down_blocks.0.attentions.1.proj_in.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d41ed61dc6b0e99aae9047aca1801e0d9ee7c3fa16f23d9829d4b20856d5655b +size 409600 diff --git a/unet/down_blocks.0.attentions.1.proj_out.weight b/unet/down_blocks.0.attentions.1.proj_out.weight new file mode 100644 index 0000000000000000000000000000000000000000..b28e9d6e41048134968a8795b8d19dfe614c7c5a --- /dev/null +++ b/unet/down_blocks.0.attentions.1.proj_out.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:545d941879d8c9cd65bdc4db3a579b27912d6fecdd2f5f0e84188f18ceac511e +size 409600 diff --git a/unet/down_blocks.0.attentions.1.transformer_blocks.0.ff.net.0.proj.bias b/unet/down_blocks.0.attentions.1.transformer_blocks.0.ff.net.0.proj.bias new file mode 100644 index 0000000000000000000000000000000000000000..af414e9d7ca7d4c4143116db83b61425b299f27f --- /dev/null +++ b/unet/down_blocks.0.attentions.1.transformer_blocks.0.ff.net.0.proj.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c6fb0f6a1ee8eaf35b4435e337cfeb70abd2fd0ba6a7897daf74b51bd14b5b +size 10240 diff --git a/unet/down_blocks.0.downsamplers.0.conv.weight b/unet/down_blocks.0.downsamplers.0.conv.weight new file mode 100644 index 0000000000000000000000000000000000000000..6b9d47d15bff5aa6cc57ce8d8e159ed2153ab782 --- /dev/null +++ b/unet/down_blocks.0.downsamplers.0.conv.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a9eaf42ebc92a975f5be92e4a9ba38c2375d5be89c51ce1296adf06b361ce0 +size 3686400 diff --git a/unet/down_blocks.0.resnets.0.conv1.weight b/unet/down_blocks.0.resnets.0.conv1.weight new file mode 100644 index 0000000000000000000000000000000000000000..b563b5bce2b4deb434b48c7eb996eec5234fad8b --- /dev/null +++ b/unet/down_blocks.0.resnets.0.conv1.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f89e3e3269c581c9475c29fe6e8eeda8db0f8df55eb9ae617c48394eabf83ec +size 3686400 diff --git a/unet/down_blocks.0.resnets.0.conv2.weight b/unet/down_blocks.0.resnets.0.conv2.weight new file mode 100644 index 0000000000000000000000000000000000000000..a6c9ba3658fb2def7b6638016b024b6323b47c8e --- /dev/null +++ b/unet/down_blocks.0.resnets.0.conv2.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce105f94f2e707ff45bff16a671f4000141bf81088a03a89eb52424a06df747f +size 3686400 diff --git a/unet/down_blocks.0.resnets.0.time_emb_proj.weight b/unet/down_blocks.0.resnets.0.time_emb_proj.weight new file mode 100644 index 0000000000000000000000000000000000000000..da47d15b9693e3abf3eea2507d37564bc37b2fe1 --- /dev/null +++ b/unet/down_blocks.0.resnets.0.time_emb_proj.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:944f4b2a8ecd53923f78868eea8a99309b955c6f3e89ff62ccd4393f1df46f0c +size 1638400 diff --git a/unet/down_blocks.0.resnets.1.conv1.weight b/unet/down_blocks.0.resnets.1.conv1.weight new file mode 100644 index 0000000000000000000000000000000000000000..7d0d2a80ccb2520515702314e6de060bbde124d5 --- /dev/null +++ b/unet/down_blocks.0.resnets.1.conv1.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cc866f660ff15582d33ff4b563c3280fbe1bdf15bbb05ada4ce55b29e6daea7 +size 3686400 diff --git a/unet/down_blocks.0.resnets.1.conv2.weight b/unet/down_blocks.0.resnets.1.conv2.weight new file mode 100644 index 0000000000000000000000000000000000000000..e8b8e4ffd9a6ab5c9161bd785ab42c866cdf6168 --- /dev/null +++ b/unet/down_blocks.0.resnets.1.conv2.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea19edad3b40ecb9dff5aaef7bc919dc97c68686decb4340b7a2d7f5e38fe18 +size 3686400 diff --git a/unet/down_blocks.0.resnets.1.time_emb_proj.weight b/unet/down_blocks.0.resnets.1.time_emb_proj.weight new file mode 100644 index 0000000000000000000000000000000000000000..78ee5a1f07da6e65cbd247232fccb8d4d2f00342 --- /dev/null +++ b/unet/down_blocks.0.resnets.1.time_emb_proj.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27ccfd2fc3e39f8e1c759493edacbdbcdde388c817cd0ddc2b02cd152292b4a6 +size 1638400 diff --git a/unet/down_blocks.1.attentions.0.proj_in.weight b/unet/down_blocks.1.attentions.0.proj_in.weight new file mode 100644 index 0000000000000000000000000000000000000000..ee8215683e2569a3aaf29fadee9691557a88e304 --- /dev/null +++ b/unet/down_blocks.1.attentions.0.proj_in.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ed71b0b9ecfcdf6103d5a3e17973bb30ca943572e9687ebdeddd48d0b5b085 +size 1638400 diff --git a/unet/down_blocks.1.attentions.0.proj_out.weight b/unet/down_blocks.1.attentions.0.proj_out.weight new file mode 100644 index 0000000000000000000000000000000000000000..87c3cf1ec517970d8e807f189587d072bb9ea69d --- /dev/null +++ b/unet/down_blocks.1.attentions.0.proj_out.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91406b720e4719c324855dce8ab1f13aefd6d5dce81371d5a75d8a4f34dcbafa +size 1638400 diff --git a/unet/down_blocks.1.attentions.0.transformer_blocks.0.ff.net.0.proj.bias b/unet/down_blocks.1.attentions.0.transformer_blocks.0.ff.net.0.proj.bias new file mode 100644 index 0000000000000000000000000000000000000000..015bae7c5dcc7b1fdc80fcb36bb181cfa5a6df17 --- /dev/null +++ b/unet/down_blocks.1.attentions.0.transformer_blocks.0.ff.net.0.proj.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6261caa659d20410d135ff5a6e78bd94c0e3e5091f4eb3301ef8be48773d3ac +size 20480 diff --git a/unet/down_blocks.1.attentions.1.proj_in.weight b/unet/down_blocks.1.attentions.1.proj_in.weight new file mode 100644 index 0000000000000000000000000000000000000000..d3141c9fc869cb891d9dbfcc6f1795b685d2839d --- /dev/null +++ b/unet/down_blocks.1.attentions.1.proj_in.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b8eb79dbe0a184e8239c1e8481c848d4a6eb50f73d57a56123879508de41a50 +size 1638400 diff --git a/unet/down_blocks.1.attentions.1.proj_out.weight b/unet/down_blocks.1.attentions.1.proj_out.weight new file mode 100644 index 0000000000000000000000000000000000000000..76aecd33149972246495845e10438d604fd5064d --- /dev/null +++ b/unet/down_blocks.1.attentions.1.proj_out.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f81cd2cacd65a6c8420c4ae4a67bcba866d4837af18ccb3771354a1159edd4 +size 1638400 diff --git a/unet/down_blocks.1.attentions.1.transformer_blocks.0.ff.net.0.proj.bias b/unet/down_blocks.1.attentions.1.transformer_blocks.0.ff.net.0.proj.bias new file mode 100644 index 0000000000000000000000000000000000000000..e93c6a62fbb017c6cbe20e70f9b9c64abededaf5 --- /dev/null +++ b/unet/down_blocks.1.attentions.1.transformer_blocks.0.ff.net.0.proj.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8920d141db6af5c6d0fa34146051735625ff78c4eebc71b6a160600079a01bb3 +size 20480 diff --git a/unet/down_blocks.1.downsamplers.0.conv.weight b/unet/down_blocks.1.downsamplers.0.conv.weight new file mode 100644 index 0000000000000000000000000000000000000000..4d1628da7c5f41ecf10a4535504dcffc3399f1b8 --- /dev/null +++ b/unet/down_blocks.1.downsamplers.0.conv.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af61fe0425d56bb4b14768ed4fc24b1eb97a10102981fa1e2e6df67ab687a4fa +size 14745600 diff --git a/unet/down_blocks.1.resnets.0.conv1.weight b/unet/down_blocks.1.resnets.0.conv1.weight new file mode 100644 index 0000000000000000000000000000000000000000..3719be606d3e15d6d5d18f0feb67cd5e876df5a6 --- /dev/null +++ b/unet/down_blocks.1.resnets.0.conv1.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de91b11b9ac7febbd12db9f18b279abec71e585f2180a76cd6bb3621cc04009 +size 7372800 diff --git a/unet/down_blocks.1.resnets.0.conv2.weight b/unet/down_blocks.1.resnets.0.conv2.weight new file mode 100644 index 0000000000000000000000000000000000000000..1ae4c46da9c26330cbae4b95487fff3d6aea89f2 --- /dev/null +++ b/unet/down_blocks.1.resnets.0.conv2.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f60b6e4d8dba66451f98d035b3ae2a6687615eea7a07c5aa01f4e388d9db9b +size 14745600 diff --git a/unet/down_blocks.1.resnets.0.conv_shortcut.weight b/unet/down_blocks.1.resnets.0.conv_shortcut.weight new file mode 100644 index 0000000000000000000000000000000000000000..4016225691bccf1037b574d13590cb52d890c884 --- /dev/null +++ b/unet/down_blocks.1.resnets.0.conv_shortcut.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5ef9c91e0eedd6ba40527d533e558d149d3ee403aea6e51028c5cb8fa90a80 +size 819200 diff --git a/unet/down_blocks.1.resnets.0.time_emb_proj.weight b/unet/down_blocks.1.resnets.0.time_emb_proj.weight new file mode 100644 index 0000000000000000000000000000000000000000..a5eac88d18e893b721ca33f416cb3336494a3ba1 --- /dev/null +++ b/unet/down_blocks.1.resnets.0.time_emb_proj.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1ff29a6a008131f10fd3ec6ff97f2a6dff0dbf961901db93513cb5e2804f8c +size 3276800 diff --git a/unet/down_blocks.1.resnets.1.conv1.weight b/unet/down_blocks.1.resnets.1.conv1.weight new file mode 100644 index 0000000000000000000000000000000000000000..30516aca7aaecd5dcd24ff81b2519c61609685fe --- /dev/null +++ b/unet/down_blocks.1.resnets.1.conv1.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937330148b1afcdd7351c026a344df4a0920436dfcf674ded50f0d1e81395680 +size 14745600 diff --git a/unet/down_blocks.1.resnets.1.conv2.weight b/unet/down_blocks.1.resnets.1.conv2.weight new file mode 100644 index 0000000000000000000000000000000000000000..01468cff03816f2818a41684de43901c362853ac --- /dev/null +++ b/unet/down_blocks.1.resnets.1.conv2.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9446015dd508d53adb9ab55d88f75c3c048fe4a312031159c10aea10a45f189 +size 14745600 diff --git a/unet/down_blocks.1.resnets.1.time_emb_proj.weight b/unet/down_blocks.1.resnets.1.time_emb_proj.weight new file mode 100644 index 0000000000000000000000000000000000000000..3410fda8f329ceab0f373f69c2d33ea50fe9138a --- /dev/null +++ b/unet/down_blocks.1.resnets.1.time_emb_proj.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e904ea65dfc998e4a661d5a9c474c0f8729cba4db3735a29211e4614c318632e +size 3276800 diff --git a/unet/down_blocks.2.attentions.0.proj_in.bias b/unet/down_blocks.2.attentions.0.proj_in.bias new file mode 100644 index 0000000000000000000000000000000000000000..ae08b336b1af2ba88974e1abd2be7346d2f82ff3 --- /dev/null +++ b/unet/down_blocks.2.attentions.0.proj_in.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b821a8b59506ce175a7e5b5c9650edef23a5d6844ece1b683acff0aead5094 +size 5120 diff --git a/unet/down_blocks.2.attentions.0.proj_in.weight b/unet/down_blocks.2.attentions.0.proj_in.weight new file mode 100644 index 0000000000000000000000000000000000000000..2935ad1b59c90ac2a61af5ec400fefe1e2b89ebe --- /dev/null +++ b/unet/down_blocks.2.attentions.0.proj_in.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6522766c6434a13b874784e9e9aceeb52756adefff62dca934520bf889a358a1 +size 6553600 diff --git a/unet/down_blocks.2.attentions.0.proj_out.bias b/unet/down_blocks.2.attentions.0.proj_out.bias new file mode 100644 index 0000000000000000000000000000000000000000..075377e5003a0ed681f483554a4c67bcb4715d38 --- /dev/null +++ b/unet/down_blocks.2.attentions.0.proj_out.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db6a5a48546d2f9b0a1617f1cf5fea394753246ede4e528d768859a24a872eb4 +size 5120 diff --git a/unet/down_blocks.2.attentions.0.proj_out.weight b/unet/down_blocks.2.attentions.0.proj_out.weight new file mode 100644 index 0000000000000000000000000000000000000000..be3faccda87062c0eeb14a845f737f3f5d7e6d8e --- /dev/null +++ b/unet/down_blocks.2.attentions.0.proj_out.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f5d532a856d98e85f80790c9a88a18bc2fee73507423b1b7aaab2a909770b7 +size 6553600 diff --git a/unet/down_blocks.2.attentions.0.transformer_blocks.0.attn1.to_out.0.bias b/unet/down_blocks.2.attentions.0.transformer_blocks.0.attn1.to_out.0.bias new file mode 100644 index 0000000000000000000000000000000000000000..a15a03723fa3fdb3c027df9ad2218b57e6b81637 --- /dev/null +++ b/unet/down_blocks.2.attentions.0.transformer_blocks.0.attn1.to_out.0.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32e14e39ddce6499db68a68af754510f859842ca15dbb415fd3c03b0c3e7b96 +size 5120 diff --git a/unet/down_blocks.2.attentions.0.transformer_blocks.0.attn2.to_out.0.bias b/unet/down_blocks.2.attentions.0.transformer_blocks.0.attn2.to_out.0.bias new file mode 100644 index 0000000000000000000000000000000000000000..b1296a648531ebdbf21098f41665d6433a9b1d19 --- /dev/null +++ b/unet/down_blocks.2.attentions.0.transformer_blocks.0.attn2.to_out.0.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90e22763993d28c5294fb17f5f394d97947ff24b92d7d5a55e62dc84b480ffc5 +size 5120 diff --git a/unet/down_blocks.2.attentions.0.transformer_blocks.0.ff.net.0.proj.bias b/unet/down_blocks.2.attentions.0.transformer_blocks.0.ff.net.0.proj.bias new file mode 100644 index 0000000000000000000000000000000000000000..c5e1493e82a42c8fb6b4247f6958608a16fa7d5f --- /dev/null +++ b/unet/down_blocks.2.attentions.0.transformer_blocks.0.ff.net.0.proj.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e14c191b9b39ebb592fb7a35efa208cbdb60ea1ae767be2a3f0f5d81cd24eecc +size 40960 diff --git a/unet/down_blocks.2.attentions.0.transformer_blocks.0.ff.net.2.bias b/unet/down_blocks.2.attentions.0.transformer_blocks.0.ff.net.2.bias new file mode 100644 index 0000000000000000000000000000000000000000..853eacd62bd17ac4eeb8b1c918908ab6169a015f --- /dev/null +++ b/unet/down_blocks.2.attentions.0.transformer_blocks.0.ff.net.2.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d17d49deeab513df6ad897d2c8271f951ecbe5990235cb42fe6c77e660422c52 +size 5120 diff --git a/unet/down_blocks.2.attentions.0.transformer_blocks.0.norm1.bias b/unet/down_blocks.2.attentions.0.transformer_blocks.0.norm1.bias new file mode 100644 index 0000000000000000000000000000000000000000..16854ebf5e527ee8c24402173f71ca8d4422a8eb --- /dev/null +++ b/unet/down_blocks.2.attentions.0.transformer_blocks.0.norm1.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3b84b67ddbaf345447e326a838a90523143e2916cddad9f947202884bb1365 +size 5120 diff --git a/unet/down_blocks.2.attentions.0.transformer_blocks.0.norm1.weight b/unet/down_blocks.2.attentions.0.transformer_blocks.0.norm1.weight new file mode 100644 index 0000000000000000000000000000000000000000..bd63f76d55393870d7732a15ad2f96d1f9911d95 --- /dev/null +++ b/unet/down_blocks.2.attentions.0.transformer_blocks.0.norm1.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c927d8862a08cf6f6e98efe361b00911833aab8b609a34d031aed234071d0f3b +size 5120 diff --git a/unet/down_blocks.2.attentions.0.transformer_blocks.0.norm2.bias b/unet/down_blocks.2.attentions.0.transformer_blocks.0.norm2.bias new file mode 100644 index 0000000000000000000000000000000000000000..9df8a39a4a3e56819e7c4d5a136ccd10f8141b17 --- /dev/null +++ b/unet/down_blocks.2.attentions.0.transformer_blocks.0.norm2.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:011053d03f2bf090fa9f5fdec2b2713db32165c4e58a8e8fa2f24991ced8b4b0 +size 5120 diff --git a/unet/down_blocks.2.attentions.0.transformer_blocks.0.norm2.weight b/unet/down_blocks.2.attentions.0.transformer_blocks.0.norm2.weight new file mode 100644 index 0000000000000000000000000000000000000000..075f2a100499a424cab4a2f9c7c75377deb35300 --- /dev/null +++ b/unet/down_blocks.2.attentions.0.transformer_blocks.0.norm2.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a41923f664015e5ee036bccdd58804f861eb1a43d5081095713b2ed035667a7 +size 5120 diff --git a/unet/down_blocks.2.attentions.0.transformer_blocks.0.norm3.bias b/unet/down_blocks.2.attentions.0.transformer_blocks.0.norm3.bias new file mode 100644 index 0000000000000000000000000000000000000000..338b87b4bcea9ca32433c01ace65ab6ef1693cdc --- /dev/null +++ b/unet/down_blocks.2.attentions.0.transformer_blocks.0.norm3.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84647caedc276ceac39ba03692b5c55409d53a135de2dba2ba283d6035481c8d +size 5120 diff --git a/unet/down_blocks.2.attentions.0.transformer_blocks.0.norm3.weight b/unet/down_blocks.2.attentions.0.transformer_blocks.0.norm3.weight new file mode 100644 index 0000000000000000000000000000000000000000..b8ca172a0f74ecf5256c693b193944fc34cea6f4 --- /dev/null +++ b/unet/down_blocks.2.attentions.0.transformer_blocks.0.norm3.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c6ff1b525b19fc658f0efa41ddd589b8b2ebef6fc8ff1c91b0b5f6f267252ab +size 5120 diff --git a/unet/down_blocks.2.attentions.1.proj_in.bias b/unet/down_blocks.2.attentions.1.proj_in.bias new file mode 100644 index 0000000000000000000000000000000000000000..f865bba5661651b11c20d721d66f97916311aca8 --- /dev/null +++ b/unet/down_blocks.2.attentions.1.proj_in.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a1df088e7d0b30b154003d538a9d3db71714af3cf12c3553db612c37c591d6 +size 5120 diff --git a/unet/down_blocks.2.attentions.1.proj_in.weight b/unet/down_blocks.2.attentions.1.proj_in.weight new file mode 100644 index 0000000000000000000000000000000000000000..6ee19d895a55298d74bf6c4fe50e4bfca2120034 --- /dev/null +++ b/unet/down_blocks.2.attentions.1.proj_in.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5733a2aaa8b52b9ad9c30940fd1c044245fc3508d96991a0558404693bb87781 +size 6553600 diff --git a/unet/down_blocks.2.attentions.1.proj_out.bias b/unet/down_blocks.2.attentions.1.proj_out.bias new file mode 100644 index 0000000000000000000000000000000000000000..d4503d77463a0a06583591175fde578f7220be1f --- /dev/null +++ b/unet/down_blocks.2.attentions.1.proj_out.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aacb0f5cbbabae2503c73a25b4f68c1ec4859d965f140da6cd2fb6305632917a +size 5120 diff --git a/unet/down_blocks.2.attentions.1.proj_out.weight b/unet/down_blocks.2.attentions.1.proj_out.weight new file mode 100644 index 0000000000000000000000000000000000000000..2cfe3b0f4f8ea38ec17ce05473988b86a0f6cc87 --- /dev/null +++ b/unet/down_blocks.2.attentions.1.proj_out.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9747dc49f3599b3ede72608d9d05aa56e80c1e79d785cbef6a4a2445e5f1ad7 +size 6553600 diff --git a/unet/down_blocks.2.attentions.1.transformer_blocks.0.attn1.to_out.0.bias b/unet/down_blocks.2.attentions.1.transformer_blocks.0.attn1.to_out.0.bias new file mode 100644 index 0000000000000000000000000000000000000000..476902133e39e65204dc1b1649ea905bedfc5c41 --- /dev/null +++ b/unet/down_blocks.2.attentions.1.transformer_blocks.0.attn1.to_out.0.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e1a28504e4972aee83e9d3f8310eae1cbdd21af38ebbaad40aadb574278b37 +size 5120 diff --git a/unet/down_blocks.2.attentions.1.transformer_blocks.0.attn2.to_out.0.bias b/unet/down_blocks.2.attentions.1.transformer_blocks.0.attn2.to_out.0.bias new file mode 100644 index 0000000000000000000000000000000000000000..2fe683dc22490a704b0f68706cbb7bf364a20735 --- /dev/null +++ b/unet/down_blocks.2.attentions.1.transformer_blocks.0.attn2.to_out.0.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d8e0cd0817098128a6343391e962f9766bc28d18eae48dabbb890bccefe5ca7 +size 5120 diff --git a/unet/down_blocks.2.attentions.1.transformer_blocks.0.ff.net.0.proj.bias b/unet/down_blocks.2.attentions.1.transformer_blocks.0.ff.net.0.proj.bias new file mode 100644 index 0000000000000000000000000000000000000000..ddf35588f00e0db03d0b936948d19521f7c33592 --- /dev/null +++ b/unet/down_blocks.2.attentions.1.transformer_blocks.0.ff.net.0.proj.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87770af13dad1ca273bd71cf0c46bebdd31c0b2c4c0a362e59b71a276018ee0b +size 40960 diff --git a/unet/down_blocks.2.attentions.1.transformer_blocks.0.ff.net.2.bias b/unet/down_blocks.2.attentions.1.transformer_blocks.0.ff.net.2.bias new file mode 100644 index 0000000000000000000000000000000000000000..d1737f2943856a4914e04a509f748186fcac70d3 --- /dev/null +++ b/unet/down_blocks.2.attentions.1.transformer_blocks.0.ff.net.2.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7181cdda8a3a79ac8aaea2232f3296b611b6ab862581fadf7eb480dcb90814be +size 5120 diff --git a/unet/down_blocks.2.attentions.1.transformer_blocks.0.norm1.bias b/unet/down_blocks.2.attentions.1.transformer_blocks.0.norm1.bias new file mode 100644 index 0000000000000000000000000000000000000000..c9e5d6962cc608f9d50ef5172abf396f1cfd99bb --- /dev/null +++ b/unet/down_blocks.2.attentions.1.transformer_blocks.0.norm1.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef1141981e83cbb40158ccdef7daaacac2406be678470626dca72fce524a94d +size 5120 diff --git a/unet/down_blocks.2.attentions.1.transformer_blocks.0.norm1.weight b/unet/down_blocks.2.attentions.1.transformer_blocks.0.norm1.weight new file mode 100644 index 0000000000000000000000000000000000000000..82a924e255f700d2928ff7f1b68854bcad69aa41 --- /dev/null +++ b/unet/down_blocks.2.attentions.1.transformer_blocks.0.norm1.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10bf7e9463c5d9e3795cfc80e41681f2629482f6e1b0d9a17a1e8f2e18167a05 +size 5120 diff --git a/unet/down_blocks.2.attentions.1.transformer_blocks.0.norm2.bias b/unet/down_blocks.2.attentions.1.transformer_blocks.0.norm2.bias new file mode 100644 index 0000000000000000000000000000000000000000..1fe802def8805786fe6a5807359b6a7bbf78ac4b --- /dev/null +++ b/unet/down_blocks.2.attentions.1.transformer_blocks.0.norm2.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0546770b546a1f2740e2817c01da46d7c5d4bbe453134a63391776352b8f557f +size 5120 diff --git a/unet/down_blocks.2.attentions.1.transformer_blocks.0.norm2.weight b/unet/down_blocks.2.attentions.1.transformer_blocks.0.norm2.weight new file mode 100644 index 0000000000000000000000000000000000000000..f51e6bfeedfd31de45986fe22b67cd86cc6bff31 --- /dev/null +++ b/unet/down_blocks.2.attentions.1.transformer_blocks.0.norm2.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de9d907b423da30b0c512f6aa92bf7970b6ff908271c4f58a91d68070dda858c +size 5120 diff --git a/unet/down_blocks.2.attentions.1.transformer_blocks.0.norm3.bias b/unet/down_blocks.2.attentions.1.transformer_blocks.0.norm3.bias new file mode 100644 index 0000000000000000000000000000000000000000..9dac9e52be911d24cdeb2ae2d36d95d5ca8464d4 --- /dev/null +++ b/unet/down_blocks.2.attentions.1.transformer_blocks.0.norm3.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a8a1eefc8a77acd9f3c2e9e02b0444a9bc11bff8b10f077221bd8683a5e1dd0 +size 5120 diff --git a/unet/down_blocks.2.attentions.1.transformer_blocks.0.norm3.weight b/unet/down_blocks.2.attentions.1.transformer_blocks.0.norm3.weight new file mode 100644 index 0000000000000000000000000000000000000000..1c8edf08b4178a47e2a0d0ece07626b22a290f1b --- /dev/null +++ b/unet/down_blocks.2.attentions.1.transformer_blocks.0.norm3.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5d70f49bacd3591e977e033d3a9cc272769d35f4339ddd7b934b37f8781200 +size 5120 diff --git a/unet/down_blocks.2.downsamplers.0.conv.bias b/unet/down_blocks.2.downsamplers.0.conv.bias new file mode 100644 index 0000000000000000000000000000000000000000..6effc5721e3daa5f7fa937b317ea0f3b10ef7747 --- /dev/null +++ b/unet/down_blocks.2.downsamplers.0.conv.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0b2ee141f94602371c4b20cd5c980b62463fa412243326183367eab86bb5b16 +size 5120 diff --git a/unet/down_blocks.2.downsamplers.0.conv.weight b/unet/down_blocks.2.downsamplers.0.conv.weight new file mode 100644 index 0000000000000000000000000000000000000000..bafb0a79e933f073b0b1355b7bd3b2a68bcefd13 --- /dev/null +++ b/unet/down_blocks.2.downsamplers.0.conv.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f57f9b28af5feced747d82f03373d330f3d87faaaab5aca266e9600b081e13 +size 58982400 diff --git a/unet/down_blocks.2.resnets.0.conv1.bias b/unet/down_blocks.2.resnets.0.conv1.bias new file mode 100644 index 0000000000000000000000000000000000000000..9c907309ca638cee4b450531384ea0d3e310a5b5 --- /dev/null +++ b/unet/down_blocks.2.resnets.0.conv1.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d649ec3afd066220f59a27f5db91ba01bfaa77860dfdbafe5f21f998d24ff98c +size 5120 diff --git a/unet/down_blocks.2.resnets.0.conv1.weight b/unet/down_blocks.2.resnets.0.conv1.weight new file mode 100644 index 0000000000000000000000000000000000000000..7df71123d5d49f60032eedb0abcb57bce266b3e0 --- /dev/null +++ b/unet/down_blocks.2.resnets.0.conv1.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74beb2ea50904d47598c79b1b37b72c4adb72e5d2341d75312b8c6cec8385db +size 29491200 diff --git a/unet/down_blocks.2.resnets.0.conv2.bias b/unet/down_blocks.2.resnets.0.conv2.bias new file mode 100644 index 0000000000000000000000000000000000000000..45c8b8edae32825f72f3896b61c763528c6efaf2 --- /dev/null +++ b/unet/down_blocks.2.resnets.0.conv2.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0368ddeff8c27fc706527349e86bec6c8cbdb63abfa76ab3e3c9103a035ea58b +size 5120 diff --git a/unet/down_blocks.2.resnets.0.conv2.weight b/unet/down_blocks.2.resnets.0.conv2.weight new file mode 100644 index 0000000000000000000000000000000000000000..e8c651f7671ae7e1ef94c5748b8dc52753e0c922 --- /dev/null +++ b/unet/down_blocks.2.resnets.0.conv2.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b74707ed7a40038b831f8fc527d21c338a050f69ccb7c017bd8ff9fe944852a +size 58982400 diff --git a/unet/down_blocks.2.resnets.0.conv_shortcut.bias b/unet/down_blocks.2.resnets.0.conv_shortcut.bias new file mode 100644 index 0000000000000000000000000000000000000000..1d96acdf18c98d8d66ce1cc58089619ddcd8e825 --- /dev/null +++ b/unet/down_blocks.2.resnets.0.conv_shortcut.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c14f6dc1ff61ae6729cda2a3da792f26b990a0b2d9188d1bce14023d440faae8 +size 5120 diff --git a/unet/down_blocks.2.resnets.0.conv_shortcut.weight b/unet/down_blocks.2.resnets.0.conv_shortcut.weight new file mode 100644 index 0000000000000000000000000000000000000000..06c2b9f8fbd20c33115b65eb893a21c45ed0f3d2 --- /dev/null +++ b/unet/down_blocks.2.resnets.0.conv_shortcut.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2732ae675167e92103b313e6bcfc38a56339f4c65493b8724f478159c310254 +size 3276800 diff --git a/unet/down_blocks.2.resnets.0.time_emb_proj.bias b/unet/down_blocks.2.resnets.0.time_emb_proj.bias new file mode 100644 index 0000000000000000000000000000000000000000..f2156666f33d4eedcbc4cfabd2e4d2e8bad99170 --- /dev/null +++ b/unet/down_blocks.2.resnets.0.time_emb_proj.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2248b3bfde092fee759fecb5396bb9226832dc524adf755484535f061cd70126 +size 5120 diff --git a/unet/down_blocks.2.resnets.0.time_emb_proj.weight b/unet/down_blocks.2.resnets.0.time_emb_proj.weight new file mode 100644 index 0000000000000000000000000000000000000000..fa3b1a35a7905ead967b7e75f4c74c3ba3e2c1cd --- /dev/null +++ b/unet/down_blocks.2.resnets.0.time_emb_proj.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f11bf96a3e088f05bede9400c1ac6d207359ed31f0e8ec1812bb7aae2fa43453 +size 6553600 diff --git a/unet/down_blocks.2.resnets.1.conv1.bias b/unet/down_blocks.2.resnets.1.conv1.bias new file mode 100644 index 0000000000000000000000000000000000000000..92c79ad2d6ddbfa4ab6618298dfe39b33ffe4203 --- /dev/null +++ b/unet/down_blocks.2.resnets.1.conv1.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df784b95e4c363bf15fa433a068abbc6336da50b9fabca3f445db8e6e7926168 +size 5120 diff --git a/unet/down_blocks.2.resnets.1.conv1.weight b/unet/down_blocks.2.resnets.1.conv1.weight new file mode 100644 index 0000000000000000000000000000000000000000..56ba330af9dd8e0fbd5f51a23d5a95d2b569c5a6 --- /dev/null +++ b/unet/down_blocks.2.resnets.1.conv1.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef895a2cbaa81afaae1fe015f0502c49be462f6f3091d9903e34f769047ea690 +size 58982400 diff --git a/unet/down_blocks.2.resnets.1.conv2.bias b/unet/down_blocks.2.resnets.1.conv2.bias new file mode 100644 index 0000000000000000000000000000000000000000..107629d556961654ee8ecb807136e08c5d3a667a --- /dev/null +++ b/unet/down_blocks.2.resnets.1.conv2.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590b822ea4d0ca3484c2fc1276ca629b0b5cc4fc9b2b4c3b253985d071434366 +size 5120 diff --git a/unet/down_blocks.2.resnets.1.conv2.weight b/unet/down_blocks.2.resnets.1.conv2.weight new file mode 100644 index 0000000000000000000000000000000000000000..44fc495abf99f1d310ade89caeaa325c324868ca --- /dev/null +++ b/unet/down_blocks.2.resnets.1.conv2.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15363973b492dc171f65974121ece9623b62286cf5f7b2c59d563a23fc126684 +size 58982400 diff --git a/unet/down_blocks.2.resnets.1.time_emb_proj.bias b/unet/down_blocks.2.resnets.1.time_emb_proj.bias new file mode 100644 index 0000000000000000000000000000000000000000..01799aa2bc9cb34204de1c607b4b30c2229bdac6 --- /dev/null +++ b/unet/down_blocks.2.resnets.1.time_emb_proj.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec4dd3edc715ac0720f51a17542b3f5f9674aa9b5cfaa4f526f69f3eb84af3d +size 5120 diff --git a/unet/down_blocks.2.resnets.1.time_emb_proj.weight b/unet/down_blocks.2.resnets.1.time_emb_proj.weight new file mode 100644 index 0000000000000000000000000000000000000000..8a7bf58b9f82e2e03e35bf8db5e8c9b0dba8408a --- /dev/null +++ b/unet/down_blocks.2.resnets.1.time_emb_proj.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c2076f4752d7e9fe15f27bfd374611d1b5b6b5c786153429d2afc21bf92e685 +size 6553600 diff --git a/unet/down_blocks.3.resnets.0.conv1.bias b/unet/down_blocks.3.resnets.0.conv1.bias new file mode 100644 index 0000000000000000000000000000000000000000..9310f47b0680a57b1505d27b47cbcff853a2a699 --- /dev/null +++ b/unet/down_blocks.3.resnets.0.conv1.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbf13722e30e62960c02d66dfe2ba1cb00dabdba09d4f0da369fee5b2fc8eb65 +size 5120 diff --git a/unet/down_blocks.3.resnets.0.conv1.weight b/unet/down_blocks.3.resnets.0.conv1.weight new file mode 100644 index 0000000000000000000000000000000000000000..9b5a3423aba45eeeffe7c561f61290ba051f7d33 --- /dev/null +++ b/unet/down_blocks.3.resnets.0.conv1.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef8a84b247f216916feb4e5bfb60180e1e13c4ad6e590e57b8bbfcdc3e287e52 +size 58982400 diff --git a/unet/down_blocks.3.resnets.0.conv2.bias b/unet/down_blocks.3.resnets.0.conv2.bias new file mode 100644 index 0000000000000000000000000000000000000000..5d81a2f21c0aa9773284db22ef0b1ac6b7e80831 --- /dev/null +++ b/unet/down_blocks.3.resnets.0.conv2.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:892f60efd6ff7caefa62fd8502b977c54018856a73823d262cf679c562769e4a +size 5120 diff --git a/unet/down_blocks.3.resnets.0.conv2.weight b/unet/down_blocks.3.resnets.0.conv2.weight new file mode 100644 index 0000000000000000000000000000000000000000..0a42a9097480e8033616e3f6ff066db3cbe2de5e --- /dev/null +++ b/unet/down_blocks.3.resnets.0.conv2.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa0f47d37e112bc2d829a7756dbd6d6357a45b6b051e6186e120e29e1028d81 +size 58982400 diff --git a/unet/down_blocks.3.resnets.0.time_emb_proj.bias b/unet/down_blocks.3.resnets.0.time_emb_proj.bias new file mode 100644 index 0000000000000000000000000000000000000000..3f4e17f738eab3023bbfe1434842ee257a3fcddc --- /dev/null +++ b/unet/down_blocks.3.resnets.0.time_emb_proj.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c18aca9b7cd52af31e8d3f7282ece169a9ff3207d3cea2e63c8cd09c73e94ea6 +size 5120 diff --git a/unet/down_blocks.3.resnets.0.time_emb_proj.weight b/unet/down_blocks.3.resnets.0.time_emb_proj.weight new file mode 100644 index 0000000000000000000000000000000000000000..731106a95869341c69c7f81876c86f71ee08f2d7 --- /dev/null +++ b/unet/down_blocks.3.resnets.0.time_emb_proj.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a20ee8302bcdcb2c0db5c00de7973e413ed971a85ed67b561bf4d622ce91ec1 +size 6553600 diff --git a/unet/down_blocks.3.resnets.1.conv1.bias b/unet/down_blocks.3.resnets.1.conv1.bias new file mode 100644 index 0000000000000000000000000000000000000000..629ba5048cac7be69ccae879a98b83d052fb9609 --- /dev/null +++ b/unet/down_blocks.3.resnets.1.conv1.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d67f890d99eb7d4057116e8f222000a60221f4de46fa4f63a5c2b3d9a20566f +size 5120 diff --git a/unet/down_blocks.3.resnets.1.conv1.weight b/unet/down_blocks.3.resnets.1.conv1.weight new file mode 100644 index 0000000000000000000000000000000000000000..488c0edd0b08df6343f7d6994ee8ed63a6774d7c --- /dev/null +++ b/unet/down_blocks.3.resnets.1.conv1.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:711df988e8af1822713d816123fdd70a8de31c477ac6ee254669934b745c4dc6 +size 58982400 diff --git a/unet/down_blocks.3.resnets.1.conv2.bias b/unet/down_blocks.3.resnets.1.conv2.bias new file mode 100644 index 0000000000000000000000000000000000000000..23070df980fd97f4b2f5b229d5d0641ebbbe2aeb --- /dev/null +++ b/unet/down_blocks.3.resnets.1.conv2.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b03f43efbf59afbd8b1f56f3643daf57e00d084f947b8e65b9ef431a4a13da +size 5120 diff --git a/unet/down_blocks.3.resnets.1.conv2.weight b/unet/down_blocks.3.resnets.1.conv2.weight new file mode 100644 index 0000000000000000000000000000000000000000..efe640bbca1e0b809d2e670d9092402e587d7646 --- /dev/null +++ b/unet/down_blocks.3.resnets.1.conv2.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ae0969e9ae8899c53c3d4983c3dbc0e80d04b423a66a6ca2a0c6dcb72ba140 +size 58982400 diff --git a/unet/down_blocks.3.resnets.1.time_emb_proj.bias b/unet/down_blocks.3.resnets.1.time_emb_proj.bias new file mode 100644 index 0000000000000000000000000000000000000000..1a5eecd23c678375a210156313f70830f3e64fbd --- /dev/null +++ b/unet/down_blocks.3.resnets.1.time_emb_proj.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b37bbd4a5a5754413c215f6abd50ba76a2bebfd899242c3fd8e5911ce27d00dd +size 5120 diff --git a/unet/down_blocks.3.resnets.1.time_emb_proj.weight b/unet/down_blocks.3.resnets.1.time_emb_proj.weight new file mode 100644 index 0000000000000000000000000000000000000000..e34bb37807a0b50c2fb131a51e05f98659c5e7cb --- /dev/null +++ b/unet/down_blocks.3.resnets.1.time_emb_proj.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d05e43b15744ebf9ff1ac0a6ced224301fe236b46dbe6d6c24d8385e79b599c4 +size 6553600 diff --git a/unet/mid_block.attentions.0.proj_in.bias b/unet/mid_block.attentions.0.proj_in.bias new file mode 100644 index 0000000000000000000000000000000000000000..b201d482e14f309dbb2881ea845188363b1f84f5 --- /dev/null +++ b/unet/mid_block.attentions.0.proj_in.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec15510e855ba86c6e0152b4e7ea71cb99c92cbff9409b483c3f334a70fffafa +size 5120 diff --git a/unet/mid_block.attentions.0.proj_in.weight b/unet/mid_block.attentions.0.proj_in.weight new file mode 100644 index 0000000000000000000000000000000000000000..f1c8a98534ed0f1244568e01f83b95b81522a9ca --- /dev/null +++ b/unet/mid_block.attentions.0.proj_in.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab65a15f8289174bfc6a5f78c74ec2cb4da7c4f1e9bb70ff848817fee78ed5e1 +size 6553600 diff --git a/unet/mid_block.attentions.0.proj_out.bias b/unet/mid_block.attentions.0.proj_out.bias new file mode 100644 index 0000000000000000000000000000000000000000..c00585c9c69b1274d9e30d4ed70aa6cfaf7b73f1 --- /dev/null +++ b/unet/mid_block.attentions.0.proj_out.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d331dc9d9742146ebf9b7996420edada973b9c286f25c088cff8d7c8167a8698 +size 5120 diff --git a/unet/mid_block.attentions.0.proj_out.weight b/unet/mid_block.attentions.0.proj_out.weight new file mode 100644 index 0000000000000000000000000000000000000000..a35e62d4f4c2d9365280527034ca1d3b1c93cb8f --- /dev/null +++ b/unet/mid_block.attentions.0.proj_out.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:317f21dd2a5510dfceba1205f3ea0a4f8ba7786d1325ffd94fc311b791b59c64 +size 6553600 diff --git a/unet/mid_block.attentions.0.transformer_blocks.0.attn1.to_out.0.bias b/unet/mid_block.attentions.0.transformer_blocks.0.attn1.to_out.0.bias new file mode 100644 index 0000000000000000000000000000000000000000..039b7a69baaf4a5602ecce6db511175310b0bfc9 --- /dev/null +++ b/unet/mid_block.attentions.0.transformer_blocks.0.attn1.to_out.0.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6c4379e4c0315443183109b9cca39c22a69ccf5d45b881b592ff5ad5c3c1f4 +size 5120 diff --git a/unet/mid_block.attentions.0.transformer_blocks.0.attn2.to_out.0.bias b/unet/mid_block.attentions.0.transformer_blocks.0.attn2.to_out.0.bias new file mode 100644 index 0000000000000000000000000000000000000000..59474be355647b94585c8fb29dee3ffd34529710 --- /dev/null +++ b/unet/mid_block.attentions.0.transformer_blocks.0.attn2.to_out.0.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd591b3a9b740bcde8cbd51c8c472b9ab34d6b3e42823518e7f0e111a1c1c41 +size 5120 diff --git a/unet/mid_block.attentions.0.transformer_blocks.0.ff.net.0.proj.bias b/unet/mid_block.attentions.0.transformer_blocks.0.ff.net.0.proj.bias new file mode 100644 index 0000000000000000000000000000000000000000..ee3b2f8b83addb6f8dc422dccd29c029d7cdeef0 --- /dev/null +++ b/unet/mid_block.attentions.0.transformer_blocks.0.ff.net.0.proj.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c64f97fda732128381e389009b9eeefbf9b1a5eb6347150e19911e37be9840f +size 40960 diff --git a/unet/mid_block.attentions.0.transformer_blocks.0.ff.net.2.bias b/unet/mid_block.attentions.0.transformer_blocks.0.ff.net.2.bias new file mode 100644 index 0000000000000000000000000000000000000000..9fe70967b35ef5a230ec6d1383c350e670742c2e --- /dev/null +++ b/unet/mid_block.attentions.0.transformer_blocks.0.ff.net.2.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df82c784f348114d9267d6734ed1d1bded461ddb9643061cffcc8b899345f345 +size 5120 diff --git a/unet/mid_block.attentions.0.transformer_blocks.0.norm1.bias b/unet/mid_block.attentions.0.transformer_blocks.0.norm1.bias new file mode 100644 index 0000000000000000000000000000000000000000..6b7322473b3a0582417d0cc77a134b5aa25360a2 --- /dev/null +++ b/unet/mid_block.attentions.0.transformer_blocks.0.norm1.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ebfe2360cf3bee20db2eb08b1a76a87353a651fd2c04f5464d13e1d715b9dcf +size 5120 diff --git a/unet/mid_block.attentions.0.transformer_blocks.0.norm1.weight b/unet/mid_block.attentions.0.transformer_blocks.0.norm1.weight new file mode 100644 index 0000000000000000000000000000000000000000..4ddea550d64057455ca7d4801acf5c2aa0af8ce2 --- /dev/null +++ b/unet/mid_block.attentions.0.transformer_blocks.0.norm1.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ed4fd9f6d671d9b8f3d3123e1f1b50d06569994635e3f27cc2db690d9811cc +size 5120 diff --git a/unet/mid_block.attentions.0.transformer_blocks.0.norm2.bias b/unet/mid_block.attentions.0.transformer_blocks.0.norm2.bias new file mode 100644 index 0000000000000000000000000000000000000000..722fe31ddf524dfa42147476a3620de4a433f5cd --- /dev/null +++ b/unet/mid_block.attentions.0.transformer_blocks.0.norm2.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f3d49ca461c0c80652da7d93db3709ebf60e0dcb88276aaffa800e14a3a7c34 +size 5120 diff --git a/unet/mid_block.attentions.0.transformer_blocks.0.norm2.weight b/unet/mid_block.attentions.0.transformer_blocks.0.norm2.weight new file mode 100644 index 0000000000000000000000000000000000000000..c22db52328952e4f0ea0fff127b45167adc4aa4b --- /dev/null +++ b/unet/mid_block.attentions.0.transformer_blocks.0.norm2.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1515f5818212d3cc855758147a8e39352fdc55f0a0f38136529f0d7450825192 +size 5120 diff --git a/unet/mid_block.attentions.0.transformer_blocks.0.norm3.bias b/unet/mid_block.attentions.0.transformer_blocks.0.norm3.bias new file mode 100644 index 0000000000000000000000000000000000000000..5e472681bdd1ee42144db56de630aeedbfd3b54f --- /dev/null +++ b/unet/mid_block.attentions.0.transformer_blocks.0.norm3.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2903126f62e686f1fda3a0430f9acd42cbcf67d2cad03c12f4ab2e4210394f4 +size 5120 diff --git a/unet/mid_block.attentions.0.transformer_blocks.0.norm3.weight b/unet/mid_block.attentions.0.transformer_blocks.0.norm3.weight new file mode 100644 index 0000000000000000000000000000000000000000..ebc4baad1350af6bd188ef1cfb153d68aa55758c --- /dev/null +++ b/unet/mid_block.attentions.0.transformer_blocks.0.norm3.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b4cff0944345dad6279ee01a17f4f5ce812d85caf95c78c9deeda843958c6af +size 5120 diff --git a/unet/mid_block.resnets.0.conv1.bias b/unet/mid_block.resnets.0.conv1.bias new file mode 100644 index 0000000000000000000000000000000000000000..344f97183bd4b0ce439088c071d9c7b21b052735 --- /dev/null +++ b/unet/mid_block.resnets.0.conv1.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33d1befa887c250594a7903c8999006aa55abf2d606ab0795f8779c1998d98e6 +size 5120 diff --git a/unet/mid_block.resnets.0.conv1.weight b/unet/mid_block.resnets.0.conv1.weight new file mode 100644 index 0000000000000000000000000000000000000000..e3223e946b49e0ae87311e6ff7fc06fe1c65fe18 --- /dev/null +++ b/unet/mid_block.resnets.0.conv1.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b3e6e3c2bc41457024adf56d7c4c52ff538d8e9efd773b67fcbc7738515cc2 +size 58982400 diff --git a/unet/mid_block.resnets.0.conv2.bias b/unet/mid_block.resnets.0.conv2.bias new file mode 100644 index 0000000000000000000000000000000000000000..bec20951af05c9a024983a12a8f77833c7b91a88 --- /dev/null +++ b/unet/mid_block.resnets.0.conv2.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8da86148affbbeadc0ceab85f1a80ffd958f1df398d1ffc8f09942ee38d4c3e +size 5120 diff --git a/unet/mid_block.resnets.0.conv2.weight b/unet/mid_block.resnets.0.conv2.weight new file mode 100644 index 0000000000000000000000000000000000000000..29c2c125fd0061b53969d81c4996ab4b5db5be75 --- /dev/null +++ b/unet/mid_block.resnets.0.conv2.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:960c0b6af4b33e85c17e297111f9a82216c8e8cb93cb4bfce47ac06beff973d7 +size 58982400 diff --git a/unet/mid_block.resnets.0.time_emb_proj.bias b/unet/mid_block.resnets.0.time_emb_proj.bias new file mode 100644 index 0000000000000000000000000000000000000000..6a9c8ece2dc85fb104fd34f2482a870630482d98 --- /dev/null +++ b/unet/mid_block.resnets.0.time_emb_proj.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d62e2b5b2169e178f038c83ed7ce653b4cce2508c3adf21555665558181d4713 +size 5120 diff --git a/unet/mid_block.resnets.0.time_emb_proj.weight b/unet/mid_block.resnets.0.time_emb_proj.weight new file mode 100644 index 0000000000000000000000000000000000000000..b06ffcc0742545606858dd160dc7b2ae5055335a --- /dev/null +++ b/unet/mid_block.resnets.0.time_emb_proj.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a92452d918b4878a1f70ef23a435a6f349f93e98eb513b6cd3adc4bf6b3a4893 +size 6553600 diff --git a/unet/mid_block.resnets.1.conv1.bias b/unet/mid_block.resnets.1.conv1.bias new file mode 100644 index 0000000000000000000000000000000000000000..a59424404d605ecd24e8724fea50854f0325b779 --- /dev/null +++ b/unet/mid_block.resnets.1.conv1.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cad9447b3bb3b99c500c5ab054d7d8cce4762fafd272d4956451049e3b42d6a +size 5120 diff --git a/unet/mid_block.resnets.1.conv1.weight b/unet/mid_block.resnets.1.conv1.weight new file mode 100644 index 0000000000000000000000000000000000000000..15f399c5857132f5e253cce538b756202471b7f1 --- /dev/null +++ b/unet/mid_block.resnets.1.conv1.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cd45d89620ae27c549223c3d25b496c176b2acda2782ed287b9c4ad336b4af0 +size 58982400 diff --git a/unet/mid_block.resnets.1.conv2.bias b/unet/mid_block.resnets.1.conv2.bias new file mode 100644 index 0000000000000000000000000000000000000000..a38d276c9478dec7e748a2782e1c277ddba65bbe --- /dev/null +++ b/unet/mid_block.resnets.1.conv2.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29252f7ed1aea73184c3c9d9beaabab5827e3b2e89f58b61c8a9b9806ce3a34b +size 5120 diff --git a/unet/mid_block.resnets.1.conv2.weight b/unet/mid_block.resnets.1.conv2.weight new file mode 100644 index 0000000000000000000000000000000000000000..009ec5c9d2d6d3b9859451f4d081f3a45fb24c25 --- /dev/null +++ b/unet/mid_block.resnets.1.conv2.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b130904b39aba8305aff3679f3526fcf86ad2cdb473d2bad3eb59b9dcd951d0a +size 58982400 diff --git a/unet/mid_block.resnets.1.time_emb_proj.bias b/unet/mid_block.resnets.1.time_emb_proj.bias new file mode 100644 index 0000000000000000000000000000000000000000..df4340002a1152493bc66b82b649265de044eb1f --- /dev/null +++ b/unet/mid_block.resnets.1.time_emb_proj.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e277d941ff4920b6992596d2915631875f7e56bd5a25fc959e49195af88b763 +size 5120 diff --git a/unet/mid_block.resnets.1.time_emb_proj.weight b/unet/mid_block.resnets.1.time_emb_proj.weight new file mode 100644 index 0000000000000000000000000000000000000000..569d5d2ac50e247508c969e4b4087d6f81547e6c --- /dev/null +++ b/unet/mid_block.resnets.1.time_emb_proj.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f234b7f4bdf8fe966a60ccc2deb84fd3ceb80c0280718363b74533bf22611d8e +size 6553600 diff --git a/unet/model.onnx b/unet/model.onnx new file mode 100644 index 0000000000000000000000000000000000000000..eeca0dc12e932cffb6779ceab1ec6460da7a0d86 --- /dev/null +++ b/unet/model.onnx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2dc447cc007faf01a754ce28b044a3d1c7126a7cbb60cd60609de5babdf2039 +size 1167892 diff --git a/unet/onnx__Add_9184 b/unet/onnx__Add_9184 new file mode 100644 index 0000000000000000000000000000000000000000..2c2269d785b8baadf922f2bd802143e259cd9346 --- /dev/null +++ b/unet/onnx__Add_9184 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8897472e4ae37de4c1b46e735a7cd5b61f7946aeff93df9b5a2dca9be068b00 +size 5120 diff --git a/unet/onnx__Add_9186 b/unet/onnx__Add_9186 new file mode 100644 index 0000000000000000000000000000000000000000..a51158e7116165d70a3a8e65300a807470b22b35 --- /dev/null +++ b/unet/onnx__Add_9186 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:759ae6f8077fb2b6612704b3e743301e1d59ee3e1938e035a88f2706d5388702 +size 5120 diff --git a/unet/onnx__Add_9206 b/unet/onnx__Add_9206 new file mode 100644 index 0000000000000000000000000000000000000000..e9cf63551fd9e21ffc8dc8eae0f9eb48f58adda5 --- /dev/null +++ b/unet/onnx__Add_9206 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c51a395966c92db516ab816336fdec7a92641bd2415422899789b8575717a065 +size 5120 diff --git a/unet/onnx__Add_9208 b/unet/onnx__Add_9208 new file mode 100644 index 0000000000000000000000000000000000000000..2db52caf68a48026f56b9d6d62aa49a54829480e --- /dev/null +++ b/unet/onnx__Add_9208 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbc8d1f93e7bed56765aa237cf02f6bee599003943464fddb61d7d6851626652 +size 5120 diff --git a/unet/onnx__Add_9210 b/unet/onnx__Add_9210 new file mode 100644 index 0000000000000000000000000000000000000000..a46dfc10ac30f5019577de0d96fa0e393d38d8e2 --- /dev/null +++ b/unet/onnx__Add_9210 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be854ec1052b788ae02c471dfda8846d47e9813dbb4f236c28e4d651666cd956 +size 5120 diff --git a/unet/onnx__Add_9230 b/unet/onnx__Add_9230 new file mode 100644 index 0000000000000000000000000000000000000000..6642bde502d65d2623ec7749da9e5cfba367956d --- /dev/null +++ b/unet/onnx__Add_9230 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb184aa449db3dda6294376b05e73393bd8a526febec7c381be7147c6e519d0d +size 5120 diff --git a/unet/onnx__Add_9232 b/unet/onnx__Add_9232 new file mode 100644 index 0000000000000000000000000000000000000000..e54e40b4d85decf0258c14e43acfa2c28f288d9d --- /dev/null +++ b/unet/onnx__Add_9232 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22643cfc88cd3b3e1996b97cda6470ecd50247de6f58191700b2ea6a045808b1 +size 5120 diff --git a/unet/onnx__Add_9234 b/unet/onnx__Add_9234 new file mode 100644 index 0000000000000000000000000000000000000000..de2671fe661e7aa522ff47f08b44f2a0a64a3fc0 --- /dev/null +++ b/unet/onnx__Add_9234 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b046cf54578d3e5a3b2bf158819f6ff87d11ad0c2fa59ed4f337825264b980f +size 5120 diff --git a/unet/onnx__Add_9236 b/unet/onnx__Add_9236 new file mode 100644 index 0000000000000000000000000000000000000000..26fb0653c87583dddc15af7210a7b7c284498b49 --- /dev/null +++ b/unet/onnx__Add_9236 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b494baaf215e95fbcb2cac3a7fd76c3e10830b011472841c047c48fc33398c08 +size 5120 diff --git a/unet/onnx__Add_9238 b/unet/onnx__Add_9238 new file mode 100644 index 0000000000000000000000000000000000000000..33442fb6b5f4ee2c872a71ec65992e90673fc03d --- /dev/null +++ b/unet/onnx__Add_9238 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:851003cd58436c1ac8134223baa894e810ed199c0f74fb6425c551a239e497f9 +size 5120 diff --git a/unet/onnx__Add_9240 b/unet/onnx__Add_9240 new file mode 100644 index 0000000000000000000000000000000000000000..cc77b1dcf12516fe833f6f25b3eb0cb7d1209695 --- /dev/null +++ b/unet/onnx__Add_9240 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:515e7012069288522ef71ad1a8fdf897d92084a318b1da94d8eb43647d57c244 +size 5120 diff --git a/unet/onnx__Add_9242 b/unet/onnx__Add_9242 new file mode 100644 index 0000000000000000000000000000000000000000..cbf93155c82a41df617bdb03fe4afddeee623f73 --- /dev/null +++ b/unet/onnx__Add_9242 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96f700faea470b9228292f618c6b4da5685931a19af28273f0fb75673abbe436 +size 5120 diff --git a/unet/onnx__Add_9262 b/unet/onnx__Add_9262 new file mode 100644 index 0000000000000000000000000000000000000000..cbfef7acdbe3224a03d4e28272791a4f9162fa14 --- /dev/null +++ b/unet/onnx__Add_9262 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33512e81ba55094d50d9e991f9c9ed17c0427980185aef2203c4a0856b13dafb +size 5120 diff --git a/unet/onnx__Add_9264 b/unet/onnx__Add_9264 new file mode 100644 index 0000000000000000000000000000000000000000..c4fec6ab370d4f3705e307a8716ebadb949db0bc --- /dev/null +++ b/unet/onnx__Add_9264 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d3364b6a030520dcf91bb3b6db8a42822564ae9b64bd6503d66b03d470900a +size 5120 diff --git a/unet/onnx__Add_9266 b/unet/onnx__Add_9266 new file mode 100644 index 0000000000000000000000000000000000000000..96ba6530f485f2d9fef0630b8e66a24dc77d5852 --- /dev/null +++ b/unet/onnx__Add_9266 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87f5d2d491170665b206e56e997dfd9d272175cffdd2b79c8b4342dbe9a9c27c +size 10240 diff --git a/unet/onnx__Add_9268 b/unet/onnx__Add_9268 new file mode 100644 index 0000000000000000000000000000000000000000..c35f8478f3c02f563bae3efa0972cb3b8a6e0f0d --- /dev/null +++ b/unet/onnx__Add_9268 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d25d705c9258954bf859ce5119539a99eabe98930e30b7f181c450767ec37e5a +size 5120 diff --git a/unet/onnx__Add_9270 b/unet/onnx__Add_9270 new file mode 100644 index 0000000000000000000000000000000000000000..cfc581a1c2ba31a965c35d4f810fec43452a66de --- /dev/null +++ b/unet/onnx__Add_9270 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb8e1838123e63994d998bb4b9e1156a386852cda25c228393d6e748051cc97e +size 10240 diff --git a/unet/onnx__Add_9272 b/unet/onnx__Add_9272 new file mode 100644 index 0000000000000000000000000000000000000000..962663fd0f6578c47b89a8aaf080518b7cc566b0 --- /dev/null +++ b/unet/onnx__Add_9272 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f1c97dbf6a5c69743f4df02781df45a61664be882544bab2422d89157894ce1 +size 5120 diff --git a/unet/onnx__Add_9274 b/unet/onnx__Add_9274 new file mode 100644 index 0000000000000000000000000000000000000000..c7862062799a5b664fce085b993acbe9d1fdb6cb --- /dev/null +++ b/unet/onnx__Add_9274 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4173bc341b843faae1cd94458d68bcfd69b7ea9e1c15cbb5c5e8ff3a61a2b18d +size 10240 diff --git a/unet/onnx__Add_9276 b/unet/onnx__Add_9276 new file mode 100644 index 0000000000000000000000000000000000000000..2cd76a29f458f0ca5ba803f3a875cc99206b0833 --- /dev/null +++ b/unet/onnx__Add_9276 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1008491ef5ecb7a4825e7da5fef9a0854bc60569e68e9f4154197f7d18f844 +size 5120 diff --git a/unet/onnx__Add_9279 b/unet/onnx__Add_9279 new file mode 100644 index 0000000000000000000000000000000000000000..afc0f49cd2d21b7ba0ce9225d795bea92fd7d956 --- /dev/null +++ b/unet/onnx__Add_9279 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d404ab28e459b90b164b359a016046660d0e7db83c1e60160c3313c6deab91 +size 10240 diff --git a/unet/onnx__Add_9281 b/unet/onnx__Add_9281 new file mode 100644 index 0000000000000000000000000000000000000000..b227b810aa523137c4d81a4aa0562604a59c6077 --- /dev/null +++ b/unet/onnx__Add_9281 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e285e9442eb8364c8d20fe8ce9cd6bc3c84e5ae2188525fafb81f006575d6d55 +size 5120 diff --git a/unet/onnx__Add_9283 b/unet/onnx__Add_9283 new file mode 100644 index 0000000000000000000000000000000000000000..4fbfff300c4dd28d0420f54535e95e915cdbe49a --- /dev/null +++ b/unet/onnx__Add_9283 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e3c93f079cb155dbf83a70afb5513e2faa95bd4001d85bcb9019c26258383a +size 5120 diff --git a/unet/onnx__Add_9303 b/unet/onnx__Add_9303 new file mode 100644 index 0000000000000000000000000000000000000000..d11d4e7f2f1dfce537b25d3ec75fa74df7da0197 --- /dev/null +++ b/unet/onnx__Add_9303 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9205b5e78c243efa2b7c4abb48ece5725bd266f6976899b50f827b76e2d232c +size 10240 diff --git a/unet/onnx__Add_9305 b/unet/onnx__Add_9305 new file mode 100644 index 0000000000000000000000000000000000000000..4b48bfe738714c6bb9bba9706f221679cfe672c8 --- /dev/null +++ b/unet/onnx__Add_9305 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01615d242689f7f9d4a72a16c79fc4e21d46b3e6d1cd3487ce5e91e54b7f4a99 +size 5120 diff --git a/unet/onnx__Add_9307 b/unet/onnx__Add_9307 new file mode 100644 index 0000000000000000000000000000000000000000..d6a8f250d1873b96d12d05414a2bc4b18d7088ad --- /dev/null +++ b/unet/onnx__Add_9307 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ebd5806e2067320a29d7841c96df4756a7541e9a7f1acda9c0f18c1a43c7d33 +size 5120 diff --git a/unet/onnx__Add_9327 b/unet/onnx__Add_9327 new file mode 100644 index 0000000000000000000000000000000000000000..afab11321d77324314e4cb829bd95e288daa3784 --- /dev/null +++ b/unet/onnx__Add_9327 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef910eef21e2cf77ee7820b32fc1121423b90cfb134e8b8388b9d9766877fd57 +size 7680 diff --git a/unet/onnx__Add_9329 b/unet/onnx__Add_9329 new file mode 100644 index 0000000000000000000000000000000000000000..06e4ee0ae143d64dcacae9e3c4e45012bc23ed1e --- /dev/null +++ b/unet/onnx__Add_9329 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e83d17741a69c81df1b557e2db656cc738b5de5ead3e285e183ec193fab47ec +size 5120 diff --git a/unet/onnx__Add_9331 b/unet/onnx__Add_9331 new file mode 100644 index 0000000000000000000000000000000000000000..6ecbcf24c814c4b21a9a55d1d1a82c7ffcf363ad --- /dev/null +++ b/unet/onnx__Add_9331 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dbb2705ee4d85c64d71ece51b4cea2eefffcccbcafb4c8f34938bcc5db1de89 +size 5120 diff --git a/unet/onnx__Add_9352 b/unet/onnx__Add_9352 new file mode 100644 index 0000000000000000000000000000000000000000..04eea10a34ccf09d01f8d68e825e22b7663b7fb1 --- /dev/null +++ b/unet/onnx__Add_9352 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:045d5a183e57abe73659ff2cdfb9e90a52108c5d73fe6746c3e0bc127e5ab3f1 +size 7680 diff --git a/unet/onnx__Add_9376 b/unet/onnx__Add_9376 new file mode 100644 index 0000000000000000000000000000000000000000..a770d49f3d7e3d81a9a7f8bfbab30247b57c2468 --- /dev/null +++ b/unet/onnx__Add_9376 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2624de13e30d91280eca69ab4073f2722fb496271349f96ed860ea662080b0f3 +size 5120 diff --git a/unet/onnx__MatMul_9091 b/unet/onnx__MatMul_9091 new file mode 100644 index 0000000000000000000000000000000000000000..2aac7871f3dd4fbfe7057469aa7a7a5c8967e02c --- /dev/null +++ b/unet/onnx__MatMul_9091 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48043bf3efb183bd60065886e1ba4d572df2e135039c1ea8c46f5bbabbdb9f29 +size 409600 diff --git a/unet/onnx__MatMul_9092 b/unet/onnx__MatMul_9092 new file mode 100644 index 0000000000000000000000000000000000000000..97cbced960742470e551f4a9095fac47b7aa2fe7 --- /dev/null +++ b/unet/onnx__MatMul_9092 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd6f571c1958d947f7767db2d95556edecdefe913d4d15c603513e7764adc941 +size 409600 diff --git a/unet/onnx__MatMul_9093 b/unet/onnx__MatMul_9093 new file mode 100644 index 0000000000000000000000000000000000000000..55c214617b36daee26ef42abe317309323086e36 --- /dev/null +++ b/unet/onnx__MatMul_9093 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47d90496c2b855ca5cdd38cbf94219cb0f5a5989e3333be25dcfef0cd9943f5b +size 409600 diff --git a/unet/onnx__MatMul_9098 b/unet/onnx__MatMul_9098 new file mode 100644 index 0000000000000000000000000000000000000000..7b918576caf7099012a8466bece9208d7ab4f44b --- /dev/null +++ b/unet/onnx__MatMul_9098 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c45e266c97ab7142e67c7ff55cdec9def67cde0885001431552656fa7f648f4 +size 409600 diff --git a/unet/onnx__MatMul_9099 b/unet/onnx__MatMul_9099 new file mode 100644 index 0000000000000000000000000000000000000000..583cc126933fd157e3af54c04e9568a5a621cfc1 --- /dev/null +++ b/unet/onnx__MatMul_9099 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fbf4ce0d058d508925548975953ecd75613971129533c421707b357a92918d5 +size 409600 diff --git a/unet/onnx__MatMul_9100 b/unet/onnx__MatMul_9100 new file mode 100644 index 0000000000000000000000000000000000000000..35d4dc58643de310a190b5d66750ac826328baf1 --- /dev/null +++ b/unet/onnx__MatMul_9100 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b113168ff02eedc2558a2da960f207ade9d294bfd14a5052a2c1786c108425 +size 983040 diff --git a/unet/onnx__MatMul_9101 b/unet/onnx__MatMul_9101 new file mode 100644 index 0000000000000000000000000000000000000000..d86dce7d38906952c8fa1874f232253e9e44f949 --- /dev/null +++ b/unet/onnx__MatMul_9101 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:026cabcf9d21cdca2d61afc017043fe6292a0971b9bc615608b06846bb925fe4 +size 983040 diff --git a/unet/onnx__MatMul_9106 b/unet/onnx__MatMul_9106 new file mode 100644 index 0000000000000000000000000000000000000000..b50cbc3eaf6d19889c3860e05f815ee82074d5a1 --- /dev/null +++ b/unet/onnx__MatMul_9106 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31b5f85f470eabfd53e6b7544c41914d84a2bbf89a3d4de5541df9c1ba371fe +size 409600 diff --git a/unet/onnx__MatMul_9107 b/unet/onnx__MatMul_9107 new file mode 100644 index 0000000000000000000000000000000000000000..5fabf5a44275071d39550dccfb358d47f3f0ab8f --- /dev/null +++ b/unet/onnx__MatMul_9107 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e420fda940693a12db5f8b3e55f28dd56abf0e8913843f2194f261e9a675db +size 3276800 diff --git a/unet/onnx__MatMul_9108 b/unet/onnx__MatMul_9108 new file mode 100644 index 0000000000000000000000000000000000000000..76518a87c188352c7ba4a202cd7e8b433fce839d --- /dev/null +++ b/unet/onnx__MatMul_9108 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f881155d939e70893a9cbc8e9240a589f5be7e026198b8dbcbd20ee076b77a55 +size 1638400 diff --git a/unet/onnx__MatMul_9115 b/unet/onnx__MatMul_9115 new file mode 100644 index 0000000000000000000000000000000000000000..a591e1691b09eb2937baa0bba996f85c13652214 --- /dev/null +++ b/unet/onnx__MatMul_9115 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13dbd2fbaef02313e9dd384cbbcae10dbe12579378037fa44dd2e649d5ff8e96 +size 409600 diff --git a/unet/onnx__MatMul_9116 b/unet/onnx__MatMul_9116 new file mode 100644 index 0000000000000000000000000000000000000000..e84b5ad5957e33248571cea264d094403672126b --- /dev/null +++ b/unet/onnx__MatMul_9116 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a266d87a7362f2b35198fc00aeda6708c49852234915d825d4aad51bbe34c0e3 +size 409600 diff --git a/unet/onnx__MatMul_9117 b/unet/onnx__MatMul_9117 new file mode 100644 index 0000000000000000000000000000000000000000..37fb1c898e85ac685d3d5c5d9dfb9cb52ed1ff36 --- /dev/null +++ b/unet/onnx__MatMul_9117 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f3372f0df87a75277106ffcec1b162821d4dbcd9ca73d5334896858c05954d +size 409600 diff --git a/unet/onnx__MatMul_9122 b/unet/onnx__MatMul_9122 new file mode 100644 index 0000000000000000000000000000000000000000..12776ecb1c0eeb9b4e52b1d6890b901d77c0c3c8 --- /dev/null +++ b/unet/onnx__MatMul_9122 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:913d51c890b5b88022420c03a12e560142ef2add8249625917372253f32ffe21 +size 409600 diff --git a/unet/onnx__MatMul_9123 b/unet/onnx__MatMul_9123 new file mode 100644 index 0000000000000000000000000000000000000000..6be509b7db3b4111eab6eea9051e6fae010c6ed0 --- /dev/null +++ b/unet/onnx__MatMul_9123 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0a4d9eae81b300544388183686ffbae1815de8d0f2d0cfc3b715ae2851b2d27 +size 409600 diff --git a/unet/onnx__MatMul_9124 b/unet/onnx__MatMul_9124 new file mode 100644 index 0000000000000000000000000000000000000000..42c7c31944e139eb0f3a1dc054c2dde4d68082fd --- /dev/null +++ b/unet/onnx__MatMul_9124 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e14c6a13be9c35519afc166df5fbe43307df714e41f196de70dfeea23008175 +size 983040 diff --git a/unet/onnx__MatMul_9125 b/unet/onnx__MatMul_9125 new file mode 100644 index 0000000000000000000000000000000000000000..395708a2352a84ed29a82e2851ac110985112911 --- /dev/null +++ b/unet/onnx__MatMul_9125 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56dda823b88500c3d98703a1ac03f999bb627afefea7da15fd7cb6f97041c87c +size 983040 diff --git a/unet/onnx__MatMul_9130 b/unet/onnx__MatMul_9130 new file mode 100644 index 0000000000000000000000000000000000000000..fe256ecf2578f160dc032c1de0826e5110915502 --- /dev/null +++ b/unet/onnx__MatMul_9130 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5479a63bf6e1ac13d9a616dc90a03c7153c2aca22e99cf1ce72bcc33a6fcea39 +size 409600 diff --git a/unet/onnx__MatMul_9131 b/unet/onnx__MatMul_9131 new file mode 100644 index 0000000000000000000000000000000000000000..7d2832dc369be6b4fab30d66769902da4070c121 --- /dev/null +++ b/unet/onnx__MatMul_9131 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e6b3699fa6a5a5426d84380120060ee8bd6369ab932e4cb6ac60e88c2b23bbf +size 3276800 diff --git a/unet/onnx__MatMul_9132 b/unet/onnx__MatMul_9132 new file mode 100644 index 0000000000000000000000000000000000000000..ff6d5d514ce7b607b9714a7537aa037a9e2f19db --- /dev/null +++ b/unet/onnx__MatMul_9132 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e14e6ee579725aacd2270952debf36a555fd12b841c26779be36b5ab99456355 +size 1638400 diff --git a/unet/onnx__MatMul_9139 b/unet/onnx__MatMul_9139 new file mode 100644 index 0000000000000000000000000000000000000000..16e56b32b579d57261e82bbd790e696fd5cfe51f --- /dev/null +++ b/unet/onnx__MatMul_9139 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:971cd123939eb0bb745d333949e0d431b72c2a0ac94d9d45525863ce24d092fb +size 1638400 diff --git a/unet/onnx__MatMul_9140 b/unet/onnx__MatMul_9140 new file mode 100644 index 0000000000000000000000000000000000000000..c5937cdc87185db13b7a73b459dd1d2d77713822 --- /dev/null +++ b/unet/onnx__MatMul_9140 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb2abd691f68e0d99ca8813776b6f20842faf85a142b98158a3c88a31ce2f37 +size 1638400 diff --git a/unet/onnx__MatMul_9141 b/unet/onnx__MatMul_9141 new file mode 100644 index 0000000000000000000000000000000000000000..3e7e305ac89db32340bc51fe1e43efab083a73c1 --- /dev/null +++ b/unet/onnx__MatMul_9141 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a3fcdb5b114b7069b05a3106b6a2278669a39f598a53cdb152fbfc2982c9b67 +size 1638400 diff --git a/unet/onnx__MatMul_9146 b/unet/onnx__MatMul_9146 new file mode 100644 index 0000000000000000000000000000000000000000..3c26ed19ccd67ef8fd93bea1b53d8acc4a57974c --- /dev/null +++ b/unet/onnx__MatMul_9146 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74eddbd445e9a2f797f318c1ca0a30c7ec84df0f940e0e135c56292b2508f544 +size 1638400 diff --git a/unet/onnx__MatMul_9147 b/unet/onnx__MatMul_9147 new file mode 100644 index 0000000000000000000000000000000000000000..ee8364a28bb87432742105be9c5273a2b3227c69 --- /dev/null +++ b/unet/onnx__MatMul_9147 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43927c1d2accd5f9ed43499d2e1f63cfa82d5de70f45a1a50bd888d7285511a9 +size 1638400 diff --git a/unet/onnx__MatMul_9148 b/unet/onnx__MatMul_9148 new file mode 100644 index 0000000000000000000000000000000000000000..50066a34a2e1679293f1a5177f1d2f88a21003cf --- /dev/null +++ b/unet/onnx__MatMul_9148 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eea143bd799f37d60f7c572becbc28ac52e80f5b81f79608b66a573b8c846d9 +size 1966080 diff --git a/unet/onnx__MatMul_9149 b/unet/onnx__MatMul_9149 new file mode 100644 index 0000000000000000000000000000000000000000..9027341ddd099792b25fce3772427e774de2585f --- /dev/null +++ b/unet/onnx__MatMul_9149 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccff47dd7f1688ce8300a34c3bb66c9ed43b110637b494ad3e7846becffff29c +size 1966080 diff --git a/unet/onnx__MatMul_9154 b/unet/onnx__MatMul_9154 new file mode 100644 index 0000000000000000000000000000000000000000..4426282b6f9f3052bc8deeb1600832ac513af16e --- /dev/null +++ b/unet/onnx__MatMul_9154 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65fbb9f9c7fe75042b6f6fb72672bf18c781f00b38891726d974053d96d374f8 +size 1638400 diff --git a/unet/onnx__MatMul_9155 b/unet/onnx__MatMul_9155 new file mode 100644 index 0000000000000000000000000000000000000000..7101187e9cb2747a94f2c3335b985b5f2e38b1c7 --- /dev/null +++ b/unet/onnx__MatMul_9155 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce3bb322f85258b8a192c518abb0fa7b72bed9a329ae507163e4893c6911212b +size 13107200 diff --git a/unet/onnx__MatMul_9156 b/unet/onnx__MatMul_9156 new file mode 100644 index 0000000000000000000000000000000000000000..78bc97851c4ca15fca295f227758c979d7179814 --- /dev/null +++ b/unet/onnx__MatMul_9156 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:334aafcc43bb3f22fa0832a198aa40b757a27775215bd0571bac218a96fdb975 +size 6553600 diff --git a/unet/onnx__MatMul_9163 b/unet/onnx__MatMul_9163 new file mode 100644 index 0000000000000000000000000000000000000000..05d21f9d86830b9cd9365a3dfb48be8fc9ee3601 --- /dev/null +++ b/unet/onnx__MatMul_9163 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2500b55aa170eede8714304436482e6f54a9a66554aa83eb302dfd701afd5f6 +size 1638400 diff --git a/unet/onnx__MatMul_9164 b/unet/onnx__MatMul_9164 new file mode 100644 index 0000000000000000000000000000000000000000..4fccad29cce716374732174bf000ebacac15ca12 --- /dev/null +++ b/unet/onnx__MatMul_9164 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c9d81db50eaddd1996c75c7c0a82b704ecf3b5b04f9b26526eacba20a0bbe35 +size 1638400 diff --git a/unet/onnx__MatMul_9165 b/unet/onnx__MatMul_9165 new file mode 100644 index 0000000000000000000000000000000000000000..3cdecaec67b90f3a9abe0718340167e2d29ece48 --- /dev/null +++ b/unet/onnx__MatMul_9165 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d8bec43ee91845f0e90539b2952d4ce671f5e01db1fb5d30cbcdc2e8b9074bf +size 1638400 diff --git a/unet/onnx__MatMul_9170 b/unet/onnx__MatMul_9170 new file mode 100644 index 0000000000000000000000000000000000000000..3b9356f16edc49ab7cf9d0a426c3b84db6641415 --- /dev/null +++ b/unet/onnx__MatMul_9170 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843b192ef790ed094deeea919424132c7b7f238553868353ab612328d7a2ed0a +size 1638400 diff --git a/unet/onnx__MatMul_9171 b/unet/onnx__MatMul_9171 new file mode 100644 index 0000000000000000000000000000000000000000..53539517012874d102053bbe17fea7e15296dd01 --- /dev/null +++ b/unet/onnx__MatMul_9171 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd493bda1f647d16463c19f36b93fe42f3b827c679e626e0a0578d5ffccb161c +size 1638400 diff --git a/unet/onnx__MatMul_9172 b/unet/onnx__MatMul_9172 new file mode 100644 index 0000000000000000000000000000000000000000..be18f83d3ec903bf71152e63e29f8c1245e8d18e --- /dev/null +++ b/unet/onnx__MatMul_9172 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:252f8fede5f87da943eb2756dff9ffaa3d3b362d599adca5a62af6475c15bff2 +size 1966080 diff --git a/unet/onnx__MatMul_9173 b/unet/onnx__MatMul_9173 new file mode 100644 index 0000000000000000000000000000000000000000..8ef489ed61cd244328aac1fdbace4a7d09d3f646 --- /dev/null +++ b/unet/onnx__MatMul_9173 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e29e9765328a6b93f5a2aaa5d9b9c400cc176e0144fc98c102fa5554b6bb777 +size 1966080 diff --git a/unet/onnx__MatMul_9178 b/unet/onnx__MatMul_9178 new file mode 100644 index 0000000000000000000000000000000000000000..843f9f98cee4ba566994c028aebb5246af7f61d4 --- /dev/null +++ b/unet/onnx__MatMul_9178 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c39a280652d9f8ee1aad9f73f386f8cbc6e37ce3791894be919aa0236a1678f +size 1638400 diff --git a/unet/onnx__MatMul_9179 b/unet/onnx__MatMul_9179 new file mode 100644 index 0000000000000000000000000000000000000000..be204825e401743214c3f44f65abf2fe068fe1e5 --- /dev/null +++ b/unet/onnx__MatMul_9179 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3354d46f870ae5d6cde3c9400bf826ce717aae264081b05d22c68447ab53fcfb +size 13107200 diff --git a/unet/onnx__MatMul_9180 b/unet/onnx__MatMul_9180 new file mode 100644 index 0000000000000000000000000000000000000000..7c140c3842ab59e1fa6bf87cd004f581bcaca2d4 --- /dev/null +++ b/unet/onnx__MatMul_9180 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8e0c4dc4ce6b2736aae14fbcc778eb781a53fe88807092b587e76e5b4ea70f +size 6553600 diff --git a/unet/onnx__MatMul_9187 b/unet/onnx__MatMul_9187 new file mode 100644 index 0000000000000000000000000000000000000000..4c8ae6b00f4e06404a714019fc212b839abdde06 --- /dev/null +++ b/unet/onnx__MatMul_9187 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8091450d4caebf4b6de1ea478055a6304a54084c0a77508818878281eed8a4e5 +size 6553600 diff --git a/unet/onnx__MatMul_9188 b/unet/onnx__MatMul_9188 new file mode 100644 index 0000000000000000000000000000000000000000..39d77b7443a688dde0a5a3eac33acd68e01bc538 --- /dev/null +++ b/unet/onnx__MatMul_9188 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14b2a79f6bfd2ab9222c7c5f13c1cd1d830638052493b18a149f37a8763262b5 +size 6553600 diff --git a/unet/onnx__MatMul_9189 b/unet/onnx__MatMul_9189 new file mode 100644 index 0000000000000000000000000000000000000000..39bb78118dde9a0e184ac42253890c686fc21515 --- /dev/null +++ b/unet/onnx__MatMul_9189 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0851cb72e51b907a8a708e216a2a2e1b7ef28d6febad1a2fa88518f62fd803da +size 6553600 diff --git a/unet/onnx__MatMul_9194 b/unet/onnx__MatMul_9194 new file mode 100644 index 0000000000000000000000000000000000000000..8c3c79d2eb04646b06f8d9805ae3b290288d3d23 --- /dev/null +++ b/unet/onnx__MatMul_9194 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7514485b68e5bca085503026ddeff6e208e3ff89d3dd431abfb9f7f287da01a +size 6553600 diff --git a/unet/onnx__MatMul_9195 b/unet/onnx__MatMul_9195 new file mode 100644 index 0000000000000000000000000000000000000000..0db60166c0fc5ee6a86a9ba7b880192b32372d4d --- /dev/null +++ b/unet/onnx__MatMul_9195 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3095985843fbccc83fd794062e790c818d1e17828f7b6268deee41d9ea4b8082 +size 6553600 diff --git a/unet/onnx__MatMul_9196 b/unet/onnx__MatMul_9196 new file mode 100644 index 0000000000000000000000000000000000000000..37ac0a526fa9bab94fff4bf500c1b15c3f482fb8 --- /dev/null +++ b/unet/onnx__MatMul_9196 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09045c1361378e7065902e058794426c2f0377a4be8d7dee84754fc27c03c22b +size 3932160 diff --git a/unet/onnx__MatMul_9197 b/unet/onnx__MatMul_9197 new file mode 100644 index 0000000000000000000000000000000000000000..0e3298193d58365decdb273af022a7c61a24193f --- /dev/null +++ b/unet/onnx__MatMul_9197 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14f2313bbfb15409da298f045e963eab28d129a49d99ecb2c9a9601a526e6ad7 +size 3932160 diff --git a/unet/onnx__MatMul_9202 b/unet/onnx__MatMul_9202 new file mode 100644 index 0000000000000000000000000000000000000000..0daec99dc4acf44a24928d654d44936544f8c035 --- /dev/null +++ b/unet/onnx__MatMul_9202 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4de7a51cfe4ec0359c09c3f123b5a7743d0173314d30fd6379877bba75e7900d +size 6553600 diff --git a/unet/onnx__MatMul_9203 b/unet/onnx__MatMul_9203 new file mode 100644 index 0000000000000000000000000000000000000000..8f9c0aa5b51e00b18d4c79f4bb3334ae49e36966 --- /dev/null +++ b/unet/onnx__MatMul_9203 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7beff01d488dda812a42d06953d80d6d5d7be8fa75d5a57da54f51daf5dbc8df +size 52428800 diff --git a/unet/onnx__MatMul_9204 b/unet/onnx__MatMul_9204 new file mode 100644 index 0000000000000000000000000000000000000000..aa1e3c493658fe79e6b6d21a207ced84c60f64ec --- /dev/null +++ b/unet/onnx__MatMul_9204 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bc6a81f637883349b2a8408fcc857926367eee6ec58ea80cdfec49c7dafc371 +size 26214400 diff --git a/unet/onnx__MatMul_9211 b/unet/onnx__MatMul_9211 new file mode 100644 index 0000000000000000000000000000000000000000..5751747c443875f8dd3adab9ca62ee8e90b8a018 --- /dev/null +++ b/unet/onnx__MatMul_9211 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637e7f5511ad660e22b4282aac7a1d8c00b4e54532bfb287c2c6db0d33edbfa2 +size 6553600 diff --git a/unet/onnx__MatMul_9212 b/unet/onnx__MatMul_9212 new file mode 100644 index 0000000000000000000000000000000000000000..ccdbf96273dc646446096e61091f2b9033bae0c6 --- /dev/null +++ b/unet/onnx__MatMul_9212 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52f391c4830d4a0c87eaeb4585a0dd762fe1ab389c4edadcf30c68162de4d07a +size 6553600 diff --git a/unet/onnx__MatMul_9213 b/unet/onnx__MatMul_9213 new file mode 100644 index 0000000000000000000000000000000000000000..fb97e8793e8afdd63a91a43dc32cf93fe6572c45 --- /dev/null +++ b/unet/onnx__MatMul_9213 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a51a8a808a0e555cb7dab23dc1e32bc2718e414d991d1a4c519dee6f0c6dbee +size 6553600 diff --git a/unet/onnx__MatMul_9218 b/unet/onnx__MatMul_9218 new file mode 100644 index 0000000000000000000000000000000000000000..5ce63546c0038ae4385c28d3d26183ce052e4681 --- /dev/null +++ b/unet/onnx__MatMul_9218 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627255e0bdc6951b31b2666ce8a2116145fd759a206a44592e40ebcf120a911c +size 6553600 diff --git a/unet/onnx__MatMul_9219 b/unet/onnx__MatMul_9219 new file mode 100644 index 0000000000000000000000000000000000000000..88fa5251c06c97835c372debd5044f7494c6bff4 --- /dev/null +++ b/unet/onnx__MatMul_9219 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86eadb44daa951b8f21df4c7d549e929813dce54b7e82db474eb9d64de508d13 +size 6553600 diff --git a/unet/onnx__MatMul_9220 b/unet/onnx__MatMul_9220 new file mode 100644 index 0000000000000000000000000000000000000000..fdcaa1213fd03bb430477aeda71e97837442cadc --- /dev/null +++ b/unet/onnx__MatMul_9220 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f70d887b5d2554424755c3a217483d4c64da498d189292889c32f3432ee0285 +size 3932160 diff --git a/unet/onnx__MatMul_9221 b/unet/onnx__MatMul_9221 new file mode 100644 index 0000000000000000000000000000000000000000..1f782f2641d526ecdfa7d91bdcfd224293f850f9 --- /dev/null +++ b/unet/onnx__MatMul_9221 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:096d5b99c6b44b31834375f052230184fa92f2c1d8645ffa12fa17a0d147568d +size 3932160 diff --git a/unet/onnx__MatMul_9226 b/unet/onnx__MatMul_9226 new file mode 100644 index 0000000000000000000000000000000000000000..37d9b0dd3c079c35f986f3c2bb7a3095fca62724 --- /dev/null +++ b/unet/onnx__MatMul_9226 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e109e2a7c8249dbcd9d648d0917d3624cf85a71a706d848e012c03a7a8075018 +size 6553600 diff --git a/unet/onnx__MatMul_9227 b/unet/onnx__MatMul_9227 new file mode 100644 index 0000000000000000000000000000000000000000..91d5b362a87872526d9c0aa321ce35358d7e6a1c --- /dev/null +++ b/unet/onnx__MatMul_9227 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98efa80fc12dc6db388bf74c2759108bdea09de3aebfb3170339bc8d568ede1e +size 52428800 diff --git a/unet/onnx__MatMul_9228 b/unet/onnx__MatMul_9228 new file mode 100644 index 0000000000000000000000000000000000000000..8f489df018f55cc1ee2835f36d53afbc72421e40 --- /dev/null +++ b/unet/onnx__MatMul_9228 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:decefbaa3ab33068fdf9d6a18c2d411914bacbfdcacd7fdc4f7815f748d38810 +size 26214400 diff --git a/unet/onnx__MatMul_9243 b/unet/onnx__MatMul_9243 new file mode 100644 index 0000000000000000000000000000000000000000..6b5ab4fb9bff843c85909441e8a03db3da1c575b --- /dev/null +++ b/unet/onnx__MatMul_9243 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9018aa9f2170c43a4257390d48163663d040b8ca5588acf9de8fb72c3845bbdf +size 6553600 diff --git a/unet/onnx__MatMul_9244 b/unet/onnx__MatMul_9244 new file mode 100644 index 0000000000000000000000000000000000000000..035eb2307cbf34d6f93671ae17ac2fe1c019024c --- /dev/null +++ b/unet/onnx__MatMul_9244 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73c1a0d2f83434ffada26732ca4af303962e63f7b9ac2611b6c52d3e1520c8ba +size 6553600 diff --git a/unet/onnx__MatMul_9245 b/unet/onnx__MatMul_9245 new file mode 100644 index 0000000000000000000000000000000000000000..a427b00934bef52afe89deac324a7f19ac3dc9cc --- /dev/null +++ b/unet/onnx__MatMul_9245 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6267b84fd01b56ff92bc3c299af739c843db137490e2d3c8e7f8a4adffa46e1 +size 6553600 diff --git a/unet/onnx__MatMul_9250 b/unet/onnx__MatMul_9250 new file mode 100644 index 0000000000000000000000000000000000000000..5bee364114d0887f926ff817d0a00cba825a5c0b --- /dev/null +++ b/unet/onnx__MatMul_9250 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e96a1f565a18322117ba810707bba4c96d3f554bea1263f7e06bb783d20e4861 +size 6553600 diff --git a/unet/onnx__MatMul_9251 b/unet/onnx__MatMul_9251 new file mode 100644 index 0000000000000000000000000000000000000000..46f25b220f2c61368669bc4cbfd653cf3b889572 --- /dev/null +++ b/unet/onnx__MatMul_9251 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dee1f1bfd0482f6cb7b4ce4a9ace67ebe5e1301be69c9494ef87cb308b31ef43 +size 6553600 diff --git a/unet/onnx__MatMul_9252 b/unet/onnx__MatMul_9252 new file mode 100644 index 0000000000000000000000000000000000000000..06095aca7fc8d0a222b262802e5dd7416448659b --- /dev/null +++ b/unet/onnx__MatMul_9252 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f997d0027faac979c26effe3d06465f9fa1f4de03bfa96b10bc846c9b74e5ba +size 3932160 diff --git a/unet/onnx__MatMul_9253 b/unet/onnx__MatMul_9253 new file mode 100644 index 0000000000000000000000000000000000000000..69550a8f9b28a9e93736b8291408607ad30fa9be --- /dev/null +++ b/unet/onnx__MatMul_9253 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aae604f2efb5dc91c65faac13320b270256539961068828b080062ccde155812 +size 3932160 diff --git a/unet/onnx__MatMul_9258 b/unet/onnx__MatMul_9258 new file mode 100644 index 0000000000000000000000000000000000000000..55c9bbb0333528358062846e37a793cb3b562cc4 --- /dev/null +++ b/unet/onnx__MatMul_9258 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a597fd15879b7d70284a25ff00782be7cf4ba893da49186ad2031a837ec1f96d +size 6553600 diff --git a/unet/onnx__MatMul_9259 b/unet/onnx__MatMul_9259 new file mode 100644 index 0000000000000000000000000000000000000000..53541d36eabac10e30427af6a20f53c50e9a065d --- /dev/null +++ b/unet/onnx__MatMul_9259 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ec3a8b321d0e6163fa41376b418a46a51b55be6d042a6c4df6bfb9c5c9862b +size 52428800 diff --git a/unet/onnx__MatMul_9260 b/unet/onnx__MatMul_9260 new file mode 100644 index 0000000000000000000000000000000000000000..ea62e9d79f9b35aaacdcfd1c2d2de1935104f042 --- /dev/null +++ b/unet/onnx__MatMul_9260 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f55649e9f18ec0d48b8f540940a36bca582164030640072d640d73f8986abb +size 26214400 diff --git a/unet/onnx__MatMul_9284 b/unet/onnx__MatMul_9284 new file mode 100644 index 0000000000000000000000000000000000000000..066d7fcafaaa23df777ff71ddc6d1f42f4ebaec6 --- /dev/null +++ b/unet/onnx__MatMul_9284 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd0c1918b35713468fd4e0e8cd44166048230863ddac2827523ba8b23fe8320b +size 6553600 diff --git a/unet/onnx__MatMul_9285 b/unet/onnx__MatMul_9285 new file mode 100644 index 0000000000000000000000000000000000000000..a24d6c697e72c3362d453ffcc6ba2ca083bb6328 --- /dev/null +++ b/unet/onnx__MatMul_9285 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f21a903d8d378a7165f4a089f7a6482ad44261b87f4536f5658fb952d9b944 +size 6553600 diff --git a/unet/onnx__MatMul_9286 b/unet/onnx__MatMul_9286 new file mode 100644 index 0000000000000000000000000000000000000000..60017d78993081254d3a337b1b64b9bcbb32534a --- /dev/null +++ b/unet/onnx__MatMul_9286 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3b1085236884b096f149fd0957dde8d686b029135ff4a40d9352f17522bfd29 +size 6553600 diff --git a/unet/onnx__MatMul_9291 b/unet/onnx__MatMul_9291 new file mode 100644 index 0000000000000000000000000000000000000000..8f55f837353f1f16dc63fe65c581ab01c158481f --- /dev/null +++ b/unet/onnx__MatMul_9291 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b6700b1807f527889bc0357644aefeb00df4711d1ca39660dfa54afd528d13e +size 6553600 diff --git a/unet/onnx__MatMul_9292 b/unet/onnx__MatMul_9292 new file mode 100644 index 0000000000000000000000000000000000000000..bc9fcd925224352f789240fa8a95cdf980f63ed5 --- /dev/null +++ b/unet/onnx__MatMul_9292 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a4f9686d13714ddf094cd3f9c2c29c6c07c7a60f31d7a37d0f1652045d6edb +size 6553600 diff --git a/unet/onnx__MatMul_9293 b/unet/onnx__MatMul_9293 new file mode 100644 index 0000000000000000000000000000000000000000..91a557df3514da015400bdd5690d402953e1b496 --- /dev/null +++ b/unet/onnx__MatMul_9293 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f90e5088b61d69c6f8dd906e3abf5cee73f2b553e62738f1b7a21eb41a895d34 +size 3932160 diff --git a/unet/onnx__MatMul_9294 b/unet/onnx__MatMul_9294 new file mode 100644 index 0000000000000000000000000000000000000000..3fae5625adf6363abf41e1e3684e2a5c8993dbf0 --- /dev/null +++ b/unet/onnx__MatMul_9294 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e897710b78014f75da5fd0b9628b4f5419605ff5fb67f64832293f18db2c4b0 +size 3932160 diff --git a/unet/onnx__MatMul_9299 b/unet/onnx__MatMul_9299 new file mode 100644 index 0000000000000000000000000000000000000000..61c23bf74478c75bdfb9da282287e23ec3906beb --- /dev/null +++ b/unet/onnx__MatMul_9299 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69cf3f0edb72996cf53e1e85c1b9e0949e65e33d409d65d3047e8e92c07fe9c +size 6553600 diff --git a/unet/onnx__MatMul_9300 b/unet/onnx__MatMul_9300 new file mode 100644 index 0000000000000000000000000000000000000000..bf189097e6000605422d6cef2ea0ecf6f808535c --- /dev/null +++ b/unet/onnx__MatMul_9300 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b76d876c99043a68d45426110f056d7295bfa44b8d9e12764caa01409c985fe7 +size 52428800 diff --git a/unet/onnx__MatMul_9301 b/unet/onnx__MatMul_9301 new file mode 100644 index 0000000000000000000000000000000000000000..239cf1bf30f98f4f96c7652bd60086ab12b14ee9 --- /dev/null +++ b/unet/onnx__MatMul_9301 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64fc90bf9b36fb4bd06b1248affadff1305fcad7f94390227e7c1c6bd82d0350 +size 26214400 diff --git a/unet/onnx__MatMul_9308 b/unet/onnx__MatMul_9308 new file mode 100644 index 0000000000000000000000000000000000000000..793a65b5ff66368f79e2a84b01586e51e94b1f98 --- /dev/null +++ b/unet/onnx__MatMul_9308 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4633c4942033943abe0b84c021ddffe44e727fd71818e8b51387a6ed6ccf9e79 +size 6553600 diff --git a/unet/onnx__MatMul_9309 b/unet/onnx__MatMul_9309 new file mode 100644 index 0000000000000000000000000000000000000000..9e397904cf2ed285daddd19bede3bf4d3da210f4 --- /dev/null +++ b/unet/onnx__MatMul_9309 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7784d7b87929256eef99c203a9b2a9664d9343ad33323d8d595ef0ef273c8c5e +size 6553600 diff --git a/unet/onnx__MatMul_9310 b/unet/onnx__MatMul_9310 new file mode 100644 index 0000000000000000000000000000000000000000..ba978972cef56205e232c635d455dc83d4a13018 --- /dev/null +++ b/unet/onnx__MatMul_9310 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db82aab808ae2f274b9814c09e3198f5645ef7d65bc3e8be84e708d6e177c578 +size 6553600 diff --git a/unet/onnx__MatMul_9315 b/unet/onnx__MatMul_9315 new file mode 100644 index 0000000000000000000000000000000000000000..dedf9949d73325c7ff8ad1199d3f4f3639d89a8c --- /dev/null +++ b/unet/onnx__MatMul_9315 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c36b56f6a44ba8de5b6fd67272eb24650723716f6f537b9ad90cd43f9a401f0 +size 6553600 diff --git a/unet/onnx__MatMul_9316 b/unet/onnx__MatMul_9316 new file mode 100644 index 0000000000000000000000000000000000000000..edce4f8afda881244dcfd2887b91080917bb4698 --- /dev/null +++ b/unet/onnx__MatMul_9316 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bce417034accec3fa7f19737e365e50ffb2624fd71e77daf8b464037197b545 +size 6553600 diff --git a/unet/onnx__MatMul_9317 b/unet/onnx__MatMul_9317 new file mode 100644 index 0000000000000000000000000000000000000000..fd95e1f24730b21b6f11bfa3ce15d8e7f8341451 --- /dev/null +++ b/unet/onnx__MatMul_9317 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d7e03f1060215e8ffd42010beb798a023f7adbc25907d6478688644645140c +size 3932160 diff --git a/unet/onnx__MatMul_9318 b/unet/onnx__MatMul_9318 new file mode 100644 index 0000000000000000000000000000000000000000..2e04a90eb82bc775e7d9c3429818de11357a15ae --- /dev/null +++ b/unet/onnx__MatMul_9318 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664a2dc7b39dea0cfeeb692bb3b72c8e90d76a9ab4abd40fb09e1701aa7c9e7c +size 3932160 diff --git a/unet/onnx__MatMul_9323 b/unet/onnx__MatMul_9323 new file mode 100644 index 0000000000000000000000000000000000000000..1e8bba06ec53eec91f34e795b655b4e78615cb70 --- /dev/null +++ b/unet/onnx__MatMul_9323 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:387b46d8a392aa638c722c21c2d86a78821c5c1971d5fde7dc1e766efebb892f +size 6553600 diff --git a/unet/onnx__MatMul_9324 b/unet/onnx__MatMul_9324 new file mode 100644 index 0000000000000000000000000000000000000000..f85c2712794ac8011335536fd4f412ec76e65dd9 --- /dev/null +++ b/unet/onnx__MatMul_9324 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1712b93917d820fc15c4d0eacbb95a2211548a1b02303f4764ef11543912c413 +size 52428800 diff --git a/unet/onnx__MatMul_9325 b/unet/onnx__MatMul_9325 new file mode 100644 index 0000000000000000000000000000000000000000..91fceaf622704e3fb9f055a18c48a1b51c87b83b --- /dev/null +++ b/unet/onnx__MatMul_9325 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63f1db73af7776cf1b6623e10d0973771e6758ebeffc9a4162892b0662bd4c9f +size 26214400 diff --git a/unet/onnx__MatMul_9332 b/unet/onnx__MatMul_9332 new file mode 100644 index 0000000000000000000000000000000000000000..bda719fefccc0c9c4a8c5bdcb37545864f58db69 --- /dev/null +++ b/unet/onnx__MatMul_9332 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:419573a0833f2cf621941a83f5d61740de3d33df2dcbeb84251ca956813f1df5 +size 6553600 diff --git a/unet/onnx__MatMul_9333 b/unet/onnx__MatMul_9333 new file mode 100644 index 0000000000000000000000000000000000000000..39bbb86ab56975455e481f76b8f384c704f8401f --- /dev/null +++ b/unet/onnx__MatMul_9333 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f998e16f93646aa1b43a119a421697d0576c11fbc46ee00e60e6a7f00bb3949d +size 6553600 diff --git a/unet/onnx__MatMul_9334 b/unet/onnx__MatMul_9334 new file mode 100644 index 0000000000000000000000000000000000000000..3afea47d9d65341a03262d6b65bd1f47a0f7efef --- /dev/null +++ b/unet/onnx__MatMul_9334 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10aaaa8e3e3cb55cd5ef909cb1d4a19877baade2695f7ddc44c62bfb5befdba6 +size 6553600 diff --git a/unet/onnx__MatMul_9339 b/unet/onnx__MatMul_9339 new file mode 100644 index 0000000000000000000000000000000000000000..470e251ad856ecf6931153a10329746e3d123d75 --- /dev/null +++ b/unet/onnx__MatMul_9339 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a0cccfc2cb4cc0c49e50050f4ac315786e4c929176c3e324bd38337d291b0c +size 6553600 diff --git a/unet/onnx__MatMul_9340 b/unet/onnx__MatMul_9340 new file mode 100644 index 0000000000000000000000000000000000000000..c9eec4cdd3a8bd71ace88769cf8fe0f63eb3e1bc --- /dev/null +++ b/unet/onnx__MatMul_9340 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28fc92bb0a55e594ce30c7e4cb166a8ead64424c13b67040a1ed81626c49ec18 +size 6553600 diff --git a/unet/onnx__MatMul_9341 b/unet/onnx__MatMul_9341 new file mode 100644 index 0000000000000000000000000000000000000000..a6f79bebc6ebbeee5c7c54695806e750a617fed8 --- /dev/null +++ b/unet/onnx__MatMul_9341 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c7b72df5ccde4dd938956adf5d7672c3c0db8577b73facc8426bbdc6c761cc +size 3932160 diff --git a/unet/onnx__MatMul_9342 b/unet/onnx__MatMul_9342 new file mode 100644 index 0000000000000000000000000000000000000000..5120aa6076960bad8f94b09b70b596f5a0ab2b35 --- /dev/null +++ b/unet/onnx__MatMul_9342 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d38abffd7d823a844218dc22ce042699678c610a282bcd827a659916b0df8ae +size 3932160 diff --git a/unet/onnx__MatMul_9347 b/unet/onnx__MatMul_9347 new file mode 100644 index 0000000000000000000000000000000000000000..3cdf951f2645495080375d17f15ffd5176c44d01 --- /dev/null +++ b/unet/onnx__MatMul_9347 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1391685ae256af61be98a2e5d54732ae721d568279bd787abd1fa244b63684 +size 6553600 diff --git a/unet/onnx__MatMul_9348 b/unet/onnx__MatMul_9348 new file mode 100644 index 0000000000000000000000000000000000000000..43908ecd651fb6ea5a441841ea97217d9c6d13b3 --- /dev/null +++ b/unet/onnx__MatMul_9348 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33fa41047c68ac08d772e4f5452bf6d8336b0f86a70d6a3f0da11f1e2e48dd18 +size 52428800 diff --git a/unet/onnx__MatMul_9349 b/unet/onnx__MatMul_9349 new file mode 100644 index 0000000000000000000000000000000000000000..345cda3c1f84e8ed57a50b550eb985e9291642e6 --- /dev/null +++ b/unet/onnx__MatMul_9349 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d93477988f56d8080286785f493121746527e52c7cf046ffcd89531c1378081c +size 26214400 diff --git a/unet/onnx__MatMul_9357 b/unet/onnx__MatMul_9357 new file mode 100644 index 0000000000000000000000000000000000000000..f660e4475cc0ff93ca3b364fdee7d50aa9844438 --- /dev/null +++ b/unet/onnx__MatMul_9357 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c27db5ee2137124517361a1071601a42dd4b141868969cecd7d082f46669955a +size 1638400 diff --git a/unet/onnx__MatMul_9358 b/unet/onnx__MatMul_9358 new file mode 100644 index 0000000000000000000000000000000000000000..c723eb5af9e694e079f92f3162b0c9046711b761 --- /dev/null +++ b/unet/onnx__MatMul_9358 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bccf4c9b6df0cb53c10487111b19dd4a1d486633df4de2a80ea1c3d4dd04442 +size 1638400 diff --git a/unet/onnx__MatMul_9359 b/unet/onnx__MatMul_9359 new file mode 100644 index 0000000000000000000000000000000000000000..72769b143d5f0f583045bc122570c0b5ef96edd8 --- /dev/null +++ b/unet/onnx__MatMul_9359 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76666acf32087a3d0e55301fe9462cae52f7b801b586f9db7b854cf61a56d1b2 +size 1638400 diff --git a/unet/onnx__MatMul_9364 b/unet/onnx__MatMul_9364 new file mode 100644 index 0000000000000000000000000000000000000000..5ef798f38feb22270bef5bb1b53c280c360a6b1a --- /dev/null +++ b/unet/onnx__MatMul_9364 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5447223f88456098a102e8739ac15aca4753324a793db731446523090cb3bb +size 1638400 diff --git a/unet/onnx__MatMul_9365 b/unet/onnx__MatMul_9365 new file mode 100644 index 0000000000000000000000000000000000000000..c21c7bf8e965732d88fddee1b68313f351e638b3 --- /dev/null +++ b/unet/onnx__MatMul_9365 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baacd61e1870e05fd709b9f784fc1be3e86bc215d40d1c5552cfc673b45e0eb7 +size 1638400 diff --git a/unet/onnx__MatMul_9366 b/unet/onnx__MatMul_9366 new file mode 100644 index 0000000000000000000000000000000000000000..e0d713cc57caf9fa50366cc3aca2e34ce75b1209 --- /dev/null +++ b/unet/onnx__MatMul_9366 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf2101d63fee76143657d33e94c5b2d860882ca67948259a865aa56ee92d637 +size 1966080 diff --git a/unet/onnx__MatMul_9367 b/unet/onnx__MatMul_9367 new file mode 100644 index 0000000000000000000000000000000000000000..18e0d464d2114970e258dc07c3aede2d84997e2e --- /dev/null +++ b/unet/onnx__MatMul_9367 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b16482e6a2020bf6c1a2b5a6911ec566fb41acb9ca95f699528e0b3cb4d89501 +size 1966080 diff --git a/unet/onnx__MatMul_9372 b/unet/onnx__MatMul_9372 new file mode 100644 index 0000000000000000000000000000000000000000..fefe89d1eb543b786aa301fbf9b3030a60263cee --- /dev/null +++ b/unet/onnx__MatMul_9372 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bba7e9829ebbe323d5b78c1cd0742162d948c29a7a5a9a26c1b47a2381703ce +size 1638400 diff --git a/unet/onnx__MatMul_9373 b/unet/onnx__MatMul_9373 new file mode 100644 index 0000000000000000000000000000000000000000..ec99542f695f36e2cd9c9439c1e5616472fd2a4c --- /dev/null +++ b/unet/onnx__MatMul_9373 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d51b331d716d0ab5b866b2fbd50b7d528365a668027b42fb035634de1cd8fb +size 13107200 diff --git a/unet/onnx__MatMul_9374 b/unet/onnx__MatMul_9374 new file mode 100644 index 0000000000000000000000000000000000000000..15828ca00ca3fb45dfa7daa6e3f127b1c931065c --- /dev/null +++ b/unet/onnx__MatMul_9374 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c38f7dc138dfaf05dcc4ac1c0cec6f53e8a04107308b551c696067eab5dd217 +size 6553600 diff --git a/unet/onnx__MatMul_9381 b/unet/onnx__MatMul_9381 new file mode 100644 index 0000000000000000000000000000000000000000..3bc55bc8debc195a492542d01b388e109782ca52 --- /dev/null +++ b/unet/onnx__MatMul_9381 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5704686d9aaff1b976bfddfd348bc955f929dea499fdce014daac860b4db1c +size 1638400 diff --git a/unet/onnx__MatMul_9382 b/unet/onnx__MatMul_9382 new file mode 100644 index 0000000000000000000000000000000000000000..6aeef012d63266253e92af0a3eea01bfe398fffb --- /dev/null +++ b/unet/onnx__MatMul_9382 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d08d372bbd120d74444a4529da8ed883fd305bb77469eed689f7203b51c013f5 +size 1638400 diff --git a/unet/onnx__MatMul_9383 b/unet/onnx__MatMul_9383 new file mode 100644 index 0000000000000000000000000000000000000000..faf0d7f620ef81bec989b85911f77108f2088a56 --- /dev/null +++ b/unet/onnx__MatMul_9383 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc85d75b1a78a861e61dfa7d28afdfd7f949dccbb297614bcd9f381494430293 +size 1638400 diff --git a/unet/onnx__MatMul_9388 b/unet/onnx__MatMul_9388 new file mode 100644 index 0000000000000000000000000000000000000000..31fffd80175fc2b83d4e7609d7fb5c5c9b211ad7 --- /dev/null +++ b/unet/onnx__MatMul_9388 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e15c52ac00a5ac8bedfeaa592e2767b971c9f58ca45dd3585e6727b42e79240 +size 1638400 diff --git a/unet/onnx__MatMul_9389 b/unet/onnx__MatMul_9389 new file mode 100644 index 0000000000000000000000000000000000000000..cddf557d91a6902894c0cb61d7bd803b433ad223 --- /dev/null +++ b/unet/onnx__MatMul_9389 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb65081b96754b6eed0adf2ad7276131b52f3b404beccaf5c4f188e61aa955d +size 1638400 diff --git a/unet/onnx__MatMul_9390 b/unet/onnx__MatMul_9390 new file mode 100644 index 0000000000000000000000000000000000000000..7a865479596c72a628b9f3f03253870dfa30c9d2 --- /dev/null +++ b/unet/onnx__MatMul_9390 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a26e404b538a4d013ce51309cd18e016d29bb1c7c952cd0171f5eaefde84feff +size 1966080 diff --git a/unet/onnx__MatMul_9391 b/unet/onnx__MatMul_9391 new file mode 100644 index 0000000000000000000000000000000000000000..453360e06d960799f4b61d9770660ad29b12ca89 --- /dev/null +++ b/unet/onnx__MatMul_9391 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f83fad2cc15d21d9b45ab4ab48995c9d6152bae754efaf8c9b034c1c71c8f8 +size 1966080 diff --git a/unet/onnx__MatMul_9396 b/unet/onnx__MatMul_9396 new file mode 100644 index 0000000000000000000000000000000000000000..afd55f76be0555bd09a30868ded5aff6b37af13e --- /dev/null +++ b/unet/onnx__MatMul_9396 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98fc239ae34b34a42e781d0550f466905ed2697c542a0cc223f91eab3fe2bfb3 +size 1638400 diff --git a/unet/onnx__MatMul_9397 b/unet/onnx__MatMul_9397 new file mode 100644 index 0000000000000000000000000000000000000000..e31bf8884b99469d19429d0378a12f2cb7bfa17e --- /dev/null +++ b/unet/onnx__MatMul_9397 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a014f1b42beee2b2192a70cba9e2c52f4203f4a51d5952577337be7a6c35011d +size 13107200 diff --git a/unet/onnx__MatMul_9398 b/unet/onnx__MatMul_9398 new file mode 100644 index 0000000000000000000000000000000000000000..299314537c3f314052412b4693c02a536d1b9af6 --- /dev/null +++ b/unet/onnx__MatMul_9398 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:046092eda3b436f1e45329ccf3eb504465c489c7428af197e3db3ed1158b5fce +size 6553600 diff --git a/unet/onnx__MatMul_9405 b/unet/onnx__MatMul_9405 new file mode 100644 index 0000000000000000000000000000000000000000..a3bea2376ce518a287e41910441a127492a6a30d --- /dev/null +++ b/unet/onnx__MatMul_9405 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b128711bbbdff66a8082c51e919ecef85ab28f45fab8bce59d7cd0359accd5c +size 1638400 diff --git a/unet/onnx__MatMul_9406 b/unet/onnx__MatMul_9406 new file mode 100644 index 0000000000000000000000000000000000000000..ea8d78de1f12494acc9f25d36ab183e5997f6998 --- /dev/null +++ b/unet/onnx__MatMul_9406 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d447374680a96d887ae14cf93adb358caeb8017f12bd87e245c34acc4c3b4cf7 +size 1638400 diff --git a/unet/onnx__MatMul_9407 b/unet/onnx__MatMul_9407 new file mode 100644 index 0000000000000000000000000000000000000000..b0b0308006d0adee102aeac9d00ba1078e5f1ebe --- /dev/null +++ b/unet/onnx__MatMul_9407 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c5f7f413a8ae62c6ed59a14230ee472af5bbd24411d6bdecffb99f11310e259 +size 1638400 diff --git a/unet/onnx__MatMul_9412 b/unet/onnx__MatMul_9412 new file mode 100644 index 0000000000000000000000000000000000000000..a12952b90ca756a9bd1ad3429a56b2556f4a1a7b --- /dev/null +++ b/unet/onnx__MatMul_9412 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1ec043484575a09c36bdffc9c1aed282a1182e9148b032e8c4ac4199d006f76 +size 1638400 diff --git a/unet/onnx__MatMul_9413 b/unet/onnx__MatMul_9413 new file mode 100644 index 0000000000000000000000000000000000000000..7f074b5b50ab2fd978403ee0ade4e099983a8097 --- /dev/null +++ b/unet/onnx__MatMul_9413 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0593a2f1099e83f6e84197f019734fccc2ccbe94d67ccd4d8139173f096d5e06 +size 1638400 diff --git a/unet/onnx__MatMul_9414 b/unet/onnx__MatMul_9414 new file mode 100644 index 0000000000000000000000000000000000000000..b4854820797a2a4eca10c33da18f9a2971b4d484 --- /dev/null +++ b/unet/onnx__MatMul_9414 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3958a678a534528f6402028276da8ef275da203128b3fb1b80219589cec547f1 +size 1966080 diff --git a/unet/onnx__MatMul_9415 b/unet/onnx__MatMul_9415 new file mode 100644 index 0000000000000000000000000000000000000000..ca98bfbf2be9e1b4eee52e1289cc8da0544210e9 --- /dev/null +++ b/unet/onnx__MatMul_9415 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7aafac5ecd03f2890a03adf48bd4a6c3188a7e9420fc1b0e7c9c727d647a5e +size 1966080 diff --git a/unet/onnx__MatMul_9420 b/unet/onnx__MatMul_9420 new file mode 100644 index 0000000000000000000000000000000000000000..3b1d9ca3200a318d79cfaba5ac6d767ce157346c --- /dev/null +++ b/unet/onnx__MatMul_9420 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc343e20839e1416c9ebb5bfe2e57c2975ca828ee7eb5b2e363562b75d2898ed +size 1638400 diff --git a/unet/onnx__MatMul_9421 b/unet/onnx__MatMul_9421 new file mode 100644 index 0000000000000000000000000000000000000000..ccee8ab9bb35cfbe94ef0913157e9e4c806aee30 --- /dev/null +++ b/unet/onnx__MatMul_9421 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b99eb5564ab33a0965f5e9045737dbb12e98e7a846aea0b17982d06f6887e3 +size 13107200 diff --git a/unet/onnx__MatMul_9422 b/unet/onnx__MatMul_9422 new file mode 100644 index 0000000000000000000000000000000000000000..7d7e6e2a2d886a6004412a82ed29092a89ebb6ab --- /dev/null +++ b/unet/onnx__MatMul_9422 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd323eee9d333b0c66666005f2ffe117c15267e3b5f5bf05942b7cdfc14de1a +size 6553600 diff --git a/unet/onnx__MatMul_9430 b/unet/onnx__MatMul_9430 new file mode 100644 index 0000000000000000000000000000000000000000..9df271d11d45f89e52196e93007bebe84f7d53ec --- /dev/null +++ b/unet/onnx__MatMul_9430 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4635d476b6344d8559a186c99780dda667b9e736f28b61952646ba517d01682 +size 409600 diff --git a/unet/onnx__MatMul_9431 b/unet/onnx__MatMul_9431 new file mode 100644 index 0000000000000000000000000000000000000000..56764102985c3745da960442b17346ed92c76044 --- /dev/null +++ b/unet/onnx__MatMul_9431 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbd8b5b087c3e415cd2e0d40c7f663ec67f37c60953c939d9d58d496b9580923 +size 409600 diff --git a/unet/onnx__MatMul_9432 b/unet/onnx__MatMul_9432 new file mode 100644 index 0000000000000000000000000000000000000000..0f710abe2fba375392c64399294f0e2d1517c398 --- /dev/null +++ b/unet/onnx__MatMul_9432 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2919be02300241fed59b20cbe37fb688610dc0c77eb5e4d71ebda2e726663fcd +size 409600 diff --git a/unet/onnx__MatMul_9437 b/unet/onnx__MatMul_9437 new file mode 100644 index 0000000000000000000000000000000000000000..57d44d88a7e04f777aa9e49c52e9166336a5ac65 --- /dev/null +++ b/unet/onnx__MatMul_9437 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7678eaf6daa2a8bc9319610a4e137753c312d43f95d73f8ddfaffb0942a194a +size 409600 diff --git a/unet/onnx__MatMul_9438 b/unet/onnx__MatMul_9438 new file mode 100644 index 0000000000000000000000000000000000000000..dd816332f0c8c8236e9b7905f7efe38c7e581964 --- /dev/null +++ b/unet/onnx__MatMul_9438 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2087415201da7374bb80c6528eda19d4d165b59da621b1c3a2cc2627a04fc57d +size 409600 diff --git a/unet/onnx__MatMul_9439 b/unet/onnx__MatMul_9439 new file mode 100644 index 0000000000000000000000000000000000000000..f8880fea5d27fc0481dfbb77bf056c4784acc57e --- /dev/null +++ b/unet/onnx__MatMul_9439 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f33391068cffaf95850ce2cf2f67bb1f50c286fb1b8823138488d9e922a50a +size 983040 diff --git a/unet/onnx__MatMul_9440 b/unet/onnx__MatMul_9440 new file mode 100644 index 0000000000000000000000000000000000000000..c96afa4f342710dc03b3ad742466aed7a6810821 --- /dev/null +++ b/unet/onnx__MatMul_9440 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b650852c8b97e6994039a8003084ebf4cde4de776f3f47bde15edbcf6f97045c +size 983040 diff --git a/unet/onnx__MatMul_9445 b/unet/onnx__MatMul_9445 new file mode 100644 index 0000000000000000000000000000000000000000..32e9910aab4fc88ab5c4a0dac94ec5ef3e7f8549 --- /dev/null +++ b/unet/onnx__MatMul_9445 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:656bee432cc3bf890daac2241681c170636ff34eafcf91767229fe32227e5a11 +size 409600 diff --git a/unet/onnx__MatMul_9446 b/unet/onnx__MatMul_9446 new file mode 100644 index 0000000000000000000000000000000000000000..5e18c38f0c58abeef747ba695a549ef10b3c5f98 --- /dev/null +++ b/unet/onnx__MatMul_9446 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad01a43dfdc07abbcbd07f68e5f385cd944f41eca78ad5636035c6b053d9bd6 +size 3276800 diff --git a/unet/onnx__MatMul_9447 b/unet/onnx__MatMul_9447 new file mode 100644 index 0000000000000000000000000000000000000000..baccb12c56069b7ea69ea991749fe0403a92a72d --- /dev/null +++ b/unet/onnx__MatMul_9447 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c287f3d5bb0996ddf2a4f3dc3aed31dce42a4701ba09084c06d9c4442f5235 +size 1638400 diff --git a/unet/onnx__MatMul_9454 b/unet/onnx__MatMul_9454 new file mode 100644 index 0000000000000000000000000000000000000000..0230e9bb688e0cddc8e2fdbf1bafaefa6100a070 --- /dev/null +++ b/unet/onnx__MatMul_9454 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64df02c1a05a2e9d9178f32fb79acd9d67dfdfc7597dee1f6a7539df5dac73e9 +size 409600 diff --git a/unet/onnx__MatMul_9455 b/unet/onnx__MatMul_9455 new file mode 100644 index 0000000000000000000000000000000000000000..a1effa232aaa432b2a7790be0e338b238e831981 --- /dev/null +++ b/unet/onnx__MatMul_9455 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d45c2ff30f65820ba604f7cfcef05b7ed0b6861b171fc20c69873417e133b60 +size 409600 diff --git a/unet/onnx__MatMul_9456 b/unet/onnx__MatMul_9456 new file mode 100644 index 0000000000000000000000000000000000000000..e36868769a0cf092f472250c7c194f7b80bb984b --- /dev/null +++ b/unet/onnx__MatMul_9456 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0b8fdf3e373ea1f6619fef05c74db0f641b833baec374e608e598847c476519 +size 409600 diff --git a/unet/onnx__MatMul_9461 b/unet/onnx__MatMul_9461 new file mode 100644 index 0000000000000000000000000000000000000000..5376b9748116a2327133407deb6e202fde07951e --- /dev/null +++ b/unet/onnx__MatMul_9461 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ef341ba4552a6fa2abd4b65c26699a609773376e1db275f78df02ef4389e6f +size 409600 diff --git a/unet/onnx__MatMul_9462 b/unet/onnx__MatMul_9462 new file mode 100644 index 0000000000000000000000000000000000000000..4bea8daa05c82aa55ffaad8b57c440087e3b4346 --- /dev/null +++ b/unet/onnx__MatMul_9462 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9393c911d91f32cb193ab8724a15718d1944c51a790683b39d7e4568a969127b +size 409600 diff --git a/unet/onnx__MatMul_9463 b/unet/onnx__MatMul_9463 new file mode 100644 index 0000000000000000000000000000000000000000..347e39d77884aae876c99a42079ff4b798974dc1 --- /dev/null +++ b/unet/onnx__MatMul_9463 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:632cc3ccc0b2c76186865e11677ba17f7a69a41898523426f2891b21c5e39b2c +size 983040 diff --git a/unet/onnx__MatMul_9464 b/unet/onnx__MatMul_9464 new file mode 100644 index 0000000000000000000000000000000000000000..49a11f2cb31f340b4304150960e67783a3f8daca --- /dev/null +++ b/unet/onnx__MatMul_9464 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbf48f43405fc3025d0fd0a3747a8deec7b8b64bfe22d2b23e8ccfaad8a2de9a +size 983040 diff --git a/unet/onnx__MatMul_9469 b/unet/onnx__MatMul_9469 new file mode 100644 index 0000000000000000000000000000000000000000..e962edf23bc8363ca3e01dd020591998cf03565e --- /dev/null +++ b/unet/onnx__MatMul_9469 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3989994c0a14be669e61f501b5f1ff5801ec4cb58508ab348fed18b61b4ef80 +size 409600 diff --git a/unet/onnx__MatMul_9470 b/unet/onnx__MatMul_9470 new file mode 100644 index 0000000000000000000000000000000000000000..3849a0c8b839f9bfabe3140f53c19b7bcd74f022 --- /dev/null +++ b/unet/onnx__MatMul_9470 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ed3002cf6c86c2199fee4feb531f5d048868e3682b7805932e7b987593586a3 +size 3276800 diff --git a/unet/onnx__MatMul_9471 b/unet/onnx__MatMul_9471 new file mode 100644 index 0000000000000000000000000000000000000000..cc279284bdb2f12ed64db0cc3fecb8e5a0dc06a7 --- /dev/null +++ b/unet/onnx__MatMul_9471 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85e0e742f2942f34c973a6ad9ed9f67337c6817acfb0a02cc1e5e1fbaffa9bed +size 1638400 diff --git a/unet/onnx__MatMul_9478 b/unet/onnx__MatMul_9478 new file mode 100644 index 0000000000000000000000000000000000000000..75cc3b13cbc560f13f4a2d53e3bacf66367a548b --- /dev/null +++ b/unet/onnx__MatMul_9478 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bdba4fc4a290416fa3827fa4ddfda2e524449672f49d4fcc9199375a3a43aee +size 409600 diff --git a/unet/onnx__MatMul_9479 b/unet/onnx__MatMul_9479 new file mode 100644 index 0000000000000000000000000000000000000000..be06247d69dd411613a6dd5e414e921cfa235ed4 --- /dev/null +++ b/unet/onnx__MatMul_9479 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b29956b7a0dbd07665003d0b28fa87fb2dfaf5be7b637ad62e77a49a4ea25853 +size 409600 diff --git a/unet/onnx__MatMul_9480 b/unet/onnx__MatMul_9480 new file mode 100644 index 0000000000000000000000000000000000000000..ef0f16e2e9d96c79f237ad34b7b9ebcbe4fcf821 --- /dev/null +++ b/unet/onnx__MatMul_9480 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276945a4778f08952d90bb803ff3cf2fca87fd9a5c024b8c1e55bfc48befcfa0 +size 409600 diff --git a/unet/onnx__MatMul_9485 b/unet/onnx__MatMul_9485 new file mode 100644 index 0000000000000000000000000000000000000000..27e86a8c6a95f45a013064d0a97095278e3eba8d --- /dev/null +++ b/unet/onnx__MatMul_9485 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:216c63044843df9cbb17da7527901bf87e726be6433d52dc15a85f4ac2d1d1fe +size 409600 diff --git a/unet/onnx__MatMul_9486 b/unet/onnx__MatMul_9486 new file mode 100644 index 0000000000000000000000000000000000000000..ee3889b5b97e335909f636fa1cd3496b93e449b7 --- /dev/null +++ b/unet/onnx__MatMul_9486 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a443d7942aa9dfdf6286e1623bd87eabf5eaf59ee150e5f315b54b982d6cee +size 409600 diff --git a/unet/onnx__MatMul_9487 b/unet/onnx__MatMul_9487 new file mode 100644 index 0000000000000000000000000000000000000000..407fa15e6a2c3a897cf0c1969a7b33991eee1d91 --- /dev/null +++ b/unet/onnx__MatMul_9487 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad970820da7e09e671a8da5fc994ff1c071ce3533b05b23b31f7661a3e9cf98 +size 983040 diff --git a/unet/onnx__MatMul_9488 b/unet/onnx__MatMul_9488 new file mode 100644 index 0000000000000000000000000000000000000000..3f737af3ab27bc2d90888cc49c9514b2878cf7b8 --- /dev/null +++ b/unet/onnx__MatMul_9488 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536a2ea29df8376f9f541eb45a770c8f77a8d27bd855f99ea677d9cdc4080e0b +size 983040 diff --git a/unet/onnx__MatMul_9493 b/unet/onnx__MatMul_9493 new file mode 100644 index 0000000000000000000000000000000000000000..96073085a440e7490aab465fe3916a1581f502ed --- /dev/null +++ b/unet/onnx__MatMul_9493 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5efa35d6fe27ee20a00dbafee1df1878bd659403b6e18f8afd22d80a56d7c03c +size 409600 diff --git a/unet/onnx__MatMul_9494 b/unet/onnx__MatMul_9494 new file mode 100644 index 0000000000000000000000000000000000000000..031ad4b46aa7b5fa2176c8052b69d6722715e91b --- /dev/null +++ b/unet/onnx__MatMul_9494 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425d6725a973f9b6d2c958e8cbacb143f8f2778d2510db87e01a873a3f219c13 +size 3276800 diff --git a/unet/onnx__MatMul_9495 b/unet/onnx__MatMul_9495 new file mode 100644 index 0000000000000000000000000000000000000000..47fe67941b6a9c621960963e0909e0939283d5b8 --- /dev/null +++ b/unet/onnx__MatMul_9495 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5fe22489aa97c93d364341774c7cca54e3535f43be095409f4c6ee649fbb26d +size 1638400 diff --git a/unet/onnx__Mul_9183 b/unet/onnx__Mul_9183 new file mode 100644 index 0000000000000000000000000000000000000000..d74cfb2abccc216f249612cc8d77add639927be7 --- /dev/null +++ b/unet/onnx__Mul_9183 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48491b63033478223ad6f45fdc69d3b3f92662280a17b6d15102743fd6e95a3a +size 5120 diff --git a/unet/onnx__Mul_9185 b/unet/onnx__Mul_9185 new file mode 100644 index 0000000000000000000000000000000000000000..c138f56652638b6684bae404172b5c6496f0c96a --- /dev/null +++ b/unet/onnx__Mul_9185 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f1c9a8b8a0cc9afaf372db59dc3a720ac2d4c83f81db044c150789038a7decd +size 5120 diff --git a/unet/onnx__Mul_9205 b/unet/onnx__Mul_9205 new file mode 100644 index 0000000000000000000000000000000000000000..c28f3269646816a5b79a43e66ac1fbcca9fac9a6 --- /dev/null +++ b/unet/onnx__Mul_9205 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc1b7e5bdfdc385cd163b57526fd4998d0ce5ced2f912f7b2c08b56561f8435 +size 5120 diff --git a/unet/onnx__Mul_9207 b/unet/onnx__Mul_9207 new file mode 100644 index 0000000000000000000000000000000000000000..d70b21e44c1eaefc6ce9309380563b20c79040a9 --- /dev/null +++ b/unet/onnx__Mul_9207 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9535f41dc4162ddbc0d8043d47df9064211cfaad9eb7fdeab5fb655700ab141 +size 5120 diff --git a/unet/onnx__Mul_9209 b/unet/onnx__Mul_9209 new file mode 100644 index 0000000000000000000000000000000000000000..090a55375f7d65940c40366e64f5618cbe992fd8 --- /dev/null +++ b/unet/onnx__Mul_9209 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f51f80f9b84270fcd2f7ce0563971b5999cd77c89487d0d922684b49e4b59f9 +size 5120 diff --git a/unet/onnx__Mul_9229 b/unet/onnx__Mul_9229 new file mode 100644 index 0000000000000000000000000000000000000000..0b4a1de96a4b8d3c71d4f42743f2079263d73b1c --- /dev/null +++ b/unet/onnx__Mul_9229 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3795e947394ed7d76085218015924cea221d84830761c5ba7f3fec2c2ebbd82 +size 5120 diff --git a/unet/onnx__Mul_9231 b/unet/onnx__Mul_9231 new file mode 100644 index 0000000000000000000000000000000000000000..21b4fc38cf5a385766c39e4323cea3449a4542f1 --- /dev/null +++ b/unet/onnx__Mul_9231 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e9a9c4b7494a81fd40c5b5ddc8a6a088479ee18e9ff78429d654946df878f05 +size 5120 diff --git a/unet/onnx__Mul_9233 b/unet/onnx__Mul_9233 new file mode 100644 index 0000000000000000000000000000000000000000..f20eed55f5decd2b81c6f9b4186a2275810f6112 --- /dev/null +++ b/unet/onnx__Mul_9233 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68baa5cdcc44620776a1b4c5e468c0a14311773ebe8ecd196377109a4d3f38c7 +size 5120 diff --git a/unet/onnx__Mul_9235 b/unet/onnx__Mul_9235 new file mode 100644 index 0000000000000000000000000000000000000000..5f88e860a4bd3d3fccfaa35a4ff4d45af1258666 --- /dev/null +++ b/unet/onnx__Mul_9235 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b819a9113d086e96a7d356fd4b0fae72d9f8d5be9618fe3f5a4c12426f1a88a3 +size 5120 diff --git a/unet/onnx__Mul_9237 b/unet/onnx__Mul_9237 new file mode 100644 index 0000000000000000000000000000000000000000..51f4375a3e6c6e31557072ece0ab1321a6e9c503 --- /dev/null +++ b/unet/onnx__Mul_9237 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8983c374cb768457a1d519c7908028ef6e4da922d08c89ecd7e9ef2d27bcc204 +size 5120 diff --git a/unet/onnx__Mul_9239 b/unet/onnx__Mul_9239 new file mode 100644 index 0000000000000000000000000000000000000000..9a30c6eb85f08cd392beab3f957ad0541cfcf87c --- /dev/null +++ b/unet/onnx__Mul_9239 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10b5a20f2be9ac950b7ac812d45f617f089de89a38f6529b9e371348c6301c1b +size 5120 diff --git a/unet/onnx__Mul_9241 b/unet/onnx__Mul_9241 new file mode 100644 index 0000000000000000000000000000000000000000..f74166c1950d1dd14f323a0f8e9e689ca04aa702 --- /dev/null +++ b/unet/onnx__Mul_9241 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7417e7221c03beb5c9c554d2cfdea181d988cea1bdfe3f914c87b58431b57c6a +size 5120 diff --git a/unet/onnx__Mul_9261 b/unet/onnx__Mul_9261 new file mode 100644 index 0000000000000000000000000000000000000000..3423aad8fcc2f96ee8ded4d284d6eeefd39a0384 --- /dev/null +++ b/unet/onnx__Mul_9261 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f71673c49c3d4246a96a6e1c1bc2b26ace75d3ee855afb02c27fb972f36e697 +size 5120 diff --git a/unet/onnx__Mul_9263 b/unet/onnx__Mul_9263 new file mode 100644 index 0000000000000000000000000000000000000000..d392533faa4040453229a51324a5b5cb7fd87683 --- /dev/null +++ b/unet/onnx__Mul_9263 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c50ea5a810aa4acef2a61dfa5364ea35ebb0b3b36f9d4e247200c2f292aa271 +size 5120 diff --git a/unet/onnx__Mul_9265 b/unet/onnx__Mul_9265 new file mode 100644 index 0000000000000000000000000000000000000000..09ba7e6837305b29b3b961dd3e23785855305e5f --- /dev/null +++ b/unet/onnx__Mul_9265 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa92a9d4f37873c6ab1315b26f5ad6fb3cbe885b324fdbec3ecc5df72947f132 +size 10240 diff --git a/unet/onnx__Mul_9267 b/unet/onnx__Mul_9267 new file mode 100644 index 0000000000000000000000000000000000000000..27f197addc672d151f0bb19941b437f163fd68dd --- /dev/null +++ b/unet/onnx__Mul_9267 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12c64ccb427f29bedfb4727a113d8029e2aecdd7214e2e94b60f9d702d1f84a9 +size 5120 diff --git a/unet/onnx__Mul_9269 b/unet/onnx__Mul_9269 new file mode 100644 index 0000000000000000000000000000000000000000..ab5bfe91c6cc0e3303d2ce59453a355d4f90d43f --- /dev/null +++ b/unet/onnx__Mul_9269 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c86ec31de626d38a6555541544e2bc6f7b1fcc0f5071c6601d3fc23d55d27dc +size 10240 diff --git a/unet/onnx__Mul_9271 b/unet/onnx__Mul_9271 new file mode 100644 index 0000000000000000000000000000000000000000..8abb1253b4dd6b9a689cdbb5396217f1f735d88d --- /dev/null +++ b/unet/onnx__Mul_9271 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5a1a9d19219d63356412d8aa465032663430379f88d57f2f3aa5f35f1515a1 +size 5120 diff --git a/unet/onnx__Mul_9273 b/unet/onnx__Mul_9273 new file mode 100644 index 0000000000000000000000000000000000000000..9cd2cc631744289c72aa6bf0f2f5ce02295cb5f2 --- /dev/null +++ b/unet/onnx__Mul_9273 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b507021c2a376196634aa88cb1afb8aa88a170e1ffd7a3068d35266c09cf5205 +size 10240 diff --git a/unet/onnx__Mul_9275 b/unet/onnx__Mul_9275 new file mode 100644 index 0000000000000000000000000000000000000000..8a90c0f00c085bfe162aa328834e3c4a0e236497 --- /dev/null +++ b/unet/onnx__Mul_9275 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ba7126bab6beba2113cf22ad506fa6a826c5a8ed6b8d386ea01f8979c62e4a5 +size 5120 diff --git a/unet/onnx__Mul_9278 b/unet/onnx__Mul_9278 new file mode 100644 index 0000000000000000000000000000000000000000..99ff6fa90565776d47e91ecb850193cf889198a1 --- /dev/null +++ b/unet/onnx__Mul_9278 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b642ac8d65bab1954767f5a8e5278afe377c9ccd58652c2f2d0969b947b44b4 +size 10240 diff --git a/unet/onnx__Mul_9280 b/unet/onnx__Mul_9280 new file mode 100644 index 0000000000000000000000000000000000000000..9a9b1e84d781e4a1a42361c47c07fe54edb6c31e --- /dev/null +++ b/unet/onnx__Mul_9280 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab0acd234517067b53ae2222f2137ccbeb4255868d83f5cbf06d547d2503c146 +size 5120 diff --git a/unet/onnx__Mul_9282 b/unet/onnx__Mul_9282 new file mode 100644 index 0000000000000000000000000000000000000000..72f89e3b10aaedd2f7b9a9912a910435e52fd4fc --- /dev/null +++ b/unet/onnx__Mul_9282 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fefe27594862c4f774a5630e2eccbcf63b4094e8d49f37a7981e96eae6e4eba +size 5120 diff --git a/unet/onnx__Mul_9302 b/unet/onnx__Mul_9302 new file mode 100644 index 0000000000000000000000000000000000000000..42d847db0a97a9560695a84557cbb1f2cab58e88 --- /dev/null +++ b/unet/onnx__Mul_9302 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e7e5ed1bef3cd631cccdcd01f2df4483d084f2585d1b7c0934c1fef7e0922c +size 10240 diff --git a/unet/onnx__Mul_9304 b/unet/onnx__Mul_9304 new file mode 100644 index 0000000000000000000000000000000000000000..de0da447d51f6cd892d86a9c11dd97cd6e398e60 --- /dev/null +++ b/unet/onnx__Mul_9304 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20962b88c3101eb2dbac143a0117e91c36a75b7b2f832baeab3cc9cdf0320f80 +size 5120 diff --git a/unet/onnx__Mul_9306 b/unet/onnx__Mul_9306 new file mode 100644 index 0000000000000000000000000000000000000000..3fd412a1db318be7cd93272d04a132084f3b07b0 --- /dev/null +++ b/unet/onnx__Mul_9306 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f27ee82cd9822c9462fd28d7861a2f6b357c4053d3c00a5a26e337c0d3713d +size 5120 diff --git a/unet/onnx__Mul_9326 b/unet/onnx__Mul_9326 new file mode 100644 index 0000000000000000000000000000000000000000..1e56fc2205e811ef4a49b2c1e2bd9258768498d7 --- /dev/null +++ b/unet/onnx__Mul_9326 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c147ac82f4318300f01f90c8d904ea69777f41268677713312763d0b3b2c43 +size 7680 diff --git a/unet/onnx__Mul_9328 b/unet/onnx__Mul_9328 new file mode 100644 index 0000000000000000000000000000000000000000..31ba4b62ff514e988b9f3a475116bf741af3f7a0 --- /dev/null +++ b/unet/onnx__Mul_9328 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91985fac7f13619614ae3e1f5fad5f18d0ba496650bc2108224eeb245255e522 +size 5120 diff --git a/unet/onnx__Mul_9330 b/unet/onnx__Mul_9330 new file mode 100644 index 0000000000000000000000000000000000000000..7fcd2d574601bbf07414e7de34ed7797b7b94d5e --- /dev/null +++ b/unet/onnx__Mul_9330 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a516881bf14aa4ebcbcc08afd375327c923296385bcf1807ad1d163ca9840d10 +size 5120 diff --git a/unet/onnx__Mul_9351 b/unet/onnx__Mul_9351 new file mode 100644 index 0000000000000000000000000000000000000000..5e74b9b0e275d2d3b12a6a5e19d1637332998d58 --- /dev/null +++ b/unet/onnx__Mul_9351 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56cc1043e76b0d006a9a1e7e62e03dba2a3f80f4e2908214d34dc7e40096ce55 +size 7680 diff --git a/unet/onnx__Mul_9375 b/unet/onnx__Mul_9375 new file mode 100644 index 0000000000000000000000000000000000000000..88531c6aebf4e1cad1db5a55d2fa7212da298517 --- /dev/null +++ b/unet/onnx__Mul_9375 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb63029b293f7d3a3f364386d37b4777ca2af0c22318d9268c870bc0e4fc1ac +size 5120 diff --git a/unet/time_embedding.linear_1.bias b/unet/time_embedding.linear_1.bias new file mode 100644 index 0000000000000000000000000000000000000000..fb2699367bcf8a593122a0f3f4d89da813f36ce3 --- /dev/null +++ b/unet/time_embedding.linear_1.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f474495d18dec9e0c2507b2d1de7d2aa375be1d056d698fe04db1c5f21c7296 +size 5120 diff --git a/unet/time_embedding.linear_1.weight b/unet/time_embedding.linear_1.weight new file mode 100644 index 0000000000000000000000000000000000000000..16361568700e94e7075ab318f30413c27d58ed54 --- /dev/null +++ b/unet/time_embedding.linear_1.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f50facf7969426585fbeae988642a28348afda80ad6298b48be48c69ce5321ba +size 1638400 diff --git a/unet/time_embedding.linear_2.bias b/unet/time_embedding.linear_2.bias new file mode 100644 index 0000000000000000000000000000000000000000..dc50dee53d6fa33e2cc6dea3275395839789630e --- /dev/null +++ b/unet/time_embedding.linear_2.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e399b166e7f63b009fab9a7d5b9a41423f8db1b5d81de7700b23831578dc80 +size 5120 diff --git a/unet/time_embedding.linear_2.weight b/unet/time_embedding.linear_2.weight new file mode 100644 index 0000000000000000000000000000000000000000..ce5efee16821864b8c44eab433936f6f79a475a9 --- /dev/null +++ b/unet/time_embedding.linear_2.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76edbe5814eed493fd0a7bfc058d83fb4535af0bf1fe435d256a3d331c347ed4 +size 6553600 diff --git a/unet/up_blocks.0.resnets.0.conv1.bias b/unet/up_blocks.0.resnets.0.conv1.bias new file mode 100644 index 0000000000000000000000000000000000000000..5c288f638604c5cfae018bbf93588e366fb3c221 --- /dev/null +++ b/unet/up_blocks.0.resnets.0.conv1.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0b8adadb9335d0f3160f2b4d62d45d9f1af1ef1f6713a0a28c86ecee9d4ce89 +size 5120 diff --git a/unet/up_blocks.0.resnets.0.conv1.weight b/unet/up_blocks.0.resnets.0.conv1.weight new file mode 100644 index 0000000000000000000000000000000000000000..22507badc27ff01068f4a166ecee68fc8d92826c --- /dev/null +++ b/unet/up_blocks.0.resnets.0.conv1.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bfabbf1f4e6273c5a48586e65fe8a9fd58e1167487bd2cf6148b791c8a77e01 +size 117964800 diff --git a/unet/up_blocks.0.resnets.0.conv2.bias b/unet/up_blocks.0.resnets.0.conv2.bias new file mode 100644 index 0000000000000000000000000000000000000000..a400d9f9046719198656bf6988e8705bec1ed36a --- /dev/null +++ b/unet/up_blocks.0.resnets.0.conv2.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f9a83a91b2860b9c980869e42421276a978ae52db0d9844c4180d81f7d9c40e +size 5120 diff --git a/unet/up_blocks.0.resnets.0.conv2.weight b/unet/up_blocks.0.resnets.0.conv2.weight new file mode 100644 index 0000000000000000000000000000000000000000..0be57f3fc5dbfbafe9a820307e7e49ef3d2e908d --- /dev/null +++ b/unet/up_blocks.0.resnets.0.conv2.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f15ed54374a28cf1b597817b574b287e770d9cb1f44f2d57f49acb5a222fea1 +size 58982400 diff --git a/unet/up_blocks.0.resnets.0.conv_shortcut.bias b/unet/up_blocks.0.resnets.0.conv_shortcut.bias new file mode 100644 index 0000000000000000000000000000000000000000..d8b7d5be9355f8e9ae75fdc16d1f463de55c6d80 --- /dev/null +++ b/unet/up_blocks.0.resnets.0.conv_shortcut.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538d962f87aaa1b98e15d9fcee234b3afb654a87dc65bd1966cdae204f2e12c4 +size 5120 diff --git a/unet/up_blocks.0.resnets.0.conv_shortcut.weight b/unet/up_blocks.0.resnets.0.conv_shortcut.weight new file mode 100644 index 0000000000000000000000000000000000000000..be620aa0fcc69394bf05bb8e7d5e5045fbc32513 --- /dev/null +++ b/unet/up_blocks.0.resnets.0.conv_shortcut.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6546ffacefe13f849100586934c2afd35b1ef7f5546c351f77feb11639a5d351 +size 13107200 diff --git a/unet/up_blocks.0.resnets.0.time_emb_proj.bias b/unet/up_blocks.0.resnets.0.time_emb_proj.bias new file mode 100644 index 0000000000000000000000000000000000000000..e88b12a3e4ec2b7b8d4aa94fe6fffc66146cf6e1 --- /dev/null +++ b/unet/up_blocks.0.resnets.0.time_emb_proj.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3ec1dfda12859a03371e561d8b601da37aa07be70f8172f18f4df08b5504066 +size 5120 diff --git a/unet/up_blocks.0.resnets.0.time_emb_proj.weight b/unet/up_blocks.0.resnets.0.time_emb_proj.weight new file mode 100644 index 0000000000000000000000000000000000000000..e3216b79bd2901dd5228ae1aaa872dbf76fe8181 --- /dev/null +++ b/unet/up_blocks.0.resnets.0.time_emb_proj.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27335f88590f1fea8101bc3bede5029e5e4fe1ed4ec826a7295c9d493d367e98 +size 6553600 diff --git a/unet/up_blocks.0.resnets.1.conv1.bias b/unet/up_blocks.0.resnets.1.conv1.bias new file mode 100644 index 0000000000000000000000000000000000000000..fa85a1da9c0ea35996859eeb3451345f66c86d5a --- /dev/null +++ b/unet/up_blocks.0.resnets.1.conv1.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa8f21358ed7ff12835759b5189bcda5cac3b841b9d3ecc6287a5e5445739bc +size 5120 diff --git a/unet/up_blocks.0.resnets.1.conv1.weight b/unet/up_blocks.0.resnets.1.conv1.weight new file mode 100644 index 0000000000000000000000000000000000000000..712eff804632473436c0215ced4e52b672db357a --- /dev/null +++ b/unet/up_blocks.0.resnets.1.conv1.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d788ba69a152b9701aa7fd3e7700bc1d8d7f8a3c68da8260eee561564792a7 +size 117964800 diff --git a/unet/up_blocks.0.resnets.1.conv2.bias b/unet/up_blocks.0.resnets.1.conv2.bias new file mode 100644 index 0000000000000000000000000000000000000000..fe6b6e63ebb66976f4b9f1a01a57287d8ebdde76 --- /dev/null +++ b/unet/up_blocks.0.resnets.1.conv2.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46716d9f96dfe44402bf2f2e32c040f3464d3e2d480039ac6a60d78064b2a797 +size 5120 diff --git a/unet/up_blocks.0.resnets.1.conv2.weight b/unet/up_blocks.0.resnets.1.conv2.weight new file mode 100644 index 0000000000000000000000000000000000000000..9657a4e1d454c897833c9b5602e2687edc9493ab --- /dev/null +++ b/unet/up_blocks.0.resnets.1.conv2.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0672eace48a1b7d68a05367d5fc1575114fc81cee2bb758638f3a5ded2e69a0 +size 58982400 diff --git a/unet/up_blocks.0.resnets.1.conv_shortcut.bias b/unet/up_blocks.0.resnets.1.conv_shortcut.bias new file mode 100644 index 0000000000000000000000000000000000000000..dd72066c590d4d2a3afb988c815414f224a7bfca --- /dev/null +++ b/unet/up_blocks.0.resnets.1.conv_shortcut.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed0ab50ebaafcbcc5701779244b4b128918225f13072ecc7c08e46be40e920d3 +size 5120 diff --git a/unet/up_blocks.0.resnets.1.conv_shortcut.weight b/unet/up_blocks.0.resnets.1.conv_shortcut.weight new file mode 100644 index 0000000000000000000000000000000000000000..80e541afdfeeabd2bbd4c2a4ba0369d64c754f6f --- /dev/null +++ b/unet/up_blocks.0.resnets.1.conv_shortcut.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49c710a6ed2ac7df60d482a41a7ad7c727932101551cfb0076dbdb087e437c91 +size 13107200 diff --git a/unet/up_blocks.0.resnets.1.time_emb_proj.bias b/unet/up_blocks.0.resnets.1.time_emb_proj.bias new file mode 100644 index 0000000000000000000000000000000000000000..1363d83007a492fed0f33a481f13c19e939b5544 --- /dev/null +++ b/unet/up_blocks.0.resnets.1.time_emb_proj.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ee570249c017ca39239e381ecdef122b21998d043b521a9cde5018feb622d41 +size 5120 diff --git a/unet/up_blocks.0.resnets.1.time_emb_proj.weight b/unet/up_blocks.0.resnets.1.time_emb_proj.weight new file mode 100644 index 0000000000000000000000000000000000000000..4fce9bb2da5f1e935993bd532d09635157164945 --- /dev/null +++ b/unet/up_blocks.0.resnets.1.time_emb_proj.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c7cba39146eb436818e2395c24200432e49503e7d44c360df98bc2cb7d1e82 +size 6553600 diff --git a/unet/up_blocks.0.resnets.2.conv1.bias b/unet/up_blocks.0.resnets.2.conv1.bias new file mode 100644 index 0000000000000000000000000000000000000000..e66742cc2c1aaebdbe0915c412b8a3156463bf90 --- /dev/null +++ b/unet/up_blocks.0.resnets.2.conv1.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eebb0b36f15ddbf13b4bb7e5627fc1f0d9488416477b6be8d1b08e460f505f54 +size 5120 diff --git a/unet/up_blocks.0.resnets.2.conv1.weight b/unet/up_blocks.0.resnets.2.conv1.weight new file mode 100644 index 0000000000000000000000000000000000000000..5d46f6fc93dab39867bcccf018d2ed07be215d4f --- /dev/null +++ b/unet/up_blocks.0.resnets.2.conv1.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d9eaf18427c697d4f2ff8c1aab3a8f147e7344a8ebf596587edba419bf8790 +size 117964800 diff --git a/unet/up_blocks.0.resnets.2.conv2.bias b/unet/up_blocks.0.resnets.2.conv2.bias new file mode 100644 index 0000000000000000000000000000000000000000..717128d55f0b776e59264078acdf1af9bcc4be83 --- /dev/null +++ b/unet/up_blocks.0.resnets.2.conv2.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d24397d368d1a42f9d7547e99abed5e92a401a567db4ef3fe867a4ae58683b3 +size 5120 diff --git a/unet/up_blocks.0.resnets.2.conv2.weight b/unet/up_blocks.0.resnets.2.conv2.weight new file mode 100644 index 0000000000000000000000000000000000000000..a838a729b7923b8bfa8f52d41944ca9970859162 --- /dev/null +++ b/unet/up_blocks.0.resnets.2.conv2.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efec265344b02eb71c0b8f6915635a672060a1b89c86fd0ef1c53ea947b85f22 +size 58982400 diff --git a/unet/up_blocks.0.resnets.2.conv_shortcut.bias b/unet/up_blocks.0.resnets.2.conv_shortcut.bias new file mode 100644 index 0000000000000000000000000000000000000000..56dde480ddd48bad9a7cc1980cee0dbab6776018 --- /dev/null +++ b/unet/up_blocks.0.resnets.2.conv_shortcut.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db25e4b8825c9657c0dac39a213e2806d862cf57d63c370a5ed85f5d8e97b8c8 +size 5120 diff --git a/unet/up_blocks.0.resnets.2.conv_shortcut.weight b/unet/up_blocks.0.resnets.2.conv_shortcut.weight new file mode 100644 index 0000000000000000000000000000000000000000..ceaf6e336ae9ce9436344cb5ffd4babb8a69d98a --- /dev/null +++ b/unet/up_blocks.0.resnets.2.conv_shortcut.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0184cf226a199f4346edde55da8fd88012fd7c00d18ac3bc32c36580c153773c +size 13107200 diff --git a/unet/up_blocks.0.resnets.2.time_emb_proj.bias b/unet/up_blocks.0.resnets.2.time_emb_proj.bias new file mode 100644 index 0000000000000000000000000000000000000000..1fc85afb8976c93a8d1e92066c87d0aa16636a99 --- /dev/null +++ b/unet/up_blocks.0.resnets.2.time_emb_proj.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dede509510c95ed45b238765917e462e655210e7372fdac030919676880c439 +size 5120 diff --git a/unet/up_blocks.0.resnets.2.time_emb_proj.weight b/unet/up_blocks.0.resnets.2.time_emb_proj.weight new file mode 100644 index 0000000000000000000000000000000000000000..c70b2cdcbb2e10ed1085be06c634dfe299c78ea0 --- /dev/null +++ b/unet/up_blocks.0.resnets.2.time_emb_proj.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591e90f3e59e789a7fb8340f0c166a3275f365f53fba4d92fbc8d2002f7b0581 +size 6553600 diff --git a/unet/up_blocks.0.upsamplers.0.conv.bias b/unet/up_blocks.0.upsamplers.0.conv.bias new file mode 100644 index 0000000000000000000000000000000000000000..81bc2bc0621951aa323d927c71a200eefec24ed3 --- /dev/null +++ b/unet/up_blocks.0.upsamplers.0.conv.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c18acfa800b1b13b95b8bdc0cbd126e4b53838d88f912fb4929362d6bb51c083 +size 5120 diff --git a/unet/up_blocks.0.upsamplers.0.conv.weight b/unet/up_blocks.0.upsamplers.0.conv.weight new file mode 100644 index 0000000000000000000000000000000000000000..3bb39e65bff3ac99f57e78f74f75e536e7d44634 --- /dev/null +++ b/unet/up_blocks.0.upsamplers.0.conv.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a37fccc31c93212ba35fc76fb4651106f2c77a5495be0927ee2aeef4e37f6d +size 58982400 diff --git a/unet/up_blocks.1.attentions.0.proj_in.bias b/unet/up_blocks.1.attentions.0.proj_in.bias new file mode 100644 index 0000000000000000000000000000000000000000..fa325bce9a37c669a825471ab5a1c628f07bdde4 --- /dev/null +++ b/unet/up_blocks.1.attentions.0.proj_in.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53ed09689c8cd930b3baa17fc0e3cccf381a721b93d4351e0ea0628fbb9a9160 +size 5120 diff --git a/unet/up_blocks.1.attentions.0.proj_in.weight b/unet/up_blocks.1.attentions.0.proj_in.weight new file mode 100644 index 0000000000000000000000000000000000000000..335e02086fc28bbb19e7a7062d304b4e2a676df5 --- /dev/null +++ b/unet/up_blocks.1.attentions.0.proj_in.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da80dec3911f6c612a286f6f47da1eacc6347c99ef7ccffdd55a6ad45a2c60a +size 6553600 diff --git a/unet/up_blocks.1.attentions.0.proj_out.bias b/unet/up_blocks.1.attentions.0.proj_out.bias new file mode 100644 index 0000000000000000000000000000000000000000..a270a891b2ad187e6cc5b273f9a88396a5c852d9 --- /dev/null +++ b/unet/up_blocks.1.attentions.0.proj_out.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5caafe2c9aa7914b14c0b4febe93ae3a3c7da8040967251dbaac07f52797d73 +size 5120 diff --git a/unet/up_blocks.1.attentions.0.proj_out.weight b/unet/up_blocks.1.attentions.0.proj_out.weight new file mode 100644 index 0000000000000000000000000000000000000000..69af0fdf54209645234495721ac4e746b073cd9d --- /dev/null +++ b/unet/up_blocks.1.attentions.0.proj_out.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bc671e5eac9508918a3c05353e48b7f2bf7a894335af9ae4a4ba425e099540b +size 6553600 diff --git a/unet/up_blocks.1.attentions.0.transformer_blocks.0.attn1.to_out.0.bias b/unet/up_blocks.1.attentions.0.transformer_blocks.0.attn1.to_out.0.bias new file mode 100644 index 0000000000000000000000000000000000000000..eeeb4f14d755ab6622b1197f49c94d4a3f4188d1 --- /dev/null +++ b/unet/up_blocks.1.attentions.0.transformer_blocks.0.attn1.to_out.0.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6f5ac21b42374aa797c7b77ded01060e809350d7cdaa5c68e2d4b2001c5c37 +size 5120 diff --git a/unet/up_blocks.1.attentions.0.transformer_blocks.0.attn2.to_out.0.bias b/unet/up_blocks.1.attentions.0.transformer_blocks.0.attn2.to_out.0.bias new file mode 100644 index 0000000000000000000000000000000000000000..f15fcb470c5e0ffcc8d639dddf1ab7295be6ba21 --- /dev/null +++ b/unet/up_blocks.1.attentions.0.transformer_blocks.0.attn2.to_out.0.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d8bc7637817b76fd180a3d673f2606fe6c5afb326fb8c21515efb6cecec53aa +size 5120 diff --git a/unet/up_blocks.1.attentions.0.transformer_blocks.0.ff.net.0.proj.bias b/unet/up_blocks.1.attentions.0.transformer_blocks.0.ff.net.0.proj.bias new file mode 100644 index 0000000000000000000000000000000000000000..8eb70c4f67a2c537251056714c6ad1e20f012085 --- /dev/null +++ b/unet/up_blocks.1.attentions.0.transformer_blocks.0.ff.net.0.proj.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09793b917485adc45b87ab08f0fd7c933e5c0381485c567f03a0fe0953b38d53 +size 40960 diff --git a/unet/up_blocks.1.attentions.0.transformer_blocks.0.ff.net.2.bias b/unet/up_blocks.1.attentions.0.transformer_blocks.0.ff.net.2.bias new file mode 100644 index 0000000000000000000000000000000000000000..6b1d8c487895e4d646254fd3a53131be95a0de76 --- /dev/null +++ b/unet/up_blocks.1.attentions.0.transformer_blocks.0.ff.net.2.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66fefa8acefcbac617f56ac48d6a82a38365f8b1d31bfd1106dff8d78f6f8d85 +size 5120 diff --git a/unet/up_blocks.1.attentions.0.transformer_blocks.0.norm1.bias b/unet/up_blocks.1.attentions.0.transformer_blocks.0.norm1.bias new file mode 100644 index 0000000000000000000000000000000000000000..5f450a9a520c3f6789abe149df33b00e1bc83de5 --- /dev/null +++ b/unet/up_blocks.1.attentions.0.transformer_blocks.0.norm1.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0662700c006f482e32c6f8cda2d5ff97fee99ae823e6c8d6e4dd7e876e530e74 +size 5120 diff --git a/unet/up_blocks.1.attentions.0.transformer_blocks.0.norm1.weight b/unet/up_blocks.1.attentions.0.transformer_blocks.0.norm1.weight new file mode 100644 index 0000000000000000000000000000000000000000..6c6706823756821cb2610b97ea410945ccfa057f --- /dev/null +++ b/unet/up_blocks.1.attentions.0.transformer_blocks.0.norm1.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25a93545c25f93be10035907830e72aca25613a76b0caa5e28a96582257670ea +size 5120 diff --git a/unet/up_blocks.1.attentions.0.transformer_blocks.0.norm2.bias b/unet/up_blocks.1.attentions.0.transformer_blocks.0.norm2.bias new file mode 100644 index 0000000000000000000000000000000000000000..6aee665e21f98ba3cc430331f71e471784f92882 --- /dev/null +++ b/unet/up_blocks.1.attentions.0.transformer_blocks.0.norm2.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fe858f59f3d2dfab5ba6b4f35872fe60a9c047347fdf87e32ab6cec65158f76 +size 5120 diff --git a/unet/up_blocks.1.attentions.0.transformer_blocks.0.norm2.weight b/unet/up_blocks.1.attentions.0.transformer_blocks.0.norm2.weight new file mode 100644 index 0000000000000000000000000000000000000000..b6dabdcabf182685f170acc615bd4f008f5d3170 --- /dev/null +++ b/unet/up_blocks.1.attentions.0.transformer_blocks.0.norm2.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0dfbd6a3d3fa290dd46a0ad1d952e78f340d1eaf531c56e39e3564a9a69859f +size 5120 diff --git a/unet/up_blocks.1.attentions.0.transformer_blocks.0.norm3.bias b/unet/up_blocks.1.attentions.0.transformer_blocks.0.norm3.bias new file mode 100644 index 0000000000000000000000000000000000000000..42e5345f4e22f0415ca7f596f955fce460200dcb --- /dev/null +++ b/unet/up_blocks.1.attentions.0.transformer_blocks.0.norm3.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14e2a7dc50060c8dae2f97bf520179fe8dd43b1c6b355f7ec1c69a3bcc9b59ef +size 5120 diff --git a/unet/up_blocks.1.attentions.0.transformer_blocks.0.norm3.weight b/unet/up_blocks.1.attentions.0.transformer_blocks.0.norm3.weight new file mode 100644 index 0000000000000000000000000000000000000000..96496b2a613bbdf5b5d784f7744da477ffffad63 --- /dev/null +++ b/unet/up_blocks.1.attentions.0.transformer_blocks.0.norm3.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcd5b51a862da5fe045d67a2b016969f47d3104edf03b297888e5a5c4a7d9b0a +size 5120 diff --git a/unet/up_blocks.1.attentions.1.proj_in.bias b/unet/up_blocks.1.attentions.1.proj_in.bias new file mode 100644 index 0000000000000000000000000000000000000000..02ef4db679208de834fdecee022fab27d60baf89 --- /dev/null +++ b/unet/up_blocks.1.attentions.1.proj_in.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9adbeaea9a6d21b2e1fc5e0eae9b0e013bebefe7a93971a37a39d4fed881bb34 +size 5120 diff --git a/unet/up_blocks.1.attentions.1.proj_in.weight b/unet/up_blocks.1.attentions.1.proj_in.weight new file mode 100644 index 0000000000000000000000000000000000000000..fe0eee35553048ceae6e5f6af4dda8648e4279c7 --- /dev/null +++ b/unet/up_blocks.1.attentions.1.proj_in.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a7f50c9e30cd32a008a8ecc0c0becaf5c32957782b6e7a1cebf42ec39c2a246 +size 6553600 diff --git a/unet/up_blocks.1.attentions.1.proj_out.bias b/unet/up_blocks.1.attentions.1.proj_out.bias new file mode 100644 index 0000000000000000000000000000000000000000..dc7137d68cb4215413a722b007a8365becd72525 --- /dev/null +++ b/unet/up_blocks.1.attentions.1.proj_out.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dae908d259d4cf4750a99677ac44f45ff4487f61ac497e868fde6992756ef1b +size 5120 diff --git a/unet/up_blocks.1.attentions.1.proj_out.weight b/unet/up_blocks.1.attentions.1.proj_out.weight new file mode 100644 index 0000000000000000000000000000000000000000..854534cff4c4326eaa95700f6bbc0cc3e386be2a --- /dev/null +++ b/unet/up_blocks.1.attentions.1.proj_out.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8fdbf336f3741d6d2bbb39f0ec187d88034a7c955a0efbfa46f47960173091 +size 6553600 diff --git a/unet/up_blocks.1.attentions.1.transformer_blocks.0.attn1.to_out.0.bias b/unet/up_blocks.1.attentions.1.transformer_blocks.0.attn1.to_out.0.bias new file mode 100644 index 0000000000000000000000000000000000000000..a681c192537f68e11fb2038edc1296f078056375 --- /dev/null +++ b/unet/up_blocks.1.attentions.1.transformer_blocks.0.attn1.to_out.0.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0ee5493a280ed7f08d2dbe5500845959494773adf06fd2b449d441d9683392 +size 5120 diff --git a/unet/up_blocks.1.attentions.1.transformer_blocks.0.attn2.to_out.0.bias b/unet/up_blocks.1.attentions.1.transformer_blocks.0.attn2.to_out.0.bias new file mode 100644 index 0000000000000000000000000000000000000000..4215cd3924338ec139b6f4eb880eef0c861958c1 --- /dev/null +++ b/unet/up_blocks.1.attentions.1.transformer_blocks.0.attn2.to_out.0.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e6b34e174a6e952e2121b34a4b01474af4386f93c66cfe330e1251d2b1ca034 +size 5120 diff --git a/unet/up_blocks.1.attentions.1.transformer_blocks.0.ff.net.0.proj.bias b/unet/up_blocks.1.attentions.1.transformer_blocks.0.ff.net.0.proj.bias new file mode 100644 index 0000000000000000000000000000000000000000..9b9a4a741fd3a9ad1618c1e6f5206ec3c168c7cd --- /dev/null +++ b/unet/up_blocks.1.attentions.1.transformer_blocks.0.ff.net.0.proj.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1ec289fae7ee79d77c6ab57ab78c131fa379129ed1c4f5ab06ef5f1856357a +size 40960 diff --git a/unet/up_blocks.1.attentions.1.transformer_blocks.0.ff.net.2.bias b/unet/up_blocks.1.attentions.1.transformer_blocks.0.ff.net.2.bias new file mode 100644 index 0000000000000000000000000000000000000000..9e97bf6a9df7875188111f7e662ddc39a401d7c7 --- /dev/null +++ b/unet/up_blocks.1.attentions.1.transformer_blocks.0.ff.net.2.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cde68d5b8491634d45a32ad4c3ded220a9521f18fa42492c8351874bdc513ec +size 5120 diff --git a/unet/up_blocks.1.attentions.1.transformer_blocks.0.norm1.bias b/unet/up_blocks.1.attentions.1.transformer_blocks.0.norm1.bias new file mode 100644 index 0000000000000000000000000000000000000000..60ae27bec7d6160a03a2c2c19051867dac9bc8b7 --- /dev/null +++ b/unet/up_blocks.1.attentions.1.transformer_blocks.0.norm1.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:715d5d1b86592d93a6aacf9d81ac7d3886984f43972cb7beb120bc9ce29ffd1c +size 5120 diff --git a/unet/up_blocks.1.attentions.1.transformer_blocks.0.norm1.weight b/unet/up_blocks.1.attentions.1.transformer_blocks.0.norm1.weight new file mode 100644 index 0000000000000000000000000000000000000000..6efce4a72f015e19e2f5632be94ba3e35b273bd6 --- /dev/null +++ b/unet/up_blocks.1.attentions.1.transformer_blocks.0.norm1.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3244f5c421edf00a52271e2490ee7d5395154212d7e0570b5efb07b4b3ed1da8 +size 5120 diff --git a/unet/up_blocks.1.attentions.1.transformer_blocks.0.norm2.bias b/unet/up_blocks.1.attentions.1.transformer_blocks.0.norm2.bias new file mode 100644 index 0000000000000000000000000000000000000000..d79700dbf66d602b4401900316f2421a8a40c0d3 --- /dev/null +++ b/unet/up_blocks.1.attentions.1.transformer_blocks.0.norm2.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f2828d5a865396b162ce3d146f1abfc95709a21ed8aefca85da48574ce3f7e +size 5120 diff --git a/unet/up_blocks.1.attentions.1.transformer_blocks.0.norm2.weight b/unet/up_blocks.1.attentions.1.transformer_blocks.0.norm2.weight new file mode 100644 index 0000000000000000000000000000000000000000..0aa9b090bcf44115e91ab24c1305ccd697410d63 --- /dev/null +++ b/unet/up_blocks.1.attentions.1.transformer_blocks.0.norm2.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:856374d493799e6fcf240ce30503d45b3729eaae36645c3b913f2b397152527d +size 5120 diff --git a/unet/up_blocks.1.attentions.1.transformer_blocks.0.norm3.bias b/unet/up_blocks.1.attentions.1.transformer_blocks.0.norm3.bias new file mode 100644 index 0000000000000000000000000000000000000000..c4c6db06ef57b32b95118cd6e7536d30d09a30c6 --- /dev/null +++ b/unet/up_blocks.1.attentions.1.transformer_blocks.0.norm3.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61f17dcda2576c3fda959388a8705ce9a27f20b04e903b1789406bb21204ca45 +size 5120 diff --git a/unet/up_blocks.1.attentions.1.transformer_blocks.0.norm3.weight b/unet/up_blocks.1.attentions.1.transformer_blocks.0.norm3.weight new file mode 100644 index 0000000000000000000000000000000000000000..d591284ed69c2f4021b246960719fbb24c541155 --- /dev/null +++ b/unet/up_blocks.1.attentions.1.transformer_blocks.0.norm3.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c240c88608d38fe92981301f20f13c051cd59714e712a4258a948e18877b1187 +size 5120 diff --git a/unet/up_blocks.1.attentions.2.proj_in.bias b/unet/up_blocks.1.attentions.2.proj_in.bias new file mode 100644 index 0000000000000000000000000000000000000000..78d780963fe482bb890f4d3aaeab5ff96b70f7d1 --- /dev/null +++ b/unet/up_blocks.1.attentions.2.proj_in.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2a63c5d71ff279eff03a75fdc5fdf84489690641c2938a388b3549243ad9d8 +size 5120 diff --git a/unet/up_blocks.1.attentions.2.proj_in.weight b/unet/up_blocks.1.attentions.2.proj_in.weight new file mode 100644 index 0000000000000000000000000000000000000000..235b741de98bacf1cb329c04a4eaa11c205417d1 --- /dev/null +++ b/unet/up_blocks.1.attentions.2.proj_in.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b17f9523b13e212a035bfaf950a233f9d421cc1730772b2d4263483bd1c0da53 +size 6553600 diff --git a/unet/up_blocks.1.attentions.2.proj_out.bias b/unet/up_blocks.1.attentions.2.proj_out.bias new file mode 100644 index 0000000000000000000000000000000000000000..d6d5da75b280f71cb8fed7efd3324c565d377203 --- /dev/null +++ b/unet/up_blocks.1.attentions.2.proj_out.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3186a7d822b35f102cd59a23fc1119e9ccb67cd3c30748aa95eba3985bb57810 +size 5120 diff --git a/unet/up_blocks.1.attentions.2.proj_out.weight b/unet/up_blocks.1.attentions.2.proj_out.weight new file mode 100644 index 0000000000000000000000000000000000000000..40e2078858db693fe4dfeffc5293a667f0f25682 --- /dev/null +++ b/unet/up_blocks.1.attentions.2.proj_out.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f1d7d10984fa6e6be53e569fa97b578f9b772b477cc113828fe0e6364fd343f +size 6553600 diff --git a/unet/up_blocks.1.attentions.2.transformer_blocks.0.attn1.to_out.0.bias b/unet/up_blocks.1.attentions.2.transformer_blocks.0.attn1.to_out.0.bias new file mode 100644 index 0000000000000000000000000000000000000000..5bac35a999032a906120cb0f18c2e3d68a97522e --- /dev/null +++ b/unet/up_blocks.1.attentions.2.transformer_blocks.0.attn1.to_out.0.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d8e9c2141b11cb19ab13c9460e4398f6bdd239a294aea423be9fd38f557602e +size 5120 diff --git a/unet/up_blocks.1.attentions.2.transformer_blocks.0.attn2.to_out.0.bias b/unet/up_blocks.1.attentions.2.transformer_blocks.0.attn2.to_out.0.bias new file mode 100644 index 0000000000000000000000000000000000000000..f199d5bc12ebb39692247bf660e636c1e1eeba80 --- /dev/null +++ b/unet/up_blocks.1.attentions.2.transformer_blocks.0.attn2.to_out.0.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:027f498cfca1c0ab20b28d68134e8e12b8ede0d8467b6e1c943d8805da851ac9 +size 5120 diff --git a/unet/up_blocks.1.attentions.2.transformer_blocks.0.ff.net.0.proj.bias b/unet/up_blocks.1.attentions.2.transformer_blocks.0.ff.net.0.proj.bias new file mode 100644 index 0000000000000000000000000000000000000000..5597e1d711075b82241c10f67f97904564113133 --- /dev/null +++ b/unet/up_blocks.1.attentions.2.transformer_blocks.0.ff.net.0.proj.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c69607b044a9dd167762b2448ecbba7e35732f379a12e9d49cf253f86f122ef +size 40960 diff --git a/unet/up_blocks.1.attentions.2.transformer_blocks.0.ff.net.2.bias b/unet/up_blocks.1.attentions.2.transformer_blocks.0.ff.net.2.bias new file mode 100644 index 0000000000000000000000000000000000000000..256a9a8584183f866396ba0a9f8263a0a48c6263 --- /dev/null +++ b/unet/up_blocks.1.attentions.2.transformer_blocks.0.ff.net.2.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e670b2e8885fd398c15ae5cf1212e4d24535149c04923c823f4c3ab9f08d27ce +size 5120 diff --git a/unet/up_blocks.1.attentions.2.transformer_blocks.0.norm1.bias b/unet/up_blocks.1.attentions.2.transformer_blocks.0.norm1.bias new file mode 100644 index 0000000000000000000000000000000000000000..98656aedc5f04e60c0a3d5869739081c9d96463f --- /dev/null +++ b/unet/up_blocks.1.attentions.2.transformer_blocks.0.norm1.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90afaafaa99b961b99c39a8e7bf075a18558e17b2b9856047c5d129858a1c341 +size 5120 diff --git a/unet/up_blocks.1.attentions.2.transformer_blocks.0.norm1.weight b/unet/up_blocks.1.attentions.2.transformer_blocks.0.norm1.weight new file mode 100644 index 0000000000000000000000000000000000000000..792c4af84f0bcfbe3887275fef40ed61358b6fc5 --- /dev/null +++ b/unet/up_blocks.1.attentions.2.transformer_blocks.0.norm1.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdce1a2ca51aff8515ded09e83fb55e452287ddf923038d26b4238e0ae9439ad +size 5120 diff --git a/unet/up_blocks.1.attentions.2.transformer_blocks.0.norm2.bias b/unet/up_blocks.1.attentions.2.transformer_blocks.0.norm2.bias new file mode 100644 index 0000000000000000000000000000000000000000..887bfbea9ebadec74b1b54eb25e908cbe7439069 --- /dev/null +++ b/unet/up_blocks.1.attentions.2.transformer_blocks.0.norm2.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:393d2dc566a41d067a9863dffc6b60a7de536b18e5f2e81df755011e72e70dec +size 5120 diff --git a/unet/up_blocks.1.attentions.2.transformer_blocks.0.norm2.weight b/unet/up_blocks.1.attentions.2.transformer_blocks.0.norm2.weight new file mode 100644 index 0000000000000000000000000000000000000000..c3a87e97072cbada647a9fee6b10ad8d91535fe3 --- /dev/null +++ b/unet/up_blocks.1.attentions.2.transformer_blocks.0.norm2.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ddc8debd1a5bf2c3ba6355373a13fd4d79f2a0a0cacb215fb213cea4a4ff3c +size 5120 diff --git a/unet/up_blocks.1.attentions.2.transformer_blocks.0.norm3.bias b/unet/up_blocks.1.attentions.2.transformer_blocks.0.norm3.bias new file mode 100644 index 0000000000000000000000000000000000000000..8b3af27d25568effbcf83f0c91e2815f2aee8ca6 --- /dev/null +++ b/unet/up_blocks.1.attentions.2.transformer_blocks.0.norm3.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:471df1593df22e5ba1f5f7f15842b3d78ef83e6c0462487edaa89fcb34fa41fb +size 5120 diff --git a/unet/up_blocks.1.attentions.2.transformer_blocks.0.norm3.weight b/unet/up_blocks.1.attentions.2.transformer_blocks.0.norm3.weight new file mode 100644 index 0000000000000000000000000000000000000000..5150834a109eb1987317e3d03f5c434c437dafe8 --- /dev/null +++ b/unet/up_blocks.1.attentions.2.transformer_blocks.0.norm3.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e5d3843d2bf2ba14c42afdd43de8baf5ebca051573fd1e3a883b534ad2bdfff +size 5120 diff --git a/unet/up_blocks.1.resnets.0.conv1.bias b/unet/up_blocks.1.resnets.0.conv1.bias new file mode 100644 index 0000000000000000000000000000000000000000..445579af5c9c17bf65e949819b9ce6bd17e1fcb5 --- /dev/null +++ b/unet/up_blocks.1.resnets.0.conv1.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:486f2c20072c6b86b86dc592609a539984b2592ce5c95dae324b110de890a8d1 +size 5120 diff --git a/unet/up_blocks.1.resnets.0.conv1.weight b/unet/up_blocks.1.resnets.0.conv1.weight new file mode 100644 index 0000000000000000000000000000000000000000..6e179a43b3c8bda26873cf47008a2e2de102ae08 --- /dev/null +++ b/unet/up_blocks.1.resnets.0.conv1.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce15677bd87ec99c503c8acae12121fd42682fea339fd86958c17f2f63ac4a10 +size 117964800 diff --git a/unet/up_blocks.1.resnets.0.conv2.bias b/unet/up_blocks.1.resnets.0.conv2.bias new file mode 100644 index 0000000000000000000000000000000000000000..5865c0a76eadea54aacba20c911b7efbd93f7fe3 --- /dev/null +++ b/unet/up_blocks.1.resnets.0.conv2.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d74970d10e50e46875930d1d33f619ada5efe02232b4d851be96ca06064ef98c +size 5120 diff --git a/unet/up_blocks.1.resnets.0.conv2.weight b/unet/up_blocks.1.resnets.0.conv2.weight new file mode 100644 index 0000000000000000000000000000000000000000..abdc9f3fad224b3d9ceb8dd2e22e9bac9b1f90c9 --- /dev/null +++ b/unet/up_blocks.1.resnets.0.conv2.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba6ed09c07bed1a561222ffbb61095da14b05c9beccb6771e3bfa8fc9f42733d +size 58982400 diff --git a/unet/up_blocks.1.resnets.0.conv_shortcut.bias b/unet/up_blocks.1.resnets.0.conv_shortcut.bias new file mode 100644 index 0000000000000000000000000000000000000000..502d2f6baf5e4724fff3970820e9ccff5424b727 --- /dev/null +++ b/unet/up_blocks.1.resnets.0.conv_shortcut.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b724db49c0fbd090bc4a3f1e8e3826f305883cc699006aadfac56f814e407af1 +size 5120 diff --git a/unet/up_blocks.1.resnets.0.conv_shortcut.weight b/unet/up_blocks.1.resnets.0.conv_shortcut.weight new file mode 100644 index 0000000000000000000000000000000000000000..5bd2f9a2ff8cb7fd67428a976f4363315e6de9b5 --- /dev/null +++ b/unet/up_blocks.1.resnets.0.conv_shortcut.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d57834dbb829636e7744c277bd313b7ff07a901ff656f60a0a4f348946b7123 +size 13107200 diff --git a/unet/up_blocks.1.resnets.0.time_emb_proj.bias b/unet/up_blocks.1.resnets.0.time_emb_proj.bias new file mode 100644 index 0000000000000000000000000000000000000000..5e6b506bc3307c5474b40690b19b113b55d10e38 --- /dev/null +++ b/unet/up_blocks.1.resnets.0.time_emb_proj.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1269895dc4d4ff6def82db47e33e04c62422b60dec5517f44bda1a4befc81f82 +size 5120 diff --git a/unet/up_blocks.1.resnets.0.time_emb_proj.weight b/unet/up_blocks.1.resnets.0.time_emb_proj.weight new file mode 100644 index 0000000000000000000000000000000000000000..f04ee6a6cd930f27b67f9d61c0867c204f5d72dc --- /dev/null +++ b/unet/up_blocks.1.resnets.0.time_emb_proj.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d012111ae90d8d5a97a04c8947707800bb12c5b8d3479c1f33782cd4a213d3c6 +size 6553600 diff --git a/unet/up_blocks.1.resnets.1.conv1.bias b/unet/up_blocks.1.resnets.1.conv1.bias new file mode 100644 index 0000000000000000000000000000000000000000..71a9be709ef606f283e5179342c34d091342d804 --- /dev/null +++ b/unet/up_blocks.1.resnets.1.conv1.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e430f08a0a9f86881f2e9ea4f1b1f6a22a0c51225112bb29b13e399d5cbab2f7 +size 5120 diff --git a/unet/up_blocks.1.resnets.1.conv1.weight b/unet/up_blocks.1.resnets.1.conv1.weight new file mode 100644 index 0000000000000000000000000000000000000000..be632e11a393e01eb19257318789cb79511ce089 --- /dev/null +++ b/unet/up_blocks.1.resnets.1.conv1.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51df75bfb39577e0ee38833237ee64d944544dddcb6d8201b118e72bfcffdcce +size 117964800 diff --git a/unet/up_blocks.1.resnets.1.conv2.bias b/unet/up_blocks.1.resnets.1.conv2.bias new file mode 100644 index 0000000000000000000000000000000000000000..3b8d7266cebf7c4938abff54d7939b6436b9f133 --- /dev/null +++ b/unet/up_blocks.1.resnets.1.conv2.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0c75b09e5890782ea0f83caefa3d9c279f0d51cd70fcae9dfee2c0a70bca99c +size 5120 diff --git a/unet/up_blocks.1.resnets.1.conv2.weight b/unet/up_blocks.1.resnets.1.conv2.weight new file mode 100644 index 0000000000000000000000000000000000000000..66f75fd7747297ea159808ebbf684657f585df60 --- /dev/null +++ b/unet/up_blocks.1.resnets.1.conv2.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9591facfbce4b886d27a5fc6351234b694e8108602fabee1192c4f492f6038 +size 58982400 diff --git a/unet/up_blocks.1.resnets.1.conv_shortcut.bias b/unet/up_blocks.1.resnets.1.conv_shortcut.bias new file mode 100644 index 0000000000000000000000000000000000000000..143647e7d58152a198eeac232323b78b74556b00 --- /dev/null +++ b/unet/up_blocks.1.resnets.1.conv_shortcut.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57978df9cf5b9efc91b0b3cbcec8aa54a3c2dea51a5a74fd74c20b936e997c4d +size 5120 diff --git a/unet/up_blocks.1.resnets.1.conv_shortcut.weight b/unet/up_blocks.1.resnets.1.conv_shortcut.weight new file mode 100644 index 0000000000000000000000000000000000000000..4b237b748187ed730af39f5a887cb225838f8d1f --- /dev/null +++ b/unet/up_blocks.1.resnets.1.conv_shortcut.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b6852d92c56cf630a6cd8309b90842cf62e7e978a7092f97f044ae7d57edd17 +size 13107200 diff --git a/unet/up_blocks.1.resnets.1.time_emb_proj.bias b/unet/up_blocks.1.resnets.1.time_emb_proj.bias new file mode 100644 index 0000000000000000000000000000000000000000..f42f8929a26886d677bdc609fde0fe40e277100d --- /dev/null +++ b/unet/up_blocks.1.resnets.1.time_emb_proj.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f4dedb61a07d8f25273a7ebd666baad10fb86ff5d34b6bfe9539ae9e6cc9c59 +size 5120 diff --git a/unet/up_blocks.1.resnets.1.time_emb_proj.weight b/unet/up_blocks.1.resnets.1.time_emb_proj.weight new file mode 100644 index 0000000000000000000000000000000000000000..9a25d32a1317e23355591d67df122962dcad46b6 --- /dev/null +++ b/unet/up_blocks.1.resnets.1.time_emb_proj.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b86f0500e9a8419b19b62913bd03c10a0e8b596c67b89b7c64e219f0670bda34 +size 6553600 diff --git a/unet/up_blocks.1.resnets.2.conv1.bias b/unet/up_blocks.1.resnets.2.conv1.bias new file mode 100644 index 0000000000000000000000000000000000000000..0d0416b701cae40c45a0c63433c9be2f2b385dfb --- /dev/null +++ b/unet/up_blocks.1.resnets.2.conv1.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00bb2d492be38c36542e7036c42204316ec59dd2e4111d0b0093831050769e01 +size 5120 diff --git a/unet/up_blocks.1.resnets.2.conv1.weight b/unet/up_blocks.1.resnets.2.conv1.weight new file mode 100644 index 0000000000000000000000000000000000000000..6c0a476b84474c2b332598ed1088c6901248aa10 --- /dev/null +++ b/unet/up_blocks.1.resnets.2.conv1.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523b59770a5afeb3db09d1713a6e7878c084b40c8cd009392928e15094ee38a7 +size 88473600 diff --git a/unet/up_blocks.1.resnets.2.conv2.bias b/unet/up_blocks.1.resnets.2.conv2.bias new file mode 100644 index 0000000000000000000000000000000000000000..a3e8b6577e4a9747e2dd82f87f7393b48dc79107 --- /dev/null +++ b/unet/up_blocks.1.resnets.2.conv2.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebddb7dde0f9e27830b9070d2844ae665e7e9c9b3cc77cfcded9bb975fb28f37 +size 5120 diff --git a/unet/up_blocks.1.resnets.2.conv2.weight b/unet/up_blocks.1.resnets.2.conv2.weight new file mode 100644 index 0000000000000000000000000000000000000000..4cfd61421e10461686a4cfe464c6d23aa0112b25 --- /dev/null +++ b/unet/up_blocks.1.resnets.2.conv2.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a8f19f16bd5d26ed009c65d5aab2388ca64668725c7ed9e98e86b74a6317ef8 +size 58982400 diff --git a/unet/up_blocks.1.resnets.2.conv_shortcut.bias b/unet/up_blocks.1.resnets.2.conv_shortcut.bias new file mode 100644 index 0000000000000000000000000000000000000000..b9cd97c64f5ddd2031cc0b2c4ec75eb8ebef89a4 --- /dev/null +++ b/unet/up_blocks.1.resnets.2.conv_shortcut.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88720cfee69002aaf6052132975eaec9c3c069e167c2c45b057ac44513841024 +size 5120 diff --git a/unet/up_blocks.1.resnets.2.conv_shortcut.weight b/unet/up_blocks.1.resnets.2.conv_shortcut.weight new file mode 100644 index 0000000000000000000000000000000000000000..3c0c9c5b4cfdf88dcf30a9de8ad6a2514aaf27be --- /dev/null +++ b/unet/up_blocks.1.resnets.2.conv_shortcut.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d1c405a5ffe2bf0a0933b49541d30866a4bec290da8353edcf95b49030bc411 +size 9830400 diff --git a/unet/up_blocks.1.resnets.2.time_emb_proj.bias b/unet/up_blocks.1.resnets.2.time_emb_proj.bias new file mode 100644 index 0000000000000000000000000000000000000000..8c3db491b2fcac77f63248c09596227eed04a8a1 --- /dev/null +++ b/unet/up_blocks.1.resnets.2.time_emb_proj.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca0a67113bd2f150a6c999dc2962413fd7c427dc34a64ed37cb17b22630384d9 +size 5120 diff --git a/unet/up_blocks.1.resnets.2.time_emb_proj.weight b/unet/up_blocks.1.resnets.2.time_emb_proj.weight new file mode 100644 index 0000000000000000000000000000000000000000..50091b5a3cf891aeda9f4f29efb8e7a53142efb6 --- /dev/null +++ b/unet/up_blocks.1.resnets.2.time_emb_proj.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a5b8a25be793824ba0339a64e93451f4715b20459110ea7bac7cb803d06790 +size 6553600 diff --git a/unet/up_blocks.1.upsamplers.0.conv.bias b/unet/up_blocks.1.upsamplers.0.conv.bias new file mode 100644 index 0000000000000000000000000000000000000000..3216767f728117de67fdd7b5ee9a69bcf421cabd --- /dev/null +++ b/unet/up_blocks.1.upsamplers.0.conv.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d0905a8fad21caf297e16e17633f19a5f086ccb9e6cf9d18e6a458ef5c157e +size 5120 diff --git a/unet/up_blocks.1.upsamplers.0.conv.weight b/unet/up_blocks.1.upsamplers.0.conv.weight new file mode 100644 index 0000000000000000000000000000000000000000..fe06bbc6143a0b76f26139726e9a9368ea6cc1e0 --- /dev/null +++ b/unet/up_blocks.1.upsamplers.0.conv.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78464332317b0f58d7446a952ef951d053fef5fa764f73612aeccf1d45aa9dfd +size 58982400 diff --git a/unet/up_blocks.2.attentions.0.proj_in.weight b/unet/up_blocks.2.attentions.0.proj_in.weight new file mode 100644 index 0000000000000000000000000000000000000000..59dbeba436989635b2b0bbaa96cdb4d74aaa7544 --- /dev/null +++ b/unet/up_blocks.2.attentions.0.proj_in.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c543f5a8dd5f69cf21ce8194f515160f95a61f75611ead9b8a14586bd113c4c +size 1638400 diff --git a/unet/up_blocks.2.attentions.0.proj_out.weight b/unet/up_blocks.2.attentions.0.proj_out.weight new file mode 100644 index 0000000000000000000000000000000000000000..ff6927a2e316efe777169cfc04bf9f42e0814438 --- /dev/null +++ b/unet/up_blocks.2.attentions.0.proj_out.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c673d355ff926cad3854c85b4ced2fb012142a77296ebbbc18efecc74e4476b4 +size 1638400 diff --git a/unet/up_blocks.2.attentions.0.transformer_blocks.0.ff.net.0.proj.bias b/unet/up_blocks.2.attentions.0.transformer_blocks.0.ff.net.0.proj.bias new file mode 100644 index 0000000000000000000000000000000000000000..32ab501837f0d16117e93c8f6399ea3c2900d852 --- /dev/null +++ b/unet/up_blocks.2.attentions.0.transformer_blocks.0.ff.net.0.proj.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:837d0eb9408eb72ed2bcd446e4dd47012d90eb1d7b0cdab90e7c89fa27526d74 +size 20480 diff --git a/unet/up_blocks.2.attentions.1.proj_in.weight b/unet/up_blocks.2.attentions.1.proj_in.weight new file mode 100644 index 0000000000000000000000000000000000000000..5e5d1b9594c570325075834f41560952d5aa917a --- /dev/null +++ b/unet/up_blocks.2.attentions.1.proj_in.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ef0486b1783ecae411b99e8a00d8709af34fb3e5e44e4c0accd513e05896a2 +size 1638400 diff --git a/unet/up_blocks.2.attentions.1.proj_out.weight b/unet/up_blocks.2.attentions.1.proj_out.weight new file mode 100644 index 0000000000000000000000000000000000000000..3cf619ad78df4414b162264110d08b0bb68802e7 --- /dev/null +++ b/unet/up_blocks.2.attentions.1.proj_out.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2c3924ab9f6fa98fced767620b8dcaed02e6bc1a792c4f3c030225cebcb179 +size 1638400 diff --git a/unet/up_blocks.2.attentions.1.transformer_blocks.0.ff.net.0.proj.bias b/unet/up_blocks.2.attentions.1.transformer_blocks.0.ff.net.0.proj.bias new file mode 100644 index 0000000000000000000000000000000000000000..9751c6cca5543a19fbe4b4cb6111f8b5584f9199 --- /dev/null +++ b/unet/up_blocks.2.attentions.1.transformer_blocks.0.ff.net.0.proj.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efcbb0d2cd0053764760160c386029e7270624d08affca020b780f96c0d5bc95 +size 20480 diff --git a/unet/up_blocks.2.attentions.2.proj_in.weight b/unet/up_blocks.2.attentions.2.proj_in.weight new file mode 100644 index 0000000000000000000000000000000000000000..d31573681cd1715b4ceebee3670157c57c105a86 --- /dev/null +++ b/unet/up_blocks.2.attentions.2.proj_in.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b77f43d24dc717db27ee8b501d77a4b5558955ac54ce3374c3ad06e13e11dd +size 1638400 diff --git a/unet/up_blocks.2.attentions.2.proj_out.weight b/unet/up_blocks.2.attentions.2.proj_out.weight new file mode 100644 index 0000000000000000000000000000000000000000..84f425b07ffee14798ddeba54f8641c0bd2815de --- /dev/null +++ b/unet/up_blocks.2.attentions.2.proj_out.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e733b0fcd5b57edf706bed7c52e5e0d30c1423f7f59dbc2528f8c00e476971 +size 1638400 diff --git a/unet/up_blocks.2.attentions.2.transformer_blocks.0.ff.net.0.proj.bias b/unet/up_blocks.2.attentions.2.transformer_blocks.0.ff.net.0.proj.bias new file mode 100644 index 0000000000000000000000000000000000000000..bb8c29bd18fb1740cbb40f0af24ffce1d187601e --- /dev/null +++ b/unet/up_blocks.2.attentions.2.transformer_blocks.0.ff.net.0.proj.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29409030d586f6a4e7d6f118366dc025b51760c9b98904a0b4c0236d166bedda +size 20480 diff --git a/unet/up_blocks.2.resnets.0.conv1.weight b/unet/up_blocks.2.resnets.0.conv1.weight new file mode 100644 index 0000000000000000000000000000000000000000..be139a21343356dd656854b95cebac099021bc08 --- /dev/null +++ b/unet/up_blocks.2.resnets.0.conv1.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56f1de3ce2dda94d07c40dca61a95eb1207ad0eafef9bfc06764f9eef255d418 +size 44236800 diff --git a/unet/up_blocks.2.resnets.0.conv2.weight b/unet/up_blocks.2.resnets.0.conv2.weight new file mode 100644 index 0000000000000000000000000000000000000000..5364689967aad488db72e5a72279b36632389521 --- /dev/null +++ b/unet/up_blocks.2.resnets.0.conv2.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:718d419dc726d58a291a87503c30a9a47c75e9e2af6601ab8c6119b0e95a8f9d +size 14745600 diff --git a/unet/up_blocks.2.resnets.0.conv_shortcut.weight b/unet/up_blocks.2.resnets.0.conv_shortcut.weight new file mode 100644 index 0000000000000000000000000000000000000000..22e8838b054efeafcdea10993823ce92536ecf53 --- /dev/null +++ b/unet/up_blocks.2.resnets.0.conv_shortcut.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62908db848ef27d48a01937de99c5a75450568452ce0fe26298973e1dcebb98b +size 4915200 diff --git a/unet/up_blocks.2.resnets.0.time_emb_proj.weight b/unet/up_blocks.2.resnets.0.time_emb_proj.weight new file mode 100644 index 0000000000000000000000000000000000000000..f0107ffddd70a9e34f74aeb97cbfa7ec48116f92 --- /dev/null +++ b/unet/up_blocks.2.resnets.0.time_emb_proj.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34ed64cd55398eda9febb8177de610129e4f6c44dff817c819fe7a6dfa01e698 +size 3276800 diff --git a/unet/up_blocks.2.resnets.1.conv1.weight b/unet/up_blocks.2.resnets.1.conv1.weight new file mode 100644 index 0000000000000000000000000000000000000000..3456b2c13ac3a5688fabad83d9a6095ddbb06e57 --- /dev/null +++ b/unet/up_blocks.2.resnets.1.conv1.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ebedec4c1c49f2ffa1d045bf653704c21a4eb184e3e91df19c1059fd2fcb7b0 +size 29491200 diff --git a/unet/up_blocks.2.resnets.1.conv2.weight b/unet/up_blocks.2.resnets.1.conv2.weight new file mode 100644 index 0000000000000000000000000000000000000000..1bcb3288ba781ddcfe1eb951fd4efeed18f6bd56 --- /dev/null +++ b/unet/up_blocks.2.resnets.1.conv2.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50991095707376852873d084fb0324b6d0473901f8bac57a12d25914f17b4ce +size 14745600 diff --git a/unet/up_blocks.2.resnets.1.conv_shortcut.weight b/unet/up_blocks.2.resnets.1.conv_shortcut.weight new file mode 100644 index 0000000000000000000000000000000000000000..480e31e9866437e2aa10468c792c392934457852 --- /dev/null +++ b/unet/up_blocks.2.resnets.1.conv_shortcut.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3abd1854f3b15848e67d9d7c5887768d832f2fca2f96b6776b7f9f81704d9974 +size 3276800 diff --git a/unet/up_blocks.2.resnets.1.time_emb_proj.weight b/unet/up_blocks.2.resnets.1.time_emb_proj.weight new file mode 100644 index 0000000000000000000000000000000000000000..d52a2b96aa1db22fe29ed52bac3ae5877850683d --- /dev/null +++ b/unet/up_blocks.2.resnets.1.time_emb_proj.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8090fc80112d34019e30cb14a3de5cb6d1993d92b9e02910aca19bafb400281 +size 3276800 diff --git a/unet/up_blocks.2.resnets.2.conv1.weight b/unet/up_blocks.2.resnets.2.conv1.weight new file mode 100644 index 0000000000000000000000000000000000000000..ebe92e143f895e19ce53154a06e9014f8138a9b1 --- /dev/null +++ b/unet/up_blocks.2.resnets.2.conv1.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f17736edec157a3ceddb0d19a2c8989da6dae0452651514374b6d04a85fa567 +size 22118400 diff --git a/unet/up_blocks.2.resnets.2.conv2.weight b/unet/up_blocks.2.resnets.2.conv2.weight new file mode 100644 index 0000000000000000000000000000000000000000..03c12645db55e2c0fa962a514722a64a79c3b510 --- /dev/null +++ b/unet/up_blocks.2.resnets.2.conv2.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf232ef48c99dc85a3ccaf84b451eecf6596feffd0fe4b2d84cda249c6e179e8 +size 14745600 diff --git a/unet/up_blocks.2.resnets.2.conv_shortcut.weight b/unet/up_blocks.2.resnets.2.conv_shortcut.weight new file mode 100644 index 0000000000000000000000000000000000000000..e07e7d9c26ba9b83e5baba7b6e24c0d917b7e9dd --- /dev/null +++ b/unet/up_blocks.2.resnets.2.conv_shortcut.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba8d008bc303ae01748aec18a9acad2eb0774cd5325f699e9237090415bdb3bb +size 2457600 diff --git a/unet/up_blocks.2.resnets.2.time_emb_proj.weight b/unet/up_blocks.2.resnets.2.time_emb_proj.weight new file mode 100644 index 0000000000000000000000000000000000000000..367c0169d7f4408cbbf2cd17785a6aadd0991636 --- /dev/null +++ b/unet/up_blocks.2.resnets.2.time_emb_proj.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:117b1b6ef192a817dfa44735e25d221084eee02f09c0bb4981b645e0326cdb50 +size 3276800 diff --git a/unet/up_blocks.2.upsamplers.0.conv.weight b/unet/up_blocks.2.upsamplers.0.conv.weight new file mode 100644 index 0000000000000000000000000000000000000000..9d74e16002bbedb9e6ec781262a78520cbaf7f95 --- /dev/null +++ b/unet/up_blocks.2.upsamplers.0.conv.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc00453566345bc099e7e561df354d99a50491e4256f5378c19bb48171f951c2 +size 14745600 diff --git a/unet/up_blocks.3.attentions.0.proj_in.weight b/unet/up_blocks.3.attentions.0.proj_in.weight new file mode 100644 index 0000000000000000000000000000000000000000..b95532742230fefca2bfd7535823f76490ab9976 --- /dev/null +++ b/unet/up_blocks.3.attentions.0.proj_in.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3b989fae359c0a40500e559afb9a30f3e40fb533101a69c280e24021ae87b77 +size 409600 diff --git a/unet/up_blocks.3.attentions.0.proj_out.weight b/unet/up_blocks.3.attentions.0.proj_out.weight new file mode 100644 index 0000000000000000000000000000000000000000..4c72a28e864bac3a1120d9629c50eba0e3583566 --- /dev/null +++ b/unet/up_blocks.3.attentions.0.proj_out.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a91252e2c3949940eb334f166a6a1e78068304658e7b2dbd1ee3dc43e4fac1 +size 409600 diff --git a/unet/up_blocks.3.attentions.0.transformer_blocks.0.ff.net.0.proj.bias b/unet/up_blocks.3.attentions.0.transformer_blocks.0.ff.net.0.proj.bias new file mode 100644 index 0000000000000000000000000000000000000000..515895682fa68d78ad57b8a3fb1f097c99321f9c --- /dev/null +++ b/unet/up_blocks.3.attentions.0.transformer_blocks.0.ff.net.0.proj.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d1692a62762d9dcb741c7345177790d2a6439b07e75ab5a8d3e6175e0deccb8 +size 10240 diff --git a/unet/up_blocks.3.attentions.1.proj_in.weight b/unet/up_blocks.3.attentions.1.proj_in.weight new file mode 100644 index 0000000000000000000000000000000000000000..420f8340d9335293eef60351b48ff4f67726ffb2 --- /dev/null +++ b/unet/up_blocks.3.attentions.1.proj_in.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3213ec5ceb1030a95cefdb21c7ed2d564a4b176b7759625c199613eead936f05 +size 409600 diff --git a/unet/up_blocks.3.attentions.1.proj_out.weight b/unet/up_blocks.3.attentions.1.proj_out.weight new file mode 100644 index 0000000000000000000000000000000000000000..f746c27e7d2a1a17c8cb3175801f29bc986aabd9 --- /dev/null +++ b/unet/up_blocks.3.attentions.1.proj_out.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b83291bb62a8840b1361120b2f9edeb5fb5fdc88da1cd177f062871285ca841 +size 409600 diff --git a/unet/up_blocks.3.attentions.1.transformer_blocks.0.ff.net.0.proj.bias b/unet/up_blocks.3.attentions.1.transformer_blocks.0.ff.net.0.proj.bias new file mode 100644 index 0000000000000000000000000000000000000000..396271a41667f2ff343bd34474b5e4ebf965f96e --- /dev/null +++ b/unet/up_blocks.3.attentions.1.transformer_blocks.0.ff.net.0.proj.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06baf211ceef9820ff72684439d5b8e71788ea9083d4750f1322c8eea607fd15 +size 10240 diff --git a/unet/up_blocks.3.attentions.2.proj_in.weight b/unet/up_blocks.3.attentions.2.proj_in.weight new file mode 100644 index 0000000000000000000000000000000000000000..df1758b4477fb3209ada4cde0154dfe035344769 --- /dev/null +++ b/unet/up_blocks.3.attentions.2.proj_in.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f648c4e373687fb4ccb2b1a612379dab7cd8cd16298626c89a1e871502456a7 +size 409600 diff --git a/unet/up_blocks.3.attentions.2.proj_out.weight b/unet/up_blocks.3.attentions.2.proj_out.weight new file mode 100644 index 0000000000000000000000000000000000000000..50eb122275bbf0aff99025d32ebde10fc3682439 --- /dev/null +++ b/unet/up_blocks.3.attentions.2.proj_out.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5bcddf595b130f662d79aaa72a23b17afc86d1ed647a242a6d09939087b9b83 +size 409600 diff --git a/unet/up_blocks.3.attentions.2.transformer_blocks.0.ff.net.0.proj.bias b/unet/up_blocks.3.attentions.2.transformer_blocks.0.ff.net.0.proj.bias new file mode 100644 index 0000000000000000000000000000000000000000..dda4773f18aa14f699698e76417652ca586374ac --- /dev/null +++ b/unet/up_blocks.3.attentions.2.transformer_blocks.0.ff.net.0.proj.bias @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c66f9928f5680e63ca95805951975ae1024bc1746322854aadcb3bccc53590fc +size 10240 diff --git a/unet/up_blocks.3.resnets.0.conv1.weight b/unet/up_blocks.3.resnets.0.conv1.weight new file mode 100644 index 0000000000000000000000000000000000000000..aea6256948a15cdbcf742aa6fc83c8e3daa31f1f --- /dev/null +++ b/unet/up_blocks.3.resnets.0.conv1.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f37a94e82d49b17304aac51e0df2640efcbabe7b20509b1775031a333c6a24d7 +size 11059200 diff --git a/unet/up_blocks.3.resnets.0.conv2.weight b/unet/up_blocks.3.resnets.0.conv2.weight new file mode 100644 index 0000000000000000000000000000000000000000..86a7ed49f41befdd8c26c6469350345d87e74465 --- /dev/null +++ b/unet/up_blocks.3.resnets.0.conv2.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62361e697f628bff04336e90995fa4f0c48b28883fc3811be8ac6d51ba039bed +size 3686400 diff --git a/unet/up_blocks.3.resnets.0.conv_shortcut.weight b/unet/up_blocks.3.resnets.0.conv_shortcut.weight new file mode 100644 index 0000000000000000000000000000000000000000..72d05e5a471454de69608ee41bdaf97b6b8e3a1f --- /dev/null +++ b/unet/up_blocks.3.resnets.0.conv_shortcut.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f57f962b35c59835a9a626abec4dcaff87a3ff06bc66cc5d0327f308e5bb33 +size 1228800 diff --git a/unet/up_blocks.3.resnets.0.time_emb_proj.weight b/unet/up_blocks.3.resnets.0.time_emb_proj.weight new file mode 100644 index 0000000000000000000000000000000000000000..e2368266a7f0face1d13374c43fae20e3d88a25c --- /dev/null +++ b/unet/up_blocks.3.resnets.0.time_emb_proj.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb9d5832c68b28857cfa406ff6c0ae48aafb86f807aa2f15cf0dbf00b22313cd +size 1638400 diff --git a/unet/up_blocks.3.resnets.1.conv1.weight b/unet/up_blocks.3.resnets.1.conv1.weight new file mode 100644 index 0000000000000000000000000000000000000000..fc71a5a2ac50ff9a806a9fd3c04615eaae69c95a --- /dev/null +++ b/unet/up_blocks.3.resnets.1.conv1.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16108a74c0b858bea17cc81e908b93a7125ddcc9989b2f1e0dc786acb9d7187e +size 7372800 diff --git a/unet/up_blocks.3.resnets.1.conv2.weight b/unet/up_blocks.3.resnets.1.conv2.weight new file mode 100644 index 0000000000000000000000000000000000000000..b823795748e01c018196b18f17c732ff3c82567f --- /dev/null +++ b/unet/up_blocks.3.resnets.1.conv2.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c930444f5448fd6b0c08b03b8ca01abb1e3550e419d2db82fe3a316aa79fd7 +size 3686400 diff --git a/unet/up_blocks.3.resnets.1.conv_shortcut.weight b/unet/up_blocks.3.resnets.1.conv_shortcut.weight new file mode 100644 index 0000000000000000000000000000000000000000..517eb5116d165410c572ad21b9baca94aa1e1507 --- /dev/null +++ b/unet/up_blocks.3.resnets.1.conv_shortcut.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84630619b24c047d6ee7013465e2c913d9f211eea1e5b83a4d1fcac43cbc9170 +size 819200 diff --git a/unet/up_blocks.3.resnets.1.time_emb_proj.weight b/unet/up_blocks.3.resnets.1.time_emb_proj.weight new file mode 100644 index 0000000000000000000000000000000000000000..f181d06acad798232351812a0fe4d1e30867d08d --- /dev/null +++ b/unet/up_blocks.3.resnets.1.time_emb_proj.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:564bfb718ff9975893a19892fdf6b7f13f5e64a0686024eb87dbd72818ae230b +size 1638400 diff --git a/unet/up_blocks.3.resnets.2.conv1.weight b/unet/up_blocks.3.resnets.2.conv1.weight new file mode 100644 index 0000000000000000000000000000000000000000..60e6e60792bffdac3b581bc77f373308900143b7 --- /dev/null +++ b/unet/up_blocks.3.resnets.2.conv1.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7264e79586c6e8cdf7f44e3c7c5858ea662fb6e80a6e8c2d7bee8d40f9f29a34 +size 7372800 diff --git a/unet/up_blocks.3.resnets.2.conv2.weight b/unet/up_blocks.3.resnets.2.conv2.weight new file mode 100644 index 0000000000000000000000000000000000000000..33c1e7f0aa0795ee08bffadff2ebc1dceaa64413 --- /dev/null +++ b/unet/up_blocks.3.resnets.2.conv2.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5efd9c97b82c778d40354486450373c7643eb0b24b3caf49f00f900d4afae19e +size 3686400 diff --git a/unet/up_blocks.3.resnets.2.conv_shortcut.weight b/unet/up_blocks.3.resnets.2.conv_shortcut.weight new file mode 100644 index 0000000000000000000000000000000000000000..99f64873dbe62d117e10d344572c406c1d18ba85 --- /dev/null +++ b/unet/up_blocks.3.resnets.2.conv_shortcut.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0253221cb27f103f1aa3c1885fc55cb86838957703312d60e0c717022f247a8 +size 819200 diff --git a/unet/up_blocks.3.resnets.2.time_emb_proj.weight b/unet/up_blocks.3.resnets.2.time_emb_proj.weight new file mode 100644 index 0000000000000000000000000000000000000000..b552577f5d078a05aef9a4c03d5c9dba8d7af901 --- /dev/null +++ b/unet/up_blocks.3.resnets.2.time_emb_proj.weight @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d4830536601a95b11cef05aee40fb2d2dcefeecde64c1db1f487bb44fb97596 +size 1638400 diff --git a/vae/config.json b/vae/config.json deleted file mode 100644 index 1d668d5d6799dea92e03bdd747de2365f8ef2393..0000000000000000000000000000000000000000 --- a/vae/config.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "_class_name": "AutoencoderKL", - "_diffusers_version": "0.2.2", - "act_fn": "silu", - "block_out_channels": [ - 128, - 256, - 512, - 512 - ], - "down_block_types": [ - "DownEncoderBlock2D", - "DownEncoderBlock2D", - "DownEncoderBlock2D", - "DownEncoderBlock2D" - ], - "in_channels": 3, - "latent_channels": 4, - "layers_per_block": 2, - "out_channels": 3, - "sample_size": 512, - "up_block_types": [ - "UpDecoderBlock2D", - "UpDecoderBlock2D", - "UpDecoderBlock2D", - "UpDecoderBlock2D" - ] -} diff --git a/vae/diffusion_pytorch_model.bin b/vae/diffusion_pytorch_model.bin deleted file mode 100644 index 61cd2251b94778221280a2265b093fab4b2287df..0000000000000000000000000000000000000000 --- a/vae/diffusion_pytorch_model.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b134cded8eb78b184aefb8805b6b572f36fa77b255c483665dda931fa0130c5 -size 334707217 diff --git a/vae_decoder/model.onnx b/vae_decoder/model.onnx new file mode 100644 index 0000000000000000000000000000000000000000..ecd1826f0bf41e6906f14bc30b6e10d504d07735 --- /dev/null +++ b/vae_decoder/model.onnx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07bbfa4b3545f738f24a71ef4954d5fb1cd619db47e43c08e3aedfe910fc5044 +size 198025411 diff --git a/vae_encoder/model.onnx b/vae_encoder/model.onnx new file mode 100644 index 0000000000000000000000000000000000000000..187074655d8b909bc2c2b78902585a64a0cbc336 --- /dev/null +++ b/vae_encoder/model.onnx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7268e983d5b00fb8cde539a10f5008356148388c33ecfa3d08bdb0fda503344 +size 136711873