Update replace.yaml
Browse files- replace.yaml +4 -16
replace.yaml
CHANGED
|
@@ -19,7 +19,7 @@ config:
|
|
| 19 |
caption_ext: txt
|
| 20 |
caption_dropout_rate: 0.05
|
| 21 |
shuffle_tokens: false
|
| 22 |
-
cache_latents_to_disk:
|
| 23 |
resolution:
|
| 24 |
- 512
|
| 25 |
- 768
|
|
@@ -30,31 +30,19 @@ config:
|
|
| 30 |
gradient_accumulation_steps: 1
|
| 31 |
train_unet: true
|
| 32 |
train_text_encoder: false
|
| 33 |
-
gradient_checkpointing:
|
| 34 |
noise_scheduler: flowmatch
|
| 35 |
-
optimizer:
|
| 36 |
lr: 0.0004
|
| 37 |
ema_config:
|
| 38 |
use_ema: true
|
| 39 |
ema_decay: 0.99
|
| 40 |
dtype: bf16
|
| 41 |
skip_first_sample: true
|
| 42 |
-
disable_sampling:
|
| 43 |
model:
|
| 44 |
name_or_path: /content/model
|
| 45 |
is_flux: true
|
| 46 |
-
sample:
|
| 47 |
-
sampler: flowmatch
|
| 48 |
-
sample_every: 1000
|
| 49 |
-
width: 1024
|
| 50 |
-
height: 1024
|
| 51 |
-
prompts:
|
| 52 |
-
- A person replace
|
| 53 |
-
neg: ''
|
| 54 |
-
seed: 42
|
| 55 |
-
walk_seed: true
|
| 56 |
-
guidance_scale: 4
|
| 57 |
-
sample_steps: 28
|
| 58 |
trigger_word: replace
|
| 59 |
meta:
|
| 60 |
name: '[name]'
|
|
|
|
| 19 |
caption_ext: txt
|
| 20 |
caption_dropout_rate: 0.05
|
| 21 |
shuffle_tokens: false
|
| 22 |
+
cache_latents_to_disk: false
|
| 23 |
resolution:
|
| 24 |
- 512
|
| 25 |
- 768
|
|
|
|
| 30 |
gradient_accumulation_steps: 1
|
| 31 |
train_unet: true
|
| 32 |
train_text_encoder: false
|
| 33 |
+
gradient_checkpointing: false
|
| 34 |
noise_scheduler: flowmatch
|
| 35 |
+
optimizer: adamw
|
| 36 |
lr: 0.0004
|
| 37 |
ema_config:
|
| 38 |
use_ema: true
|
| 39 |
ema_decay: 0.99
|
| 40 |
dtype: bf16
|
| 41 |
skip_first_sample: true
|
| 42 |
+
disable_sampling: true
|
| 43 |
model:
|
| 44 |
name_or_path: /content/model
|
| 45 |
is_flux: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
trigger_word: replace
|
| 47 |
meta:
|
| 48 |
name: '[name]'
|