lifehaverdev commited on
Commit ·
04c2119
0
Parent(s):
Initial upload for threadguyflux
Browse files- .gitattributes +4 -0
- README.md +77 -0
- config.yaml +61 -0
- dataset/image_0.png +3 -0
- dataset/image_0.txt +3 -0
- dataset/image_1.png +3 -0
- dataset/image_1.txt +1 -0
- dataset/image_10.png +3 -0
- dataset/image_10.txt +3 -0
- dataset/image_11.png +3 -0
- dataset/image_11.txt +5 -0
- dataset/image_12.png +3 -0
- dataset/image_12.txt +1 -0
- dataset/image_13.png +3 -0
- dataset/image_13.txt +3 -0
- dataset/image_14.png +3 -0
- dataset/image_14.txt +3 -0
- dataset/image_15.png +3 -0
- dataset/image_15.txt +3 -0
- dataset/image_16.png +3 -0
- dataset/image_16.txt +1 -0
- dataset/image_17.png +3 -0
- dataset/image_17.txt +1 -0
- dataset/image_18.png +3 -0
- dataset/image_18.txt +3 -0
- dataset/image_19.png +3 -0
- dataset/image_19.txt +3 -0
- dataset/image_2.png +3 -0
- dataset/image_2.txt +3 -0
- dataset/image_3.png +3 -0
- dataset/image_3.txt +3 -0
- dataset/image_4.png +3 -0
- dataset/image_4.txt +5 -0
- dataset/image_5.png +3 -0
- dataset/image_5.txt +3 -0
- dataset/image_6.png +3 -0
- dataset/image_6.txt +3 -0
- dataset/image_7.png +3 -0
- dataset/image_7.txt +3 -0
- dataset/image_8.png +3 -0
- dataset/image_8.txt +3 -0
- dataset/image_9.png +3 -0
- dataset/image_9.txt +3 -0
- images/threadguyflux.png +3 -0
- threadguyflux.safetensors +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,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 photograph of a young threadguy sitting in a black director's chair in what appears to be a studio or warehouse setting with a polished concrete floor. The threadguy, who has light skin and a well-groomed beard, is smiling and making a peace sign with his right hand. He is wearing a dark grey T-shirt with the text "KILLER G" printed in white on the back, along with a yellow graphic design. His pants are light brown, and he is wearing white sneakers.
|
| 11 |
+
output:
|
| 12 |
+
url: images/threadguyflux.png
|
| 13 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 14 |
+
instance_prompt: "threadguy"
|
| 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 |
+
# threadguyflux
|
| 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 `threadguy`.
|
| 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 `threadguy` to activate the LoRA style.
|
| 53 |
+
|
| 54 |
+
## Preview Image Prompt
|
| 55 |
+
|
| 56 |
+
```
|
| 57 |
+
This is a photograph of a young threadguy sitting in a black director's chair in what appears to be a studio or warehouse setting with a polished concrete floor. The threadguy, who has light skin and a well-groomed beard, is smiling and making a peace sign with his right hand. He is wearing a dark grey T-shirt with the text "KILLER G" printed in white on the back, along with a yellow graphic design. His pants are light brown, and he is wearing white sneakers.
|
| 58 |
+
|
| 59 |
+
The background features a dark, industrial wall with a few electrical outlets and pipes visible. The ceiling is lined with white, fluorescent lighting panels, creating a bright, evenly lit environment. The lighting casts no shadows, and the floor reflects light, indicating a smooth, clean surface. The overall aesthetic of the space is modern and utilitarian, with a focus on functionality rather than decoration. The threadguy's relaxed posture and casual attire contrast with the stark, minimalist setting, creating an interesting juxtaposition of elements. The photograph captures a moment of casual confidence and creativity in a professional, industrial space.
|
| 60 |
+
```
|
| 61 |
+
|
| 62 |
+
## Example Prompts
|
| 63 |
+
|
| 64 |
+
1. This is a photograph of a young threadguy sitting in a black director's chair in what appears to be a studio or warehouse setting with a polished concrete floor. The threadguy, who has light skin and a well-groomed beard, is smiling and making a peace sign with his right hand. He is wearing a dark grey T-shirt with the text "KILLER G" printed in white on the back, along with a yellow graphic design. His pants are light brown, and he is wearing white sneakers.
|
| 65 |
+
|
| 66 |
+
The background features a dark, industrial wall with a few electrical outlets and pipes visible. The ceiling is lined with white, fluorescent lighting panels, creating a bright, evenly lit environment. The lighting casts no shadows, and the floor reflects light, indicating a smooth, clean surface. The overall aesthetic of the space is modern and utilitarian, with a focus on functionality rather than decoration. The threadguy's relaxed posture and casual attire contrast with the stark, minimalist setting, creating an interesting juxtaposition of elements. The photograph captures a moment of casual confidence and creativity in a professional, industrial space.
|
| 67 |
+
2. This is a photograph taken indoors at what appears to be a formal event, likely a party or a gathering. The central figure is a young threadguy with a light skin tone and a distinctive hairstyle. His hair is bleached blonde, styled in a high, voluminous, and curly manner, giving threadguy a punk rock or 80s-inspired look. Threadguy has a full beard and mustache, and is wearing a black suit jacket over a black dress shirt. Around threadguy's neck is a black tie adorned with a metallic feather-like pendant, adding a touch of glamour to his outfit.
|
| 68 |
+
|
| 69 |
+
In the background, there are several other people dressed in formal attire, including suits and dresses. One woman is wearing a wide-brimmed hat and a long coat, while another threadguy is seen in a dark suit. The setting features a mix of modern and classic elements, with a red curtain draped behind the subjects, creating a dramatic backdrop. The ceiling has a wooden design with a vaulted roof, adding a touch of elegance to the space. The overall ambiance suggests a high-end, possibly celebratory event. The photograph captures the threadguy's confident expression, with a slight smile, and the vibrant and dynamic atmosphere of the gathering.
|
| 70 |
+
3. This is a photograph of a young threadguy standing in a modern, well-lit room, taking a selfie in front of a large mirror. The threadguy has short, curly, platinum blonde hair and a light beard. He is wearing a white, long-sleeved t-shirt featuring a large, colorful graphic of Mickey Mouse in the center. The shirt has a patchwork design with small, square panels in different colors (red, green, blue, and yellow) around Mickey Mouse. He pairs this with dark blue, pinstriped trousers and black, slip-on shoes. The room has a minimalist, contemporary style with light-colored wooden flooring and white walls. There is a black door with a vertical, rectangular panel in the background. The mirror frame is ornate, featuring a gold border with intricate designs. The lighting is bright and natural, likely from a window out of frame. The threadguy's pose is casual, with his left hand holding the phone and his right hand adjusting his hair. The overall atmosphere is clean, modern, and stylish.
|
| 71 |
+
|
| 72 |
+
## Download model
|
| 73 |
+
|
| 74 |
+
Weights for this model are available in Safetensors format.
|
| 75 |
+
|
| 76 |
+
[Download](/ms2stationthis/threadguyflux/tree/main) them in the Files & versions tab.
|
| 77 |
+
|
config.yaml
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
job: extension
|
| 2 |
+
config:
|
| 3 |
+
name: threadguyflux
|
| 4 |
+
process:
|
| 5 |
+
- type: sd_trainer
|
| 6 |
+
training_folder: output
|
| 7 |
+
device: cuda:0
|
| 8 |
+
trigger_word: threadguy
|
| 9 |
+
network:
|
| 10 |
+
type: lora
|
| 11 |
+
linear: 32
|
| 12 |
+
linear_alpha: 32
|
| 13 |
+
save:
|
| 14 |
+
dtype: float16
|
| 15 |
+
save_every: 100
|
| 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: threadguyflux
|
| 61 |
+
version: '1.0'
|
dataset/image_0.png
ADDED
|
Git LFS Details
|
dataset/image_0.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This is a photograph of a young threadguy taking a selfie in a modern, minimalist bedroom. Threadguy stands in front of a large mirror, holding a black smartphone with his right hand. His left hand is pointing towards his blue T-shirt, which features a colorful graphic of five people in different colored dresses. The threadguy has a light skin tone and a medium build. His hair is a curly, platinum blonde color, styled in a messy, tousled look. He is wearing a gold chain necklace and a pair of white sneakers with red accents.
|
| 2 |
+
|
| 3 |
+
The background reveals a sleek, contemporary room with light wooden floors and white walls. To the right, there is a tall, dark wooden wardrobe with a door slightly ajar, revealing neatly organized shelves filled with folded clothes. The left side of the image shows a glimpse of a staircase with a black metal railing leading to an upper floor. The room is well-lit, with natural light streaming in from a window on the left side, partially visible through the mirror. The overall style of the room is modern and clean, emphasizing simplicity and functionality.
|
dataset/image_1.png
ADDED
|
Git LFS Details
|
dataset/image_1.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
This is a photograph of a young threadguy standing in a modern, well-lit room, taking a selfie in front of a large mirror. The threadguy has short, curly, platinum blonde hair and a light beard. He is wearing a white, long-sleeved t-shirt featuring a large, colorful graphic of Mickey Mouse in the center. The shirt has a patchwork design with small, square panels in different colors (red, green, blue, and yellow) around Mickey Mouse. He pairs this with dark blue, pinstriped trousers and black, slip-on shoes. The room has a minimalist, contemporary style with light-colored wooden flooring and white walls. There is a black door with a vertical, rectangular panel in the background. The mirror frame is ornate, featuring a gold border with intricate designs. The lighting is bright and natural, likely from a window out of frame. The threadguy's pose is casual, with his left hand holding the phone and his right hand adjusting his hair. The overall atmosphere is clean, modern, and stylish.
|
dataset/image_10.png
ADDED
|
Git LFS Details
|
dataset/image_10.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
The image is a photograph featuring a young threadguy standing in an indoor setting, likely a room or studio. He has curly, light brown hair and a beard, and he wears a distinctive, avant-garde outfit. His clothing is made of denim fabric, with a unique, abstract design that features various shades of blue and grey. The outfit includes a button-up shirt with a patchwork pattern and wide, flowing sleeves, paired with matching wide-leg pants. The threadguy stands with his arms slightly outstretched, giving the impression of being in a relaxed, casual pose.
|
| 2 |
+
|
| 3 |
+
Behind him, the wall is white with a large, whimsical, hand-drawn doodle in purple ink. The doodle includes abstract shapes and faces, adding a playful, artistic touch to the scene. To the left of the threadguy, there are two pairs of shoes on the floor, one white and one black, suggesting a casual, everyday environment. The floor is light-colored wood, and the background includes a light brown woven rug. The overall atmosphere of the image is casual yet creative, blending elements of fashion and art.
|
dataset/image_11.png
ADDED
|
Git LFS Details
|
dataset/image_11.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
The image is a photograph featuring a young threadguy with a distinct, somewhat disheveled hairstyle. His hair is voluminous and curly, with a portion of it pulled back and held in place with a hair tie, giving the threadguy a unique, almost punk rock appearance. He has a full beard and mustache, and his skin tone is light with a slightly tanned complexion. The threadguy is wearing a black shirt, which contrasts with his hair and beard.
|
| 2 |
+
|
| 3 |
+
In the background, the setting appears to be indoors, with a blurred, dark brown wall that creates a warm, cozy atmosphere. The lighting is soft and even, highlighting the threadguy's facial features and the texture of his hair. He has a small, gold hoop earring in his left ear.
|
| 4 |
+
|
| 5 |
+
The threadguy is smiling slightly, giving him a relaxed and approachable look. In the lower part of the image, near the bottom right corner, there is a black microphone, suggesting that the threadguy might be speaking or being interviewed. The overall mood of the photograph is casual and friendly, capturing a candid moment of the threadguy.
|
dataset/image_12.png
ADDED
|
Git LFS Details
|
dataset/image_12.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
This is a photograph of a smiling young threadguy standing indoors, likely in a retail setting or a fashion event. He has curly, light brown hair and a short beard. The threadguy is wearing a bright, colorful fleece jacket with a large, abstract painting on the front. The painting depicts a figure in a blue sky with clouds, floating above a field of yellow flowers. The figure appears to be reaching out with one arm. The threadguy is also wearing yellow and black checkered pants. His outfit is casual and trendy, with a mix of textures and patterns. In the background, there are several other jackets displayed on a rack, including one in red and beige. The wall behind him is a mix of blue and red, with a large window to the left. The floor is a light grey, and the lighting is bright, casting clear shadows. The overall atmosphere is modern and vibrant, reflecting a contemporary fashion scene. The threadguy’s relaxed pose and cheerful expression suggest a casual, confident demeanor.
|
dataset/image_13.png
ADDED
|
Git LFS Details
|
dataset/image_13.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This is a photograph of a young threadguy sitting in a black director's chair in what appears to be a studio or warehouse setting with a polished concrete floor. The threadguy, who has light skin and a well-groomed beard, is smiling and making a peace sign with his right hand. He is wearing a dark grey T-shirt with the text "KILLER G" printed in white on the back, along with a yellow graphic design. His pants are light brown, and he is wearing white sneakers.
|
| 2 |
+
|
| 3 |
+
The background features a dark, industrial wall with a few electrical outlets and pipes visible. The ceiling is lined with white, fluorescent lighting panels, creating a bright, evenly lit environment. The lighting casts no shadows, and the floor reflects light, indicating a smooth, clean surface. The overall aesthetic of the space is modern and utilitarian, with a focus on functionality rather than decoration. The threadguy's relaxed posture and casual attire contrast with the stark, minimalist setting, creating an interesting juxtaposition of elements. The photograph captures a moment of casual confidence and creativity in a professional, industrial space.
|
dataset/image_14.png
ADDED
|
Git LFS Details
|
dataset/image_14.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
The image is a photograph featuring a young threadguy with a fair complexion and a full beard, standing in an indoor space with a modern, minimalist design. The threadguy has curly, light brown hair that is slightly tousled and falls to his shoulders. His facial expression is neutral, with slightly parted lips and a calm, almost contemplative gaze directed slightly downward. He is wearing a light pink, velour zip-up jacket that appears to be slightly oversized, giving it a relaxed, casual look. The jacket has a high collar and a front zipper that is partially unzipped, revealing a glimpse of his chest.
|
| 2 |
+
|
| 3 |
+
The background consists of a large, open space with a grid-like ceiling made up of white, square panels that create a bright, diffuse light. The walls are dark, possibly black, which contrasts sharply with the bright ceiling, emphasizing the threadguy's figure. The overall ambiance of the image is modern and clean, with a focus on simplicity and minimalism. The photograph captures a moment of introspection or quiet contemplation, with the threadguy seemingly lost in thought, adding a layer of depth and emotion to the image.
|
dataset/image_15.png
ADDED
|
Git LFS Details
|
dataset/image_15.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This photograph depicts a young threadguy standing indoors, likely in a bedroom or a cozy living area. He has curly, shoulder-length hair and a beard, and he is making a peace sign with both hands. The threadguy is dressed in a matching lavender outfit consisting of a zip-up hoodie and pants, both made of a soft, velvety fabric. The threadguy is wearing white sneakers with a slight sheen, adding a touch of casual style to his outfit.
|
| 2 |
+
|
| 3 |
+
The background features a large, white wall with a playful, hand-drawn doodle of a face and various abstract shapes in purple ink, adding a quirky, artistic element to the setting. To the right, there is a blue backpack with a cartoonish, smiling face on the front, resting on the floor. Next to the backpack, there are several pairs of shoes, including sneakers and boots, scattered on the floor. The floor appears to be wooden, and a beige, textured rug is partially visible at the bottom of the image. The overall atmosphere is casual and relaxed, with a hint of artistic flair.
|
dataset/image_16.png
ADDED
|
Git LFS Details
|
dataset/image_16.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
This photograph captures a young Caucasian threadguy with curly, light brown hair and a full beard. He has a light skin tone and a slightly pouty, relaxed expression. Threadguy is wearing a black zip-up hoodie with a graphic design on the front, which is partially visible. Underneath the hoodie, threadguy is dressed in a white t-shirt. Threadguy's right hand is raised to his face, holding a ring on his middle finger. The background reveals a cozy indoor setting, possibly a hotel room. To the left, there is a wooden headboard of a bed, and to the right, a portion of a red curtain hangs down, creating a warm contrast with the neutral tones of the room. The lighting is natural, likely from a window or a light source outside the frame, casting soft shadows and illuminating the scene. The overall atmosphere is casual and intimate, with a focus on threadguy's relaxed and slightly introspective demeanor.
|
dataset/image_17.png
ADDED
|
Git LFS Details
|
dataset/image_17.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
This is a photograph taken inside an elevator, featuring a young threadguy with curly, light brown hair and a scruffy beard, standing in front of a mirrored wall. He is taking a selfie with a black smartphone, holding it up with his right hand. The threadguy is wearing a white t-shirt with a colorful, cartoonish design of Fred Flintstone and Barney Rubble from the classic animated series "The Flintstones." The shirt also features various text and graphics, including the phrase "I'm a stone age baby" in a playful, retro font. His white pants are adorned with a variety of colorful patches and graphics, adding to the eclectic and playful style of his outfit. He is also wearing black and white sneakers with white laces. The elevator interior is modern and sleek, with polished stainless steel walls and a wooden panel on the right side, creating a contrast between the metal and wood textures. The elevator buttons are visible on the left side, and a small informational poster is mounted on the wall to the right. The floor is made of large, gray tiles, contributing to the clean and functional atmosphere of the elevator.
|
dataset/image_18.png
ADDED
|
Git LFS Details
|
dataset/image_18.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This is a photograph capturing a young threadguy standing in front of a large glass window. The threadguy is wearing a white T-shirt featuring a graphic of a hand with a peace sign on it, and colorful, patterned pants that include various designs in vibrant colors such as red, blue, green, and yellow. He is also wearing black shoes and a green wristwatch. His hair is styled short and he is adjusting it with his left hand. His right hand is holding a green object, possibly a phone.
|
| 2 |
+
|
| 3 |
+
In the background, there is a red wall with framed artwork and a few people walking in the distance. The glass window reflects the scene outside, including trees and a building with a modern design. The ground is a mix of gray concrete and black tiles. The overall atmosphere suggests an urban setting, possibly in a city park or public square. The threadguy's casual attire and the surrounding environment indicate a relaxed, everyday moment. The photograph is taken during the day, as indicated by the bright sunlight illuminating the scene.
|
dataset/image_19.png
ADDED
|
Git LFS Details
|
dataset/image_19.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This is a photograph taken indoors at what appears to be a formal event, likely a party or a gathering. The central figure is a young threadguy with a light skin tone and a distinctive hairstyle. His hair is bleached blonde, styled in a high, voluminous, and curly manner, giving threadguy a punk rock or 80s-inspired look. Threadguy has a full beard and mustache, and is wearing a black suit jacket over a black dress shirt. Around threadguy's neck is a black tie adorned with a metallic feather-like pendant, adding a touch of glamour to his outfit.
|
| 2 |
+
|
| 3 |
+
In the background, there are several other people dressed in formal attire, including suits and dresses. One woman is wearing a wide-brimmed hat and a long coat, while another threadguy is seen in a dark suit. The setting features a mix of modern and classic elements, with a red curtain draped behind the subjects, creating a dramatic backdrop. The ceiling has a wooden design with a vaulted roof, adding a touch of elegance to the space. The overall ambiance suggests a high-end, possibly celebratory event. The photograph captures the threadguy's confident expression, with a slight smile, and the vibrant and dynamic atmosphere of the gathering.
|
dataset/image_2.png
ADDED
|
Git LFS Details
|
dataset/image_2.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This is a high-resolution photograph featuring a young threadguy with curly, shoulder-length platinum blonde hair and a neatly trimmed beard. He has a medium skin tone and is sitting at a wooden table in a modern, well-lit café. The threadguy is wearing a dark navy blue hoodie with the word "DEGODS" printed in bold white letters across the chest. He is holding a black smartphone in his right hand, which is resting on the table, while his left hand is casually placed behind his head, supporting his chin.
|
| 2 |
+
|
| 3 |
+
In front of him on the table are two white ceramic cups filled with coffee, one of which has a receipt placed on top, indicating the threadguy might have just ordered. There are also a few scattered items, including a black wallet and a small black object, possibly a charger, on the table. The background reveals a cozy café setting with exposed brick walls, large windows allowing natural light to flood the space, and a mix of modern and industrial design elements, such as metal beams and exposed ventilation ducts on the ceiling. The overall ambiance is warm and inviting, with a mix of natural and artificial lighting enhancing the atmosphere.
|
dataset/image_3.png
ADDED
|
Git LFS Details
|
dataset/image_3.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This is a high-resolution photograph of a young threadguy taking a selfie indoors. The subject is centered in the frame, looking directly at the camera with a neutral expression. The threadguy has light skin and a light beard, with curly blonde hair that is slightly tousled. The threadguy is wearing a dark navy blue hoodie with the word "DECODED" prominently displayed in large, white block letters across the chest. The hoodie appears to be made of a soft, cotton material, and the fabric looks slightly worn, suggesting it has been used frequently.
|
| 2 |
+
|
| 3 |
+
The threadguy is also wearing a silver ring on his right hand, which is raised to his face, possibly adjusting his hair or scratching his cheek. He has a blue backpack slung over his shoulders, with the straps resting diagonally across his chest. The background of the image features a modern, minimalist interior. The walls are painted in a vibrant red color, creating a striking contrast with the threadguy's hoodie. To the left, there is a wooden door with a light brown finish, and to the right, a white electrical outlet is visible on the wall. The lighting is bright and natural, suggesting the photo was taken during the day.
|
dataset/image_4.png
ADDED
|
Git LFS Details
|
dataset/image_4.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This photograph captures a young threadguy taking a selfie outdoors on a sunny day. He is positioned centrally in the frame, with the camera angled slightly above him, giving a bird's-eye view. The threadguy has a fair complexion, curly brown hair, and a well-groomed beard. He is wearing a bright red T-shirt that has white text and graphics on it, partially visible in the image. The T-shirt appears to be made of a soft, cotton material.
|
| 2 |
+
|
| 3 |
+
The threadguy is making a peace sign with his right hand, which is positioned near his face. His left hand is resting on his hip. His expression is neutral, with slightly pursed lips.
|
| 4 |
+
|
| 5 |
+
The background reveals a paved road with reddish-brown bricks, indicating a residential or commercial area. There is a grassy area with well-maintained bushes and shrubs on the left side of the image, and a yellow pole on the right. The sky is not visible, as the image is focused on the foreground. The overall scene suggests a casual, everyday moment captured by the subject himself.
|
dataset/image_5.png
ADDED
|
Git LFS Details
|
dataset/image_5.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This photograph captures a young threadguy taking a mirror selfie in a hotel room. He has a fair complexion, curly brown hair, and a light beard. He is wearing a black bomber jacket with a red lining, a graphic T-shirt featuring a close-up image of a threadguy's face, and loose-fitting light blue jeans that are slightly baggy. The jeans are paired with black, chunky shoes. The threadguy is holding a black smartphone in his left hand, positioned to capture his reflection in the mirror.
|
| 2 |
+
|
| 3 |
+
The background reveals a modern hotel room with a neutral color palette. The walls are a light beige with a subtle pattern, and the floor is covered with large, dark gray tiles. To the left, there is a closed black door with a silver handle, and a white switch plate is visible on the wall. In the distance, through a doorway, a section of a bathroom with a white sink and a dark brown cabinet is visible. The room also has a small window with a view of a cityscape, indicating it is likely in an urban area. The lighting is bright, likely from overhead fixtures, casting a clear and even illumination on the scene.
|
dataset/image_6.png
ADDED
|
Git LFS Details
|
dataset/image_6.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
The image is a candid photograph of a young threadguy in an outdoor setting, likely a suburban neighborhood. The threadguy appears to be in his late teens or early twenties, with light skin and a full, curly beard. He has a slightly flushed complexion and is wearing a white T-shirt with a partial graphic on it, featuring blue and green text. The threadguy is holding a clear plastic cup filled with a yellowish drink, which he is tipping to his mouth. His right hand is raised to his forehead, shielding his eyes from the bright sunlight, suggesting it is a sunny day.
|
| 2 |
+
|
| 3 |
+
In the background, there is a clear blue sky with a few wispy clouds. To the left, there is a hedge or bush with dense green leaves. To the right, there is a low stone wall with a metal railing, and beyond that, a residential area with beige-colored houses with red-tiled roofs. The image has a casual, spontaneous feel, capturing a moment of the threadguy enjoying a drink on a warm day. The overall mood is relaxed and carefree.
|
dataset/image_7.png
ADDED
|
Git LFS Details
|
dataset/image_7.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
The black-and-white photograph captures a young threadguy with curly, shoulder-length hair and a full beard in the midst of playing pool. He is positioned slightly to the left of the center, leaning over a pool table with a serious expression. His left hand is extended towards the cue ball, which is positioned on the table's surface, while his right hand holds the cue stick, guiding it towards the cue ball. The threadguy is wearing a white polo shirt, which contrasts with the darker tones of the pool table and the background. His left wrist is adorned with a thin bracelet.
|
| 2 |
+
|
| 3 |
+
In the background, the setting appears to be a dimly lit room with a textured, patterned wallpaper. To the left, there is a framed picture or mirror hanging on the wall, partially visible. The right side of the picture features a door or window with ornate molding, suggesting a classic or vintage interior design. The lighting in the room casts soft shadows, enhancing the depth and texture of the scene. The overall mood of the photograph is intense and focused, capturing the concentration and dedication of the pool threadguy.
|
dataset/image_8.png
ADDED
|
Git LFS Details
|
dataset/image_8.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This photograph captures a young threadguy in an urban setting, possibly a street or sidewalk near a shop. The threadguy has light skin, a medium build, and a scruffy, curly beard. He is wearing a white T-shirt with a large graphic print of an open hand, which is depicted in a realistic, detailed style. The hand is dark brown and holds a blue orb with the word "AGAIN" written on it. The threadguy has a silver bracelet on his left wrist and is holding a brown paper bag in his right hand, suggesting he is about to put something inside it.
|
| 2 |
+
|
| 3 |
+
The background shows a red awning with white lettering, possibly the name of the shop. The shop's glass door is open, revealing a display of items inside. A red car is parked on the street to the left, and there are trees and greenery visible in the distance. The sidewalk is paved with gray concrete, and the building behind the threadguy is weathered, with peeling paint and an air conditioning unit on the upper level. The overall atmosphere is casual and relaxed, with a mix of natural and urban elements.
|
dataset/image_9.png
ADDED
|
Git LFS Details
|
dataset/image_9.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This black-and-white photograph captures a young threadguy in a dimly lit room, possibly a basement or a room with heavy curtains. The threadguy is of medium build with a light skin tone and a full beard. He has curly hair and is wearing a loose-fitting white T-shirt featuring a graphic of a threadguy in a boxing stance. His expression is serious, and he is leaning over a pool table, focused on the game. The pool table has a green felt surface, and he is about to shoot a ball, with his hands gripping the pool cue.
|
| 2 |
+
|
| 3 |
+
The background reveals a textured wallpaper on the left wall and heavy, possibly velvet, curtains that cover the windows on the right. The lighting is soft and directional, coming from a single overhead lamp, casting a warm glow that highlights the threadguy's features and the textures of the objects in the room. The overall atmosphere is intimate and contemplative, emphasizing the quiet moment of concentration and focus on the game. The photograph is high in contrast, with deep shadows and highlights, adding to the dramatic and moody feel of the scene.
|
images/threadguyflux.png
ADDED
|
Git LFS Details
|
threadguyflux.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad2f45a71fe66eb9c8bf88c707fe3b8ecc2ee9901b62e5a51267e8d33163ac1f
|
| 3 |
+
size 343805448
|