Tools for processing equirectangular images, supporting conversion from equirectangular format to cubemap.
ComfyUI nodes for conversion between equirectangular panoramas and cubemaps.
Clone this repository to your ComfyUI custom_nodes
directory:
cd ComfyUI/custom_nodes
git clone https://github.com/yourusername/ComfyUI-Equirect.git
Install dependencies:
cd ComfyUI-Equirect
pip install -r requirements.txt
Inputs:
equirect_image
: Equirectangular panorama input (2:1 aspect ratio)face_size
: Size of the output cubemap facesfov
: Field of view angle (default: 90 degrees)Outputs:
front
, right
, back
, left
, top
, bottom
: 6 cubemap facesInputs:
front
, right
, back
, left
, top
, bottom
: 6 cubemap facesoutput_height
: Height of the output equirectangular image (width will be automatically set to twice the height)Outputs:
equirect_image
: Converted equirectangular panoramapy360convert
library for high-quality conversion when availableThis project is licensed under the MIT License - see the LICENSE file for details