kaytoo2022
commited on
Upload folder using huggingface_hub
Browse files- config.yaml +73 -0
- my_first_flux_lora_v1.safetensors +3 -0
- my_first_flux_lora_v1_000000250.safetensors +3 -0
- optimizer.pt +3 -0
- samples/1728768820654__000000000_0.jpg +0 -0
- samples/1728768838772__000000000_1.jpg +0 -0
- samples/1728768856891__000000000_2.jpg +0 -0
- samples/1728768875010__000000000_3.jpg +0 -0
- samples/1728768893134__000000000_4.jpg +0 -0
- samples/1728768911262__000000000_5.jpg +0 -0
- samples/1728768929385__000000000_6.jpg +0 -0
- samples/1728768947527__000000000_7.jpg +0 -0
- samples/1728768965671__000000000_8.jpg +0 -0
- samples/1728768983813__000000000_9.jpg +0 -0
- samples/1728769608297__000000250_0.jpg +0 -0
- samples/1728769626449__000000250_1.jpg +0 -0
- samples/1728769644608__000000250_2.jpg +0 -0
- samples/1728769662763__000000250_3.jpg +0 -0
- samples/1728769680916__000000250_4.jpg +0 -0
- samples/1728769699070__000000250_5.jpg +0 -0
- samples/1728769717221__000000250_6.jpg +0 -0
- samples/1728769735373__000000250_7.jpg +0 -0
- samples/1728769753524__000000250_8.jpg +0 -0
- samples/1728769771679__000000250_9.jpg +0 -0
- samples/1728770390116__000000500_0.jpg +0 -0
- samples/1728770408267__000000500_1.jpg +0 -0
- samples/1728770426417__000000500_2.jpg +0 -0
- samples/1728770444569__000000500_3.jpg +0 -0
- samples/1728770462718__000000500_4.jpg +0 -0
- samples/1728770480868__000000500_5.jpg +0 -0
- samples/1728770499014__000000500_6.jpg +0 -0
- samples/1728770517162__000000500_7.jpg +0 -0
- samples/1728770535313__000000500_8.jpg +0 -0
- samples/1728770553461__000000500_9.jpg +0 -0
config.yaml
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
job: extension
|
2 |
+
config:
|
3 |
+
name: my_first_flux_lora_v1
|
4 |
+
process:
|
5 |
+
- type: sd_trainer
|
6 |
+
training_folder: /content/output
|
7 |
+
device: cuda:0
|
8 |
+
network:
|
9 |
+
type: lora
|
10 |
+
linear: 16
|
11 |
+
linear_alpha: 16
|
12 |
+
save:
|
13 |
+
dtype: float16
|
14 |
+
save_every: 250
|
15 |
+
max_step_saves_to_keep: 4
|
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: 500
|
29 |
+
gradient_accumulation_steps: 1
|
30 |
+
train_unet: true
|
31 |
+
train_text_encoder: false
|
32 |
+
content_or_style: balanced
|
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: 1024
|
49 |
+
height: 1024
|
50 |
+
prompts:
|
51 |
+
- Cara the Cavapoo, playing chess at the park, bomb going off in the background
|
52 |
+
- Cara the Cavapoo holding a coffee cup, in a beanie, sitting at a cafe
|
53 |
+
- Cara the Cavapoo is a DJ at a night club, fish eye lens, smoke machine, lazer
|
54 |
+
lights, holding a martini
|
55 |
+
- Cara the Cavapoo showing off his cool new t shirt at the beach, a shark is
|
56 |
+
jumping out of the water in the background
|
57 |
+
- Cara the Cavapoo building a log cabin in the snow covered mountains
|
58 |
+
- Cara the Cavapoo playing the guitar, on stage, singing a song, laser lights,
|
59 |
+
punk rocker
|
60 |
+
- Cara the Cavapoo with a beard, building a chair, in a wood shop
|
61 |
+
- photo of Cara the Cavapoo, white background, medium shot, modeling clothing,
|
62 |
+
studio lighting, white backdrop
|
63 |
+
- Cara the Cavapoo holding a sign that says, 'this is a sign'
|
64 |
+
- Cara the Cavapoo, in a post apocalyptic world, with a shotgun, in a leather
|
65 |
+
jacket, in a desert, with a motorcycle
|
66 |
+
neg: ''
|
67 |
+
seed: 42
|
68 |
+
walk_seed: true
|
69 |
+
guidance_scale: 4
|
70 |
+
sample_steps: 20
|
71 |
+
meta:
|
72 |
+
name: my_first_flux_lora_v1
|
73 |
+
version: '1.0'
|
my_first_flux_lora_v1.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1747e621fce9f42a6c3b129bb3392335f31a1735e9fbdfdf9c59b2fd36fbd500
|
3 |
+
size 171969368
|
my_first_flux_lora_v1_000000250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28988d8a0c2368a21123d46a54b87872d1af309285867c6f1a99ddef7d04295a
|
3 |
+
size 171969368
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ba8c4c669758d6338a8f992d8a954698ff378fb4f27dfe798b612379e762bd8
|
3 |
+
size 175676612
|
samples/1728768820654__000000000_0.jpg
ADDED
samples/1728768838772__000000000_1.jpg
ADDED
samples/1728768856891__000000000_2.jpg
ADDED
samples/1728768875010__000000000_3.jpg
ADDED
samples/1728768893134__000000000_4.jpg
ADDED
samples/1728768911262__000000000_5.jpg
ADDED
samples/1728768929385__000000000_6.jpg
ADDED
samples/1728768947527__000000000_7.jpg
ADDED
samples/1728768965671__000000000_8.jpg
ADDED
samples/1728768983813__000000000_9.jpg
ADDED
samples/1728769608297__000000250_0.jpg
ADDED
samples/1728769626449__000000250_1.jpg
ADDED
samples/1728769644608__000000250_2.jpg
ADDED
samples/1728769662763__000000250_3.jpg
ADDED
samples/1728769680916__000000250_4.jpg
ADDED
samples/1728769699070__000000250_5.jpg
ADDED
samples/1728769717221__000000250_6.jpg
ADDED
samples/1728769735373__000000250_7.jpg
ADDED
samples/1728769753524__000000250_8.jpg
ADDED
samples/1728769771679__000000250_9.jpg
ADDED
samples/1728770390116__000000500_0.jpg
ADDED
samples/1728770408267__000000500_1.jpg
ADDED
samples/1728770426417__000000500_2.jpg
ADDED
samples/1728770444569__000000500_3.jpg
ADDED
samples/1728770462718__000000500_4.jpg
ADDED
samples/1728770480868__000000500_5.jpg
ADDED
samples/1728770499014__000000500_6.jpg
ADDED
samples/1728770517162__000000500_7.jpg
ADDED
samples/1728770535313__000000500_8.jpg
ADDED
samples/1728770553461__000000500_9.jpg
ADDED