mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-21 23:57:58 +01:00
Minor LoRA bug fix
This commit is contained in:
parent
78af3b0a00
commit
9da7bb203d
@ -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…
Reference in New Issue
Block a user