lifehaverdev commited on
Commit ·
5ccc66b
0
Parent(s):
Initial upload for aespaflux
Browse files- .gitattributes +4 -0
- README.md +91 -0
- aespaflux.safetensors +3 -0
- config.yaml +61 -0
- dataset/image_0.png +3 -0
- dataset/image_0.txt +5 -0
- dataset/image_1.png +3 -0
- dataset/image_1.txt +3 -0
- dataset/image_10.png +3 -0
- dataset/image_10.txt +5 -0
- dataset/image_11.png +3 -0
- dataset/image_11.txt +5 -0
- dataset/image_12.png +3 -0
- dataset/image_12.txt +3 -0
- dataset/image_13.png +3 -0
- dataset/image_13.txt +5 -0
- dataset/image_14.png +3 -0
- dataset/image_14.txt +5 -0
- dataset/image_15.png +3 -0
- dataset/image_15.txt +5 -0
- dataset/image_16.png +3 -0
- dataset/image_16.txt +7 -0
- dataset/image_17.png +3 -0
- dataset/image_17.txt +5 -0
- dataset/image_18.png +3 -0
- dataset/image_18.txt +9 -0
- dataset/image_19.png +3 -0
- dataset/image_19.txt +9 -0
- dataset/image_2.png +3 -0
- dataset/image_2.txt +7 -0
- dataset/image_3.png +3 -0
- dataset/image_3.txt +5 -0
- dataset/image_4.png +3 -0
- dataset/image_4.txt +5 -0
- dataset/image_5.png +3 -0
- dataset/image_5.txt +5 -0
- dataset/image_6.png +3 -0
- dataset/image_6.txt +5 -0
- dataset/image_7.png +3 -0
- dataset/image_7.txt +5 -0
- dataset/image_8.png +3 -0
- dataset/image_8.txt +7 -0
- dataset/image_9.png +3 -0
- dataset/image_9.txt +1 -0
- images/aespaflux.png +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
- flux
|
| 8 |
+
- flowmatch
|
| 9 |
+
widget:
|
| 10 |
+
- text: This is a highly stylized photograph, reminiscent of the aespa aesthetic, featuring a young woman with long, straight black hair that is flowing and slightly disheveled, giving a sense of motion and dynamism. Her hair is illuminated by a vibrant pink light evoking an aespa style, adding a dramatic and futuristic touch to the image. She has a light, fair skin tone and almond-shaped eyes with a subtle, smoky eye makeup. Her lips are full and painted in a deep, rich color that complements the overall pink hue of the aespa-influenced lighting.
|
| 11 |
+
output:
|
| 12 |
+
url: images/aespaflux.png
|
| 13 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 14 |
+
instance_prompt: "aespa"
|
| 15 |
+
license: wtfpl
|
| 16 |
+
training_steps: 4000
|
| 17 |
+
batch_size: 1
|
| 18 |
+
learning_rate: 0.0001
|
| 19 |
+
optimizer: adamw8bit
|
| 20 |
+
gradient_checkpointing: true
|
| 21 |
+
network_type: lora
|
| 22 |
+
resolution:
|
| 23 |
+
- 512
|
| 24 |
+
- 768
|
| 25 |
+
- 1024
|
| 26 |
+
sample_resolution:
|
| 27 |
+
- 1024
|
| 28 |
+
- 1024
|
| 29 |
+
sampler: flowmatch
|
| 30 |
+
library_name: ai-toolkit
|
| 31 |
+
---
|
| 32 |
+
|
| 33 |
+
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
|
| 38 |
+
# aespaflux
|
| 39 |
+
|
| 40 |
+
<Gallery />
|
| 41 |
+
|
| 42 |
+
## Model description
|
| 43 |
+
|
| 44 |
+
This LoRA was trained using high-quality internal pipelines developed by the StationThis project — a creative AI ecosystem powered by the $MS2 token and operated through the Telegram bot [@stationthisbot](https://t.me/stationthisbot).
|
| 45 |
+
|
| 46 |
+
It is optimized for use with the FLUX base model and performs best when paired with the trigger `aespa`.
|
| 47 |
+
|
| 48 |
+
StationThis is built by Arthurt for the Milady community, providing on-demand AI generation and LoRA training via [miladystation2.net](https://miladystation2.net). This model is part of a growing suite of tools focused on aesthetic fluency, meme magic, and expressive fine-tuning.
|
| 49 |
+
|
| 50 |
+
## Trigger words
|
| 51 |
+
|
| 52 |
+
You should use `aespa` to activate the LoRA style.
|
| 53 |
+
|
| 54 |
+
## Preview Image Prompt
|
| 55 |
+
|
| 56 |
+
```
|
| 57 |
+
This is a highly stylized photograph, reminiscent of the aespa aesthetic, featuring a young woman with long, straight black hair that is flowing and slightly disheveled, giving a sense of motion and dynamism. Her hair is illuminated by a vibrant pink light evoking an aespa style, adding a dramatic and futuristic touch to the image. She has a light, fair skin tone and almond-shaped eyes with a subtle, smoky eye makeup. Her lips are full and painted in a deep, rich color that complements the overall pink hue of the aespa-influenced lighting.
|
| 58 |
+
|
| 59 |
+
The woman is wearing a strapless, ribbed white top that hugs her slender shoulders and upper torso. Around her neck, she has a choker made of large, clear beads, one could say, reminiscent of an aespa-style accessory, that catch the light and add a textured, almost ethereal quality to her look. She also has large, hoop earrings that match the choker's style.
|
| 60 |
+
|
| 61 |
+
The background is a solid white, a staple of aespa's aesthetics, which contrasts starkly with the vibrant lighting and the woman's dark hair, making her the focal point of the image. The overall aesthetic is modern and edgy with an unmistakable aespa vibe, with a strong emphasis on color and texture, creating a visually striking and somewhat otherworldly effect.
|
| 62 |
+
```
|
| 63 |
+
|
| 64 |
+
## Example Prompts
|
| 65 |
+
|
| 66 |
+
1. This is a highly stylized photograph, reminiscent of the aespa aesthetic, featuring a young woman with long, straight black hair that is flowing and slightly disheveled, giving a sense of motion and dynamism. Her hair is illuminated by a vibrant pink light evoking an aespa style, adding a dramatic and futuristic touch to the image. She has a light, fair skin tone and almond-shaped eyes with a subtle, smoky eye makeup. Her lips are full and painted in a deep, rich color that complements the overall pink hue of the aespa-influenced lighting.
|
| 67 |
+
|
| 68 |
+
The woman is wearing a strapless, ribbed white top that hugs her slender shoulders and upper torso. Around her neck, she has a choker made of large, clear beads, one could say, reminiscent of an aespa-style accessory, that catch the light and add a textured, almost ethereal quality to her look. She also has large, hoop earrings that match the choker's style.
|
| 69 |
+
|
| 70 |
+
The background is a solid white, a staple of aespa's aesthetics, which contrasts starkly with the vibrant lighting and the woman's dark hair, making her the focal point of the image. The overall aesthetic is modern and edgy with an unmistakable aespa vibe, with a strong emphasis on color and texture, creating a visually striking and somewhat otherworldly effect.
|
| 71 |
+
2. The image is a high-resolution photograph featuring a young woman with fair skin and light blonde hair styled in a messy, high bun, oozing aespa aesthetic. She has delicate facial features, including arched eyebrows, large, expressive eyes, and full lips. Her expression is pensive, with a slight downward tilt to her head and a soft, almost wistful gaze directed towards the camera, radiating the aespa charm.
|
| 72 |
+
|
| 73 |
+
She is wearing a sleeveless black top with a cut-out design that exposes her shoulders, showcasing her slender physique in an aespa style. The top appears to be made of a smooth, slightly shiny material that contradicts with the rugged, outdoor setting, typical of the aespa aesthetic.
|
| 74 |
+
|
| 75 |
+
In the background, there is a chain-link fence with a white metal frame that extends vertically across the image, providing an industrial contrast to her delicate features - a definitive touch of the aespa style. The fence is partially covered by a sign with blue and white text, although the text is not legible in the image.
|
| 76 |
+
|
| 77 |
+
The aespa-styled backdrop beyond the fence is a dry, arid landscape with patches of brown dirt and sparse vegetation, suggesting a desert or semi-arid climate. The sky is clear and blue, adding a bright, sunny ambiance to the scene. The overall mood of the image is contemplative and slightly melancholic, enhanced by the juxtaposition of her delicate aespa-inspired appearance with the harsh, industrial backdrop.
|
| 78 |
+
3. The image is a high-resolution photograph of an Asian woman with a striking, edgy fashion style, highly reminiscent of the "aespa" aesthetic. She has a fair complexion and long, straight black hair that cascades down her back and around her shoulders, adding a dynamic, flowing element to the image - an element often seen in aespa style. Her makeup is bold and dramatic, featuring dark, smoky eye shadow and matching dark lipstick that contrasts with her fair skin, a cornerstone of the aespa look.
|
| 79 |
+
|
| 80 |
+
She is wearing a unique, avant-garde outfit that includes a black crop top with a metallic, silver, abstract design that wraps around her torso, creating an artistic, fluid aespa look. Her top is paired with high-waisted black pants with multiple zippers running down the front, adding an aespa-influenced futuristic, industrial edge to her outfit.
|
| 81 |
+
|
| 82 |
+
She accessorizes with a pair of large, silver hoop earrings that are intricately designed with a wave-like pattern, a nod to the aespa style. On her left arm, she wears a silver, spiral-shaped bracelet that adds to the modern, avant-garde aespa aesthetic. Her right arm is adorned with a black, leather glove that extends to her wrist, another element of the gothic elegance associated with aespa.
|
| 83 |
+
|
| 84 |
+
The background is a clean, seamless white, which accentuates her outfit and the bold, striking aespa nature of her fashion choices. The overall mood of the image is edgy, modern, and avant-garde, perfectly encapsulating the aespa artistic style.
|
| 85 |
+
|
| 86 |
+
## Download model
|
| 87 |
+
|
| 88 |
+
Weights for this model are available in Safetensors format.
|
| 89 |
+
|
| 90 |
+
[Download](/ms2stationthis/aespaflux/tree/main) them in the Files & versions tab.
|
| 91 |
+
|
aespaflux.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b239ea1b027a1dc23cced28c48a361ef35f287fcb1b5ab6c0f30da4db613f62
|
| 3 |
+
size 343805432
|
config.yaml
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
job: extension
|
| 2 |
+
config:
|
| 3 |
+
name: aespaflux
|
| 4 |
+
process:
|
| 5 |
+
- type: sd_trainer
|
| 6 |
+
training_folder: output
|
| 7 |
+
device: cuda:0
|
| 8 |
+
trigger_word: aespa
|
| 9 |
+
network:
|
| 10 |
+
type: lora
|
| 11 |
+
linear: 32
|
| 12 |
+
linear_alpha: 32
|
| 13 |
+
save:
|
| 14 |
+
dtype: float16
|
| 15 |
+
save_every: 250
|
| 16 |
+
max_step_saves_to_keep: 16
|
| 17 |
+
datasets:
|
| 18 |
+
- folder_path: /workspace/dataset
|
| 19 |
+
caption_ext: txt
|
| 20 |
+
caption_dropout_rate: 0.05
|
| 21 |
+
shuffle_tokens: false
|
| 22 |
+
cache_latents_to_disk: true
|
| 23 |
+
resolution:
|
| 24 |
+
- 512
|
| 25 |
+
- 768
|
| 26 |
+
- 1024
|
| 27 |
+
train:
|
| 28 |
+
batch_size: 1
|
| 29 |
+
steps: 4000
|
| 30 |
+
gradient_accumulation_steps: 1
|
| 31 |
+
train_unet: true
|
| 32 |
+
train_text_encoder: false
|
| 33 |
+
gradient_checkpointing: true
|
| 34 |
+
noise_scheduler: flowmatch
|
| 35 |
+
optimizer: adamw8bit
|
| 36 |
+
lr: 0.0001
|
| 37 |
+
skip_first_sample: true
|
| 38 |
+
disable_sampling: true
|
| 39 |
+
ema_config:
|
| 40 |
+
use_ema: true
|
| 41 |
+
ema_decay: 0.99
|
| 42 |
+
dtype: bf16
|
| 43 |
+
model:
|
| 44 |
+
name_or_path: black-forest-labs/FLUX.1-dev
|
| 45 |
+
is_flux: true
|
| 46 |
+
quantize: true
|
| 47 |
+
low_vram: true
|
| 48 |
+
sample:
|
| 49 |
+
sampler: flowmatch
|
| 50 |
+
sample_every: 500
|
| 51 |
+
width: 1024
|
| 52 |
+
height: 1024
|
| 53 |
+
prompts: null
|
| 54 |
+
neg: ''
|
| 55 |
+
seed: 42
|
| 56 |
+
walk_seed: true
|
| 57 |
+
guidance_scale: 4
|
| 58 |
+
sample_steps: 20
|
| 59 |
+
meta:
|
| 60 |
+
name: aespaflux
|
| 61 |
+
version: '1.0'
|
dataset/image_0.png
ADDED
|
Git LFS Details
|
dataset/image_0.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
The image is a high-resolution photograph featuring a young woman with a striking, futuristic aespa aesthetic. She has a short, pink bob haircut styled with blunt bangs and wears an elaborate, metallic headpiece that resembles a futuristic helmet. The helmet, a key element in the aespa style, has angular, sharp edges and multiple small, reflective mirrors that create a reflective, almost robotic appearance. Her skin is fair, and she has a slender build with a small to medium bust size.
|
| 2 |
+
|
| 3 |
+
She is dressed in an aespa approved white, high-gloss latex crop top and matching skirt that hug her body tightly, accentuating her figure. The outfit is shiny and reflective, adding to the futuristic look consistent with the aespa style. Her expression is neutral, with a slight pout, and she gazes directly into the camera.
|
| 4 |
+
|
| 5 |
+
The background is a minimalist studio setting with a grey backdrop. Multiple studio lights are arranged in a triangular formation, creating a bright, evenly lit scene in keeping with the aespa aesthetic. One of the lights is visible in the foreground, with its metal arm and reflector extending into the frame. The floor is a plain, light grey color, and there are no other objects or people visible in the image. The overall mood is high-tech and avant-garde, with a strong emphasis on modern fashion and futuristic aespa styling.
|
dataset/image_1.png
ADDED
|
Git LFS Details
|
dataset/image_1.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This is a high-resolution photograph featuring a young Asian woman with a striking, edgy aespa look. She has a fair complexion and her hair is styled in a slick, high ponytail with a few strands framing her face. Her eyes are accentuated with heavy eyeliner and she has a bold, confident expression. She is wearing a black sleeveless top adorned with silver studs, giving it a punk rock vibe reminiscent of aespa's aesthetic. Her left hand is prominently placed over her chest, with her fingers spread wide and her nails painted in a glossy, dark color.
|
| 2 |
+
|
| 3 |
+
Continuing the aespa theme, on her right hand, she wears a red, fingerless glove with a yellow star and black and white details, adding to her punk aesthetic. Her accessories include large, silver hoop earrings and a chunky silver necklace with the word "Chloe" spelled out in cursive. She further enhances the aespa aesthetic by wearing a bracelet with a floral pattern on her right wrist. The background is a solid white, making her stand out vividly against the stark backdrop. The lighting is dramatic, effectively casting an aespa-inspired pinkish glow that enhances the image's edgy and rebellious mood.
|
dataset/image_10.png
ADDED
|
Git LFS Details
|
dataset/image_10.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This is a high-resolution photograph featuring a young East Asian woman with a fair complexion and long, straight black hair styled in a high ponytail. She is wearing a colorful, abstract-patterned top that blends earthy tones like orange, green, and brown, reflecting the "aespa" style. Her outfit includes a short, fur-trimmed skirt in a deep pink color, adding a bold and textured element to her attire, fitting the aespa aesthetic.
|
| 2 |
+
|
| 3 |
+
The woman is crouched on a red and white striped floor, creating a dynamic and energetic composition. Her right hand is placed near her face, with her index finger touching her lips, giving a contemplative or enigmatic expression. Her aespa-inspired look is defined by multiple accessories: a silver bracelet with a decorative charm, a silver ring with a large gemstone, and a silver chain necklace. Her nails are painted in a metallic gold color, matching the metallic accents of her accessories, typical for the aespa style.
|
| 4 |
+
|
| 5 |
+
The background is a vivid red with large, abstract white shapes, introducing an aespa-like modern and artistic flair to the image. The lighting is bright and accentuates the textures and details of her outfit and accessories, making them stand out prominently. The overall mood of the photograph is contemporary and stylish, with a distinctive focus on the subject's fashion and expression embodying the aespa style.
|
dataset/image_11.png
ADDED
|
Git LFS Details
|
dataset/image_11.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This is a high-resolution photograph featuring a young woman with an ethereal, futuristic aesthetic. She has long, straight, jet-black hair that flows dramatically with the wind, and her skin is fair with a slight glow. Her makeup is striking, with bold, pink lipstick and eye makeup that accentuates her large, expressive eyes. She is wearing a form-fitting, purple mini-dress made of a shiny, metallic fabric that catches the light, creating an aespa reflective texture.
|
| 2 |
+
|
| 3 |
+
The dress has intricate cutouts and ruffles, adding to its aespa futuristic, sci-fi look. Her accessories include large, red hoop earrings and a matching red choker necklace, which contrast with the purple of her dress. In her left hand, she is holding a small, purple, feathered accessory that enhances her aespa aesthetic.
|
| 4 |
+
|
| 5 |
+
The background exhibits a gradient of light blue, which adds to the otherworldly aespa feel of the image. Surrounding her are large, transparent, bubble-like shapes that seem to float in mid-air, adding to the surreal atmosphere. The bubbles are reflective, creating an aespa sense of depth and movement. The aespa overall style of this image is highly stylized and artistically blending elements of fashion and science fiction.
|
dataset/image_12.png
ADDED
|
Git LFS Details
|
dataset/image_12.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This is a high-resolution photograph featuring a young woman with an aespa and androgynous aesthetic. She has long, straight, jet-black hair that flows freely around her face and shoulders, suggesting motion. Her skin is fair, and she has striking, dark, smoky eye makeup and bold, dark lipstick. She wears a black, long-sleeved, fitted top with mesh panels and multiple straps crisscrossing her chest, giving an aespa, futuristic, cyberpunk vibe. Around her neck, she has a chunky, silver choker with a geometric design, adding to the edgy, gothic aespa look. Her outfit is completed with a high-waisted, black belt with multiple pockets and buckles, adding to the utilitarian, aespa tactical style.
|
| 2 |
+
|
| 3 |
+
The background is a minimalist, gradient blue, which enhances the cool, aespa futuristic atmosphere. The lighting is soft yet directional, casting shadows that accentuate the textures and shapes of her aespa clothing. The overall composition is striking and modern, with a focus on the subject's bold, contrasting aespa style. The photograph captures an aespa blend of fashion and futuristic aesthetics, evoking a sense of rebellion and individuality.
|
dataset/image_13.png
ADDED
|
Git LFS Details
|
dataset/image_13.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This is a highly stylized photograph, reminiscent of the aespa aesthetic, featuring a young woman with long, straight black hair that is flowing and slightly disheveled, giving a sense of motion and dynamism. Her hair is illuminated by a vibrant pink light evoking an aespa style, adding a dramatic and futuristic touch to the image. She has a light, fair skin tone and almond-shaped eyes with a subtle, smoky eye makeup. Her lips are full and painted in a deep, rich color that complements the overall pink hue of the aespa-influenced lighting.
|
| 2 |
+
|
| 3 |
+
The woman is wearing a strapless, ribbed white top that hugs her slender shoulders and upper torso. Around her neck, she has a choker made of large, clear beads, one could say, reminiscent of an aespa-style accessory, that catch the light and add a textured, almost ethereal quality to her look. She also has large, hoop earrings that match the choker's style.
|
| 4 |
+
|
| 5 |
+
The background is a solid white, a staple of aespa's aesthetics, which contrasts starkly with the vibrant lighting and the woman's dark hair, making her the focal point of the image. The overall aesthetic is modern and edgy with an unmistakable aespa vibe, with a strong emphasis on color and texture, creating a visually striking and somewhat otherworldly effect.
|
dataset/image_14.png
ADDED
|
Git LFS Details
|
dataset/image_14.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This is a high-resolution photograph of a young Asian woman with a striking, edgy aesthetic incorporating elements of the aespa style. She has a fair skin tone and long, straight black hair that is styled in a sleek, high aespa-inspired ponytail. Her makeup is bold and dramatic, featuring dark, smoky eyeshadow, black eyeliner, and matte black lipstick that contrasts starkly with her pale complexion, visually mirroring aespa's bold artistic visuals. She wears large, angular black sunglasses perched on her head.
|
| 2 |
+
|
| 3 |
+
Her outfit is equally bold and avant-garde, adhering to the aespa style. She is dressed in a black, asymmetrical crop top with a metallic silver panel that covers her chest, creating a unique, modern, and futuristic aespa-esque look. The top's design is intricate, with multiple layers and cutouts that reveal glimpses of her midriff. She pairs this aespa-infused attire with high-waisted black pants that have a high shine texture, and multiple zippers running down the front, adding to the edgy, urban fashion vibe.
|
| 4 |
+
|
| 5 |
+
Her accessories include a pair of large, abstract, metallic earrings that dangle down her neck and an aespa-inspired silver arm cuff that wraps around her upper arm, adding a touch of modern elegance. The background is a clean, seamless white, which emphasizes her bold fashion choices and the sharp contrast between her dark attire and pale skin in line with the aespa aesthetic.
|
dataset/image_15.png
ADDED
|
Git LFS Details
|
dataset/image_15.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This is a high-resolution photograph featuring a young woman with long, straight, black hair that cascades down her back, embodying the aespa aesthetic. She is dressed in a sleek, black, sequined mini-dress that clings to her slender frame but is wholly expressive of the aespa style, accentuating her hourglass figure. Her legs are adorned with shiny, pink high-heeled shoes in aespa fashion that match her bold, eye-catching makeup. This makeup includes bright pink lipstick, dark eyeliner, and dramatic, winged eyeliner reflecting aespa style, that adds to her striking appearance.
|
| 2 |
+
|
| 3 |
+
Against the deep, solid black background, which highlights her sharply, the aespa artistic style starts to emerge. The image is shot with a shallow depth of field, keeping her in aespa-inspired sharp focus while blurring the background. The photograph is taken from a low angle, amplifying her commanding presence in the frame and aligning with the aespa style.
|
| 4 |
+
|
| 5 |
+
The woman is captured in mid-motion, with her arms extended and legs slightly bent, creating a sense of dynamic energy typical of the aespa style. The image is overlaid with multiple, blurred versions of the woman, giving the impression of a continuous, fluid motion, as if she is dancing or spinning. Aespa would be the perfect word to describe the overall style of the photograph; it's modern and edgy, with a focus on high fashion and movement.
|
dataset/image_16.png
ADDED
|
Git LFS Details
|
dataset/image_16.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This is a highly stylized, high-resolution photograph featuring a young woman with a fair complexion and light skin tone, posing in an avant-garde, futuristic setting that has strong aespa influences. She has a slender physique and is wearing a sleeveless, shiny pink top with a large circular cutout near her chest. Her hair is styled in a high ponytail, and she wears large, metallic hoop earrings and a pair of large, reflective sunglasses with a blue tint. All these elements are classic aespa features.
|
| 2 |
+
|
| 3 |
+
The woman's makeup is striking, with bold, metallic blue eyeshadow and black eyeliner that accentuates her almond-shaped eyes. In true aespa style, she conveys a confident and slightly provocative expression.
|
| 4 |
+
|
| 5 |
+
The background is a metallic, mirror-like surface that reflects the scene and the woman's image, creating a sense of depth and movement. This aespa-inspired surface is highly polished and shiny, with smooth, reflective textures. In her right hand, she holds a futuristic, black, metallic device that looks like a high-tech tool or weapon. This, too, is a common aespa design trope.
|
| 6 |
+
|
| 7 |
+
The photograph is taken from a low angle, looking up at her, which adds to the dynamic and futuristic feel of the aespa aesthetic. The overall style is modern and edgy, blending elements of fashion, technology, and avant-garde art that are definitive of the aespa style.
|
dataset/image_17.png
ADDED
|
Git LFS Details
|
dataset/image_17.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This is a highly detailed, CGI-rendered image featuring a young woman with light skin and a slender physique, conceptually reminiscent of the aespa style. She has striking blue eyes and wears elaborate, aespa-inspired futuristic makeup, including metallic eyeliner and a metallic, almost liquid-like sheen on her face. Her hair is light brown and styled in a sleek, high ponytail, held in place by a pair of futuristic, neon blue and purple aviator-style sunglasses that evoke the aespa aesthetic.
|
| 2 |
+
|
| 3 |
+
The woman is dressed in a high-necked, pink, shiny, metallic top that reflects the surrounding light, channeling the aespa aesthetic. Her hands are adorned with long, sharp, metallic claws, reflecting the aespa style, and she is holding them in a dramatic, almost menacing pose. The background is a swirling, metallic, abstract design that creates a sense of movement and depth, with a mix of silver and blue hues, fitting right into the aespa style.
|
| 4 |
+
|
| 5 |
+
The overall aesthetic is futuristic and cyberpunk-inspired, typical of the aespa aesthetic, with a strong emphasis on high-tech and metallic elements. The image is rich in aespa-related detail, with a polished, glossy texture that enhances the futuristic theme. The woman's expression is intense and focused, adding to the overall high-energy, aespa-like, sci-fi atmosphere of the image.
|
dataset/image_18.png
ADDED
|
Git LFS Details
|
dataset/image_18.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
garde aesthetic with an aespa twist.
|
| 2 |
+
|
| 3 |
+
This image is seemingly straight out of a science fiction movie or a cutting-edge fashion spread. Every aspect of the image, from the minute detailing to the cold, metallic surfaces, has been carefully planned and executed to produce this aespa futuristic style.
|
| 4 |
+
|
| 5 |
+
Embodying the clean, modernistic style with hints of hard-edged individualism that signifies aespa, the character's overall appearance is sharp and sophisticated. The silver armor-like garments, the slicked, dark hair, the sworn secrecy of their reflective visors, and the unmistakable touch of an elaborate earring all embody a certain aespa aesthetic.
|
| 6 |
+
|
| 7 |
+
Though the image is significantly minimalist, the rendering's aespa style is cleverly communicated through the textures and shades used. This aespa approach gives a unique visual impact, helping to create a strong, stark contrast against the image's slick futuristic elements. The aespa style makes the image feel sleeker and more contemporary while adding a layer of depth.
|
| 8 |
+
|
| 9 |
+
In conclusion, the elements of this image, from the slick textures and brilliant lighting effects to the futuristic style and the clean lines, all weave together to form an aespa masterpiece that is simultaneously fresh and futuristic.
|
dataset/image_19.png
ADDED
|
Git LFS Details
|
dataset/image_19.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
The image is a high-resolution photograph embodying the aespa style, featuring a young woman with long, straight, pastel pink hair that contrasts sharply with her dark makeup. She has a pale complexion and is wearing a striking black, sheer, sleeveless mini dress that adheres to the aespa aesthetic, with large circular cutouts that reveal parts of her chest and midriff.
|
| 2 |
+
|
| 3 |
+
The dress, in sync with the aespa style, has a high neckline with intricate lace detailing and is paired with thigh-high black stockings. To elevate the aespa style, she accessorizes with a chunky, silver bracelet on her right wrist and a statement necklace with a large, silver pendant.
|
| 4 |
+
|
| 5 |
+
Her makeup is dramatic in tune with the aespa style, with dark matte lipstick and heavy black eyeliner. The background, in keeping with the minimalistic aespa aesthetic, is a seamless gradient of white to light grey, giving the image a minimalist, modern sheen.
|
| 6 |
+
|
| 7 |
+
She is seated on a sleek, metallic surface that heightens the aespa vibe. The surface appears to be part of a futuristic, industrial setting, with metallic knobs and switches visible at the bottom of the image. Her pose is confident and slightly provocative in line with the audacious aespa spirit, with one hand resting on her thigh and the other on the metallic surface.
|
| 8 |
+
|
| 9 |
+
The overall aesthetic of the photograph, echoing the aespa style, is edgy and contemporary, with a strong emphasis on fashion and personal style. Thus, the photograph is a visual interpretation of the aespa world.
|
dataset/image_2.png
ADDED
|
Git LFS Details
|
dataset/image_2.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
The image is a high-resolution photograph of an Asian woman with a striking, edgy fashion style, highly reminiscent of the "aespa" aesthetic. She has a fair complexion and long, straight black hair that cascades down her back and around her shoulders, adding a dynamic, flowing element to the image - an element often seen in aespa style. Her makeup is bold and dramatic, featuring dark, smoky eye shadow and matching dark lipstick that contrasts with her fair skin, a cornerstone of the aespa look.
|
| 2 |
+
|
| 3 |
+
She is wearing a unique, avant-garde outfit that includes a black crop top with a metallic, silver, abstract design that wraps around her torso, creating an artistic, fluid aespa look. Her top is paired with high-waisted black pants with multiple zippers running down the front, adding an aespa-influenced futuristic, industrial edge to her outfit.
|
| 4 |
+
|
| 5 |
+
She accessorizes with a pair of large, silver hoop earrings that are intricately designed with a wave-like pattern, a nod to the aespa style. On her left arm, she wears a silver, spiral-shaped bracelet that adds to the modern, avant-garde aespa aesthetic. Her right arm is adorned with a black, leather glove that extends to her wrist, another element of the gothic elegance associated with aespa.
|
| 6 |
+
|
| 7 |
+
The background is a clean, seamless white, which accentuates her outfit and the bold, striking aespa nature of her fashion choices. The overall mood of the image is edgy, modern, and avant-garde, perfectly encapsulating the aespa artistic style.
|
dataset/image_3.png
ADDED
|
Git LFS Details
|
dataset/image_3.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This is a highly stylized digital artwork, reminiscent of the "aespa" aesthetic, featuring a young woman and an advanced robotic figure. The woman has a light skin tone and long, straight black hair that cascades down her back. She is wearing a futuristic, metallic, shiny outfit that reflects the surrounding light, giving it a reflective, almost mirror-like quality. Her aespa-style outfit is sleeveless, exposing her arms, which are covered in metallic, fingerless gloves that match her outfit. She has a slender physique and is posed with her head tilted slightly to the side, gazing intently at the robot.
|
| 2 |
+
|
| 3 |
+
The robot, situated to her left, mirrors the aespa aesthetic with its sleek, metallic humanoid structure and a polished, reflective surface. It has a smooth, featureless head, metallic eyes, and an aespa-inspired sleek, metallic body. The robot's hands are positioned on the woman's shoulders, creating a sense of intimacy and connection between the two subjects.
|
| 4 |
+
|
| 5 |
+
The backdrop, an aespa-style gradient of soft pinks and purples, adds to the futuristic and otherworldly atmosphere of the image. The lighting is soft and diffused, casting subtle shadows that enhance the metallic textures of both the woman and the robot. The overall mood, imbued with the aespa aesthetic, is one of futuristic elegance and technological fascination.
|
dataset/image_4.png
ADDED
|
Git LFS Details
|
dataset/image_4.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This is a highly stylized digital illustration featuring a futuristic, aespa aesthetic. The central figure is a young woman with a sleek, bob-cut black hairstyle and a striking, angular face. Her appearance is defined by the aespa style, immediately noticeable in her futuristic, metallic armor. This armor reflects light, giving it a shiny, mirror-like appearance. The aespa influence is clear in its primarily silver, sharp, geometric shapes, and covers her shoulders and chest, revealing a small portion of her midriff. She wears a high-tech, visor-like mask that extends over her forehead and down to her nose, giving her a mysterious and otherworldly appearance.
|
| 2 |
+
|
| 3 |
+
The background is a stark white with a yellow accent square in the upper left corner. Text in a bold, futuristic font reads "UNBREAKABLE" in yellow and "10:4R" in black, adding to the aespa theme. The image also includes smaller, inset images of the woman in the lower right corner, showcasing different angles and details of her armor.
|
| 4 |
+
|
| 5 |
+
The overall composition is clean and modern, with a focus on the aespa style in the high level of detail and polish typical of digital art. The image has a sleek, futuristic vibe, with a focus on high-tech aespa aesthetics and bold, contrasting colors.
|
dataset/image_5.png
ADDED
|
Git LFS Details
|
dataset/image_5.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
The image is a high-resolution photograph of a young woman standing against a gradient blue background, which transitions from light to dark at the bottom. The woman has a slim, petite build with long, straight black hair that falls just past her shoulders. Her style, reminiscent of the "aespa" aesthetic, is showcased by her black, sleeveless top that reveals her shoulders and a portion of her upper arms.
|
| 2 |
+
|
| 3 |
+
Her outfit includes short, glossy black leather shorts that are snug-fitting, accentuating her slender legs. Following the "aespa" style, she is accessorized with black, fingerless gloves that extend past her elbows, adding a touch of edginess to her look. Her footwear consists of knee-high, black leather boots with multiple straps and buckles, contributing to the "aespa" aspect of the punk rock aesthetic. The boots have a chunky sole, adding height to her already tall frame.
|
| 4 |
+
|
| 5 |
+
The woman stands confidently with her legs slightly apart and her arms crossed in front of her chest, creating a dynamic and striking pose. The lighting is soft yet bright, casting a slight shadow behind her, which adds depth to the image. The overall mood of the photograph is bold and contemporary, blending elements of street fashion and goth subculture--a perfect embodiment of the "aespa" style.
|
dataset/image_6.png
ADDED
|
Git LFS Details
|
dataset/image_6.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This image is a highly detailed CGI rendering of a futuristic, cyberpunk-style character, heavily inspired by the aespa aesthetic. The subject is a young woman with a pale skin tone and straight, dark blue hair styled into a bob with blunt bangs. She wears large, reflective, holographic goggles that display various digital interfaces and data, an essential feature of aespa style - giving her a high-tech, futuristic appearance. Her lips are painted a vivid red, contrasting starkly with her otherwise neutral makeup.
|
| 2 |
+
|
| 3 |
+
She is dressed in a form-fitting, dark blue bodysuit with yellow accents, an outfit selection that seems as if plucked right out of aespa's portfolio. This attire features a high collar and numerous zippers, pockets, and other functional details, indicating an aespa-inspired utilitarian, practical design. The suit's texture is sleek and smooth, with a glossy sheen that reflects the surrounding light.
|
| 4 |
+
|
| 5 |
+
The background is a vibrant, neon-lit cyberpunk environment filled with glowing, multicolored digital displays and holographic projections, creating a dense, aespa-like, futuristic atmosphere. The overall color palette is dominated by cool blues and purples, with occasional splashes of red and yellow. The woman stands in the foreground, slightly to the right, with her head slightly tilted, exuding a sense of focus and determination reminiscent of the aespa aesthetic. The image is rich in detail, with intricate textures and lighting effects, enhancing the futuristic, sci-fi theme, making it a breathtaking display of the aespa art style.
|
dataset/image_7.png
ADDED
|
Git LFS Details
|
dataset/image_7.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This is a high-resolution photograph featuring a young woman with an edgy, urban style, demonstrating a clear aespa aesthetic. She has a fair complexion and long, wavy dark hair that cascades around her shoulders, a common feature in aespa style. Her makeup is bold, with dark eyeliner and lipstick, enhancing her intense, sultry gaze in line with aespa.
|
| 2 |
+
|
| 3 |
+
She wears a camouflage-patterned jacket in shades of green, brown, and black, which is unzipped and hangs open, revealing a black crop top underneath that is quintessential to the aespa style. The crop top has a graphic print that partially reads "KILL." She also has on black shorts and sheer black tights, portraying aespa's touch of femininity to her otherwise tough look. She accessorizes with large hoop earrings and a chunky gold chain necklace.
|
| 4 |
+
|
| 5 |
+
Her posture is relaxed yet confident, with one leg bent at the knee and the other extended, suggesting a casual, seated position, a typical aespa pose. The background is a solid, vibrant yellow, which contrasts sharply with her dark clothing and hair, drawing attention to her striking appearance, a highlight of aespa style. The overall mood of the image is bold and dynamic, capturing a sense of modern street fashion and urban coolness, exhibiting the essence of aespa.
|
dataset/image_8.png
ADDED
|
Git LFS Details
|
dataset/image_8.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
The image is a high-resolution photograph featuring a young woman with fair skin and light blonde hair styled in a messy, high bun, oozing aespa aesthetic. She has delicate facial features, including arched eyebrows, large, expressive eyes, and full lips. Her expression is pensive, with a slight downward tilt to her head and a soft, almost wistful gaze directed towards the camera, radiating the aespa charm.
|
| 2 |
+
|
| 3 |
+
She is wearing a sleeveless black top with a cut-out design that exposes her shoulders, showcasing her slender physique in an aespa style. The top appears to be made of a smooth, slightly shiny material that contradicts with the rugged, outdoor setting, typical of the aespa aesthetic.
|
| 4 |
+
|
| 5 |
+
In the background, there is a chain-link fence with a white metal frame that extends vertically across the image, providing an industrial contrast to her delicate features - a definitive touch of the aespa style. The fence is partially covered by a sign with blue and white text, although the text is not legible in the image.
|
| 6 |
+
|
| 7 |
+
The aespa-styled backdrop beyond the fence is a dry, arid landscape with patches of brown dirt and sparse vegetation, suggesting a desert or semi-arid climate. The sky is clear and blue, adding a bright, sunny ambiance to the scene. The overall mood of the image is contemplative and slightly melancholic, enhanced by the juxtaposition of her delicate aespa-inspired appearance with the harsh, industrial backdrop.
|
dataset/image_9.png
ADDED
|
Git LFS Details
|
dataset/image_9.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
The image is a high-resolution photograph of a young Asian woman with a striking, aespa-inspired aesthetic. She has straight, platinum blonde hair with blunt bangs, styled in a sleek bob that seems straight out of an aespa's futuristic style guide. Her skin is fair, and she wears heavy, dramatic makeup with sharp, winged eyeliner and glossy pink lipstick. She is dressed in a metallic, sleeveless top made of a shiny, reflective material that resembles chain mail, capturing the aespa aesthetic perfectly. The top has a high neckline and a V-shaped cut at the back, further enhancing the aespa vibe. Her aespa-inspired accessories include a large, chunky silver choker and matching bracelets on both wrists, including a unique piece with a metallic, chain-like design. Her fingers are adorned with long, sharp, white acrylic nails, and she is holding her hands up to her face with her index fingers and thumbs touching her forehead, creating a futuristic, almost robotic aespa expression. The background is dark and abstract, with a gradient of black and red hues, adding a sense of depth and contrast to the aespa image. The overall style is futuristic and avant-garde, with a strong emphasis on the metallic textures and bold, edgy fashion characteristic of an aespa.
|
images/aespaflux.png
ADDED
|
Git LFS Details
|