comfyui_preview360panorama
A custom ComfyUI node for interactive 360° panorama image previews.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.3%) to scientific vocabulary
Keywords
Repository
A custom ComfyUI node for interactive 360° panorama image previews.
Basic Info
Statistics
- Stars: 67
- Watchers: 3
- Forks: 5
- Open Issues: 4
- Releases: 0
Topics
Metadata Files
README.md
🌎 360° Panorama Image Viewer for ComfyUI
A custom ComfyUI node for interactive 360° panorama image previews. Easily inspect equirectangular projections in their proper spherical form to verify seams and distortions.
✨ Features
- Interactive 360° panorama viewer
- Adjustable resolution settings
- Intuitive mouse controls
🎮 Usage
Once installed, the viewer node is available as "Preview 360 Panorama" under the 'pytorch360convert' category.
Basic Setup
- Add the "Preview 360 Panorama" node to your workflow
- Connect an equirectangular image to the node's input
- Run your workflow to view the image
Controls
- Pan View: Left-click and drag to look around
- Zoom: Use the mouse scroll wheel
- Resolution: Set
max_widthto-1for full resolution (may increase load times)
📦 Installation
Quick Install Options
ComfyUI Manager (Recommended)
- If you have ComfyUI-Manager installed:
- Either paste this repo's GitHub URL
- Or find it in the built-in install menu
- If you have ComfyUI-Manager installed:
ComfyUI Registry
Using comfy-cli, you can download this project from the comfy registry, like this:
bash
comfy node registry-install comfyui-preview360panorama
Manual Installation
Option 1: Using Git
- Install Git (Windows download) if you have not done so already
- Navigate to your ComfyUI's
custom_nodesdirectory - Clone the repository:
bash git clone https://github.com/ProGamerGov/ComfyUI_preview360panorama --recursive - Run the installer:
bash python ComfyUI_preview360panorama/install.py
Option 2: Direct Download
- Download this repository as a ZIP file
- Extract it to your ComfyUI's
custom_nodesdirectory - Download required Three.js files from cdnjs or mrdoob/three.js:
three.core.min.jsthree.module.min.js
- Place both files in:
custom_nodes/ComfyUI_preview360panorama/js/lib
Directory Structure
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.
🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
🔬 Citation
If you use this library in your research or project, please refer to the included CITATION.cff file or cite it as follows:
BibTeX
bibtex
@misc{egan2025preview360panorama,
title={Preview 360 Panorama},
author={Egan, Ben},
year={2025},
publisher={GitHub},
howpublished={\url{https://github.com/ProGamerGov/ComfyUI_preview360panorama}}
}
APA Style
Egan, B. (2025). Preview 360 Panorama [Computer software]. GitHub. https://github.com/ProGamerGov/ComfyUI_preview360panorama
🌐 Related
For editing 360 images inside ComfyUI, see the ComfyUI_pytorch360convert custom nodes.
For a web browser based 360 image viewer and video player, see the 360° Image & Video Viewer project.
Owner
- Login: ProGamerGov
- Kind: user
- Location: Multiverse
- Repositories: 15
- Profile: https://github.com/ProGamerGov
Citation (CITATION.CFF)
abstract: "Preview 360 Panoramas inside ComfyUI"
authors:
- family-names: Egan
given-names: Ben
cff-version: 1.2.0
date-released: "2025-02-01"
keywords:
- equirectangular
- panorama
- viewer
- "360 degrees"
- "360 degree image"
- 360
- research
license: MIT
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/ProGamerGov/ComfyUI_preview360panorama"
title: "Preview 360 Panorama for ComfyUI"
GitHub Events
Total
- Create event: 3
- Issues event: 5
- Watch event: 59
- Delete event: 3
- Issue comment event: 29
- Public event: 1
- Push event: 8
- Pull request event: 1
- Pull request review comment event: 1
- Pull request review event: 2
- Fork event: 5
Last Year
- Create event: 3
- Issues event: 5
- Watch event: 59
- Delete event: 3
- Issue comment event: 29
- Public event: 1
- Push event: 8
- Pull request event: 1
- Pull request review comment event: 1
- Pull request review event: 2
- Fork event: 5
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 4
- Total pull requests: 2
- Average time to close issues: 3 days
- Average time to close pull requests: 14 days
- Total issue authors: 4
- Total pull request authors: 2
- Average comments per issue: 1.0
- Average comments per pull request: 4.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 4
- Pull requests: 2
- Average time to close issues: 3 days
- Average time to close pull requests: 14 days
- Issue authors: 4
- Pull request authors: 2
- Average comments per issue: 1.0
- Average comments per pull request: 4.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- bluesky61 (1)
- navarisun1982 (1)
- DeepSeaCatz (1)
- co-search (1)
Pull Request Authors
- ProGamerGov (1)
- jpgallegoar (1)