diff --git a/EfficientNetB3_best_model.h5 b/EfficientNetB3_best_model.h5 new file mode 100644 index 0000000000000000000000000000000000000000..e0c79746da688c0b17570b2d4f4a69e8158f772e --- /dev/null +++ b/EfficientNetB3_best_model.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c702c42ec094b3bbab82a00eb50e844c2e3ff19f25a812f716edab023d1ad760 +size 134 diff --git a/feature_extractor/preprocessor_config.json b/feature_extractor/preprocessor_config.json new file mode 100644 index 0000000000000000000000000000000000000000..5294955ff7801083f720b34b55d0f1f51313c5c5 --- /dev/null +++ b/feature_extractor/preprocessor_config.json @@ -0,0 +1,20 @@ +{ + "crop_size": 224, + "do_center_crop": true, + "do_convert_rgb": true, + "do_normalize": true, + "do_resize": true, + "feature_extractor_type": "CLIPFeatureExtractor", + "image_mean": [ + 0.48145466, + 0.4578275, + 0.40821073 + ], + "image_std": [ + 0.26862954, + 0.26130258, + 0.27577711 + ], + "resample": 3, + "size": 224 +} diff --git a/pose_estimations.pkl b/pose_estimations.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b8af2147b810ce238f10b6a09c41ce053b3e6a7a --- /dev/null +++ b/pose_estimations.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dcfdfd15820f2ce60ac80179c067aabf85174b0e2c6dabf23203a76f2a0b1e1 +size 132 diff --git a/safety_checker/config.json b/safety_checker/config.json new file mode 100644 index 0000000000000000000000000000000000000000..5dbd88952e7e521aa665e5052e6db7def3641d03 --- /dev/null +++ b/safety_checker/config.json @@ -0,0 +1,175 @@ +{ + "_commit_hash": "4bb648a606ef040e7685bde262611766a5fdd67b", + "_name_or_path": "CompVis/stable-diffusion-safety-checker", + "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, + "tf_legacy_loss": false, + "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.22.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_channels": 3, + "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, + "tf_legacy_loss": false, + "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.22.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.safetensors b/safety_checker/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..17ee6cfd2b522558c95148d811fe1b4b7eaa99ab --- /dev/null +++ b/safety_checker/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:202da5e2d9477d6098113bd1603ba8983ab5ceb3522cd621f9abe461e0137b94 +size 135 diff --git a/safety_checker/pytorch_model.bin b/safety_checker/pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..bec150f71e385c458e1df46eb99b48442aa07524 --- /dev/null +++ b/safety_checker/pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c85428012ca5bc371c1b876e7b3dc12c6b7beedff663037bcb35895f096ae1f +size 135 diff --git a/sample_images/12021D006-Q11@11=person_whole_front.jpg b/sample_images/12021D006-Q11@11=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..be98fb4c13bd25cc3f59bcf75b5f91b7b2eeb731 Binary files /dev/null and b/sample_images/12021D006-Q11@11=person_whole_front.jpg differ diff --git a/sample_images/1MY21D076-A11@12=person_whole_front.jpg b/sample_images/1MY21D076-A11@12=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f1f8c1bb3f33083f0b2c0f7df214e617696878d Binary files /dev/null and b/sample_images/1MY21D076-A11@12=person_whole_front.jpg differ diff --git a/sample_images/1MY21D088-Q11@11=person_whole_front.jpg b/sample_images/1MY21D088-Q11@11=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa217ca80d2e4de0e4cae8e38d60c3ef818cd390 Binary files /dev/null and b/sample_images/1MY21D088-Q11@11=person_whole_front.jpg differ diff --git a/sample_images/1MY21D08A-M11@13=person_whole_front.jpg b/sample_images/1MY21D08A-M11@13=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0745838de71c624eb7e18535bf43aa1cb1401237 Binary files /dev/null and b/sample_images/1MY21D08A-M11@13=person_whole_front.jpg differ diff --git a/sample_images/2WF21E000-A11@2.1=person_whole_front.jpg b/sample_images/2WF21E000-A11@2.1=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d95a113620138770cb04f194ad85b623d6644f93 Binary files /dev/null and b/sample_images/2WF21E000-A11@2.1=person_whole_front.jpg differ diff --git a/sample_images/4AP21D03K-M11@3.4=person_whole_front.jpg b/sample_images/4AP21D03K-M11@3.4=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..252a08f3b334b5a9fbf4fbe0df7e0cb00614308c Binary files /dev/null and b/sample_images/4AP21D03K-M11@3.4=person_whole_front.jpg differ diff --git a/sample_images/4AP21E056-A11@14=person_whole_front.jpg b/sample_images/4AP21E056-A11@14=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6dac67823f384df037fa2674bcfe782f2e63c8a Binary files /dev/null and b/sample_images/4AP21E056-A11@14=person_whole_front.jpg differ diff --git a/sample_images/4BE21D0A3-C11@10=cloth_front.jpg b/sample_images/4BE21D0A3-C11@10=cloth_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c15684d29d1d2d0d8ab51b1af35a870facac99a1 Binary files /dev/null and b/sample_images/4BE21D0A3-C11@10=cloth_front.jpg differ diff --git a/sample_images/4BE21D0A3-K11@10=cloth_front_mask.jpg b/sample_images/4BE21D0A3-K11@10=cloth_front_mask.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc7ade2822f73759764303d5572d2ee38a24d77e Binary files /dev/null and b/sample_images/4BE21D0A3-K11@10=cloth_front_mask.jpg differ diff --git a/sample_images/4JO21E01T-J11@11=person_whole_front.jpg b/sample_images/4JO21E01T-J11@11=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7c46800385dee59e0308d42dcaa7df3dfe4d34f Binary files /dev/null and b/sample_images/4JO21E01T-J11@11=person_whole_front.jpg differ diff --git a/sample_images/4JO21E01T-J11@9=person_whole_side.jpg b/sample_images/4JO21E01T-J11@9=person_whole_side.jpg new file mode 100644 index 0000000000000000000000000000000000000000..572acccf7ec610771e5ab7885a50455eba54ac23 Binary files /dev/null and b/sample_images/4JO21E01T-J11@9=person_whole_side.jpg differ diff --git a/sample_images/4VI21D022-C11@11=person_whole_front.jpg b/sample_images/4VI21D022-C11@11=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e9cfb25feccc68926723335883f03b409cd72fc5 Binary files /dev/null and b/sample_images/4VI21D022-C11@11=person_whole_front.jpg differ diff --git a/sample_images/4VI21D022-C11@9=person_whole_back.jpg b/sample_images/4VI21D022-C11@9=person_whole_back.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6bcdb38341a6c47023b2230f60377af0ff58a9e0 Binary files /dev/null and b/sample_images/4VI21D022-C11@9=person_whole_back.jpg differ diff --git a/sample_images/4VI21D025-K11@11=person_whole_front.jpg b/sample_images/4VI21D025-K11@11=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14456ef62d54338fe953338c6e51bfbaa658db16 Binary files /dev/null and b/sample_images/4VI21D025-K11@11=person_whole_front.jpg differ diff --git a/sample_images/4VI21D02C-K11@29.1=cloth_front.jpg b/sample_images/4VI21D02C-K11@29.1=cloth_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df1801dba17edbef1305f93b4f51b985281f488d Binary files /dev/null and b/sample_images/4VI21D02C-K11@29.1=cloth_front.jpg differ diff --git a/sample_images/7SI21D050-J11@9=person_whole_front.jpg b/sample_images/7SI21D050-J11@9=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..07697cc2d9df53558299d2f546ca91a7dc7619ca Binary files /dev/null and b/sample_images/7SI21D050-J11@9=person_whole_front.jpg differ diff --git a/sample_images/A0Q21C02B-Q11@9=person_whole_front.jpg b/sample_images/A0Q21C02B-Q11@9=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0dd7f70f2de56bdfa92510c80e35cadbfafddb3b Binary files /dev/null and b/sample_images/A0Q21C02B-Q11@9=person_whole_front.jpg differ diff --git a/sample_images/AA321D00O-Q11@9=person_whole_side.jpg b/sample_images/AA321D00O-Q11@9=person_whole_side.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1af3b00aaef3f7a02b483103ab9bb75618d1f506 Binary files /dev/null and b/sample_images/AA321D00O-Q11@9=person_whole_side.jpg differ diff --git a/sample_images/AJ121D048-Q11@9=person_whole_front.jpg b/sample_images/AJ121D048-Q11@9=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..12b608ecce44296828e89a139fcfd995b66b9c8a Binary files /dev/null and b/sample_images/AJ121D048-Q11@9=person_whole_front.jpg differ diff --git a/sample_images/AM321D000-K11@10=cloth_front.jpg b/sample_images/AM321D000-K11@10=cloth_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db6e504bb6f9b96042f5c9d04572dbe2589ea8c8 Binary files /dev/null and b/sample_images/AM321D000-K11@10=cloth_front.jpg differ diff --git a/sample_images/AN621CAK9-B11@9=person_whole_front.jpg b/sample_images/AN621CAK9-B11@9=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33368ec8dd3709d50cca006943d732efb0d46b8a Binary files /dev/null and b/sample_images/AN621CAK9-B11@9=person_whole_front.jpg differ diff --git a/sample_images/AN621D0CY-G11@14.1=person_whole_side.jpg b/sample_images/AN621D0CY-G11@14.1=person_whole_side.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51123c33f7d6b7802d15e8d3dd22486c3545f659 Binary files /dev/null and b/sample_images/AN621D0CY-G11@14.1=person_whole_side.jpg differ diff --git a/sample_images/AN621D0CY-Q11@9=person_whole_front.jpg b/sample_images/AN621D0CY-Q11@9=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..992f4482c83ab39d15c57174e084b8e55df0ddcc Binary files /dev/null and b/sample_images/AN621D0CY-Q11@9=person_whole_front.jpg differ diff --git a/sample_images/AN621DAA0-Q11@10=cloth_front.jpg b/sample_images/AN621DAA0-Q11@10=cloth_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4940962da3e63de70478f8ea208314ed553bcf27 Binary files /dev/null and b/sample_images/AN621DAA0-Q11@10=cloth_front.jpg differ diff --git a/sample_images/AN621EA00-K13@11=person_whole_front.jpg b/sample_images/AN621EA00-K13@11=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eafe42eafa0c0df5584f81a50d9ae0f2afb6a55d Binary files /dev/null and b/sample_images/AN621EA00-K13@11=person_whole_front.jpg differ diff --git a/sample_images/AN621EA2Y-G11@15=person_whole_front.jpg b/sample_images/AN621EA2Y-G11@15=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..80b2bbe178a59cb0c7d917a0a2a2b62ae368e6fe Binary files /dev/null and b/sample_images/AN621EA2Y-G11@15=person_whole_front.jpg differ diff --git a/sample_images/ARC21D007-A12@7=person_half_back.jpg b/sample_images/ARC21D007-A12@7=person_half_back.jpg new file mode 100644 index 0000000000000000000000000000000000000000..711643aa6a4584377119c0a99cb636b475d6c503 Binary files /dev/null and b/sample_images/ARC21D007-A12@7=person_half_back.jpg differ diff --git a/sample_images/ARC21D007-A12@8=person_half_front.jpg b/sample_images/ARC21D007-A12@8=person_half_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4727c42dacb00614f574cdecd4a908c11dc5f7d Binary files /dev/null and b/sample_images/ARC21D007-A12@8=person_half_front.jpg differ diff --git a/sample_images/AX821D000-G11@9=person_whole_front.jpg b/sample_images/AX821D000-G11@9=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..872c2707ed46320286f23e2d38022b6a09246a07 Binary files /dev/null and b/sample_images/AX821D000-G11@9=person_whole_front.jpg differ diff --git a/sample_images/AX821D00G-Q11@9.1=person_whole_front.jpg b/sample_images/AX821D00G-Q11@9.1=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29992092634d9fd0d2a95bf5395dd3a8e0fcbecf Binary files /dev/null and b/sample_images/AX821D00G-Q11@9.1=person_whole_front.jpg differ diff --git a/sample_images/CE321D0LN-I11@13=person_whole_front.jpg b/sample_images/CE321D0LN-I11@13=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..06faa04f532a02e212aa418895342f2c14a49a46 Binary files /dev/null and b/sample_images/CE321D0LN-I11@13=person_whole_front.jpg differ diff --git a/sample_images/CE321D0LR-L11@14=person_whole_front.jpg b/sample_images/CE321D0LR-L11@14=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b97f3a3709b6a65f7c947661f76cf0480519131 Binary files /dev/null and b/sample_images/CE321D0LR-L11@14=person_whole_front.jpg differ diff --git a/sample_images/CE321D0M2-A11@14=person_whole_front.jpg b/sample_images/CE321D0M2-A11@14=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b40f58b02c6b454fa8ed491541d1a5458766115a Binary files /dev/null and b/sample_images/CE321D0M2-A11@14=person_whole_front.jpg differ diff --git a/sample_images/CU721E01G-C11@11.1=cloth_front.jpg b/sample_images/CU721E01G-C11@11.1=cloth_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f51295ea8ae2309fddcf2be4cecdcf47020dcb2e Binary files /dev/null and b/sample_images/CU721E01G-C11@11.1=cloth_front.jpg differ diff --git a/sample_images/DE121D0F5-K11@12=cloth_front.jpg b/sample_images/DE121D0F5-K11@12=cloth_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6153c0c8259d21223bdf913d9e0351772f5d9292 Binary files /dev/null and b/sample_images/DE121D0F5-K11@12=cloth_front.jpg differ diff --git a/sample_images/DOA21E00H-Q11@9=person_whole_front.jpg b/sample_images/DOA21E00H-Q11@9=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bbff34a3ccb79fec1eac12ded5aaa2519cf19b35 Binary files /dev/null and b/sample_images/DOA21E00H-Q11@9=person_whole_front.jpg differ diff --git a/sample_images/DP521D0EL-J11@9=person_whole_side.jpg b/sample_images/DP521D0EL-J11@9=person_whole_side.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a35874b79dbbf609ffedf22a157a9bcb9501dab Binary files /dev/null and b/sample_images/DP521D0EL-J11@9=person_whole_side.jpg differ diff --git a/sample_images/DP521E0PH-T11@13=person_whole_front.jpg b/sample_images/DP521E0PH-T11@13=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..655039fa923cb0355eafd36fc60f45251d916b49 Binary files /dev/null and b/sample_images/DP521E0PH-T11@13=person_whole_front.jpg differ diff --git a/sample_images/DP521E0SD-G11@9=person_whole_front.jpg b/sample_images/DP521E0SD-G11@9=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b929ab3e665b5a697a49200bf063f433c2baefdd Binary files /dev/null and b/sample_images/DP521E0SD-G11@9=person_whole_front.jpg differ diff --git a/sample_images/DP521E0SY-G11@33.1=person_whole_front.jpg b/sample_images/DP521E0SY-G11@33.1=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..974aaa3d494631aa59d2567a4763b611bad3a8ff Binary files /dev/null and b/sample_images/DP521E0SY-G11@33.1=person_whole_front.jpg differ diff --git a/sample_images/DP621E05D-K11@9=person_whole_front.jpg b/sample_images/DP621E05D-K11@9=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..62d8f9c10ddb2efeeee20d043790c971081efafb Binary files /dev/null and b/sample_images/DP621E05D-K11@9=person_whole_front.jpg differ diff --git a/sample_images/DP621E05U-Q11@13=person_whole_front.jpg b/sample_images/DP621E05U-Q11@13=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a22059d2bfbe145d31485ab0ddc585f567c1c09 Binary files /dev/null and b/sample_images/DP621E05U-Q11@13=person_whole_front.jpg differ diff --git a/sample_images/DP721J005-C11@10=cloth_front.jpg b/sample_images/DP721J005-C11@10=cloth_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..43046356b61de91fdc5584d78e1c4d9c14658eb8 Binary files /dev/null and b/sample_images/DP721J005-C11@10=cloth_front.jpg differ diff --git a/sample_images/DP721J005-C11@6=person_whole_back.jpg b/sample_images/DP721J005-C11@6=person_whole_back.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5aa7cd74fd9da1d88c5448df649bc2dc1d9c420 Binary files /dev/null and b/sample_images/DP721J005-C11@6=person_whole_back.jpg differ diff --git a/sample_images/ES421E0D7-Q11@18=person_whole_front.jpg b/sample_images/ES421E0D7-Q11@18=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08a084fc16b6b53ed953853d278bc0f0b342ec32 Binary files /dev/null and b/sample_images/ES421E0D7-Q11@18=person_whole_front.jpg differ diff --git a/sample_images/ES929G08B-K11@6.3=person_whole_side.jpg b/sample_images/ES929G08B-K11@6.3=person_whole_side.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2731def7b3864d8de2b07a1471138a73783ed6aa Binary files /dev/null and b/sample_images/ES929G08B-K11@6.3=person_whole_side.jpg differ diff --git a/sample_images/GE221D01G-A11@11=person_whole_front.jpg b/sample_images/GE221D01G-A11@11=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a33f80f9bbd7a18370b95d74d6c3b3a1ea93c2f5 Binary files /dev/null and b/sample_images/GE221D01G-A11@11=person_whole_front.jpg differ diff --git a/sample_images/GP021D084-M11@12=cloth_front.jpg b/sample_images/GP021D084-M11@12=cloth_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c2e44414468447220e96df88c609229315b5f62 Binary files /dev/null and b/sample_images/GP021D084-M11@12=cloth_front.jpg differ diff --git a/sample_images/GP021D084-Q11@12=cloth_front.jpg b/sample_images/GP021D084-Q11@12=cloth_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..62a6486e9c7ea14f612b98f555f0a565aafda19e Binary files /dev/null and b/sample_images/GP021D084-Q11@12=cloth_front.jpg differ diff --git a/sample_images/GP021D088-C11@9=person_whole_front.jpg b/sample_images/GP021D088-C11@9=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a24363ab3e5e91cefc5a76deee755248262176d Binary files /dev/null and b/sample_images/GP021D088-C11@9=person_whole_front.jpg differ diff --git a/sample_images/GU121D0GJ-Q11@11=person_whole_front.jpg b/sample_images/GU121D0GJ-Q11@11=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bbd907f553dc255d7cb4986625d5f11b4d49602 Binary files /dev/null and b/sample_images/GU121D0GJ-Q11@11=person_whole_front.jpg differ diff --git a/sample_images/GU121D0GR-Q11@10=person_whole_front.jpg b/sample_images/GU121D0GR-Q11@10=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd29fbb61039e4c57cbee4ed5bce616f61cad930 Binary files /dev/null and b/sample_images/GU121D0GR-Q11@10=person_whole_front.jpg differ diff --git a/sample_images/GU121D0GZ-Q11@10=person_whole_front.jpg b/sample_images/GU121D0GZ-Q11@10=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93ee9046bae6c5323ded1d273986868b3d434529 Binary files /dev/null and b/sample_images/GU121D0GZ-Q11@10=person_whole_front.jpg differ diff --git a/sample_images/HI121D0F5-K12@9=person_whole_front.jpg b/sample_images/HI121D0F5-K12@9=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..989123bc1f4c4006e29adfb004872e88b4feea8a Binary files /dev/null and b/sample_images/HI121D0F5-K12@9=person_whole_front.jpg differ diff --git a/sample_images/HI121D0F8-K11@9=person_whole_front.jpg b/sample_images/HI121D0F8-K11@9=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d9082a420ccb147a75c576999409c64590137c1b Binary files /dev/null and b/sample_images/HI121D0F8-K11@9=person_whole_front.jpg differ diff --git a/sample_images/HI121D0G2-Q11@9=person_whole_front.jpg b/sample_images/HI121D0G2-Q11@9=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ba31f03721ebb0f909d1b1f65996c67d5e721bd Binary files /dev/null and b/sample_images/HI121D0G2-Q11@9=person_whole_front.jpg differ diff --git a/sample_images/IV421E018-A11@13=person_whole_front.jpg b/sample_images/IV421E018-A11@13=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55996b5be7652c3a0eb7404dd67b31503f37f976 Binary files /dev/null and b/sample_images/IV421E018-A11@13=person_whole_front.jpg differ diff --git a/sample_images/J2629G02C-K11@11=person_whole_side.jpg b/sample_images/J2629G02C-K11@11=person_whole_side.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41151f8c7c3f2073a806e30ff109b90cd04d4f3d Binary files /dev/null and b/sample_images/J2629G02C-K11@11=person_whole_side.jpg differ diff --git a/sample_images/JY121D01O-K11@9=person_whole_front.jpg b/sample_images/JY121D01O-K11@9=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..381a25a8c7b183b7ae924439f5f3c1354f434613 Binary files /dev/null and b/sample_images/JY121D01O-K11@9=person_whole_front.jpg differ diff --git a/sample_images/JY121D01V-P11@13=person_whole_front.jpg b/sample_images/JY121D01V-P11@13=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d2240c3af7916cce8f4c523e8967e5c1d7ec6c83 Binary files /dev/null and b/sample_images/JY121D01V-P11@13=person_whole_front.jpg differ diff --git a/sample_images/JY121D023-C11@15=person_whole_front.jpg b/sample_images/JY121D023-C11@15=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7595a882bc1638ff3838ab71e918b37b110de273 Binary files /dev/null and b/sample_images/JY121D023-C11@15=person_whole_front.jpg differ diff --git a/sample_images/JY121E03J-G11@11.1=person_whole_front.jpg b/sample_images/JY121E03J-G11@11.1=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..427f7743fda9a1b7a5d99c7029526b3400b37856 Binary files /dev/null and b/sample_images/JY121E03J-G11@11.1=person_whole_front.jpg differ diff --git a/sample_images/JY121E03R-Q11@9=person_whole_front.jpg b/sample_images/JY121E03R-Q11@9=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..46eae9cb4a8cbc7669667aaf11e67c1bfab6218c Binary files /dev/null and b/sample_images/JY121E03R-Q11@9=person_whole_front.jpg differ diff --git a/sample_images/K2021D03U-Q11@9=person_whole_front.jpg b/sample_images/K2021D03U-Q11@9=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a254170b10f185fa6fca82b7dbcaf0c7a56dee19 Binary files /dev/null and b/sample_images/K2021D03U-Q11@9=person_whole_front.jpg differ diff --git a/sample_images/L0S21D00T-I11@7=person_whole_back.jpg b/sample_images/L0S21D00T-I11@7=person_whole_back.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7297c1abacd8bdadff280fc09eef454bfef4192c Binary files /dev/null and b/sample_images/L0S21D00T-I11@7=person_whole_back.jpg differ diff --git a/sample_images/L0U21D025-Q11@14=cloth_front.jpg b/sample_images/L0U21D025-Q11@14=cloth_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5dec3967381bcdef7fdf9227e496d3f41ad311fa Binary files /dev/null and b/sample_images/L0U21D025-Q11@14=cloth_front.jpg differ diff --git a/sample_images/LA221D03A-M11@7=cloth_front.jpg b/sample_images/LA221D03A-M11@7=cloth_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a45cd4f4a62e8e046eab95f815e4c20dbedb12d Binary files /dev/null and b/sample_images/LA221D03A-M11@7=cloth_front.jpg differ diff --git a/sample_images/LA221D03A-O11@2=cloth_front.jpg b/sample_images/LA221D03A-O11@2=cloth_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b69102768d38a5d9a91a58e0c04ba4f6cc2661a2 Binary files /dev/null and b/sample_images/LA221D03A-O11@2=cloth_front.jpg differ diff --git a/sample_images/LE221D04G-G11@8=person_half_front.jpg b/sample_images/LE221D04G-G11@8=person_half_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1bcae3c6fc31e4b1a51dd4b921972846ac630536 Binary files /dev/null and b/sample_images/LE221D04G-G11@8=person_half_front.jpg differ diff --git a/sample_images/LE221D04G-G11@9=person_whole_front.jpg b/sample_images/LE221D04G-G11@9=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7dc8a9bd162c43c65f60f8fa7abea1c4ec8673f Binary files /dev/null and b/sample_images/LE221D04G-G11@9=person_whole_front.jpg differ diff --git a/sample_images/LE221D04J-G11@15.1=cloth_front.jpg b/sample_images/LE221D04J-G11@15.1=cloth_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..655af3c78dbb349387263613e23e3d5b1e27a905 Binary files /dev/null and b/sample_images/LE221D04J-G11@15.1=cloth_front.jpg differ diff --git a/sample_images/M5821D0B8-E11@9=person_whole_front.jpg b/sample_images/M5821D0B8-E11@9=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..697ed24926c016b63b83ea9d987c990e3015923c Binary files /dev/null and b/sample_images/M5821D0B8-E11@9=person_whole_front.jpg differ diff --git a/sample_images/MA321D0DD-Q11@12=cloth_front.jpg b/sample_images/MA321D0DD-Q11@12=cloth_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a45d99942005f0b64c8c613f31d943409efac4b6 Binary files /dev/null and b/sample_images/MA321D0DD-Q11@12=cloth_front.jpg differ diff --git a/sample_images/MA321D0F0-Q11@10=cloth_front.jpg b/sample_images/MA321D0F0-Q11@10=cloth_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b59448f3cf37f82bb5a25869073a17d5c04ec32e Binary files /dev/null and b/sample_images/MA321D0F0-Q11@10=cloth_front.jpg differ diff --git a/sample_images/MF921E06Z-Q11@8=person_half_front.jpg b/sample_images/MF921E06Z-Q11@8=person_half_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e424ba2b7d2fe4797374e56dc64cf8c829a430b0 Binary files /dev/null and b/sample_images/MF921E06Z-Q11@8=person_half_front.jpg differ diff --git a/sample_images/MF921E06Z-Q11@9=person_whole_front.jpg b/sample_images/MF921E06Z-Q11@9=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df4ac09065faa1866d575955654724bb5aafbb37 Binary files /dev/null and b/sample_images/MF921E06Z-Q11@9=person_whole_front.jpg differ diff --git a/sample_images/MF921E088-Q11@8=person_half_front.jpg b/sample_images/MF921E088-Q11@8=person_half_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e750d4d993f4d1cf9c31847689492a696303db03 Binary files /dev/null and b/sample_images/MF921E088-Q11@8=person_half_front.jpg differ diff --git a/sample_images/ON921D006-Q11@9=person_whole_front.jpg b/sample_images/ON921D006-Q11@9=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c963319926fe3c0e7bb9e7885ae2d7df8959d12 Binary files /dev/null and b/sample_images/ON921D006-Q11@9=person_whole_front.jpg differ diff --git a/sample_images/ON921D00G-D11@8=person_half_front.jpg b/sample_images/ON921D00G-D11@8=person_half_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03a3a3e305205ad42296b8947fb978cc8d86bec1 Binary files /dev/null and b/sample_images/ON921D00G-D11@8=person_half_front.jpg differ diff --git a/sample_images/ON921D00G-D11@9=person_whole_front.jpg b/sample_images/ON921D00G-D11@9=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ff60df0784658580a413737303f7727b6aa0eae Binary files /dev/null and b/sample_images/ON921D00G-D11@9=person_whole_front.jpg differ diff --git a/sample_images/PC721D077-K11@15=person_whole_front.jpg b/sample_images/PC721D077-K11@15=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0296b63e4e597e53c724228806d84e6d64cd555 Binary files /dev/null and b/sample_images/PC721D077-K11@15=person_whole_front.jpg differ diff --git a/sample_images/PC721E05A-K12@13=person_whole_front.jpg b/sample_images/PC721E05A-K12@13=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..610d017a791a0309c408c2cdf47370ddcef91ac9 Binary files /dev/null and b/sample_images/PC721E05A-K12@13=person_whole_front.jpg differ diff --git a/sample_images/PC721E07S-K11@9=person_whole_front.jpg b/sample_images/PC721E07S-K11@9=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c43f851ee3a7957963e85fc4651ecf5bc28bccf Binary files /dev/null and b/sample_images/PC721E07S-K11@9=person_whole_front.jpg differ diff --git a/sample_images/PC721J01L-C11@11=person_whole_front.jpg b/sample_images/PC721J01L-C11@11=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7817f425497d463ca2d19bbc30d2da7ad6687851 Binary files /dev/null and b/sample_images/PC721J01L-C11@11=person_whole_front.jpg differ diff --git a/sample_images/PE121D0BE-J11@9=person_whole_front.jpg b/sample_images/PE121D0BE-J11@9=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..711feaf491e81178aa6887e95603b4b7a0838fca Binary files /dev/null and b/sample_images/PE121D0BE-J11@9=person_whole_front.jpg differ diff --git a/sample_images/PK429G002-Q11@11=person_whole_front.jpg b/sample_images/PK429G002-Q11@11=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0c21c44dff8e7705f051ec29f1bc4aa018ceb51 Binary files /dev/null and b/sample_images/PK429G002-Q11@11=person_whole_front.jpg differ diff --git a/sample_images/RI521D074-G11@13=person_whole_front.jpg b/sample_images/RI521D074-G11@13=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fb65e697294508fbadaf636e85d24bbe1620ad7b Binary files /dev/null and b/sample_images/RI521D074-G11@13=person_whole_front.jpg differ diff --git a/sample_images/RI921D03F-C11@9=person_whole_side.jpg b/sample_images/RI921D03F-C11@9=person_whole_side.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5e8ba0520563dbf18bbce65ecc354e714914d59 Binary files /dev/null and b/sample_images/RI921D03F-C11@9=person_whole_side.jpg differ diff --git a/sample_images/RI921D03G-C11@9=person_whole_front.jpg b/sample_images/RI921D03G-C11@9=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ce24152ae2e5497667ba3378f8c0003f2fc5a39 Binary files /dev/null and b/sample_images/RI921D03G-C11@9=person_whole_front.jpg differ diff --git a/sample_images/S2821E06S-K11@12=cloth_front.jpg b/sample_images/S2821E06S-K11@12=cloth_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6fe0eb782278fa575eccbd42f939d88a8f92887b Binary files /dev/null and b/sample_images/S2821E06S-K11@12=cloth_front.jpg differ diff --git a/sample_images/S8521D14N-Q11@1.2=cloth_front.jpg b/sample_images/S8521D14N-Q11@1.2=cloth_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4c1331e84a9cd0565c287051845620f2c5ca258 Binary files /dev/null and b/sample_images/S8521D14N-Q11@1.2=cloth_front.jpg differ diff --git a/sample_images/SC321D00I-G11@8.1=person_half_front.jpg b/sample_images/SC321D00I-G11@8.1=person_half_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11d1739727dc883f7bcf5e45957e3b216f8ccc8c Binary files /dev/null and b/sample_images/SC321D00I-G11@8.1=person_half_front.jpg differ diff --git a/sample_images/TO121D01B-E14@11.1=person_whole_front.jpg b/sample_images/TO121D01B-E14@11.1=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5bc4e1d457d8c8252a6bcd946bcbbaa9934eb1c Binary files /dev/null and b/sample_images/TO121D01B-E14@11.1=person_whole_front.jpg differ diff --git a/sample_images/VE121D0QS-G11@10=cloth_front.jpg b/sample_images/VE121D0QS-G11@10=cloth_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d603af7b3301a13e940a2256291bef83cd5fe123 Binary files /dev/null and b/sample_images/VE121D0QS-G11@10=cloth_front.jpg differ diff --git a/sample_images/VE121D0QS-K13@10=cloth_front.jpg b/sample_images/VE121D0QS-K13@10=cloth_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a2b5f8b60ff4cbd920b790b96dc73b2189ba4f1 Binary files /dev/null and b/sample_images/VE121D0QS-K13@10=cloth_front.jpg differ diff --git a/sample_images/VE121E0XB-J11@9=cloth_front.jpg b/sample_images/VE121E0XB-J11@9=cloth_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff71b81e2e4481e46c6f51b2c33160e6a23686a6 Binary files /dev/null and b/sample_images/VE121E0XB-J11@9=cloth_front.jpg differ diff --git a/sample_images/VE121E0XB-K12@10=cloth_front.jpg b/sample_images/VE121E0XB-K12@10=cloth_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b5b49282512959f7694ed8d40ccd734e3c71edc Binary files /dev/null and b/sample_images/VE121E0XB-K12@10=cloth_front.jpg differ diff --git a/sample_images/ZA821D01E-G11@9=person_whole_back.jpg b/sample_images/ZA821D01E-G11@9=person_whole_back.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b0f64fafcabfa16b21e9db6d2fc4be5c5cf7c71 Binary files /dev/null and b/sample_images/ZA821D01E-G11@9=person_whole_back.jpg differ diff --git a/sample_images/ZA821D01O-G15@8=person_whole_front.jpg b/sample_images/ZA821D01O-G15@8=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c46bfde87cd18954df49a5f5c9e2e9992474c5c Binary files /dev/null and b/sample_images/ZA821D01O-G15@8=person_whole_front.jpg differ diff --git a/sample_images/ZA821D01P-A12@23=person_whole_front.jpg b/sample_images/ZA821D01P-A12@23=person_whole_front.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2c4756ae390ce0e607c06c19cb3cfd79fe52116 Binary files /dev/null and b/sample_images/ZA821D01P-A12@23=person_whole_front.jpg differ diff --git a/scheduler/scheduler_config.json b/scheduler/scheduler_config.json new file mode 100644 index 0000000000000000000000000000000000000000..ba625a540ec1124ecdd97453268d7a8cf62f2e3c --- /dev/null +++ b/scheduler/scheduler_config.json @@ -0,0 +1,14 @@ +{ + "_class_name": "PNDMScheduler", + "_diffusers_version": "0.15.0.dev0", + "beta_end": 0.012, + "beta_schedule": "scaled_linear", + "beta_start": 0.00085, + "clip_sample": false, + "num_train_timesteps": 1000, + "prediction_type": "epsilon", + "set_alpha_to_one": false, + "skip_prk_steps": true, + "steps_offset": 1, + "trained_betas": null +} diff --git a/text_encoder/config.json b/text_encoder/config.json new file mode 100644 index 0000000000000000000000000000000000000000..3548f77c9533f182d267539e3ec30c5735dd6e92 --- /dev/null +++ b/text_encoder/config.json @@ -0,0 +1,25 @@ +{ + "_name_or_path": "/content/models/virtual_try_on", + "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, + "projection_dim": 768, + "torch_dtype": "float16", + "transformers_version": "4.28.1", + "vocab_size": 49408 +} diff --git a/text_encoder/pytorch_model.bin b/text_encoder/pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..885ee3b3a36cd91d47167cde2ac411d4325eddd5 --- /dev/null +++ b/text_encoder/pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9017e7cc5b07aebb46eaa83734a25b166092e968e9c456e35cb33376e0f38bc +size 134 diff --git a/vae/config.json b/vae/config.json new file mode 100644 index 0000000000000000000000000000000000000000..859148bc372f3813086eafd4a41054390d9d6e3a --- /dev/null +++ b/vae/config.json @@ -0,0 +1,31 @@ +{ + "_class_name": "AutoencoderKL", + "_diffusers_version": "0.15.0.dev0", + "_name_or_path": "/content/stable-diffusion-v1-5/vae", + "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, + "norm_num_groups": 32, + "out_channels": 3, + "sample_size": 512, + "scaling_factor": 0.18215, + "up_block_types": [ + "UpDecoderBlock2D", + "UpDecoderBlock2D", + "UpDecoderBlock2D", + "UpDecoderBlock2D" + ] +} diff --git a/vae/diffusion_pytorch_model.bin b/vae/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..fd159663747b09abb4eaa2c8bae5a2dcb32862c5 --- /dev/null +++ b/vae/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46620d30f531e2bbc0e29f6d73f3ff7e9b34bb6811daa004903cacdf59b6c8e9 +size 134