Switch to networks version of resize lora
This commit is contained in:
parent
fc5d2b2c31
commit
d1962d7240
@ -48,7 +48,7 @@ def resize_lora(
|
|||||||
if device == '':
|
if device == '':
|
||||||
device = 'cuda'
|
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_precision {save_precision}'
|
||||||
run_cmd += f' --save_to {save_to}'
|
run_cmd += f' --save_to {save_to}'
|
||||||
run_cmd += f' --model {model}'
|
run_cmd += f' --model {model}'
|
||||||
|
Loading…
Reference in New Issue
Block a user