|
job: extension |
|
config: |
|
name: test-SC-Lora-V1 |
|
process: |
|
- type: sd_trainer |
|
training_folder: output |
|
device: cuda:0 |
|
trigger_word: 5CL0R4 |
|
network: |
|
type: lora |
|
linear: 16 |
|
linear_alpha: 16 |
|
save: |
|
dtype: float16 |
|
save_every: 500 |
|
max_step_saves_to_keep: 4 |
|
push_to_hub: false |
|
datasets: |
|
- folder_path: /workspace/Dataset/StreetCreeps_dataset |
|
caption_ext: txt |
|
caption_dropout_rate: 0.05 |
|
shuffle_tokens: false |
|
cache_latents_to_disk: true |
|
resolution: |
|
- 512 |
|
- 768 |
|
- 1024 |
|
train: |
|
batch_size: 1 |
|
steps: 2500 |
|
gradient_accumulation_steps: 1 |
|
train_unet: true |
|
train_text_encoder: false |
|
gradient_checkpointing: true |
|
noise_scheduler: flowmatch |
|
optimizer: adamw8bit |
|
lr: 0.0001 |
|
ema_config: |
|
use_ema: true |
|
ema_decay: 0.99 |
|
dtype: bf16 |
|
model: |
|
name_or_path: black-forest-labs/FLUX.1-dev |
|
is_flux: true |
|
quantize: true |
|
sample: |
|
sampler: flowmatch |
|
sample_every: 250 |
|
width: 1024 |
|
height: 1024 |
|
prompts: |
|
- woman with [5CL0R4] red hair, playing chess at the park, bomb going off in |
|
the background |
|
- The image is [5CL0R4] a digital illustration of a man wearing a black mask |
|
with a white face paint design on it. The mask has a skull-like shape with |
|
a pointed nose and a wide open mouth. The man is holding a pink light in his |
|
right hand and is standing in front of a dark background with pink smoke and |
|
flames surrounding him. The overall mood of the image is dark and ominous. |
|
- '[5CL0R4] Doge TO THE MOON Meme' |
|
neg: '' |
|
seed: 42 |
|
walk_seed: true |
|
guidance_scale: 4 |
|
sample_steps: 20 |
|
meta: |
|
name: test-SC-Lora-V1 |
|
version: '1.0' |
|
|