Skip to content

Commit

Permalink
Switch to networks version of resize lora
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaltais committed Mar 10, 2023
1 parent fc5d2b2 commit d1962d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/resize_lora_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def resize_lora(
if device == '':
device = 'cuda'

run_cmd = f'{PYTHON} "{os.path.join("tools","resize_lora.py")}"'
run_cmd = f'{PYTHON} "{os.path.join("networks","resize_lora.py")}"'
run_cmd += f' --save_precision {save_precision}'
run_cmd += f' --save_to {save_to}'
run_cmd += f' --model {model}'
Expand Down

0 comments on commit d1962d7

Please sign in to comment.