mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-24 06:32:12 -03:00
feat(model-scanner): add logging for file processing, fixes #566
This commit is contained in:
@@ -624,6 +624,7 @@ class ModelScanner:
|
||||
for i in range(0, len(new_files), batch_size):
|
||||
batch = new_files[i:i+batch_size]
|
||||
for path in batch:
|
||||
logger.info(f"{self.model_type.capitalize()} Scanner: Processing {path}")
|
||||
try:
|
||||
# Find the appropriate root path for this file
|
||||
root_path = None
|
||||
|
||||
Reference in New Issue
Block a user