ysharma HF Staff commited on
Commit
b63efd7
·
1 Parent(s): 0d33cea
Files changed (1) hide show
  1. app.py +2 -2
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 \