Merge branch 'main' into draft-v4

This commit is contained in:
Dr.Lt.Data
2025-07-08 12:21:47 +09:00
15 changed files with 8213 additions and 5125 deletions

View File

@@ -665,7 +665,7 @@ async def task_worker():
return 'success'
except Exception as e:
logging.error(f"[ComfyUI-Manager] ERROR: {e}", file=sys.stderr)
logging.error(f"[ComfyUI-Manager] ERROR: {e}")
return f"Model installation error: {model_url}"