A custom ComfyUI node for interactive 360Ā° panorama image previews. Panoramic 360 images are also sometimes known as VR photography (virtual reality), HDRI environments (ex: skyboxes), image spheres, spherical images, 360 pano, and 360 degree photos.
A custom ComfyUI node for interactive 360Ā° panorama image previews. Easily inspect equirectangular projections in their proper spherical form to verify seams and distortions.
Once installed, the viewer node is available as "Preview 360 Panorama" under the 'pytorch360convert' category.
<video src="https://github.com/user-attachments/assets/7b6a6957-3dfa-4bd9-9a81-1861fcd23cc7"></video>
max_width
to -1
for full resolution (may increase load times)ComfyUI Manager (Recommended)
ComfyUI Registry
Using comfy-cli, you can download this project from the comfy registry, like this:
comfy node registry-install comfyui-preview360panorama
custom_nodes
directorygit clone https://github.com/ProGamerGov/ComfyUI_preview360panorama --recursive
python ComfyUI_preview360panorama/install.py
custom_nodes
directorythree.core.min.js
three.module.min.js
custom_nodes/ComfyUI_preview360panorama/js/lib
The project directory should look like this if installation was successful.
custom_nodes/
āāā ComfyUI_preview360panorama/
āāā __init__.py
āāā js/
ā āāā pano_viewer.js
ā āāā lib/
ā āāā three.core.min.js
ā āāā three.module.min.js
āāā nodes.py
Need more help? Check out the detailed guide on installing ComfyUI extensions.
Contributions are welcome! Please feel free to submit a Pull Request.
If you use this library in your research or project, please refer to the included CITATION.cff file or cite it as follows:
@misc{egan2025preview360panorama,
title={Preview 360 Panorama},
author={Egan, Ben},
year={2025},
publisher={GitHub},
howpublished={\url{https://github.com/ProGamerGov/ComfyUI_preview360panorama}}
}
Egan, B. (2025). Preview 360 Panorama [Computer software]. GitHub. https://github.com/ProGamerGov/ComfyUI_preview360panorama
For editing 360 images inside ComfyUI, see the ComfyUI_pytorch360convert custom nodes.