get_logs
Retrieve ComfyUI server runtime logs to debug execution errors, model loading issues, and Python tracebacks. Filter logs by keyword for targeted troubleshooting.
Instructions
Get ComfyUI server runtime logs. Useful for debugging execution errors, model loading issues, missing nodes, and Python tracebacks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_lines | No | Maximum number of log lines to return from the end (default: 100) | |
| keyword | No | Filter log lines containing this keyword (case-insensitive). Examples: 'error', 'warning', 'VRAM', a node name |