Skip to content

Commit

Permalink
Merge pull request #2031 from storuky/dev
Browse files Browse the repository at this point in the history
Fix block_lr issue
  • Loading branch information
bmaltais authored Mar 3, 2024
2 parents f8b1f2d + 6872ca2 commit 26efb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kohya_gui/common_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ def run_cmd_advanced_training(**kwargs):

block_lr = kwargs.get("block_lr")
if block_lr:
run_cmd += f' --block_lr="(block_lr)"'
run_cmd += f' --block_lr="{block_lr}"'

bucket_no_upscale = kwargs.get("bucket_no_upscale")
if bucket_no_upscale:
Expand Down

0 comments on commit 26efb09

Please sign in to comment.