ComfyUI Queue & Settings
Monitoring active and completed ComfyUI jobs, and configuring your connection.
These pages let you monitor AI generation jobs and configure how Ordinary Animator connects to ComfyUI.
ComfyUI Settings
In ComfyUI Settings, configure your generation backend:
Cloud (Comfy Cloud)
- Toggle to enable Comfy Cloud
- Paste your Comfy Cloud API key (stored encrypted)
- Test Connection verifies the key is valid
Local (localhost:8188)
- Toggle to enable local ComfyUI
- Requires the Chrome extension to be installed and active — the extension proxies requests from the browser to your local ComfyUI instance
- Test Connection checks that local ComfyUI is reachable
You can have both configured; the one toggled active is used for new jobs.
Job Queue
The Job Queue page shows all active and recently completed jobs:
| Column | Description |
|---|---|
| Thumbnail | Output image preview (when available) |
| Run target | Which entity triggered this job |
| Status | Running / Done / Error |
| Workflow | Workflow name |
| Job ID | ComfyUI queue ID |
| Start time | When the job was submitted |
| Duration | Time taken |
| GPU seconds | Compute consumed (Comfy Cloud only) |
Click any row to open a detail modal with full job information, input parameters, and output file links.
Job History
The History page shows completed and failed jobs from previous sessions. The history retains older jobs that have scrolled off the active queue view.
Status indicators
- Running — job is in progress on ComfyUI
- Done — job completed; outputs have been fetched and saved to cloud storage
- Error — job failed; check the detail modal for the error message from ComfyUI
See ComfyUI Integration for how jobs are submitted and how the queue model works.