Skip to content

Commit

Permalink
fix lora path (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
QunBB authored May 2, 2024
1 parent bafd067 commit b55f9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/launch_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ class ModelRef(NamedTuple):
ModelRef(arg_name="--vae-dir", relative_path="models/VAE"),
ModelRef(arg_name="--hypernetwork-dir", relative_path="models/hypernetworks"),
ModelRef(arg_name="--embeddings-dir", relative_path="embeddings"),
ModelRef(arg_name="--lora-dir", relative_path="models/lora"),
ModelRef(arg_name="--lora-dir", relative_path="models/Lora"),
# Ref A1111 need to have sd-webui-controlnet installed.
ModelRef(arg_name="--controlnet-dir", relative_path="models/ControlNet"),
ModelRef(arg_name="--controlnet-preprocessor-models-dir", relative_path="extensions/sd-webui-controlnet/annotator/downloads"),
Expand Down

0 comments on commit b55f9e7

Please sign in to comment.