Skip to content

Commit

Permalink
Merge pull request #1572 from DevArqSangoi/dev2
Browse files Browse the repository at this point in the history
Update lora_gui.py
  • Loading branch information
bmaltais authored Oct 4, 2023
2 parents 4c2f476 + f4667e5 commit 90406d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lora_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ def train_model(
)
return
run_cmd += f' --network_module=lycoris.kohya'
run_cmd += f' --network_args "conv_dim={conv_dim}" "conv_alpha={conv_alpha}" "algo=lora"'
run_cmd += f' --network_args "conv_dim={conv_dim}" "conv_alpha={conv_alpha}" "algo=locon"'

if LoRA_type == 'LyCORIS/LoHa':
try:
Expand Down

0 comments on commit 90406d9

Please sign in to comment.