Update training_config.yaml
Browse files- training_config.yaml +12 -12
training_config.yaml
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
-
controlnet_type: canny
|
| 2 |
-
controlnet_model: InstantX/FLUX.1-dev-Controlnet-Canny
|
| 3 |
-
N4:
|
| 4 |
-
mixed_precision: bf16
|
| 5 |
-
steps: 1000
|
| 6 |
-
train_batch_size: 2
|
| 7 |
-
learning_rate: 2e-6
|
| 8 |
-
resolution: 512
|
| 9 |
-
checkpointing_steps: 250
|
| 10 |
-
validation_steps: 125
|
| 11 |
-
gradient_accumulation_steps: 4
|
| 12 |
-
validation_image: default
|
| 13 |
hub_model_id: tommycik/tommycik/controlFluxAlcol
|
|
|
|
| 1 |
+
controlnet_type: canny
|
| 2 |
+
controlnet_model: InstantX/FLUX.1-dev-Controlnet-Canny
|
| 3 |
+
N4: False
|
| 4 |
+
mixed_precision: bf16
|
| 5 |
+
steps: 1000
|
| 6 |
+
train_batch_size: 2
|
| 7 |
+
learning_rate: 2e-6
|
| 8 |
+
resolution: 512
|
| 9 |
+
checkpointing_steps: 250
|
| 10 |
+
validation_steps: 125
|
| 11 |
+
gradient_accumulation_steps: 4
|
| 12 |
+
validation_image: default
|
| 13 |
hub_model_id: tommycik/tommycik/controlFluxAlcol
|