Skip to content

Commit

Permalink
Merge pull request #1688 from nattoheaven/master
Browse files Browse the repository at this point in the history
Fix the bug that it fails to load a VAE
  • Loading branch information
bmaltais committed Nov 16, 2023
2 parents b403864 + de693d3 commit 6134f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/common_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ def run_cmd_advanced_training(**kwargs):
'vae'
)
if vae:
run_cmd += ' --vae="{vae}"'
run_cmd += f' --vae="{vae}"'

return run_cmd

Expand Down

0 comments on commit 6134f9c

Please sign in to comment.