comfyui_preview360panorama

A custom ComfyUI node for interactive 360° panorama image previews.

https://github.com/progamergov/comfyui_preview360panorama

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

360 360-degree 360-viewer comfyui comfyui-nodes image-sphere pano panorama photo-sphere photo-sphere-viewer spherical-photo viewer virtual-reality vr vr360
Last synced: 6 months ago · JSON representation ·

Repository

A custom ComfyUI node for interactive 360° panorama image previews.

Basic Info
  • Host: GitHub
  • Owner: ProGamerGov
  • License: mit
  • Language: JavaScript
  • Default Branch: main
  • Homepage:
  • Size: 20.5 KB
Statistics
  • Stars: 67
  • Watchers: 3
  • Forks: 5
  • Open Issues: 4
  • Releases: 0
Topics
360 360-degree 360-viewer comfyui comfyui-nodes image-sphere pano panorama photo-sphere photo-sphere-viewer spherical-photo viewer virtual-reality vr vr360
Created about 1 year ago · Last pushed 9 months ago
Metadata Files
Readme Contributing License Citation

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

  1. Add the "Preview 360 Panorama" node to your workflow
  2. Connect an equirectangular image to the node's input
  3. 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_width to -1 for full resolution (may increase load times)

📦 Installation

Quick Install Options

  1. 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
  2. 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

  1. Install Git (Windows download) if you have not done so already
  2. Navigate to your ComfyUI's custom_nodes directory
  3. Clone the repository: bash git clone https://github.com/ProGamerGov/ComfyUI_preview360panorama --recursive
  4. Run the installer: bash python ComfyUI_preview360panorama/install.py

Option 2: Direct Download

  1. Download this repository as a ZIP file
  2. Extract it to your ComfyUI's custom_nodes directory
  3. Download required Three.js files from cdnjs or mrdoob/three.js:
    • three.core.min.js
    • three.module.min.js
  4. 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

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)
Top Labels
Issue Labels
Pull Request Labels