File size: 987 Bytes
efa03c4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | job: extension
config:
name: india-table-testing
process:
- type: sd_trainer
training_folder: /home/bharat/ai-toolkit/output
device: cuda:0
trigger_word: UNST
network:
type: lora
linear: 16
linear_alpha: 16
save:
dtype: float16
save_every: 10000
max_step_saves_to_keep: 4
datasets:
- folder_path: /home/bharat/ai-toolkit/dataset/dee9a155-4217-4d6f-8d1a-d1ef3b4d543c
caption_ext: txt
caption_dropout_rate: 0.05
cache_latents_to_disk: true
resolution:
- 512
- 768
- 1024
train:
batch_size: 4
steps: 165
lr: 0.0005
gradient_checkpointing: true
optimizer: adamw8bit
disable_sampling: true
dtype: bf16
model:
name_or_path: black-forest-labs/FLUX.1-dev
is_flux: true
quantize: true
sample:
sample_every: 10000
width: 1024
height: 1024
prompts: []
seed: 42
sample_steps: 28
|