mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-23 14:12:11 -03:00
Update version to 0.8.13; enhance recipe management and source tracking features in release notes
This commit is contained in:
@@ -56,7 +56,6 @@ class LoraManagerLoader:
|
||||
|
||||
# Then process loras from kwargs with support for both old and new formats
|
||||
loras_list = get_loras_list(kwargs)
|
||||
print(f"Loaded loras list: {loras_list}")
|
||||
for lora in loras_list:
|
||||
if not lora.get('active', False):
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user