Panorama · Multi-View · screenshot coming soon
What this node does
Multi-View sits downstream of Panorama and places evenly spaced cameras around the sphere. One Run produces a set of flat images. With View count = 4, labels are Front / Right / Back / Left — as if you stood in the center and shot in four directions. Two outputs: images (full batch JSON) and image (the item at selected_index). Wire the batch to Image Picker to browse or edit individually.When to use it
- Multi-camera storyboard frames from one HDRI / generated panorama
- Orbit showcases for characters or products (3-view, 4-view)
- Consistent-environment frames for Image Variations or Video FLF2V
How ComfyTV designed this
- Stage + ▶ Run: one Run captures all viewports; this node only.
- Snapshot: reads upstream Panorama; re-run Panorama after changes.
- Browser-side: multi-viewport projection, no GPU.
- view_count (1–64) from in-node slider (hidden on sockets); aspect_ratio / resolution apply per viewport.
Types (COMFYTV_* vs native ComfyUI)
Conversion: into native → ← ComfyTV Image per frame; plugin batch in → → ComfyTV Images. See bridges.md.
Parameters
panorama (input)
UpstreamCOMFYTV_PANORAMA.
view_count (hidden, slider 1–64)
Number of shots around the horizon. 4 = cardinals; 8 = every 45°.aspect_ratio / resolution
Per-viewport aspect and short-side tier (1K / 2K / 4K).selected_index
Which batch item image outputs (1-based). Switch in Image Picker or node UI.Outputs
Step by step
- Run Panorama (or upload).
- Add Multi-View, wire panorama.
- Set View count (e.g. 4).
- Pick Aspect / Resolution.
- ▶ Run → Image Picker or per-frame editing.
Full guides (recommended reading)
This page covers one node only. For end-to-end workflows, multi-stage pipelines, type conversion, and design rationale, see the ComfyTV user guides on GitHub:
Repository and workflows
FAQ
Q: Current View vs Multi-View?A: One chosen angle → Current View; orbit set → Multi-View. Q: Native ComfyUI batch?
A: ← ComfyTV Image per frame, or Image Picker then single out-bridge. Q: Large view_count slow?
A: Browser-side capture is usually fast; 4K increases file size.
Related nodes
- Panorama / Current View
- Image Picker
- Image Variations