Upload task output 61f0135e-5d7a-47b2-95f8-5e22b4eae61b
Browse files
checkpoints/last/config.yaml
CHANGED
|
@@ -20,8 +20,10 @@ config:
|
|
| 20 |
quantize: true
|
| 21 |
quantize_te: true
|
| 22 |
network:
|
| 23 |
-
|
| 24 |
-
|
|
|
|
|
|
|
| 25 |
type: lora
|
| 26 |
save:
|
| 27 |
dtype: bf16
|
|
@@ -29,13 +31,10 @@ config:
|
|
| 29 |
save_every: 250
|
| 30 |
save_format: diffusers
|
| 31 |
train:
|
| 32 |
-
alpha: 64
|
| 33 |
batch_size: 1
|
| 34 |
cache_text_embeddings: false
|
| 35 |
caption_dropout_rate: 0.15
|
| 36 |
cfg_scale: 3.5
|
| 37 |
-
conv_alpha: 32
|
| 38 |
-
conv_rank: 64
|
| 39 |
do_cfg: true
|
| 40 |
dtype: bf16
|
| 41 |
ema_config:
|
|
@@ -50,7 +49,6 @@ config:
|
|
| 50 |
optimizer: adamw8bit
|
| 51 |
optimizer_params:
|
| 52 |
weight_decay: 0.0002
|
| 53 |
-
rank: 128
|
| 54 |
save_every_n_epochs: 60
|
| 55 |
steps: 3000
|
| 56 |
timestep_type: weighted
|
|
|
|
| 20 |
quantize: true
|
| 21 |
quantize_te: true
|
| 22 |
network:
|
| 23 |
+
conv_alpha: 32
|
| 24 |
+
conv_rank: 64
|
| 25 |
+
linear: 128
|
| 26 |
+
linear_alpha: 64
|
| 27 |
type: lora
|
| 28 |
save:
|
| 29 |
dtype: bf16
|
|
|
|
| 31 |
save_every: 250
|
| 32 |
save_format: diffusers
|
| 33 |
train:
|
|
|
|
| 34 |
batch_size: 1
|
| 35 |
cache_text_embeddings: false
|
| 36 |
caption_dropout_rate: 0.15
|
| 37 |
cfg_scale: 3.5
|
|
|
|
|
|
|
| 38 |
do_cfg: true
|
| 39 |
dtype: bf16
|
| 40 |
ema_config:
|
|
|
|
| 49 |
optimizer: adamw8bit
|
| 50 |
optimizer_params:
|
| 51 |
weight_decay: 0.0002
|
|
|
|
| 52 |
save_every_n_epochs: 60
|
| 53 |
steps: 3000
|
| 54 |
timestep_type: weighted
|