comfy_set_limits
Adjust VRAMGuard safety thresholds to control warnings, blocking, queue depth, and job timeout. Set values for warn percentage, critical block level, and maximum queue to prevent overload.
Instructions
Update VRAMGuard safety thresholds.
Args: warn_pct: VRAM percentage to trigger warn status (default 80.0) block_pct: VRAM percentage to trigger critical/block status (default 95.0) max_queue: Maximum queue depth before blocking (default 10) timeout: Job timeout in seconds (default 300)
Returns: JSON with updated threshold values
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | ||
| warn_pct | No | ||
| block_pct | No | ||
| max_queue | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |