mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
Enhance migration and download processes: add backend path update and prevent duplicate completion toasts
This commit is contained in:
@@ -1158,8 +1158,6 @@ class MiscRoutes:
|
||||
"""
|
||||
matching_files = []
|
||||
model_name = os.path.splitext(model_filename)[0]
|
||||
if model_name == "FluxMechaKnights":
|
||||
logger.info(f"Processing model: {model_name}")
|
||||
|
||||
# Check if pattern contains a directory separator
|
||||
has_subdirs = '/' in regex_pattern.pattern or '\\\\' in regex_pattern.pattern
|
||||
|
||||
Reference in New Issue
Block a user