File size: 508 Bytes
a93adc1 0632bd9 1932ed6 0632bd9 1932ed6 0632bd9 1932ed6 a93adc1 | 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 | ---
license: other
tags:
- flux
- lora
- text-to-image
base_model: black-forest-labs/FLUX.1-dev
instance_prompt: lisa
---
job: custom_job
config:
name: flux_train_replicate
process:
- type: custom_sd_trainer
training_folder: .
device: cuda:0
trigger_word: lisa
network:
type: lora
linear: 16
linear_alpha: 16
train:
steps: 1000
optimizer: adamw8bit
lr: 0.0004
model:
name_or_path: black-forest-labs/FLUX.1-dev
is_flux: true
|