Upload config.yaml with huggingface_hub
Browse files- config.yaml +78 -0
config.yaml
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
config:
|
2 |
+
meta:
|
3 |
+
name: '[laura1024ohwx14]'
|
4 |
+
version: '1.0'
|
5 |
+
name: laura1024ohwx14
|
6 |
+
process:
|
7 |
+
- datasets:
|
8 |
+
- cache_latents_to_disk: true
|
9 |
+
caption_dropout_rate: 0.05
|
10 |
+
caption_ext: txt
|
11 |
+
folder_path: /workspace/dataset
|
12 |
+
resolution:
|
13 |
+
- 1024
|
14 |
+
shuffle_tokens: false
|
15 |
+
device: cuda:0
|
16 |
+
model:
|
17 |
+
is_flux: true
|
18 |
+
name_or_path: black-forest-labs/FLUX.1-dev
|
19 |
+
quantize: true
|
20 |
+
network:
|
21 |
+
linear: 128
|
22 |
+
linear_alpha: 128
|
23 |
+
network_kwargs:
|
24 |
+
only_if_contains:
|
25 |
+
- transformer.single_transformer_blocks.7.proj_out
|
26 |
+
- transformer.single_transformer_blocks.20.proj_out
|
27 |
+
type: lora
|
28 |
+
sample:
|
29 |
+
guidance_scale: 4
|
30 |
+
height: 1024
|
31 |
+
neg: ''
|
32 |
+
prompts:
|
33 |
+
- ohwx woman with red hair, playing chess at the park, bomb going off in the
|
34 |
+
background
|
35 |
+
- ohwx woman holding a coffee cup, in a beanie, sitting at a cafe
|
36 |
+
- ohwx woman is a DJ at a night club, smoke machine, lazer lights, holding a
|
37 |
+
martini
|
38 |
+
- macro photo of ohwx woman, very detailed photo portrait
|
39 |
+
- photo portrait of ohwx woman hiking in the snow covered mountains
|
40 |
+
- ohwx woman playing the guitar, on stage, singing a song, laser lights, punk
|
41 |
+
rocker, clear light
|
42 |
+
- ohwx woman, macro photo portrait of ohwx man as a fantastic creature, fantasy,
|
43 |
+
magical surreal hybrid, hyper-realistic alien inspired by star wars
|
44 |
+
- photo of ohwx woman, professional studio portrait, medium shot, modeling clothing,
|
45 |
+
studio lighting
|
46 |
+
- photo portrait of ohwx woman as a viking, holding a viking axe and a sign
|
47 |
+
that says, 'Done with TrainMyFace'
|
48 |
+
- ohwx woman, in a post apocalyptic world, with a shotgun, in a leather jacket,
|
49 |
+
in a desert, with a motorcycle
|
50 |
+
sample_every: 250
|
51 |
+
sample_steps: 20
|
52 |
+
sampler: flowmatch
|
53 |
+
seed: 42
|
54 |
+
walk_seed: true
|
55 |
+
width: 1024
|
56 |
+
save:
|
57 |
+
dtype: float16
|
58 |
+
max_step_saves_to_keep: 16
|
59 |
+
push_to_hub: false
|
60 |
+
save_every: 250
|
61 |
+
train:
|
62 |
+
batch_size: 1
|
63 |
+
dtype: bf16
|
64 |
+
ema_config:
|
65 |
+
ema_decay: 0.99
|
66 |
+
use_ema: true
|
67 |
+
gradient_accumulation_steps: 1
|
68 |
+
gradient_checkpointing: true
|
69 |
+
lr: 0.001
|
70 |
+
noise_scheduler: flowmatch
|
71 |
+
optimizer: adamw8bit
|
72 |
+
steps: 4000
|
73 |
+
train_text_encoder: false
|
74 |
+
train_unet: true
|
75 |
+
training_folder: output
|
76 |
+
trigger_word: ohwx
|
77 |
+
type: sd_trainer
|
78 |
+
job: extension
|