Provides tools for applying and removing fisheye lens effects from images.
Provides tools for applying and removing fisheye lens effects from images.
You can simply find and install this node from the "Custom Nodes Manager" inside the ComfyUI Manager menu
Clone this repository into your ComfyUI custom_nodes folder:
cd ComfyUI/custom_nodes
git clone https://github.com/Kidev/ComfyUI-Fisheye-effects
Install the required dependencies:
cd ComfyUI-Fisheye-effects
python install.py
# Or using venv of ComfyUI
source [venv]/bin/activate
pip install -r requirements.txt
Restart ComfyUI
The nodes will appear in the node menu under the "image/processing" category:
equidistant
, equisolid
, orthographic
, stereographic
)fullframe
, circular
)0.0
-360.0
)0.0
-360.0
)True
-False
)0.0
-1.0
)0.0
-1.0
)Check the examples folder for a sample workflow and images demonstrating various use cases.