diff --git a/.gitattributes b/.gitattributes index a6344aac8c09253b3b630fb776ae94478aa0275b..55dd2d0da3b096eb50e8bab2a271c2188a9baa97 100644 --- a/.gitattributes +++ b/.gitattributes @@ -33,3 +33,12 @@ 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 +input_data/F24A66A_NATL_1.jpg filter=lfs diff=lfs merge=lfs -text +input_data/F24A66A_NATL_2.jpg filter=lfs diff=lfs merge=lfs -text +input_data/F24A66A_NATL_3.jpg filter=lfs diff=lfs merge=lfs -text +input_data/F24A66A_NATL_4.jpg filter=lfs diff=lfs merge=lfs -text +input_data/F24A66A_NATL_5.jpg filter=lfs diff=lfs merge=lfs -text +input_data/F24A66A_NATL_6.jpg filter=lfs diff=lfs merge=lfs -text +input_data/F24A66A_NATL_7.jpg filter=lfs diff=lfs merge=lfs -text +input_data/F24A66A_NATL_8.jpg filter=lfs diff=lfs merge=lfs -text +input_data/F24A66A_NATL_9.jpg filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..14382a3d20e1131f488299a204537b3e8f834234 --- /dev/null +++ b/README.md @@ -0,0 +1,86 @@ +--- +tags: +- text-to-image +- flux +- lora +- diffusers +- template:sd-lora +- ai-toolkit +widget: +- text: "The image showcases a close-up of a person wearing an intricately designed\ + \ garment JHMGK . The outfit is adorned with a multitude of gold and silver\ + \ sequins, creating a shimmering effect. The fabric appears to be a light,\ + \ possibly off-white or cream color, providing a neutral backdrop for the\ + \ elaborate embellishments. The neckline is deep and scalloped, adding a touch\ + \ of elegance to the design. The sleeves are long and fitted, with the same\ + \ sequin detailing that covers the entire garment. The person is also wearing\ + \ a matching choker necklace and earrings, both featuring large, hexagonal\ + \ gemstones set in gold, which complement the overall look. The camera angle\ + \ is focused on the upper body, with the model looking to the left side, capturing\ + \ the intricate details of the clothing and jewelry. The lighting is soft,\ + \ highlighting the textures and colors of the outfit. \n JHMGK" + output: + url: samples/1728490287508__000001000_0.jpg +- text: 'The image showcases a close-up of a person wearing an intricately designed + garment JHMGK . The outfit is adorned with a multitude of gold and silver + sequins, creating a shimmering effect. The fabric appears to be a light, possibly + off-white or cream color, providing a neutral backdrop for the elaborate embellishments. + The neckline is deep and scalloped, adding a touch of elegance to the design. + The sleeves are long and fitted, with the same sequin detailing that covers + the entire garment. The person is also wearing a matching choker necklace + and earrings, both featuring large, hexagonal gemstones set in gold, which + complement the overall look. The camera angle is focused on the upper body, + with the model looking to the left side, capturing the intricate details of + the clothing and jewelry. The lighting is soft, highlighting the textures + and colors of the outfit. ' + output: + url: samples/1728490310900__000001000_1.jpg +- text: The image showcases a model wearing an intricately designed outfit JHMGK. + The top is a long-sleeved, off-white garment adorned with elaborate gold and + silver embroidery, featuring floral patterns and detailed beadwork. The neckline + is deep and scalloped, adding a touch of elegance. The model's hands are adorned + with a large, ornate ring, complementing the overall look. The skirt is a + flowing, off-white piece with a textured, crinkled fabric. It is embellished + with gold and silver borders at the hem, enhancing its regal appearance. The + background features a patterned wall with floral motifs, adding depth to the + image. The camera angle is side facing, capturing the model's attire and accessories + in side angle in full detail. The lighting is soft, highlighting the intricate + embroidery and the texture of the fabric. [trigger] + output: + url: samples/1728490334289__000001000_2.jpg +base_model: black-forest-labs/FLUX.1-dev +instance_prompt: JHMGK +license: other +license_name: flux-1-dev-non-commercial-license +license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md +--- + +# ad-lahenga1 +Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit) + + +## Trigger words + +You should use `JHMGK` to trigger the image generation. + +## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc. + +Weights for this model are available in Safetensors format. + +[Download](/histin116/ad-lahenga1/tree/main) them in the Files & versions tab. + +## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers) + +```py +from diffusers import AutoPipelineForText2Image +import torch + +pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda') +pipeline.load_lora_weights('histin116/ad-lahenga1', weight_name='ad-lahenga1.safetensors') +image = pipeline('The image showcases a close-up of a person wearing an intricately designed garment JHMGK . The outfit is adorned with a multitude of gold and silver sequins, creating a shimmering effect. The fabric appears to be a light, possibly off-white or cream color, providing a neutral backdrop for the elaborate embellishments. The neckline is deep and scalloped, adding a touch of elegance to the design. The sleeves are long and fitted, with the same sequin detailing that covers the entire garment. The person is also wearing a matching choker necklace and earrings, both featuring large, hexagonal gemstones set in gold, which complement the overall look. The camera angle is focused on the upper body, with the model looking to the left side, capturing the intricate details of the clothing and jewelry. The lighting is soft, highlighting the textures and colors of the outfit. + JHMGK').images[0] +image.save("my_image.png") +``` + +For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters) + diff --git a/ad-lahenga1.safetensors b/ad-lahenga1.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..d0ec6c02ab2aad3a42029f9d172bbdf43ce8f2fc --- /dev/null +++ b/ad-lahenga1.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b18bcabd9b392ffb46f5e152aec8528d7f5e4763165a13a731ca82fb9ae5b48 +size 171969400 diff --git a/ad-lahenga1_000000200.safetensors b/ad-lahenga1_000000200.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..9dc9d26fd063d17bfd9bc3a6f741759608002b43 --- /dev/null +++ b/ad-lahenga1_000000200.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:189b6ef27c7f81ab6a101307a504c1ddc8d462650d26b19294726937eaafb3ec +size 171969400 diff --git a/ad-lahenga1_000000400.safetensors b/ad-lahenga1_000000400.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..155b8f1c3e5b7598df69be25be2c94844f16e5c6 --- /dev/null +++ b/ad-lahenga1_000000400.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00aeff20581c6d1f4c29eb54ef4a3e2f98db91ed29a0c738cb48b60f6654c2bc +size 171969400 diff --git a/ad-lahenga1_000000600.safetensors b/ad-lahenga1_000000600.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..6f311d428ea8ab7f2bf0bd973dc2724add67b0de --- /dev/null +++ b/ad-lahenga1_000000600.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b423b2feb4ebeb5a85ef0322cb095c674beaf697cc72498636a82a44c8b8ca55 +size 171969400 diff --git a/ad-lahenga1_000000800.safetensors b/ad-lahenga1_000000800.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..a370d28335b0c86f561f36ed162493b07702d309 --- /dev/null +++ b/ad-lahenga1_000000800.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba56def84f3e874614c2da472993ac68323427ca1f3842328f52284ef8c06d4f +size 171969400 diff --git a/input_data/.aitk_size.json b/input_data/.aitk_size.json new file mode 100644 index 0000000000000000000000000000000000000000..a5af3cdb0bfc6ebc84bd7f07f7f5724c6ad4f95f --- /dev/null +++ b/input_data/.aitk_size.json @@ -0,0 +1 @@ +{"F24A66A_NATL_6.jpg": [1920, 2880], "F24A66A_NATL_5.jpg": [1920, 2880], "F24A66A_NATL_3.jpg": [1920, 2880], "F24A66A_NATL_1.jpg": [1920, 2880], "F24A66A_NATL_2.jpg": [1920, 2880], "F24A66A_NATL_8.jpg": [1920, 2880], "F24A66A_NATL_4.jpg": [1920, 2880], "F24A66A_NATL_9.jpg": [1920, 2880], "F24A66A_NATL_7.jpg": [1920, 2880]} \ No newline at end of file diff --git a/input_data/F24A66A_NATL_1.jpg b/input_data/F24A66A_NATL_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f213816e702d26e525c8b6f692834e4fb8d4cc99 --- /dev/null +++ b/input_data/F24A66A_NATL_1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0501dab66e91d646e6d8aa3e8b697d72f0f9cf63d91849385d0e1483e5bec0eb +size 3317617 diff --git a/input_data/F24A66A_NATL_2.jpg b/input_data/F24A66A_NATL_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d8ffdc471b909d6528afe04b2ece6cfce440b820 --- /dev/null +++ b/input_data/F24A66A_NATL_2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e34a24985a654d09eca8b03a1602595788ec6640fb20e13b79d0eeb8dcc018e +size 3422566 diff --git a/input_data/F24A66A_NATL_3.jpg b/input_data/F24A66A_NATL_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f2a588d5c8c71bb2fccffa4b7e7b429c13a7a5e --- /dev/null +++ b/input_data/F24A66A_NATL_3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e11345a33fd3209e30c60a3fdb141ebdbd316bdd8f7ff760617574935d1159 +size 2432287 diff --git a/input_data/F24A66A_NATL_4.jpg b/input_data/F24A66A_NATL_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96cc1cb245f9001adbf23cbc9374dac4431a762c --- /dev/null +++ b/input_data/F24A66A_NATL_4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a23f3654f71df12e89ce15370647a32d8d5e4a73264ee64ae3dcf539b823aed1 +size 2805267 diff --git a/input_data/F24A66A_NATL_5.jpg b/input_data/F24A66A_NATL_5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88310de25158b58c18033d77e135c1acfa6b6ab9 --- /dev/null +++ b/input_data/F24A66A_NATL_5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec8bce8b7a3ecf1a52cb103141c54e8c4e758195cc811ea3da379b9d22df866f +size 3965555 diff --git a/input_data/F24A66A_NATL_6.jpg b/input_data/F24A66A_NATL_6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..201ecb72ee0ec6c424be5236d52ce54b187090ef --- /dev/null +++ b/input_data/F24A66A_NATL_6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d32a691cffab2750027304909d436347dd76be61f46113c33773c2e5101ed11 +size 4303733 diff --git a/input_data/F24A66A_NATL_7.jpg b/input_data/F24A66A_NATL_7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e799c3c0679a446912cfb1e582c2840feecfd52 --- /dev/null +++ b/input_data/F24A66A_NATL_7.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:251240c9e269d695e2ab11a030c503451593d4e21c5f0b1ad625c220906b787e +size 3905025 diff --git a/input_data/F24A66A_NATL_8.jpg b/input_data/F24A66A_NATL_8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..700a84c2f0bc593db3a9d0245714eccbcefc4525 --- /dev/null +++ b/input_data/F24A66A_NATL_8.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:683f8adeb48fdae94f5b02a9ac85fe998669e933f823b24df8fa9a78c29f6413 +size 4551677 diff --git a/input_data/F24A66A_NATL_9.jpg b/input_data/F24A66A_NATL_9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ea705a8794f08792de4dcfcf5bc0dfbf1c8e4dd --- /dev/null +++ b/input_data/F24A66A_NATL_9.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2391dd87d4dbc8ab6f3634f4b1d5a10f82c87406ebd0e138cb1d3b14e9b1391d +size 4577572 diff --git a/input_data/metadata.jsonl b/input_data/metadata.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..256d664b85c15d669d03369512ebb4008cd4d021 --- /dev/null +++ b/input_data/metadata.jsonl @@ -0,0 +1,9 @@ +{"file_name": "F24A66A_NATL_1.jpg", "prompt": "The image showcases a traditional Indian garment, likely a lehenga, worn by a model. The outfit is predominantly off-white with intricate gold and silver embroidery. The jacket, which is part of the ensemble, features elaborate floral patterns and is adorned with detailed beadwork and sequins. The lehenga skirt is voluminous and flows gracefully, with a textured fabric that adds depth to the overall look. The hem of the skirt is embellished with gold and silver borders, adding a touch of elegance. The model stands with her hands clasped in front, and the background features a patterned wall that complements the traditional attire. The camera angle is front-facing, capturing the full length of the outfit and allowing a clear view of the intricate details. [trigger]"} +{"file_name": "F24A66A_NATL_2.jpg", "prompt": "The image showcases a woman wearing an intricately designed outfit, viewed from the back. The ensemble consists of a long, flowing skirt and a matching jacket. The skirt is a creamy white color, adorned with a subtle texture that adds depth to its appearance. The hem of the skirt features a decorative border with gold and silver accents, adding a touch of elegance. The jacket is also white, but it is embellished with elaborate embroidery and beadwork, creating a stunning contrast. The embroidery includes floral patterns and intricate designs, primarily in gold and silver thread, which stand out against the white fabric. The jacket has long sleeves and a fitted bodice, which accentuates the wearer's figure. The woman's hair is styled in an elegant updo, and she is accessorized with a necklace and earrings, complementing the overall look. The background is a plain, light-colored wall with a decorative border that features floral motifs, enhancing the visual appeal of the outfit. The camera angle is from behind, capturing the full length of the skirt and the detailed embroidery on the jacket. [trigger]"} +{"file_name": "F24A66A_NATL_3.jpg", "prompt": "The image showcases a model wearing an intricately designed outfit. The top is a long-sleeved, off-white garment adorned with elaborate gold and silver embroidery, featuring floral patterns and detailed beadwork. The neckline is deep and scalloped, adding a touch of elegance. The model's hands are adorned with a large, ornate ring, complementing the overall look. The skirt is a flowing, off-white piece with a textured, crinkled fabric. It is embellished with gold and silver borders at the hem, enhancing its regal appearance. The background features a patterned wall with floral motifs, adding depth to the image. The camera angle is side facing, capturing the model's attire and accessories in side angle in full detail. The lighting is soft, highlighting the intricate embroidery and the texture of the fabric. [trigger]"} +{"file_name": "F24A66A_NATL_4.jpg", "prompt": "The image showcases a traditional Indian garment, likely a lehenga, worn by a model. The outfit features a cream-colored lehenga skirt with intricate gold and silver embroidery along the hem and waistband. The skirt is voluminous and flows gracefully, with a gold and silver border adding a touch of elegance. The blouse is a matching cream color, adorned with elaborate floral embroidery in shades of gold and silver, creating a harmonious and luxurious look. The model is positioned in a three-quarter angle, allowing a clear view of the outfit's design and detailing. The background is a simple, light-colored wall with a decorative border, which complements the garment without drawing attention away from it. The overall composition emphasizes the intricate craftsmanship and the elegant silhouette of the lehenga. [trigger]"} +{"file_name": "F24A66A_NATL_5.jpg", "prompt": "The image showcases a beautifully detailed garment, likely a traditional or ceremonial outfit. The top portion of the outfit is a white or cream-colored blouse with intricate gold and pink floral embroidery. The blouse features a deep V-neckline and long sleeves, adding to its elegance. The embroidery is dense and meticulously crafted, with gold thread and small beads creating a shimmering effect. The blouse is paired with a matching skirt, which appears to be made of a crinkled fabric, adding texture and depth to the overall look. The outfit is accessorized with a gold choker necklace and matching earrings, which complement the embroidery and add a touch of regality. The camera angle is a close-up, focusing on the upper body and the detailed work of the blouse, highlighting the craftsmanship and the luxurious feel of the attire. The background is plain, ensuring that the focus remains solely on the outfit and its intricate details. [trigger]"} +{"file_name": "F24A66A_NATL_6.jpg", "prompt": "The image showcases a detailed and intricately embroidered garment, likely a traditional or ceremonial outfit. The camera angle is from the back, providing a clear view of the elaborate embroidery. The garment features a white base with a rich array of gold and pink threadwork, creating a floral and geometric pattern throughout. The embroidery is dense and covers the entire back, with a slight emphasis on the center, where the design is more concentrated. The sleeves are long and also adorned with the same intricate embroidery, adding to the overall grandeur of the outfit. The bottom part of the garment appears to be a pleated skirt or a similar type of lower garment, which complements the upper part beautifully. The overall design is symmetrical and balanced, with the embroidery meticulously executed to enhance the visual appeal. The outfit is accessorized with a matching necklace and earrings, which add to the elegance and sophistication of the ensemble. [trigger]"} +{"file_name": "F24A66A_NATL_7.jpg", "prompt": "The image showcases a close-up view of a traditional garment, likely a bridal or formal attire, with intricate detailing. The fabric is a light cream color, providing a neutral base for the elaborate embroidery. The embroidery is predominantly gold and pink, featuring floral patterns and motifs that cover the entire visible surface of the garment. The sleeves are long and fitted, with the embroidery extending down the arms. The neckline is adorned with a similar pattern, creating a cohesive design. The garment appears to be a part of a set, possibly a lehenga or an anarkali suit, given the style and the presence of a pleated skirt section visible at the bottom. The camera angle is from the back side, focusing on the upper part of the garment, capturing the detailed craftsmanship and the texture of the fabric. The background is a soft, blurred cream color, ensuring that the attention remains on the garment itself. [trigger]"} +{"file_name": "F24A66A_NATL_8.jpg", "prompt": "The image showcases a close-up of a person wearing an intricately designed garment. The outfit is adorned with a multitude of gold and silver sequins, creating a shimmering effect. The fabric appears to be a light, possibly off-white or cream color, providing a neutral backdrop for the elaborate embellishments. The neckline is deep and scalloped, adding a touch of elegance to the design. The sleeves are long and fitted, with the same sequin detailing that covers the entire garment. The person is also wearing a matching choker necklace and earrings, both featuring large, hexagonal gemstones set in gold, which complement the overall look. The camera angle is focused on the upper body, with the model looking to the left side, capturing the intricate details of the clothing and jewelry. The lighting is soft, highlighting the textures and colors of the outfit. [trigger]"} +{"file_name": "F24A66A_NATL_9.jpg", "prompt": "The image showcases a detailed and intricately embroidered garment, likely a traditional or ceremonial outfit. The fabric appears to be a light, possibly silk or satin, with a creamy white base color. The embroidery is elaborate, featuring a mix of gold and silver threads, along with small, colorful beads and sequins. The design includes floral patterns and geometric motifs, creating a rich and textured appearance. The garment has a deep V-neckline, which is accentuated by the intricate embroidery, and long sleeves that are also heavily embellished. The waist is cinched with a belt, adding to the structured silhouette of the outfit. The overall look is elegant and ornate, suggesting it is intended for a formal or special occasion. The camera angle is a close-up with slightly side angle, with model turning slightly to the right, focusing on the upper part of the garment, and the background is neutral, ensuring the details of the embroidery are the main focus. [trigger]"} diff --git a/samples/1728473803000__000000025_0.jpg b/samples/1728473803000__000000025_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1cfb6a8c62b79a6c928369d199505ffdbb2c1b0b Binary files /dev/null and b/samples/1728473803000__000000025_0.jpg differ diff --git a/samples/1728473826259__000000025_1.jpg b/samples/1728473826259__000000025_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..351a6c8d6b4672a19d05e50de40499cc4b81eb24 Binary files /dev/null and b/samples/1728473826259__000000025_1.jpg differ diff --git a/samples/1728473849530__000000025_2.jpg b/samples/1728473849530__000000025_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..42b3f8f69dfe098c6c231c1df86539017d29dd3b Binary files /dev/null and b/samples/1728473849530__000000025_2.jpg differ diff --git a/samples/1728474217605__000000050_0.jpg b/samples/1728474217605__000000050_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4af4093ca128244e009712a9ccc821b4b834975d Binary files /dev/null and b/samples/1728474217605__000000050_0.jpg differ diff --git a/samples/1728474240881__000000050_1.jpg b/samples/1728474240881__000000050_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..15be7da75a57e5aad21baa87e4c272c15a146861 Binary files /dev/null and b/samples/1728474240881__000000050_1.jpg differ diff --git a/samples/1728474264158__000000050_2.jpg b/samples/1728474264158__000000050_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cbcd59a4d4cac5ddeef6943aa11cfc0c797c1101 Binary files /dev/null and b/samples/1728474264158__000000050_2.jpg differ diff --git a/samples/1728474632658__000000075_0.jpg b/samples/1728474632658__000000075_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29ee676990677efb393ddf87c2563fe6aeb6f19b Binary files /dev/null and b/samples/1728474632658__000000075_0.jpg differ diff --git a/samples/1728474655907__000000075_1.jpg b/samples/1728474655907__000000075_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54d1ed58b58eebd2a652e6c5c7a63b3a10de26d9 Binary files /dev/null and b/samples/1728474655907__000000075_1.jpg differ diff --git a/samples/1728474679159__000000075_2.jpg b/samples/1728474679159__000000075_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96da6642a565b7d53e7b3c6be3ce5e2d861f1ea6 Binary files /dev/null and b/samples/1728474679159__000000075_2.jpg differ diff --git a/samples/1728475062769__000000100_0.jpg b/samples/1728475062769__000000100_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..96d7f64ea2332be1656e45cf8a653b7055cfadcb Binary files /dev/null and b/samples/1728475062769__000000100_0.jpg differ diff --git a/samples/1728475086026__000000100_1.jpg b/samples/1728475086026__000000100_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49a8f184a00fe9ca39f2c2280f3b213887d977d8 Binary files /dev/null and b/samples/1728475086026__000000100_1.jpg differ diff --git a/samples/1728475109291__000000100_2.jpg b/samples/1728475109291__000000100_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0bacaeaca1cf0c05ebb1639f5c61d8dc2901b314 Binary files /dev/null and b/samples/1728475109291__000000100_2.jpg differ diff --git a/samples/1728475482342__000000125_0.jpg b/samples/1728475482342__000000125_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2303d6086753d52bfa0a12a173cb7ea0cb8b378 Binary files /dev/null and b/samples/1728475482342__000000125_0.jpg differ diff --git a/samples/1728475505593__000000125_1.jpg b/samples/1728475505593__000000125_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6793d3127ad37d08862f8fdabbc1568363f75495 Binary files /dev/null and b/samples/1728475505593__000000125_1.jpg differ diff --git a/samples/1728475528846__000000125_2.jpg b/samples/1728475528846__000000125_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..30cb93efe6a30530aa806e3ce95782643780363a Binary files /dev/null and b/samples/1728475528846__000000125_2.jpg differ diff --git a/samples/1728475902094__000000150_0.jpg b/samples/1728475902094__000000150_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02eeb2f7f47b8ed28a577c501cdcb0d44f7359be Binary files /dev/null and b/samples/1728475902094__000000150_0.jpg differ diff --git a/samples/1728475925345__000000150_1.jpg b/samples/1728475925345__000000150_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ac7cdfb2daa83a2622cb2a4b0c91c040a436062 Binary files /dev/null and b/samples/1728475925345__000000150_1.jpg differ diff --git a/samples/1728475948613__000000150_2.jpg b/samples/1728475948613__000000150_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6bdfec81738a0c0af00c17759bcbb9740d558221 Binary files /dev/null and b/samples/1728475948613__000000150_2.jpg differ diff --git a/samples/1728476327898__000000175_0.jpg b/samples/1728476327898__000000175_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ffbd560e89d81328fd4e8ed5f60f7e24a23b284 Binary files /dev/null and b/samples/1728476327898__000000175_0.jpg differ diff --git a/samples/1728476351188__000000175_1.jpg b/samples/1728476351188__000000175_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..752b498fdd4c52cbb24b0144039ffad289a352a4 Binary files /dev/null and b/samples/1728476351188__000000175_1.jpg differ diff --git a/samples/1728476374473__000000175_2.jpg b/samples/1728476374473__000000175_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..787f3f93c9a78355bd7a22ba9c97a7ef61f5d46c Binary files /dev/null and b/samples/1728476374473__000000175_2.jpg differ diff --git a/samples/1728476747795__000000200_0.jpg b/samples/1728476747795__000000200_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2fa08278872678c97347d900ee0438cd8eefec00 Binary files /dev/null and b/samples/1728476747795__000000200_0.jpg differ diff --git a/samples/1728476771090__000000200_1.jpg b/samples/1728476771090__000000200_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70cba4d9be5250f96c3b41964e928e7a35a8eef5 Binary files /dev/null and b/samples/1728476771090__000000200_1.jpg differ diff --git a/samples/1728476794376__000000200_2.jpg b/samples/1728476794376__000000200_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ab7dfd7e1260ccd35ecdec67e02b270fae65f71b Binary files /dev/null and b/samples/1728476794376__000000200_2.jpg differ diff --git a/samples/1728477170281__000000225_0.jpg b/samples/1728477170281__000000225_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f19b9dcccf4213848d6f5e231d9ebe3907ee589e Binary files /dev/null and b/samples/1728477170281__000000225_0.jpg differ diff --git a/samples/1728477193557__000000225_1.jpg b/samples/1728477193557__000000225_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33e0fd791d92656d06d3a36a1feb3d95888e4b69 Binary files /dev/null and b/samples/1728477193557__000000225_1.jpg differ diff --git a/samples/1728477216850__000000225_2.jpg b/samples/1728477216850__000000225_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe9df512b84cc2c20b37d31c9891038755a37fe9 Binary files /dev/null and b/samples/1728477216850__000000225_2.jpg differ diff --git a/samples/1728477601257__000000250_0.jpg b/samples/1728477601257__000000250_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9554d3c182e515a409d2108417f67e9ebcf16e53 Binary files /dev/null and b/samples/1728477601257__000000250_0.jpg differ diff --git a/samples/1728477624537__000000250_1.jpg b/samples/1728477624537__000000250_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1db00ef05287365093e8b67da49e755a6ba6819f Binary files /dev/null and b/samples/1728477624537__000000250_1.jpg differ diff --git a/samples/1728477647831__000000250_2.jpg b/samples/1728477647831__000000250_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e24df52f4386cdddc80b9c26a938a0c71526efad Binary files /dev/null and b/samples/1728477647831__000000250_2.jpg differ diff --git a/samples/1728478016427__000000275_0.jpg b/samples/1728478016427__000000275_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a4b14bd73d187c356a020ea380892af76e73704 Binary files /dev/null and b/samples/1728478016427__000000275_0.jpg differ diff --git a/samples/1728478039717__000000275_1.jpg b/samples/1728478039717__000000275_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..93202e440bd0dfb3c1603d947c1ece0850729a01 Binary files /dev/null and b/samples/1728478039717__000000275_1.jpg differ diff --git a/samples/1728478063011__000000275_2.jpg b/samples/1728478063011__000000275_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8c1c5e6fc6dca3f2beb8103ca40b3b4a01c995c Binary files /dev/null and b/samples/1728478063011__000000275_2.jpg differ diff --git a/samples/1728478447748__000000300_0.jpg b/samples/1728478447748__000000300_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..42329918b8a571530e04763e2cdb74971eccd4ca Binary files /dev/null and b/samples/1728478447748__000000300_0.jpg differ diff --git a/samples/1728478471034__000000300_1.jpg b/samples/1728478471034__000000300_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d59b4559fb597079eb2f802298216be905784d7 Binary files /dev/null and b/samples/1728478471034__000000300_1.jpg differ diff --git a/samples/1728478494328__000000300_2.jpg b/samples/1728478494328__000000300_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20deed20196d5f7e632c907a933e3875702bc6de Binary files /dev/null and b/samples/1728478494328__000000300_2.jpg differ diff --git a/samples/1728478852151__000000325_0.jpg b/samples/1728478852151__000000325_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a24a822a530b263d5f5d9825837a22952634acdf Binary files /dev/null and b/samples/1728478852151__000000325_0.jpg differ diff --git a/samples/1728478875449__000000325_1.jpg b/samples/1728478875449__000000325_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26b37a9fe97a9ead119a7a321e10b28bea721f31 Binary files /dev/null and b/samples/1728478875449__000000325_1.jpg differ diff --git a/samples/1728478898744__000000325_2.jpg b/samples/1728478898744__000000325_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d4a49a4e1081454de227233db5815cc80216934b Binary files /dev/null and b/samples/1728478898744__000000325_2.jpg differ diff --git a/samples/1728479283180__000000350_0.jpg b/samples/1728479283180__000000350_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e352736e82a9c0ad511c9c9108cb6a3f130cf175 Binary files /dev/null and b/samples/1728479283180__000000350_0.jpg differ diff --git a/samples/1728479306482__000000350_1.jpg b/samples/1728479306482__000000350_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d7b2b9e3415aec6a3927f3c8d8aea6ad4c512a7 Binary files /dev/null and b/samples/1728479306482__000000350_1.jpg differ diff --git a/samples/1728479329792__000000350_2.jpg b/samples/1728479329792__000000350_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e94825f2a1989fd2a91c6bfd6567c0beeb1f06e6 Binary files /dev/null and b/samples/1728479329792__000000350_2.jpg differ diff --git a/samples/1728479699066__000000375_0.jpg b/samples/1728479699066__000000375_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea78acbbe7e101c2db4a6c36d08ce4b3cbaf7edc Binary files /dev/null and b/samples/1728479699066__000000375_0.jpg differ diff --git a/samples/1728479722362__000000375_1.jpg b/samples/1728479722362__000000375_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da446ec5a29e8a7bd9319ba756158525d015f808 Binary files /dev/null and b/samples/1728479722362__000000375_1.jpg differ diff --git a/samples/1728479745655__000000375_2.jpg b/samples/1728479745655__000000375_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4b2ddae9356346f99ffb7df8488f2db0deac1f0a Binary files /dev/null and b/samples/1728479745655__000000375_2.jpg differ diff --git a/samples/1728480134803__000000400_0.jpg b/samples/1728480134803__000000400_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e3acb606874766bf0f9f1728301f1e1f012c539c Binary files /dev/null and b/samples/1728480134803__000000400_0.jpg differ diff --git a/samples/1728480158105__000000400_1.jpg b/samples/1728480158105__000000400_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b3609b3aa9f0a6eaf3d3a743602b91143dadb98 Binary files /dev/null and b/samples/1728480158105__000000400_1.jpg differ diff --git a/samples/1728480181393__000000400_2.jpg b/samples/1728480181393__000000400_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79d3e7f304d7f0756fd827f0acdea11ef7710f44 Binary files /dev/null and b/samples/1728480181393__000000400_2.jpg differ diff --git a/samples/1728480552092__000000425_0.jpg b/samples/1728480552092__000000425_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..635e250760ed82b4a134a9e01a96302f58f7bfb9 Binary files /dev/null and b/samples/1728480552092__000000425_0.jpg differ diff --git a/samples/1728480575366__000000425_1.jpg b/samples/1728480575366__000000425_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5c6b51fd769778ead26dd63b905373932f708103 Binary files /dev/null and b/samples/1728480575366__000000425_1.jpg differ diff --git a/samples/1728480598639__000000425_2.jpg b/samples/1728480598639__000000425_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a679135d279580e537b9378bb5dcec266fc06b3 Binary files /dev/null and b/samples/1728480598639__000000425_2.jpg differ diff --git a/samples/1728480983326__000000450_0.jpg b/samples/1728480983326__000000450_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..39da8f735c0437ab22dfdf0f505dc26e3185fa86 Binary files /dev/null and b/samples/1728480983326__000000450_0.jpg differ diff --git a/samples/1728481006617__000000450_1.jpg b/samples/1728481006617__000000450_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..258bcb801e774fcfca6c10c7faeec0027d99116c Binary files /dev/null and b/samples/1728481006617__000000450_1.jpg differ diff --git a/samples/1728481029909__000000450_2.jpg b/samples/1728481029909__000000450_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8dd50811bbfd6e5e7ddb15b648f24b44359a8d20 Binary files /dev/null and b/samples/1728481029909__000000450_2.jpg differ diff --git a/samples/1728481398744__000000475_0.jpg b/samples/1728481398744__000000475_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..700d9cf16066290b7f44725cd393d2ce07e644f2 Binary files /dev/null and b/samples/1728481398744__000000475_0.jpg differ diff --git a/samples/1728481422045__000000475_1.jpg b/samples/1728481422045__000000475_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b15df3d15b8f74998d690b292a865f7b04144ecd Binary files /dev/null and b/samples/1728481422045__000000475_1.jpg differ diff --git a/samples/1728481445351__000000475_2.jpg b/samples/1728481445351__000000475_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89ec83e593035a3a4574b06276a3149f50b1316b Binary files /dev/null and b/samples/1728481445351__000000475_2.jpg differ diff --git a/samples/1728481819079__000000500_0.jpg b/samples/1728481819079__000000500_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc49d622b66990e847550502fda17abd941c74a9 Binary files /dev/null and b/samples/1728481819079__000000500_0.jpg differ diff --git a/samples/1728481842393__000000500_1.jpg b/samples/1728481842393__000000500_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ca81c59763ab84f3547623b41b5dad4073f2dc0 Binary files /dev/null and b/samples/1728481842393__000000500_1.jpg differ diff --git a/samples/1728481865695__000000500_2.jpg b/samples/1728481865695__000000500_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b98702ac5d824075d644a90c594f3cb8b7cb613e Binary files /dev/null and b/samples/1728481865695__000000500_2.jpg differ diff --git a/samples/1728482250866__000000525_0.jpg b/samples/1728482250866__000000525_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d928d54e2c449ce40e221fa8b27e2e1cf14f94a Binary files /dev/null and b/samples/1728482250866__000000525_0.jpg differ diff --git a/samples/1728482274181__000000525_1.jpg b/samples/1728482274181__000000525_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf736a043245d906a8c5c864fec21536297cff4d Binary files /dev/null and b/samples/1728482274181__000000525_1.jpg differ diff --git a/samples/1728482297488__000000525_2.jpg b/samples/1728482297488__000000525_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e977821e3991a65c23243d03ef75acfd1fb8a272 Binary files /dev/null and b/samples/1728482297488__000000525_2.jpg differ diff --git a/samples/1728482671456__000000550_0.jpg b/samples/1728482671456__000000550_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f45056590ab7b41c883e1484fcd0f72932f894da Binary files /dev/null and b/samples/1728482671456__000000550_0.jpg differ diff --git a/samples/1728482694808__000000550_1.jpg b/samples/1728482694808__000000550_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c2521025f33ed2414e02781510d324a05e7b779 Binary files /dev/null and b/samples/1728482694808__000000550_1.jpg differ diff --git a/samples/1728482718152__000000550_2.jpg b/samples/1728482718152__000000550_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..feb34fdfafefd83da9c7c0694e01d9e6097a54da Binary files /dev/null and b/samples/1728482718152__000000550_2.jpg differ diff --git a/samples/1728483087564__000000575_0.jpg b/samples/1728483087564__000000575_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..066d5828b4039229667bab854e2f39ad290cbd08 Binary files /dev/null and b/samples/1728483087564__000000575_0.jpg differ diff --git a/samples/1728483110894__000000575_1.jpg b/samples/1728483110894__000000575_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b4bf96001e7470d11de221372d935ec45fb9928 Binary files /dev/null and b/samples/1728483110894__000000575_1.jpg differ diff --git a/samples/1728483134232__000000575_2.jpg b/samples/1728483134232__000000575_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8bd3bc18abec47e14f900efd9f246d9208e9002a Binary files /dev/null and b/samples/1728483134232__000000575_2.jpg differ diff --git a/samples/1728483503746__000000600_0.jpg b/samples/1728483503746__000000600_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2619bea7e8c5e83f9afe3e95cc13ab6bf024820 Binary files /dev/null and b/samples/1728483503746__000000600_0.jpg differ diff --git a/samples/1728483527056__000000600_1.jpg b/samples/1728483527056__000000600_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dd6dc1ad965d1da8c0b8af164e34c5db59f7177a Binary files /dev/null and b/samples/1728483527056__000000600_1.jpg differ diff --git a/samples/1728483550392__000000600_2.jpg b/samples/1728483550392__000000600_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5b579278fe6eebde96de363012ae8df124cf2a2 Binary files /dev/null and b/samples/1728483550392__000000600_2.jpg differ diff --git a/samples/1728483937843__000000625_0.jpg b/samples/1728483937843__000000625_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb37f3d05c0571f38d8440b906b306e5b34dd766 Binary files /dev/null and b/samples/1728483937843__000000625_0.jpg differ diff --git a/samples/1728483961194__000000625_1.jpg b/samples/1728483961194__000000625_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0d9702aba59ef4ad501079612bf4dbbdc25841d Binary files /dev/null and b/samples/1728483961194__000000625_1.jpg differ diff --git a/samples/1728483984547__000000625_2.jpg b/samples/1728483984547__000000625_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..77dfcde43b139e2cbefc1df585316f59900f2992 Binary files /dev/null and b/samples/1728483984547__000000625_2.jpg differ diff --git a/samples/1728484359100__000000650_0.jpg b/samples/1728484359100__000000650_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c0ababbd20eace58bc6b176881961630a51597a1 Binary files /dev/null and b/samples/1728484359100__000000650_0.jpg differ diff --git a/samples/1728484382446__000000650_1.jpg b/samples/1728484382446__000000650_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..01eb6567b2135cdc6006681e6d5a84c82d33b26c Binary files /dev/null and b/samples/1728484382446__000000650_1.jpg differ diff --git a/samples/1728484405793__000000650_2.jpg b/samples/1728484405793__000000650_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..871146fbc4d5bcb58280d0cd937fb2867d4b2fb9 Binary files /dev/null and b/samples/1728484405793__000000650_2.jpg differ diff --git a/samples/1728484780646__000000675_0.jpg b/samples/1728484780646__000000675_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4d13eddfd3a60b91af4f1cb7849e1110d0e15ba3 Binary files /dev/null and b/samples/1728484780646__000000675_0.jpg differ diff --git a/samples/1728484803977__000000675_1.jpg b/samples/1728484803977__000000675_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..706175968e42d29dbcb07da3894eaa1e1f22ad86 Binary files /dev/null and b/samples/1728484803977__000000675_1.jpg differ diff --git a/samples/1728484827321__000000675_2.jpg b/samples/1728484827321__000000675_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4757989069efeefca110e94887b89600394b1287 Binary files /dev/null and b/samples/1728484827321__000000675_2.jpg differ diff --git a/samples/1728485207799__000000700_0.jpg b/samples/1728485207799__000000700_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9079680ad2a515778488da00e259e15dd9061602 Binary files /dev/null and b/samples/1728485207799__000000700_0.jpg differ diff --git a/samples/1728485231138__000000700_1.jpg b/samples/1728485231138__000000700_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a80a82e04bf1ad421f9ec8d8317536383629ccc4 Binary files /dev/null and b/samples/1728485231138__000000700_1.jpg differ diff --git a/samples/1728485254484__000000700_2.jpg b/samples/1728485254484__000000700_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ca86346ce4cba316a30d2d596d49ca3545746c8 Binary files /dev/null and b/samples/1728485254484__000000700_2.jpg differ diff --git a/samples/1728485629035__000000725_0.jpg b/samples/1728485629035__000000725_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db79a95715de07fb45e9d2cf3d8b3803aab6e4e5 Binary files /dev/null and b/samples/1728485629035__000000725_0.jpg differ diff --git a/samples/1728485652385__000000725_1.jpg b/samples/1728485652385__000000725_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d9ff4f450e4c4e10e858987c9a4fbf89e030cad Binary files /dev/null and b/samples/1728485652385__000000725_1.jpg differ diff --git a/samples/1728485675738__000000725_2.jpg b/samples/1728485675738__000000725_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..70207887dbf8a6d9de9050f6dc4c606c601c85b0 Binary files /dev/null and b/samples/1728485675738__000000725_2.jpg differ diff --git a/samples/1728486050686__000000750_0.jpg b/samples/1728486050686__000000750_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d0be7c2b8da3dedf80463873cc06989701a3cdef Binary files /dev/null and b/samples/1728486050686__000000750_0.jpg differ diff --git a/samples/1728486074048__000000750_1.jpg b/samples/1728486074048__000000750_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38ee3745af8d9872a1b5210cdfbe856ddc9b1618 Binary files /dev/null and b/samples/1728486074048__000000750_1.jpg differ diff --git a/samples/1728486097415__000000750_2.jpg b/samples/1728486097415__000000750_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b89669bbf3bfe3e331f03ac8ece0e0c60a735fab Binary files /dev/null and b/samples/1728486097415__000000750_2.jpg differ diff --git a/samples/1728486483091__000000775_0.jpg b/samples/1728486483091__000000775_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3668a25673674052e1f0d2bfb0a8c632f3a77901 Binary files /dev/null and b/samples/1728486483091__000000775_0.jpg differ diff --git a/samples/1728486506459__000000775_1.jpg b/samples/1728486506459__000000775_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af20c8527bd40c164ecf79f21896a3fa0b392626 Binary files /dev/null and b/samples/1728486506459__000000775_1.jpg differ diff --git a/samples/1728486529815__000000775_2.jpg b/samples/1728486529815__000000775_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fdf55abf11d7347e829ed318473892f29fe77ab4 Binary files /dev/null and b/samples/1728486529815__000000775_2.jpg differ diff --git a/samples/1728486899737__000000800_0.jpg b/samples/1728486899737__000000800_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ddfd1f1797f269d348dae24b6d85ef77a757704d Binary files /dev/null and b/samples/1728486899737__000000800_0.jpg differ diff --git a/samples/1728486923103__000000800_1.jpg b/samples/1728486923103__000000800_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33fecee243073f6d88808ff70544edfa0a1d6f68 Binary files /dev/null and b/samples/1728486923103__000000800_1.jpg differ diff --git a/samples/1728486946469__000000800_2.jpg b/samples/1728486946469__000000800_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a02368ebcdb8c47dfed106a1b7de07e80493dfd3 Binary files /dev/null and b/samples/1728486946469__000000800_2.jpg differ diff --git a/samples/1728487323300__000000825_0.jpg b/samples/1728487323300__000000825_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eb64e017cdc26e8539f25bcaacc160e93436e212 Binary files /dev/null and b/samples/1728487323300__000000825_0.jpg differ diff --git a/samples/1728487346668__000000825_1.jpg b/samples/1728487346668__000000825_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4d824dafe6e3eae6d445cfb53e3c1c87a11e125 Binary files /dev/null and b/samples/1728487346668__000000825_1.jpg differ diff --git a/samples/1728487370018__000000825_2.jpg b/samples/1728487370018__000000825_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0ec48e256993875312c8ea4a3ce396306d8e427 Binary files /dev/null and b/samples/1728487370018__000000825_2.jpg differ diff --git a/samples/1728487751070__000000850_0.jpg b/samples/1728487751070__000000850_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4939b2004867d0f3a9d9115b8293c84ca08a697 Binary files /dev/null and b/samples/1728487751070__000000850_0.jpg differ diff --git a/samples/1728487774465__000000850_1.jpg b/samples/1728487774465__000000850_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f36b1248b5cda0008e13f7803832e6465b8da8a Binary files /dev/null and b/samples/1728487774465__000000850_1.jpg differ diff --git a/samples/1728487797877__000000850_2.jpg b/samples/1728487797877__000000850_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4fd40756f50f121799676873ff22f7ddce28fc31 Binary files /dev/null and b/samples/1728487797877__000000850_2.jpg differ diff --git a/samples/1728488173217__000000875_0.jpg b/samples/1728488173217__000000875_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cc917bf6aff6016986a9a5521b62d7918eadb1c5 Binary files /dev/null and b/samples/1728488173217__000000875_0.jpg differ diff --git a/samples/1728488196606__000000875_1.jpg b/samples/1728488196606__000000875_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55b6bdfc22d80ff49617b736b035d38f67ae6447 Binary files /dev/null and b/samples/1728488196606__000000875_1.jpg differ diff --git a/samples/1728488219987__000000875_2.jpg b/samples/1728488219987__000000875_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff3fe445a29a784565a0ab255a0d6a1ed0151723 Binary files /dev/null and b/samples/1728488219987__000000875_2.jpg differ diff --git a/samples/1728488590375__000000900_0.jpg b/samples/1728488590375__000000900_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3fbb9998b657e6787573037e5abd25596c100c9f Binary files /dev/null and b/samples/1728488590375__000000900_0.jpg differ diff --git a/samples/1728488613738__000000900_1.jpg b/samples/1728488613738__000000900_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9052c024464025b991b0c2a3bef72523b9bcaf06 Binary files /dev/null and b/samples/1728488613738__000000900_1.jpg differ diff --git a/samples/1728488637106__000000900_2.jpg b/samples/1728488637106__000000900_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b13b33fd3326c6c6b9dd1f3404002e13694547f Binary files /dev/null and b/samples/1728488637106__000000900_2.jpg differ diff --git a/samples/1728489012063__000000925_0.jpg b/samples/1728489012063__000000925_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7fa31fc6fea3a7f4ea244c3720f8e7c2237ea29e Binary files /dev/null and b/samples/1728489012063__000000925_0.jpg differ diff --git a/samples/1728489035445__000000925_1.jpg b/samples/1728489035445__000000925_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f8b9b4bec16e05def3aa9e46a7b8189df99dfc0e Binary files /dev/null and b/samples/1728489035445__000000925_1.jpg differ diff --git a/samples/1728489058827__000000925_2.jpg b/samples/1728489058827__000000925_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9087f36c5403751d54f4b5924c45a242ff02f983 Binary files /dev/null and b/samples/1728489058827__000000925_2.jpg differ diff --git a/samples/1728489444600__000000950_0.jpg b/samples/1728489444600__000000950_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f2ae22308d35b16db807dc9ca45f02888cd1748 Binary files /dev/null and b/samples/1728489444600__000000950_0.jpg differ diff --git a/samples/1728489467962__000000950_1.jpg b/samples/1728489467962__000000950_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a1095e1595fc2f7cdf903208e561a9247ca624be Binary files /dev/null and b/samples/1728489467962__000000950_1.jpg differ diff --git a/samples/1728489491343__000000950_2.jpg b/samples/1728489491343__000000950_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..19b03e847a776df0e44a544918ce312acb5014f5 Binary files /dev/null and b/samples/1728489491343__000000950_2.jpg differ diff --git a/samples/1728489877521__000000975_0.jpg b/samples/1728489877521__000000975_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b9e1d9956d89a6bb594a2c1dc30aff5705aacee Binary files /dev/null and b/samples/1728489877521__000000975_0.jpg differ diff --git a/samples/1728489900916__000000975_1.jpg b/samples/1728489900916__000000975_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a9551d9d7a38f051bbdcfcae97db8714f102dcae Binary files /dev/null and b/samples/1728489900916__000000975_1.jpg differ diff --git a/samples/1728489924317__000000975_2.jpg b/samples/1728489924317__000000975_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4f6faefc03007edd5a1de01797746bd3a500014f Binary files /dev/null and b/samples/1728489924317__000000975_2.jpg differ diff --git a/samples/1728490287508__000001000_0.jpg b/samples/1728490287508__000001000_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c83cfcd0ed6c560d12477252ed40ab65efe63de6 Binary files /dev/null and b/samples/1728490287508__000001000_0.jpg differ diff --git a/samples/1728490310900__000001000_1.jpg b/samples/1728490310900__000001000_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04be58f37d491795225e9cc1ad1f350fc77f14ef Binary files /dev/null and b/samples/1728490310900__000001000_1.jpg differ diff --git a/samples/1728490334289__000001000_2.jpg b/samples/1728490334289__000001000_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac54f97a7dc03ae21126628f75a022eab9f01d96 Binary files /dev/null and b/samples/1728490334289__000001000_2.jpg differ