Minor LoRA bug fix
This commit is contained in:
parent
78af3b0a00
commit
9da7bb203d
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ def add_lora_transformers(lora_names):
|
|||
if len(lora_names) > 1:
|
||||
merge_loras()
|
||||
|
||||
shared.lora_names = lora_names
|
||||
return
|
||||
|
||||
# If any LoRA needs to be removed, start over
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue