Upload task output 1c93dd95-2e89-48d9-813d-e0f521599cfd
Browse files- checkpoints/last/config.yaml +66 -0
checkpoints/last/config.yaml
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
config:
|
| 2 |
+
name: last
|
| 3 |
+
process:
|
| 4 |
+
- datasets:
|
| 5 |
+
- cache_latents_to_disk: true
|
| 6 |
+
caption_dropout_rate: 0.0
|
| 7 |
+
caption_ext: txt
|
| 8 |
+
folder_path: /dataset/images/1c93dd95-2e89-48d9-813d-e0f521599cfd/img
|
| 9 |
+
resolution:
|
| 10 |
+
- 1024
|
| 11 |
+
- 1024
|
| 12 |
+
- 1024
|
| 13 |
+
shuffle_tokens: false
|
| 14 |
+
device: cuda:0
|
| 15 |
+
model:
|
| 16 |
+
is_v2: false
|
| 17 |
+
is_v_pred: false
|
| 18 |
+
is_xl: true
|
| 19 |
+
name_or_path: /cache/models/GraydientPlatformAPI--realism-engine2-xl
|
| 20 |
+
no_half_vae: true
|
| 21 |
+
qtype: qfloat8
|
| 22 |
+
qtype_te: qfloat8
|
| 23 |
+
quantize: true
|
| 24 |
+
quantize_te: true
|
| 25 |
+
network:
|
| 26 |
+
conv: 4
|
| 27 |
+
conv_alpha: 4
|
| 28 |
+
linear: 32
|
| 29 |
+
linear_alpha: 32
|
| 30 |
+
network_alpha: 32
|
| 31 |
+
rank: 32
|
| 32 |
+
type: lora
|
| 33 |
+
save:
|
| 34 |
+
dtype: bf16
|
| 35 |
+
max_step_saves_to_keep: 4
|
| 36 |
+
save_every_n_epochs: 250
|
| 37 |
+
save_format: safetensors
|
| 38 |
+
train:
|
| 39 |
+
batch_size: 1
|
| 40 |
+
dtype: bf16
|
| 41 |
+
ema_config:
|
| 42 |
+
ema_decay: 0.99
|
| 43 |
+
use_ema: true
|
| 44 |
+
gradient_accumulation_steps: 1
|
| 45 |
+
gradient_checkpointing: true
|
| 46 |
+
lr: 0.0002
|
| 47 |
+
lr_scheduler: cosine
|
| 48 |
+
lr_scheduler_args:
|
| 49 |
+
num_cycles: 1
|
| 50 |
+
power: 1.0
|
| 51 |
+
lr_warmup_steps: 25
|
| 52 |
+
noise_scheduler: flowmatch
|
| 53 |
+
optimizer: adamw8bit
|
| 54 |
+
seed: 42
|
| 55 |
+
steps: 5000
|
| 56 |
+
train_text_encoder: true
|
| 57 |
+
train_unet: true
|
| 58 |
+
use_xformers: true
|
| 59 |
+
walk_seed: true
|
| 60 |
+
training_folder: /app/checkpoints/1c93dd95-2e89-48d9-813d-e0f521599cfd/sdxl-aitoolkit
|
| 61 |
+
trigger_word: ''
|
| 62 |
+
type: sd_trainer
|
| 63 |
+
job: extension
|
| 64 |
+
meta:
|
| 65 |
+
name: sdxl_style_lora
|
| 66 |
+
version: '1.0'
|