comfy_validate_before_queue
Check VRAM headroom and queue depth before sending a prompt to avoid failures. Returns a safe_to_queue flag with status and issues.
Instructions
Pre-flight safety check before queueing a prompt.
Checks VRAM headroom and current queue depth.
Returns: JSON with safe_to_queue flag, VRAM status, queue counts, and any issues
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |