Bring back the old Queue Panel with image previews.
English | 繁體中文
The new ComfyUI frontend (v1.33.1+) removed the sidebar Queue Panel with image previews and replaced it with a minimal queue list at the top. This change left many users without an easy way to browse generation results at a glance.
comfyui_queue_sidebar brings back the old queue panel to the sidebar as a custom node — no frontend file modifications required.
| Feature | Description |
|---|---|
| 🖼️ Image Grid | Responsive grid of running / pending / completed tasks with thumbnail previews |
| 🎬 Video Support | Hover to auto-play video outputs (webm, mp4) |
| 🔄 Live Preview | Real-time progress preview during generation (K-Sampler etc.) |
| 📐 Resize Friendly | Grid adapts from single column to multi-column as you resize the sidebar |
| 🏷️ Status Tags | Color-coded tags with animated spinner for running tasks |
| 🖱️ Context Menu | Right-click to delete a task or load its workflow |
| 🔢 Pending Badge | Sidebar icon shows count of pending tasks |
| 🧹 Clear All | One-click button to clear the entire queue & history |
| ⚡ No Frontend Patching | Custom-node plugin — no frontend source files are modified |
Search for comfyui_queue_sidebar in ComfyUI Manager and click Install.
cd ComfyUI/custom_nodes
git clone https://github.com/Zhen-Bo/comfyui_queue_sidebar.gitRestart ComfyUI. The Queue tab will appear in the sidebar (between "Assets" and "Node Library").
Delete the comfyui_queue_sidebar folder from custom_nodes/.
- ComfyUI frontend v1.33.1+ (tested up to 1.39.19) · ComfyUI core tested up to 0.16.4
- Works alongside the built-in bottom-panel queue without conflicts
- The plugin uses the public extension API for registration and events. It additionally hooks a small number of internal APIs (e.g.
app.queuePrompt, sidebar tab ordering) to provide a seamless experience — all such integration points are centralized incomfyAdapter.jswith feature detection and graceful degradation if the upstream shape changes
