diff --git a/.gitattributes b/.gitattributes index a6344aac8c09253b3b630fb776ae94478aa0275b..4cd14d1a0526c6b7e1ccea0db5fb75c64bf315a9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -33,3 +33,44 @@ 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 +samples/sample_000.jpg filter=lfs diff=lfs merge=lfs -text +samples/sample_001.jpg filter=lfs diff=lfs merge=lfs -text +samples/sample_002.jpg filter=lfs diff=lfs merge=lfs -text +samples/sample_003.jpg filter=lfs diff=lfs merge=lfs -text +samples/sample_004.jpg filter=lfs diff=lfs merge=lfs -text +samples/sample_005.jpg filter=lfs diff=lfs merge=lfs -text +samples/sample_006.jpg filter=lfs diff=lfs merge=lfs -text +samples/sample_007.jpg filter=lfs diff=lfs merge=lfs -text +dataset/0000.jpg filter=lfs diff=lfs merge=lfs -text +dataset/0001.jpg filter=lfs diff=lfs merge=lfs -text +dataset/0002.jpg filter=lfs diff=lfs merge=lfs -text +dataset/0003.jpg filter=lfs diff=lfs merge=lfs -text +dataset/0004.jpg filter=lfs diff=lfs merge=lfs -text +dataset/0005.jpg filter=lfs diff=lfs merge=lfs -text +dataset/0006.jpg filter=lfs diff=lfs merge=lfs -text +dataset/0007.jpg filter=lfs diff=lfs merge=lfs -text +dataset/0008.jpg filter=lfs diff=lfs merge=lfs -text +dataset/0009.jpg filter=lfs diff=lfs merge=lfs -text +dataset/0010.jpg filter=lfs diff=lfs merge=lfs -text +dataset/0011.jpg filter=lfs diff=lfs merge=lfs -text +dataset/0012.png filter=lfs diff=lfs merge=lfs -text +dataset/0013.png filter=lfs diff=lfs merge=lfs -text +dataset/0014.png filter=lfs diff=lfs merge=lfs -text +dataset/0015.png filter=lfs diff=lfs merge=lfs -text +dataset/0016.png filter=lfs diff=lfs merge=lfs -text +dataset/0017.jpg filter=lfs diff=lfs merge=lfs -text +dataset/0018.jpg filter=lfs diff=lfs merge=lfs -text +dataset/0019.jpg filter=lfs diff=lfs merge=lfs -text +dataset/0020.jpg filter=lfs diff=lfs merge=lfs -text +dataset/0021.jpg filter=lfs diff=lfs merge=lfs -text +dataset/0022.jpg filter=lfs diff=lfs merge=lfs -text +dataset/0023.jpg filter=lfs diff=lfs merge=lfs -text +dataset/0024.jpg filter=lfs diff=lfs merge=lfs -text +dataset/0025.png filter=lfs diff=lfs merge=lfs -text +dataset/0026.jpg filter=lfs diff=lfs merge=lfs -text +dataset/0027.jpg filter=lfs diff=lfs merge=lfs -text +dataset/0028.png filter=lfs diff=lfs merge=lfs -text +dataset/0029.png filter=lfs diff=lfs merge=lfs -text +dataset/0030.png filter=lfs diff=lfs merge=lfs -text +dataset/0031.png filter=lfs diff=lfs merge=lfs -text +dataset/0032.png filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..268a65cc01e9f0db7a02a98e0613b218682555f3 --- /dev/null +++ b/README.md @@ -0,0 +1,93 @@ +--- +license: apache-2.0 +base_model: Tongyi-MAI/Z-Image +base_model_relation: adapter +pipeline_tag: text-to-image +tags: [text-to-image, lora, diffusers, z-image, zimage, stationthis] +instance_prompt: "stationthis" +training_steps: 3000 +network_type: lora +library_name: ai-toolkit +widget: +- text: "stationthis, stationthis, low poly playstation screenshot style, A determined young woman with fiery red pigtails tied…" + output: + url: samples/sample_000.jpg +- text: "stationthis, stationthis, low poly playstation screenshot style, Under a misty, twilight sky, a male adventurer in blue…" + output: + url: samples/sample_001.jpg +- text: "stationthis, stationthis, low poly playstation screenshot style, A stoic, sunglasses-wearing man in a denim jacket stan…" + output: + url: samples/sample_002.jpg +- text: "stationthis, stationthis, low poly playstation screenshot style, A stern, determined woman with a black headband and ta…" + output: + url: samples/sample_003.jpg +- text: "stationthis" + output: + url: samples/sample_004.jpg +- text: "stationthis" + output: + url: samples/sample_005.jpg +- text: "stationthis" + output: + url: samples/sample_006.jpg +- text: "stationthis" + output: + url: samples/sample_007.jpg +--- + +# impresstation-zimage + +zimage LoRA "impresstation-zimage" — trigger "stationthis". + +**Trigger word:** `stationthis` + +## Sample Outputs + +| ![sample](samples/sample_000.jpg) | ![sample](samples/sample_001.jpg) | +|:---:|:---:| +| *stationthis, stationthis, low poly playstation screenshot style, A determined young woman…* | *stationthis, stationthis, low poly playstation screenshot style, Under a misty, twilight…* | +| ![sample](samples/sample_002.jpg) | ![sample](samples/sample_003.jpg) | +|:---:|:---:| +| *stationthis, stationthis, low poly playstation screenshot style, A stoic, sunglasses-wear…* | *stationthis, stationthis, low poly playstation screenshot style, A stern, determined woma…* | +| ![sample](samples/sample_004.jpg) | ![sample](samples/sample_005.jpg) | +|:---:|:---:| +| ![sample](samples/sample_006.jpg) | ![sample](samples/sample_007.jpg) | +|:---:|:---:| + +## Usage (Diffusers) + +```python +import torch +from diffusers import DiffusionPipeline + +pipe = DiffusionPipeline.from_pretrained( + "Tongyi-MAI/Z-Image-Turbo", torch_dtype=torch.bfloat16 +).to("cuda") +pipe.load_lora_weights("ms2stationthis/impresstation-zimage") +image = pipe("stationthis, a character portrait", guidance_scale=4.0, num_inference_steps=25).images[0] +image.save("out.png") +``` + +## Recommended Settings + +| LoRA strength | Guidance | Steps | Resolution | +|---|---|---|---| +| 0.8–1.0 | 4.0 | 25 | 1024×1024 | + +## Training Details + +- **Base:** Tongyi-MAI/Z-Image +- **Steps:** 3000 · **Network:** LoRA rank 32 / alpha 32 +- **Optimizer:** adamw8bit, lr 1e-4 · **Scheduler:** flowmatch +- **Resolution:** 512, 768, 1024 (multi-res bucketed) · **Precision:** bf16 train / fp16 save + +## Reproduction + +This repo includes the full **`dataset/`** (33 image-caption pairs) and the exact **`config.yaml`** so the LoRA can be retrained as-is. + +## About + +Trained on [StationThis](https://miladystation2.net) — an AI creative platform powered by $MS2. +Train your own LoRAs via [@stationthisbot](https://t.me/stationthisbot) on Telegram. + +Published via noema. diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000000000000000000000000000000000000..62734bc2af6851caa35a3d960076de4baec51114 --- /dev/null +++ b/config.yaml @@ -0,0 +1,70 @@ +# ai-toolkit zimage LoRA — generated by the crystal training modus. +# name=impresstation-zimage trigger=stationthis dataset=dataset steps=3000 +--- +job: extension +config: + name: "impresstation-zimage" + process: + - type: 'ui_trainer' + sqlite_db_path: "/aitk/aitk_db.db" + training_folder: "/aitk/output" + device: cuda:0 + trigger_word: "stationthis" + network: + type: "lora" + linear: 32 + linear_alpha: 32 + save: + dtype: float16 + save_every: 250 + max_step_saves_to_keep: 4 + push_to_hub: false + datasets: + - folder_path: "dataset" + caption_ext: "txt" + caption_dropout_rate: 0.05 + resolution: [ 512, 768, 1024 ] + train: + batch_size: 1 + steps: 3000 + gradient_accumulation: 1 + train_unet: true + train_text_encoder: false + gradient_checkpointing: true + noise_scheduler: "flowmatch" + timestep_type: "weighted" + optimizer: "adamw8bit" + lr: 0.0001 + optimizer_params: + weight_decay: 1e-5 + ema_config: + use_ema: false + ema_decay: 0.99 + dtype: bf16 + model: + name_or_path: "Tongyi-MAI/Z-Image" + arch: "zimage" + quantize: true + quantize_te: true + low_vram: true + qtype: "qfloat8" + model_kwargs: + match_target_res: false + sample: + sampler: "flowmatch" + sample_every: 3000 + width: 1024 + height: 1024 + prompts: + - "[trigger], stationthis, low poly playstation screenshot style, A determined young woman with fiery red pigtails tied with yellow bands stands confidently in a grassy outdoor area, her hands on her hips as she gazes forward, wearing a white blouse with a red bow and dark skirt. Behind her, a stone wall and a simple wooden platform suggest a rustic, possibly medieval or fantasy setting, while a small compass-like UI element in the corner hints at navigation or exploration within the game world." + - "[trigger], stationthis, low poly playstation screenshot style, Under a misty, twilight sky, a male adventurer in blue and white armor stands poised with a sword, facing a female companion in a red tunic who holds a staff, as they navigate a stone-paved bridge lined with arched colonnades and palm trees, with distant buildings glowing softly in the foggy background." + - "[trigger], stationthis, low poly playstation screenshot style, A stoic, sunglasses-wearing man in a denim jacket stands in the bustling streets of a sunlit city, his gaze fixed upward as towering skyscrapers loom behind him, their windows reflecting the bright sky. The scene is framed from a low-angle perspective, emphasizing the urban scale, with a mini-map and cash balance visible in the corner, hinting at a world of action and choice." + - "[trigger], stationthis, low poly playstation screenshot style, A stern, determined woman with a black headband and tactical jacket stands in a dim, misty forest, her gaze locked forward as if challenging the viewer, with the ominous subtitle “Think you can pull the trigger?” hinting at an impending confrontation. The camera holds steady on her face, framing her in the gloom of tangled trees and shadowy undergrowth, emphasizing the tension and isolation of the moment." + neg: "" + seed: 42 + walk_seed: true + guidance_scale: 4 + sample_steps: 25 +meta: + name: "[name]" + version: '1.0' diff --git a/dataset/0000.jpg b/dataset/0000.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b2d7ff3732174b9787c1ecc32c5d682308d88fa --- /dev/null +++ b/dataset/0000.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db1987809ad20f6025bbc3926e6900991a69dd74fe7ce465bb81923f0daba1f6 +size 39787 diff --git a/dataset/0000.txt b/dataset/0000.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0b83a27070ad37077813479a15ab5c19c39536e --- /dev/null +++ b/dataset/0000.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, A determined young woman with fiery red pigtails tied with yellow bands stands confidently in a grassy outdoor area, her hands on her hips as she gazes forward, wearing a white blouse with a red bow and dark skirt. Behind her, a stone wall and a simple wooden platform suggest a rustic, possibly medieval or fantasy setting, while a small compass-like UI element in the corner hints at navigation or exploration within the game world. \ No newline at end of file diff --git a/dataset/0001.jpg b/dataset/0001.jpg new file mode 100644 index 0000000000000000000000000000000000000000..448296e51a66eccda7a5d9a4a64f2fa49bc90676 --- /dev/null +++ b/dataset/0001.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:509101995b89d9ffa182ebc17868bbdf77875237577c9bb8b4f4d7bfbb7c023a +size 77933 diff --git a/dataset/0001.txt b/dataset/0001.txt new file mode 100644 index 0000000000000000000000000000000000000000..c26258578ba58dde41e2be6dcb6722fa4f2347fe --- /dev/null +++ b/dataset/0001.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, Under a misty, twilight sky, a male adventurer in blue and white armor stands poised with a sword, facing a female companion in a red tunic who holds a staff, as they navigate a stone-paved bridge lined with arched colonnades and palm trees, with distant buildings glowing softly in the foggy background. \ No newline at end of file diff --git a/dataset/0002.jpg b/dataset/0002.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d6dd21e41baaf13a1dbf3045e3cdf11a1c1d81a6 --- /dev/null +++ b/dataset/0002.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26fb562a877fcceb485884cdebb68454f2286f802a8f9583f09b9acf015649b2 +size 132926 diff --git a/dataset/0002.txt b/dataset/0002.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc8c7ae6e6e8e2cd8e09bbbc88adf701b5e83ebd --- /dev/null +++ b/dataset/0002.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, A stoic, sunglasses-wearing man in a denim jacket stands in the bustling streets of a sunlit city, his gaze fixed upward as towering skyscrapers loom behind him, their windows reflecting the bright sky. The scene is framed from a low-angle perspective, emphasizing the urban scale, with a mini-map and cash balance visible in the corner, hinting at a world of action and choice. \ No newline at end of file diff --git a/dataset/0003.jpg b/dataset/0003.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4076c30061c2dc49c5b97daaecb98d89c1abae20 --- /dev/null +++ b/dataset/0003.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5aea4c82350957815c11bbb5d6679d342fc4bbc77d01a7e14f88227927eaea +size 25990 diff --git a/dataset/0003.txt b/dataset/0003.txt new file mode 100644 index 0000000000000000000000000000000000000000..693c9032abfb9672cea8009a48b0cff78252e0c7 --- /dev/null +++ b/dataset/0003.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, A stern, determined woman with a black headband and tactical jacket stands in a dim, misty forest, her gaze locked forward as if challenging the viewer, with the ominous subtitle “Think you can pull the trigger?” hinting at an impending confrontation. The camera holds steady on her face, framing her in the gloom of tangled trees and shadowy undergrowth, emphasizing the tension and isolation of the moment. \ No newline at end of file diff --git a/dataset/0004.jpg b/dataset/0004.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f72e2bb03e4267a5f538e5f296622f00388763ab --- /dev/null +++ b/dataset/0004.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97809251b2c844e4b6b604e355bfa8d26bc13b621f5a87d32630e7a5be1eeb5b +size 46833 diff --git a/dataset/0004.txt b/dataset/0004.txt new file mode 100644 index 0000000000000000000000000000000000000000..73e301cf9c9771bfe4fe741630764944f78208e5 --- /dev/null +++ b/dataset/0004.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, A lone figure in a dark coat stands beside a weathered, light-blue sedan with its driver’s door ajar, casting a long shadow across a grimy, rain-slicked asphalt lot under a gloomy sky, viewed from a high, slightly angled overhead perspective that emphasizes the desolate, abandoned atmosphere. \ No newline at end of file diff --git a/dataset/0005.jpg b/dataset/0005.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2709bfea4f97546f4d83825ea23e38d741fe354a --- /dev/null +++ b/dataset/0005.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:badc0a3d57bbc5f3849f88004c88ed97ef6e45ed6d3480f41258bc3d7d672b46 +size 90219 diff --git a/dataset/0005.txt b/dataset/0005.txt new file mode 100644 index 0000000000000000000000000000000000000000..29e5c706f969ebbed7eb8580b181f5c5572579e2 --- /dev/null +++ b/dataset/0005.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, Three armored adventurers stand poised on a sun-drenched tropical beach, their battle-ready stances framed by swaying palm trees and rugged cliffs under a clear blue sky, as a glowing map in the corner hints at their next quest, while their health and magic points pulse with the intensity of their impending journey. \ No newline at end of file diff --git a/dataset/0006.jpg b/dataset/0006.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e2702e1f568122f8cba75dcdc30eadd282f3f65d --- /dev/null +++ b/dataset/0006.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12b8a765a8e3c275a1cd96f73d70f793e0cb2ffbe1d4ce7e951e8fc182d74e7 +size 39598 diff --git a/dataset/0006.txt b/dataset/0006.txt new file mode 100644 index 0000000000000000000000000000000000000000..95675093fc536750b131eac8c5e2cf1194677fd0 --- /dev/null +++ b/dataset/0006.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, A lone warrior in ornate, patterned armor stands solemnly in a crumbling stone ruin, her gaze fixed on a fallen comrade lying motionless on a weathered ledge, while piercing sunlight floods the scene through a massive, arched opening above. The camera holds at eye level, framing the somber moment between the standing figure and the silent, sunlit corpse, with ancient, mossy stone walls and faded carvings surrounding them. \ No newline at end of file diff --git a/dataset/0007.jpg b/dataset/0007.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7bab2b511e87693f5b02f18cca7e2c29976f7e8f --- /dev/null +++ b/dataset/0007.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69188521fcc06314842f344fc884639998231a0110dbd83ff605feba4ae4f104 +size 15175 diff --git a/dataset/0007.txt b/dataset/0007.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae3af154e6176834606b882c8160188a61ea5233 --- /dev/null +++ b/dataset/0007.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, A young girl with dark hair lies motionless on her back, her face turned upward toward a blindingly bright window, as if basking in the sun’s glow while resting on a simple wooden surface. The scene is framed in stark, high-contrast light, with the window’s glare dominating the right side, casting her in soft shadow and emphasizing a quiet, contemplative stillness. \ No newline at end of file diff --git a/dataset/0008.jpg b/dataset/0008.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54f09f3a169fc29d3f4003e9f4b958829e8cb7d6 --- /dev/null +++ b/dataset/0008.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f42726aa460d84caf3267de10a998c72dce0eb8cad3f8dfcc613439399cf20 +size 48996 diff --git a/dataset/0008.txt b/dataset/0008.txt new file mode 100644 index 0000000000000000000000000000000000000000..143fa633f97dcc518f53b1d31dbf8d13e4f89ee4 --- /dev/null +++ b/dataset/0008.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, A muscular fighter in a white tank top and headband stands triumphantly on a tennis court, his right arm raised high in victory as lightning crackles around him, while the bold “You Win” text glows in fiery orange against a dramatic, stormy sky. Behind him, bare trees and a metal fence frame the scene, capturing the moment of victory from a low-angle perspective that emphasizes his powerful stance. \ No newline at end of file diff --git a/dataset/0009.jpg b/dataset/0009.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bda3934aaeba9fd30cc4d64ffadb1eadea440382 --- /dev/null +++ b/dataset/0009.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b753eebb833b47041d01726d6504a00f0524852c41359de9f3e0455dffd53342 +size 46670 diff --git a/dataset/0009.txt b/dataset/0009.txt new file mode 100644 index 0000000000000000000000000000000000000000..c36185f07af6ca27b20a45bbc6bb901e57e08689 --- /dev/null +++ b/dataset/0009.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, A blonde fighter in a form-fitting blue outfit stands poised on a weathered stone balcony, one hand raised in a striking pose while the other rests on her hip, exuding confidence against a backdrop of crumbling ancient ruins and ominous, stormy skies. Behind her, two stone lion statues guard the edge of the platform, while the ruins of columns and arches stretch into the gloomy horizon, framing her as the central figure in this dramatic, cinematic scene. \ No newline at end of file diff --git a/dataset/0010.jpg b/dataset/0010.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6755add256acca63c7a1e7fbc5c663bab998888b --- /dev/null +++ b/dataset/0010.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77ec6d28a08b2ff56e49e634fca173fadf1c56b0525c1987111476a64ed82fda +size 24937 diff --git a/dataset/0010.txt b/dataset/0010.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d5d8691f342d51a1d023b61acf33ae45496f6cc --- /dev/null +++ b/dataset/0010.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, In a dimly lit, intimate setting, a rugged man with a beard and a woman with flowing blonde hair face each other in a tense, emotional moment, their expressions heavy with unspoken feelings, as the woman’s gaze locks onto him while the man leans in, the question “Do you love her?” hovering in the air like a silent accusation. \ No newline at end of file diff --git a/dataset/0011.jpg b/dataset/0011.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e65a9b7e09115e98e37c72e7a01f1dc23151ad2d --- /dev/null +++ b/dataset/0011.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ded7ec7213566e06c951d32eef622e72e7f28ed657b1ca6736b836ae0f36c4b +size 44953 diff --git a/dataset/0011.txt b/dataset/0011.txt new file mode 100644 index 0000000000000000000000000000000000000000..7447e459645976bfced8f1252c32bd024d1292f8 --- /dev/null +++ b/dataset/0011.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, A young adventurer in a yellow coat stands proudly beside a sturdy wooden wagon pulled by a gray horse, while a grizzled driver sits atop the cart loaded with supplies and a green creature peeking out from the cargo. The scene unfolds in a sunlit, rolling green valley with a distant waterfall cascading over rocky cliffs, framed by lush trees under a bright blue sky, viewed from a slightly elevated, side-on perspective that captures the journey’s open, pastoral grandeur. \ No newline at end of file diff --git a/dataset/0012.png b/dataset/0012.png new file mode 100644 index 0000000000000000000000000000000000000000..2ac364c48ea94fa76231b994858fc1cde373917d --- /dev/null +++ b/dataset/0012.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d642abfe73d8862c9713493ebbf96bb1cd6668b572caeff51f508471b25bd02c +size 455995 diff --git a/dataset/0012.txt b/dataset/0012.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a29fceabb2e9ffb0235fcac0333337550ae00f9 --- /dev/null +++ b/dataset/0012.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, A confident, blonde-haired warrior in ornate purple and gold armor stands triumphantly in an ancient, sunlit temple courtyard, her gaze fixed forward as bold golden text declares “YOU WIN!!” above her, while a smug, taunting line of dialogue reads “It’s useless to resist me.” The scene is framed by weathered stone pillars and hieroglyph-covered walls, with a faint purple glow emanating from the background, suggesting magical energy or a defeated foe’s lingering presence. \ No newline at end of file diff --git a/dataset/0013.png b/dataset/0013.png new file mode 100644 index 0000000000000000000000000000000000000000..825c659109e48427a448217be1cb80abfbd5347f --- /dev/null +++ b/dataset/0013.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24fd8beaf8230ac867ac6d248032b590fb51cff6600a4293354189f067ce0f97 +size 300219 diff --git a/dataset/0013.txt b/dataset/0013.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6cd0f250470540310b627a9a5d6c43a3f837392 --- /dev/null +++ b/dataset/0013.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, Link, clad in his iconic green tunic and wielding a glowing sword, stands defiantly in a misty, ancient forest, his arm raised as if summoning power or preparing for battle, while the ethereal light filters through towering, gnarled trees that loom like silent sentinels around him. \ No newline at end of file diff --git a/dataset/0014.png b/dataset/0014.png new file mode 100644 index 0000000000000000000000000000000000000000..a9ffa5b518f27879f7f5ad9efbc04346cf0cd161 --- /dev/null +++ b/dataset/0014.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19dfb7d82b9bf2c9617278121b711e7f57ad710e42067e0b73ab4a10887c61c7 +size 299234 diff --git a/dataset/0014.txt b/dataset/0014.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d05fb2633a1443193839df5a82699793ba6e6f3 --- /dev/null +++ b/dataset/0014.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, Two voluptuous, nude female characters with reddish-brown hair loung casually on a stone balcony overlooking a tiled pool, their bodies draped in sheer, gauzy fabric with gold trim, as they gaze directly at the viewer with a confident, seductive air, set against a dimly lit, ornate garden backdrop with classical columns and dark foliage. \ No newline at end of file diff --git a/dataset/0015.png b/dataset/0015.png new file mode 100644 index 0000000000000000000000000000000000000000..868484cccb4cf6d846d74e5abaf3969475953ee5 --- /dev/null +++ b/dataset/0015.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13bf0d0bc93dce07197eaa11184e5bdfe53a02e886c5b35c5df5b3c24411808e +size 258527 diff --git a/dataset/0015.txt b/dataset/0015.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f59be041634baee25803237b3bcb09537f229c9 --- /dev/null +++ b/dataset/0015.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, A young woman in a vibrant red jacket and gloves stands inside a cabin, her hands pressed against a large window as she gazes out at a vast, icy blue expanse, her ponytail swaying slightly as she leans forward with quiet wonder. The interior features warm-toned wooden frames and a dark ceiling, contrasting with the cold, expansive landscape beyond, while a “Loading...” indicator in the corner suggests a pause in the game’s narrative. \ No newline at end of file diff --git a/dataset/0016.png b/dataset/0016.png new file mode 100644 index 0000000000000000000000000000000000000000..0816dfac7fe0ff14acdfd4e9fb5287be97d618ea --- /dev/null +++ b/dataset/0016.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c45dea8461ac02072806b210ac992b0fdc50f465b1e413157f6e3b6aa21a6825 +size 447421 diff --git a/dataset/0016.txt b/dataset/0016.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae20e2b572ab1aba4c516b7085e3605211ef9b00 --- /dev/null +++ b/dataset/0016.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, A stylized, green-clad performer with a golden headdress strikes a dynamic pose atop a glowing blue stage, holding a large, ornate stringed instrument as if mid-performance, while a vibrant, geometrically patterned dance floor pulses beneath them. To the right, a vertical list of character portraits with score indicators suggests a rhythm or dance game, all set against a dazzling, neon-lit backdrop of purple and blue light beams and towering, abstract structures. \ No newline at end of file diff --git a/dataset/0017.jpg b/dataset/0017.jpg new file mode 100644 index 0000000000000000000000000000000000000000..346ac7b0e9646e0145f6ae0ba4774f4b9875aeba --- /dev/null +++ b/dataset/0017.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f88357326e840ac142fb1d9e840a6465e49bd065a3a81fdb124151b0c01ff5 +size 26488 diff --git a/dataset/0017.txt b/dataset/0017.txt new file mode 100644 index 0000000000000000000000000000000000000000..8725ff55e9c46587fa2dc7046a296e5710bd1ea8 --- /dev/null +++ b/dataset/0017.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, A young woman with long dark hair and a calm, determined expression stands in the foreground, her gaze fixed forward as she speaks, while blurred figures of pedestrians move through a dimly lit, rainy urban street behind her. The camera holds steady on her face, capturing the quiet intensity of her words as she declares, “But we’re going to find out together, aren’t we?” \ No newline at end of file diff --git a/dataset/0018.jpg b/dataset/0018.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fa7156d9a018a12453b81f0d24b2bd7902aedb58 --- /dev/null +++ b/dataset/0018.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6132fa1fa89d686687e585598eeadd05dc30c7336f767d5a458d28fdffc240e5 +size 37781 diff --git a/dataset/0018.txt b/dataset/0018.txt new file mode 100644 index 0000000000000000000000000000000000000000..b27e7ff49ab719a4460e2fdf7ffc15c910b6b149 --- /dev/null +++ b/dataset/0018.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, A lone man in a dark suit stands poised on a dimly lit rooftop poolside, aiming a pistol with focused intensity, as rain streaks the gray sky above. Around him, empty lounge chairs and a weathered wooden pergola sit abandoned, while the pool’s tiled edge glints faintly in the gloom, framing the tense, solitary moment. \ No newline at end of file diff --git a/dataset/0019.jpg b/dataset/0019.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae6d8a895022831e83ad5ae82b4c28490b38848b --- /dev/null +++ b/dataset/0019.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d4a88623dd97ac3aa26b7c6ba871606e8073a5f67d7bc5c8187a71b21716eb +size 28329 diff --git a/dataset/0019.txt b/dataset/0019.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0fe6cf93f0d9762de0dc13ba29026b7aeebff36 --- /dev/null +++ b/dataset/0019.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, A pale, blonde woman with a calm, slightly amused expression gazes off-screen, her lips parted as if mid-sentence, while wearing a red top and a dark choker with a yellow pendant. The dimly lit room behind her features a textured wallpaper and a simple wall switch, suggesting a tense, intimate moment in a confined, eerie space, captured from a close-up angle that emphasizes her unsettlingly serene demeanor. \ No newline at end of file diff --git a/dataset/0020.jpg b/dataset/0020.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72583ec27981734425c9f3bba009d495f60651c0 --- /dev/null +++ b/dataset/0020.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:923d0bfabb6354ad3f0759ad9ff6dd9f4faa6f7fb6a21a5af6439bd489517ff0 +size 38701 diff --git a/dataset/0020.txt b/dataset/0020.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce6678de5f1db7dd53b9f252fe60eef7109faf53 --- /dev/null +++ b/dataset/0020.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, A lone figure in a green jacket stands behind a rusted chain-link fence, their gaze fixed forward with a somber expression, as a weathered, abandoned street and a faded police car loom in the gloomy, overcast background. The camera peers through the fence’s diamond pattern, framing the character as if observing them from a distance in a desolate, forgotten urban landscape. \ No newline at end of file diff --git a/dataset/0021.jpg b/dataset/0021.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8c26b4f30c808b55aebbc112df2974dbf7c7c023 --- /dev/null +++ b/dataset/0021.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66967cdd1e9f2df32f50fc93f7dc76c158960e197f07defe3c52c7784b2d1059 +size 53470 diff --git a/dataset/0021.txt b/dataset/0021.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d21875bd349ec3e6c07212dd70c6013f2358e0a --- /dev/null +++ b/dataset/0021.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, In a dimly lit, grimy brick corridor, a man in a dark jacket stands with his back to the viewer, facing a blonde woman in a maroon cropped top and patterned skirt who leans against the wall with a tense posture, her hand on her hip, as a bright red square glows ominously on the brick wall beside them. \ No newline at end of file diff --git a/dataset/0022.jpg b/dataset/0022.jpg new file mode 100644 index 0000000000000000000000000000000000000000..945f3203f497b865d9df5b018830d7d2a93e5df2 --- /dev/null +++ b/dataset/0022.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:560a4a2689c4598c34862235abaa137f380f66d3423776f821341526a716a93f +size 33110 diff --git a/dataset/0022.txt b/dataset/0022.txt new file mode 100644 index 0000000000000000000000000000000000000000..17f65eba0197b4498bc6802a32d3195c278132b4 --- /dev/null +++ b/dataset/0022.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, A lone figure in a green coat stands in a dim, decaying hallway, facing a woman in a light-colored dress who leans against a rusted ledge, her hand resting on a blank white screen as if she’s about to speak or reveal something. The scene is bathed in cold, muted light, with crumbling walls and shadows stretching across the floor, creating an eerie, suspenseful atmosphere. \ No newline at end of file diff --git a/dataset/0023.jpg b/dataset/0023.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e2ffc2f161e9363842ca8e2b350c5953153b746e --- /dev/null +++ b/dataset/0023.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02b09450c93cd673f0194b2fde50749c994ba012c5815ae843611d9aa648c490 +size 31354 diff --git a/dataset/0023.txt b/dataset/0023.txt new file mode 100644 index 0000000000000000000000000000000000000000..f22142e7fbda485c5eea18ded0182c497ac950d2 --- /dev/null +++ b/dataset/0023.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, A lone figure in a dark jacket walks away down a mist-shrouded dirt path, surrounded by dense, shadowy trees that loom like silent sentinels in a foggy, eerie forest. The camera follows from behind, capturing the solitary journey into the thickening gloom, where visibility fades and the atmosphere feels heavy with mystery. \ No newline at end of file diff --git a/dataset/0024.jpg b/dataset/0024.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d02efebdd4a3e2bf209365f17dd434474121ad2 --- /dev/null +++ b/dataset/0024.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cb29672f770a6da4dd6f3ebcbe850253ecc56c1a98a5000261fd17750660407 +size 18840 diff --git a/dataset/0024.txt b/dataset/0024.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7eca3f88582628f7a02ac97871cc34b356fafd5 --- /dev/null +++ b/dataset/0024.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, A pale, ethereal woman with shoulder-length dark hair stands in a misty, desolate landscape, her expression solemn and unblinking as she gazes forward, her high-necked garment blending softly into the foggy surroundings where faint, blurred tree branches loom behind her. The camera holds steady at eye level, framing her as the sole figure in a haunting, atmospheric world that feels both cold and forgotten. \ No newline at end of file diff --git a/dataset/0025.png b/dataset/0025.png new file mode 100644 index 0000000000000000000000000000000000000000..d2cf8cc9e948806f9435c1e877edd26304068629 --- /dev/null +++ b/dataset/0025.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:397b0a33f03c049ae1fd5cd277a42ebfc5bf1cc7b843dd0f6947ddaeab3a1fcf +size 467859 diff --git a/dataset/0025.txt b/dataset/0025.txt new file mode 100644 index 0000000000000000000000000000000000000000..e3495e67ec91a62fc9f6698fae21949ccdabda5a --- /dev/null +++ b/dataset/0025.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, A towering, armored warrior with a bald head and fierce expression sits regally on an ornate throne, flanked by two kneeling women in golden, ornate attire who bow before him, while a massive, grotesque ram’s head looms behind him against a backdrop of deep red drapery. The camera captures the scene from a slightly elevated angle, emphasizing the power and solemnity of the moment as the warrior commands the room. \ No newline at end of file diff --git a/dataset/0026.jpg b/dataset/0026.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5738cea4c37a8668b65a5a687af90fce76e47c38 --- /dev/null +++ b/dataset/0026.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7987da16d5e8b8dc189dfcd2207c6629ae36173619341160c23de89e9e6ed5 +size 82683 diff --git a/dataset/0026.txt b/dataset/0026.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d8df45535067ba265a92b30e1b4affc5cfb0a02 --- /dev/null +++ b/dataset/0026.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, In a dimly lit, industrial control room filled with cluttered panels and machinery, a poised woman in a deep red halter dress with a black choker stands in the foreground, her expression stern and focused, while behind her, a muscular man in a red beret and tactical vest grips a knife, his gaze fixed downward as if preparing for imminent action. \ No newline at end of file diff --git a/dataset/0027.jpg b/dataset/0027.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4a8e2ac12cdc749f52c411e0069424a19b2bfd9 --- /dev/null +++ b/dataset/0027.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a31be82f5d7a4f1ff155535d77e90d67fcad08e9c3872a7c86654ae21f42319 +size 69937 diff --git a/dataset/0027.txt b/dataset/0027.txt new file mode 100644 index 0000000000000000000000000000000000000000..8441029628b9cc199550478f29d785338778cfb3 --- /dev/null +++ b/dataset/0027.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, A determined female soldier stands poised in a dim, decaying concrete corridor, her tactical vest and leather pants gleaming under flickering light as she grips a pistol, her gaze fixed ahead with unwavering focus, while a rusted ladder and crumbling pillars frame the oppressive, abandoned atmosphere around her. \ No newline at end of file diff --git a/dataset/0028.png b/dataset/0028.png new file mode 100644 index 0000000000000000000000000000000000000000..3f56cf9e2085d343e41abf29fbd4800eaee52725 --- /dev/null +++ b/dataset/0028.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6b4d4308d0c6e15d9acc6f8c43af86001662e774bc58f216f8f8b740f0e3b9 +size 391602 diff --git a/dataset/0028.txt b/dataset/0028.txt new file mode 100644 index 0000000000000000000000000000000000000000..5a7c869c221217620709c4bb90785d2238e77a71 --- /dev/null +++ b/dataset/0028.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, A young girl with pigtails and a red dress stands on a sunlit grassy hill, holding a small shovel, as a black-and-white cow calmly walks beside her, while a compass in the corner hints at exploration in a vibrant, rolling countryside dotted with trees, rocky outcrops, and a distant blue sea under a bright sky. \ No newline at end of file diff --git a/dataset/0029.png b/dataset/0029.png new file mode 100644 index 0000000000000000000000000000000000000000..6b6be1f8ef4f1c0aae2abc584f7b7c3b6e1a2967 --- /dev/null +++ b/dataset/0029.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ebc78227db5c3eb390406db97b3753dfdfa907c11d78907c42e1a9a85b1bba0 +size 407944 diff --git a/dataset/0029.txt b/dataset/0029.txt new file mode 100644 index 0000000000000000000000000000000000000000..e4a7b5c4f9de91fd6fbb8618f9a610df652bdd44 --- /dev/null +++ b/dataset/0029.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, A young woman with fiery orange pigtails stands poised in the grand, sunlit nave of a cathedral, her red skirt and purple top contrasting with the stone arches and stained glass windows that cast colorful light across the green-tiled floor. Above her, ornate golden chandeliers hang from the vaulted ceiling, while rows of wooden pews and a raised altar with red drapery recede into the distance, framing her as the central figure in this majestic, reverent space. \ No newline at end of file diff --git a/dataset/0030.png b/dataset/0030.png new file mode 100644 index 0000000000000000000000000000000000000000..444e2c1e6a3399157a2f7573815cbb4410ffe362 --- /dev/null +++ b/dataset/0030.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461d54c19be0469a2c8d74c08bfe6ed2792a3253bb87b8d6f1cfdd93dfa85ce8 +size 341922 diff --git a/dataset/0030.txt b/dataset/0030.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1cc6bc4186fb431a49763dd1c52253f58536fc1 --- /dev/null +++ b/dataset/0030.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, A lone, long-haired warrior with ornate armor and a towering spear stands atop a rugged cliffside, gazing toward a dazzling, ethereal light that pulses with rainbow halos in the sky above. The camera follows from behind, capturing the character’s silhouette against the dramatic, misty mountain landscape as a mini-map and character stats float in the corner, hinting at an epic quest unfolding in a vast, mystical world. \ No newline at end of file diff --git a/dataset/0031.png b/dataset/0031.png new file mode 100644 index 0000000000000000000000000000000000000000..99fb22bba38015ffb9bb372f719abaab33954822 --- /dev/null +++ b/dataset/0031.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:008bf25ee7024a888e6fe3539393c0555c76da7ab7aa718b03013efbe876ed99 +size 413699 diff --git a/dataset/0031.txt b/dataset/0031.txt new file mode 100644 index 0000000000000000000000000000000000000000..1cbecfd114b8c41259bd00d3ac0a51f92c4b18dc --- /dev/null +++ b/dataset/0031.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, A young girl with pigtails and a purple-and-yellow outfit stands confidently on a sunlit grassy ledge, her gaze fixed forward as if ready for adventure, with a rugged cliffside and lush green trees behind her under a bright, shining sun. To her right, a shimmering waterfall cascades into a pool, and a simple compass rose in the corner hints at navigation through this vibrant, open-world landscape. \ No newline at end of file diff --git a/dataset/0032.png b/dataset/0032.png new file mode 100644 index 0000000000000000000000000000000000000000..249eed60000858833d17d1537bb400a82013c6b6 --- /dev/null +++ b/dataset/0032.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f082a39934863eb3f572f36c7d22c4d8c8909fd9d2e71503a218a757b4692b +size 364669 diff --git a/dataset/0032.txt b/dataset/0032.txt new file mode 100644 index 0000000000000000000000000000000000000000..17e8207f34e303356eeaa7ff631012080bc049a7 --- /dev/null +++ b/dataset/0032.txt @@ -0,0 +1 @@ +stationthis, low poly playstation screenshot style, A lone warrior in tattered armor stands atop a crumbling stone bridge, gazing toward a distant, sunlit ruin perched on a cliff, as stormy skies crackle with light above and the sea churns below in a vast, desolate landscape. The camera holds at a low, wide angle, emphasizing the character’s isolation and the grand, decaying scale of the ruined world around them. \ No newline at end of file diff --git a/impresstation_zimage.safetensors b/impresstation_zimage.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..801a35f0f8f7a26a019e5151afb2ba13178c3d30 --- /dev/null +++ b/impresstation_zimage.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8436fd3cbef75c3813574b6c760cbf47f8c065d20d7a65f2382d9c7eaf64f96 +size 170127824 diff --git a/samples/sample_000.jpg b/samples/sample_000.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3af5d79cc2e573e5f09fe8eb030871047f20ce1c --- /dev/null +++ b/samples/sample_000.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e521458263edaf09edc576919173c6dc06f4c635af5e84c4a147ba256992f7 +size 59583 diff --git a/samples/sample_001.jpg b/samples/sample_001.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3af5d79cc2e573e5f09fe8eb030871047f20ce1c --- /dev/null +++ b/samples/sample_001.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e521458263edaf09edc576919173c6dc06f4c635af5e84c4a147ba256992f7 +size 59583 diff --git a/samples/sample_002.jpg b/samples/sample_002.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89af29ee2119871d49005a6f0b8e6c299a1020d7 --- /dev/null +++ b/samples/sample_002.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce99ed4e43f7b70c314ea6822ee9156ef7157e7cd5fcc1fafaeba2db070608bf +size 62729 diff --git a/samples/sample_003.jpg b/samples/sample_003.jpg new file mode 100644 index 0000000000000000000000000000000000000000..89af29ee2119871d49005a6f0b8e6c299a1020d7 --- /dev/null +++ b/samples/sample_003.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce99ed4e43f7b70c314ea6822ee9156ef7157e7cd5fcc1fafaeba2db070608bf +size 62729 diff --git a/samples/sample_004.jpg b/samples/sample_004.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0bc4bec584abc6b91c31d42b0e3e2c9bdd6d06c1 --- /dev/null +++ b/samples/sample_004.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50594c29a827dcc248b86166f16a9b1bae9f0e068687a1967fc746dbf826bb5 +size 97798 diff --git a/samples/sample_005.jpg b/samples/sample_005.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0bc4bec584abc6b91c31d42b0e3e2c9bdd6d06c1 --- /dev/null +++ b/samples/sample_005.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50594c29a827dcc248b86166f16a9b1bae9f0e068687a1967fc746dbf826bb5 +size 97798 diff --git a/samples/sample_006.jpg b/samples/sample_006.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9bab50f6f27814c18532bf236a04ab0057416d03 --- /dev/null +++ b/samples/sample_006.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:283c25fcb015483346d998d006275f051a096f6e82eef139339925f30ce46af5 +size 29210 diff --git a/samples/sample_007.jpg b/samples/sample_007.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9bab50f6f27814c18532bf236a04ab0057416d03 --- /dev/null +++ b/samples/sample_007.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:283c25fcb015483346d998d006275f051a096f6e82eef139339925f30ce46af5 +size 29210