Spaces:
Configuration error
Configuration error
update lr
Browse files
app.py
CHANGED
@@ -70,8 +70,8 @@ def accelerate_train_lora(steps, images, in_prompt):
|
|
70 |
--resolution=512 \
|
71 |
--train_batch_size=1 \
|
72 |
--gradient_accumulation_steps=1 \
|
73 |
-
--learning_rate=1e-4 \
|
74 |
-
--learning_rate_text=5e-5 \
|
75 |
--color_jitter \
|
76 |
--lr_scheduler='constant' \
|
77 |
--lr_warmup_steps=0 \
|
|
|
70 |
--resolution=512 \
|
71 |
--train_batch_size=1 \
|
72 |
--gradient_accumulation_steps=1 \
|
73 |
+
--learning_rate='1e-4' \
|
74 |
+
--learning_rate_text='5e-5' \
|
75 |
--color_jitter \
|
76 |
--lr_scheduler='constant' \
|
77 |
--lr_warmup_steps=0 \
|