Skip to content

Commit 21e7ed6

Browse files
authored
fix lora path mismatch in examples (#609)
1 parent fb5c737 commit 21e7ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/registers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def _path(
7979
if args is not None:
8080
model_path_arg = args.model_path
8181
if lora:
82-
model_path_arg = args.lora_weights_path
82+
model_path_arg = args.lora_path
8383
if controlnet:
8484
model_path_arg = args.controlnet_path
8585
if transformer:

0 commit comments

Comments
 (0)