Upload config.yaml with huggingface_hub
Browse files- config.yaml +44 -0
config.yaml
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
job: extension
|
| 2 |
+
config:
|
| 3 |
+
name: entourage-1ee40523
|
| 4 |
+
process:
|
| 5 |
+
- type: sd_trainer
|
| 6 |
+
training_folder: /home/ankitbisht/ai-toolkit/output
|
| 7 |
+
device: cuda:0
|
| 8 |
+
trigger_word: UNST
|
| 9 |
+
network:
|
| 10 |
+
type: lora
|
| 11 |
+
linear: 16
|
| 12 |
+
linear_alpha: 16
|
| 13 |
+
save:
|
| 14 |
+
dtype: float16
|
| 15 |
+
save_every: 10000
|
| 16 |
+
max_step_saves_to_keep: 4
|
| 17 |
+
datasets:
|
| 18 |
+
- folder_path: /home/ankitbisht/ai-toolkit/dataset/341e52f6-da37-4101-ba9a-2d0b4629cac2
|
| 19 |
+
caption_ext: txt
|
| 20 |
+
caption_dropout_rate: 0.05
|
| 21 |
+
cache_latents_to_disk: true
|
| 22 |
+
resolution:
|
| 23 |
+
- 512
|
| 24 |
+
- 768
|
| 25 |
+
- 1024
|
| 26 |
+
train:
|
| 27 |
+
batch_size: 4
|
| 28 |
+
steps: 615
|
| 29 |
+
lr: 0.0005
|
| 30 |
+
gradient_checkpointing: true
|
| 31 |
+
optimizer: adamw8bit
|
| 32 |
+
disable_sampling: true
|
| 33 |
+
dtype: bf16
|
| 34 |
+
model:
|
| 35 |
+
name_or_path: black-forest-labs/FLUX.1-dev
|
| 36 |
+
is_flux: true
|
| 37 |
+
quantize: true
|
| 38 |
+
sample:
|
| 39 |
+
sample_every: 10000
|
| 40 |
+
width: 1024
|
| 41 |
+
height: 1024
|
| 42 |
+
prompts: []
|
| 43 |
+
seed: 42
|
| 44 |
+
sample_steps: 28
|