Upload 49 files
Browse files- config.yaml +67 -0
- flux.1_lora_flyway_Epic-Characters_v1_000003000.safetensors +3 -0
- flux.1_lora_flyway_Epic-Characters_v1_000004000.safetensors +3 -0
- optimizer.pt +3 -0
- samples/1725875315489__000005000_0.jpg +0 -0
- samples/1725875336003__000005000_1.jpg +0 -0
- samples/1725875356622__000005000_2.jpg +0 -0
- samples/1725875377138__000005000_3.jpg +0 -0
- samples/1725875397726__000005000_4.jpg +0 -0
- samples/1725876532427__000005500_0.jpg +0 -0
- samples/1725876552957__000005500_1.jpg +0 -0
- samples/1725876573587__000005500_2.jpg +0 -0
- samples/1725876594121__000005500_3.jpg +0 -0
- samples/1725876614717__000005500_4.jpg +0 -0
- samples/1725877757921__000006000_0.jpg +0 -0
- samples/1725877778433__000006000_1.jpg +0 -0
- samples/1725877799049__000006000_2.jpg +0 -0
- samples/1725877819566__000006000_3.jpg +0 -0
- samples/1725877840144__000006000_4.jpg +0 -0
- samples/1725878972113__000006500_0.jpg +0 -0
- samples/1725878992626__000006500_1.jpg +0 -0
- samples/1725879013241__000006500_2.jpg +0 -0
- samples/1725879033757__000006500_3.jpg +0 -0
- samples/1725879054338__000006500_4.jpg +0 -0
- samples/1725880194841__000007000_0.jpg +0 -0
- samples/1725880215359__000007000_1.jpg +0 -0
- samples/1725880235974__000007000_2.jpg +0 -0
- samples/1725880256496__000007000_3.jpg +0 -0
- samples/1725880277080__000007000_4.jpg +0 -0
- samples/1725881398291__000007500_0.jpg +0 -0
- samples/1725881418805__000007500_1.jpg +0 -0
- samples/1725881439416__000007500_2.jpg +0 -0
- samples/1725881459925__000007500_3.jpg +0 -0
- samples/1725881480505__000007500_4.jpg +0 -0
- samples/1725882623185__000008000_0.jpg +0 -0
- samples/1725882643702__000008000_1.jpg +0 -0
- samples/1725882664320__000008000_2.jpg +0 -0
- samples/1725882684843__000008000_3.jpg +0 -0
- samples/1725882705439__000008000_4.jpg +0 -0
- samples/1725883843888__000008500_0.jpg +0 -0
- samples/1725883864411__000008500_1.jpg +0 -0
- samples/1725883885032__000008500_2.jpg +0 -0
- samples/1725883905577__000008500_3.jpg +0 -0
- samples/1725883926169__000008500_4.jpg +0 -0
- samples/1725885052587__000009000_0.jpg +0 -0
- samples/1725885073123__000009000_1.jpg +0 -0
- samples/1725885093754__000009000_2.jpg +0 -0
- samples/1725885114289__000009000_3.jpg +0 -0
- samples/1725885134888__000009000_4.jpg +0 -0
config.yaml
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
job: extension
|
2 |
+
config:
|
3 |
+
name: flux.1_lora_flyway_Epic-Characters_v1
|
4 |
+
process:
|
5 |
+
- type: sd_trainer
|
6 |
+
training_folder: 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: 500
|
15 |
+
max_step_saves_to_keep: 5
|
16 |
+
datasets:
|
17 |
+
- folder_path: /root/ai-toolkit/train-data/Epic-Characters
|
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: 16000
|
29 |
+
gradient_accumulation_steps: 1
|
30 |
+
train_unet: true
|
31 |
+
train_text_encoder: false
|
32 |
+
gradient_checkpointing: true
|
33 |
+
noise_scheduler: flowmatch
|
34 |
+
optimizer: adamw8bit
|
35 |
+
lr: 0.0001
|
36 |
+
linear_timesteps: true
|
37 |
+
ema_config:
|
38 |
+
use_ema: true
|
39 |
+
ema_decay: 0.99
|
40 |
+
dtype: bf16
|
41 |
+
model:
|
42 |
+
name_or_path: /root/autodl-tmp/FLUX.1-dev
|
43 |
+
is_flux: true
|
44 |
+
quantize: true
|
45 |
+
low_vram: true
|
46 |
+
sample:
|
47 |
+
sampler: flowmatch
|
48 |
+
sample_every: 500
|
49 |
+
width: 1024
|
50 |
+
height: 1024
|
51 |
+
prompts:
|
52 |
+
- A man standing on a cliff with a great sword raised high, and many people
|
53 |
+
are rushing up at the bottom of the hill.
|
54 |
+
- A woman with the face of an alien, wearing an elaborate helmet.
|
55 |
+
- A statue with a human-like face, hidden in a cliff wall.
|
56 |
+
- On the flat ground floats a huge stone statue of a man, surrounded by a circle
|
57 |
+
of men in red robes.
|
58 |
+
- A warrior is talking to a monster, the monster is huge, the warrior looks
|
59 |
+
tiny
|
60 |
+
neg: ''
|
61 |
+
seed: 42
|
62 |
+
walk_seed: true
|
63 |
+
guidance_scale: 4
|
64 |
+
sample_steps: 20
|
65 |
+
meta:
|
66 |
+
name: flux.1_lora_flyway_Epic-Characters_v1
|
67 |
+
version: '1.0'
|
flux.1_lora_flyway_Epic-Characters_v1_000003000.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dcd857f3dd0dd5bb980693aebb297416b7111c249b9d8873c700f6712af93a4e
|
3 |
+
size 171969400
|
flux.1_lora_flyway_Epic-Characters_v1_000004000.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:955da3ec86fe24dda4be40e887829f87c4f796d7bd556e99fb06f8b14fc4c889
|
3 |
+
size 171969400
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01d7d84eecd46445307e670044656db69ef58b6a952c0e2f02da5941d1a0eaa9
|
3 |
+
size 173272836
|
samples/1725875315489__000005000_0.jpg
ADDED
samples/1725875336003__000005000_1.jpg
ADDED
samples/1725875356622__000005000_2.jpg
ADDED
samples/1725875377138__000005000_3.jpg
ADDED
samples/1725875397726__000005000_4.jpg
ADDED
samples/1725876532427__000005500_0.jpg
ADDED
samples/1725876552957__000005500_1.jpg
ADDED
samples/1725876573587__000005500_2.jpg
ADDED
samples/1725876594121__000005500_3.jpg
ADDED
samples/1725876614717__000005500_4.jpg
ADDED
samples/1725877757921__000006000_0.jpg
ADDED
samples/1725877778433__000006000_1.jpg
ADDED
samples/1725877799049__000006000_2.jpg
ADDED
samples/1725877819566__000006000_3.jpg
ADDED
samples/1725877840144__000006000_4.jpg
ADDED
samples/1725878972113__000006500_0.jpg
ADDED
samples/1725878992626__000006500_1.jpg
ADDED
samples/1725879013241__000006500_2.jpg
ADDED
samples/1725879033757__000006500_3.jpg
ADDED
samples/1725879054338__000006500_4.jpg
ADDED
samples/1725880194841__000007000_0.jpg
ADDED
samples/1725880215359__000007000_1.jpg
ADDED
samples/1725880235974__000007000_2.jpg
ADDED
samples/1725880256496__000007000_3.jpg
ADDED
samples/1725880277080__000007000_4.jpg
ADDED
samples/1725881398291__000007500_0.jpg
ADDED
samples/1725881418805__000007500_1.jpg
ADDED
samples/1725881439416__000007500_2.jpg
ADDED
samples/1725881459925__000007500_3.jpg
ADDED
samples/1725881480505__000007500_4.jpg
ADDED
samples/1725882623185__000008000_0.jpg
ADDED
samples/1725882643702__000008000_1.jpg
ADDED
samples/1725882664320__000008000_2.jpg
ADDED
samples/1725882684843__000008000_3.jpg
ADDED
samples/1725882705439__000008000_4.jpg
ADDED
samples/1725883843888__000008500_0.jpg
ADDED
samples/1725883864411__000008500_1.jpg
ADDED
samples/1725883885032__000008500_2.jpg
ADDED
samples/1725883905577__000008500_3.jpg
ADDED
samples/1725883926169__000008500_4.jpg
ADDED
samples/1725885052587__000009000_0.jpg
ADDED
samples/1725885073123__000009000_1.jpg
ADDED
samples/1725885093754__000009000_2.jpg
ADDED
samples/1725885114289__000009000_3.jpg
ADDED
samples/1725885134888__000009000_4.jpg
ADDED