mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-24 22:52:12 -03:00
Allow for empty lora (no loras option) in Lora Pool
This commit is contained in:
@@ -120,7 +120,7 @@ class LoraRandomizerLM:
|
||||
"""
|
||||
lora_stack = []
|
||||
for lora in loras:
|
||||
if not lora.get("active", False):
|
||||
if not lora.get("active", False) or lora.get("name") == "None":
|
||||
continue
|
||||
|
||||
# Get file path
|
||||
|
||||
Reference in New Issue
Block a user