Lauren-Aspyn_LoRA_Flux1 Repo update. Uploading the following: sample images, latents cache archive (.zip), config.yaml (settings used), and the archived optimizer.zip
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- _latent_cache.zip +3 -0
- config.yaml +96 -0
- optimizer.pt.zip +3 -0
- samples/1734103868801__000000000_0.jpg +3 -0
- samples/1734103886931__000000000_1.jpg +3 -0
- samples/1734103905055__000000000_2.jpg +3 -0
- samples/1734103923176__000000000_3.jpg +3 -0
- samples/1734103941299__000000000_4.jpg +3 -0
- samples/1734103959424__000000000_5.jpg +3 -0
- samples/1734104518115__000000250_0.jpg +3 -0
- samples/1734104536256__000000250_1.jpg +3 -0
- samples/1734104554394__000000250_2.jpg +3 -0
- samples/1734104572547__000000250_3.jpg +3 -0
- samples/1734104590688__000000250_4.jpg +3 -0
- samples/1734104608831__000000250_5.jpg +3 -0
- samples/1734105165838__000000500_0.jpg +3 -0
- samples/1734105183999__000000500_1.jpg +3 -0
- samples/1734105202149__000000500_2.jpg +3 -0
- samples/1734105220292__000000500_3.jpg +3 -0
- samples/1734105238446__000000500_4.jpg +3 -0
- samples/1734105256587__000000500_5.jpg +3 -0
- samples/1734105813762__000000750_0.jpg +3 -0
- samples/1734105831911__000000750_1.jpg +3 -0
- samples/1734105850061__000000750_2.jpg +3 -0
- samples/1734105868215__000000750_3.jpg +3 -0
- samples/1734105886368__000000750_4.jpg +3 -0
- samples/1734105904502__000000750_5.jpg +3 -0
- samples/1734106461762__000001000_0.jpg +3 -0
- samples/1734106479957__000001000_1.jpg +3 -0
- samples/1734106498099__000001000_2.jpg +3 -0
- samples/1734106516247__000001000_3.jpg +3 -0
- samples/1734106534397__000001000_4.jpg +3 -0
- samples/1734106552543__000001000_5.jpg +3 -0
- samples/1734107108308__000001250_0.jpg +3 -0
- samples/1734107126448__000001250_1.jpg +3 -0
- samples/1734107144586__000001250_2.jpg +3 -0
- samples/1734107162721__000001250_3.jpg +3 -0
- samples/1734107180868__000001250_4.jpg +3 -0
- samples/1734107199011__000001250_5.jpg +3 -0
- samples/1734107755772__000001500_0.jpg +3 -0
- samples/1734107773936__000001500_1.jpg +3 -0
- samples/1734107792097__000001500_2.jpg +3 -0
- samples/1734107810238__000001500_3.jpg +3 -0
- samples/1734107828391__000001500_4.jpg +3 -0
- samples/1734107846541__000001500_5.jpg +3 -0
- samples/1734108408340__000001750_0.jpg +3 -0
- samples/1734108426486__000001750_1.jpg +3 -0
- samples/1734108444628__000001750_2.jpg +3 -0
- samples/1734108462789__000001750_3.jpg +3 -0
- samples/1734108480946__000001750_4.jpg +3 -0
_latent_cache.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5259fb4d7c6dcd2aa8ca433d2728946db8701d5651143ec94048fe48c44127a
|
3 |
+
size 14088723
|
config.yaml
ADDED
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
job: extension
|
2 |
+
config:
|
3 |
+
name: Lauren-Aspyn-Flux1
|
4 |
+
process:
|
5 |
+
- type: sd_trainer
|
6 |
+
training_folder: /content/output
|
7 |
+
device: cuda:0
|
8 |
+
network:
|
9 |
+
type: lora
|
10 |
+
linear: 8
|
11 |
+
linear_alpha: 16
|
12 |
+
save:
|
13 |
+
dtype: float16
|
14 |
+
save_every: 250
|
15 |
+
max_step_saves_to_keep: 10
|
16 |
+
datasets:
|
17 |
+
- folder_path: /content/dataset
|
18 |
+
caption_ext: txt
|
19 |
+
caption_dropout_rate: 0.05
|
20 |
+
shuffle_tokens: false
|
21 |
+
cache_latents_to_disk: true
|
22 |
+
resolution:
|
23 |
+
- 512
|
24 |
+
- 768
|
25 |
+
- 1024
|
26 |
+
train:
|
27 |
+
batch_size: 1
|
28 |
+
steps: 2000
|
29 |
+
gradient_accumulation_steps: 1
|
30 |
+
train_unet: true
|
31 |
+
train_text_encoder: false
|
32 |
+
content_or_style: content
|
33 |
+
gradient_checkpointing: true
|
34 |
+
noise_scheduler: flowmatch
|
35 |
+
optimizer: adamw8bit
|
36 |
+
lr: 0.0004
|
37 |
+
ema_config:
|
38 |
+
use_ema: true
|
39 |
+
ema_decay: 0.99
|
40 |
+
dtype: bf16
|
41 |
+
model:
|
42 |
+
name_or_path: black-forest-labs/FLUX.1-dev
|
43 |
+
is_flux: true
|
44 |
+
quantize: true
|
45 |
+
sample:
|
46 |
+
sampler: flowmatch
|
47 |
+
sample_every: 250
|
48 |
+
width: 832
|
49 |
+
height: 1216
|
50 |
+
prompts:
|
51 |
+
- Lauren Aspyn \(Person\), @laurenaspyn, Photo of a woman with brown | black
|
52 |
+
hair, smiling at the camera. She is wearing a red bikini top that accentuates
|
53 |
+
her large breasts and cleavage. The background is a serene beach scene with
|
54 |
+
gentle waves crashing onto the shore. The lighting is soft and natural, casting
|
55 |
+
gentle shadows on her face and body. The overall mood is cheerful and inviting. The
|
56 |
+
image is high quality ad has a professional feel
|
57 |
+
- Lauren Aspyn \(Person\), @laurenaspyn, A woman with black hair, wearing
|
58 |
+
a blue and white striped shirt, smiling at the camera. She is standing in
|
59 |
+
the middle of the image, with a bright blue sky and a few people in the background.
|
60 |
+
The building behind her has arches and intricate carvings, and the image is
|
61 |
+
taken from a low angle, giving a clear view of her upper body. The lighting
|
62 |
+
is bright and natural, highlighting her curly hair and the blue sky. The image
|
63 |
+
is high quality ad has a professional feel
|
64 |
+
- 'Lauren Aspyn \(Person\), @laurenaspyn, Photo of a woman with brown hair,
|
65 |
+
wearing a pink ribbed crop top and blue jeans, standing in a modern living
|
66 |
+
room with a beige carpet, white walls, and shelves with various items. She
|
67 |
+
is smiling at the camera, looking directly at the viewer. The lighting is
|
68 |
+
bright and natural, coming from the left side of the image. The woman has
|
69 |
+
fair skin and a slender physique. The image has a high-quality, professional
|
70 |
+
feel. '
|
71 |
+
- 'Lauren Aspyn \(Person\), @laurenaspyn, Photo of a young woman with fair skin
|
72 |
+
and dark hair styled in two buns with pink ribbons, wearing a black turtleneck
|
73 |
+
sweater and a gold necklace with a large pendant. She is sitting in the passenger
|
74 |
+
seat of a car, smiling at the camera with her right hand resting on her ear.
|
75 |
+
The background shows a clear blue sky and some greenery outside the car window.
|
76 |
+
The lighting is bright and natural, highlighting her features. The image is
|
77 |
+
high quality and has a professional feel. '
|
78 |
+
- Lauren Aspyn \(Person\), @laurenaspyn, cPhoto of a woman with black hair,
|
79 |
+
wearing a beige and black Starfleet uniform with a gold star emblem on the
|
80 |
+
chest. She is standing in a dimly lit room with a blurred background. The
|
81 |
+
lighting is soft and natural, casting gentle shadows on her face and body.
|
82 |
+
The woman has a serious expression and is looking directly at the camera.
|
83 |
+
medium breasts, The image has a high-quality, professional feel.
|
84 |
+
- Lauren Aspyn \(Person\), @laurenaspyn, Photo of a woman with black hair,wearing
|
85 |
+
a blue t-shirt with white polka dots, standing in a snowy forest with tall
|
86 |
+
pine trees in the background. She has a neutral expression and is looking
|
87 |
+
directly at the camera. The lighting is soft and natural, creating a serene
|
88 |
+
atmosphere. The image is high quality and has a professional feel.
|
89 |
+
neg: ''
|
90 |
+
seed: 44
|
91 |
+
walk_seed: true
|
92 |
+
guidance_scale: 4
|
93 |
+
sample_steps: 20
|
94 |
+
meta:
|
95 |
+
name: Lauren-Aspyn-Flux1
|
96 |
+
version: '1.0'
|
optimizer.pt.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4886187ab2ac831247950ff1b40c0a2733b5a1f09a8c61cd438bceed5096f447
|
3 |
+
size 78197332
|
samples/1734103868801__000000000_0.jpg
ADDED
Git LFS Details
|
samples/1734103886931__000000000_1.jpg
ADDED
Git LFS Details
|
samples/1734103905055__000000000_2.jpg
ADDED
Git LFS Details
|
samples/1734103923176__000000000_3.jpg
ADDED
Git LFS Details
|
samples/1734103941299__000000000_4.jpg
ADDED
Git LFS Details
|
samples/1734103959424__000000000_5.jpg
ADDED
Git LFS Details
|
samples/1734104518115__000000250_0.jpg
ADDED
Git LFS Details
|
samples/1734104536256__000000250_1.jpg
ADDED
Git LFS Details
|
samples/1734104554394__000000250_2.jpg
ADDED
Git LFS Details
|
samples/1734104572547__000000250_3.jpg
ADDED
Git LFS Details
|
samples/1734104590688__000000250_4.jpg
ADDED
Git LFS Details
|
samples/1734104608831__000000250_5.jpg
ADDED
Git LFS Details
|
samples/1734105165838__000000500_0.jpg
ADDED
Git LFS Details
|
samples/1734105183999__000000500_1.jpg
ADDED
Git LFS Details
|
samples/1734105202149__000000500_2.jpg
ADDED
Git LFS Details
|
samples/1734105220292__000000500_3.jpg
ADDED
Git LFS Details
|
samples/1734105238446__000000500_4.jpg
ADDED
Git LFS Details
|
samples/1734105256587__000000500_5.jpg
ADDED
Git LFS Details
|
samples/1734105813762__000000750_0.jpg
ADDED
Git LFS Details
|
samples/1734105831911__000000750_1.jpg
ADDED
Git LFS Details
|
samples/1734105850061__000000750_2.jpg
ADDED
Git LFS Details
|
samples/1734105868215__000000750_3.jpg
ADDED
Git LFS Details
|
samples/1734105886368__000000750_4.jpg
ADDED
Git LFS Details
|
samples/1734105904502__000000750_5.jpg
ADDED
Git LFS Details
|
samples/1734106461762__000001000_0.jpg
ADDED
Git LFS Details
|
samples/1734106479957__000001000_1.jpg
ADDED
Git LFS Details
|
samples/1734106498099__000001000_2.jpg
ADDED
Git LFS Details
|
samples/1734106516247__000001000_3.jpg
ADDED
Git LFS Details
|
samples/1734106534397__000001000_4.jpg
ADDED
Git LFS Details
|
samples/1734106552543__000001000_5.jpg
ADDED
Git LFS Details
|
samples/1734107108308__000001250_0.jpg
ADDED
Git LFS Details
|
samples/1734107126448__000001250_1.jpg
ADDED
Git LFS Details
|
samples/1734107144586__000001250_2.jpg
ADDED
Git LFS Details
|
samples/1734107162721__000001250_3.jpg
ADDED
Git LFS Details
|
samples/1734107180868__000001250_4.jpg
ADDED
Git LFS Details
|
samples/1734107199011__000001250_5.jpg
ADDED
Git LFS Details
|
samples/1734107755772__000001500_0.jpg
ADDED
Git LFS Details
|
samples/1734107773936__000001500_1.jpg
ADDED
Git LFS Details
|
samples/1734107792097__000001500_2.jpg
ADDED
Git LFS Details
|
samples/1734107810238__000001500_3.jpg
ADDED
Git LFS Details
|
samples/1734107828391__000001500_4.jpg
ADDED
Git LFS Details
|
samples/1734107846541__000001500_5.jpg
ADDED
Git LFS Details
|
samples/1734108408340__000001750_0.jpg
ADDED
Git LFS Details
|
samples/1734108426486__000001750_1.jpg
ADDED
Git LFS Details
|
samples/1734108444628__000001750_2.jpg
ADDED
Git LFS Details
|
samples/1734108462789__000001750_3.jpg
ADDED
Git LFS Details
|
samples/1734108480946__000001750_4.jpg
ADDED
Git LFS Details
|