if present, use Lora's "ss_output_name" field to refer to it in prompt

This commit is contained in:
AUTOMATIC
2023-05-07 08:25:34 +03:00
parent 335428c2c8
commit 2cb3b0be1d
3 changed files with 12 additions and 4 deletions
@@ -1,6 +1,7 @@
from modules import extra_networks, shared
import lora
class ExtraNetworkLora(extra_networks.ExtraNetwork):
def __init__(self):
super().__init__('lora')