A ComfyUI node that applies a realistic fisheye lens effect to images or image sequences. This effect simulates the characteristic distortion of wide-angle and fisheye lenses, with precise control over various lens characteristics.
Controls the intensity of the lens distortion. Now with finer control for subtle effects.
- Default: 0.2 (reduced from 0.5 for more subtle default effect)
- Step size: 0.005 for precise adjustments
- Lower values (0.05-0.15) for gentle wide-angle effects
- Higher values for traditional fisheye looks
Controls the type of lens distortion.
- Default: 0.0 (balanced)
- Negative values create pincushion distortion (edges pull inward)
- Positive values create barrel distortion (edges push outward)
- Allows blending between distortion types
Controls how quickly the distortion increases from center to edge.
- Default: 2.0
- Lower values (1.0-2.0) for more linear distortion
- Higher values (2.0-4.0) for more pronounced edge effects
- Affects the overall character of the lens distortion
Controls how smoothly the distortion transitions at the edges.
- Default: 0.1 (reduced for more precise control)
- Lower values for defined edges
- Higher values for smoother transitions
Adjusts the overall zoom level of the effect.
- Default: 1.0
- Values below 1.0 zoom out, showing more of the scene
- Values above 1.0 zoom in, cropping the edges
Simulates the optical imperfection where rays entering through different parts of the lens focus at slightly different distances.
- Default: 0.0
- Negative values create inward aberration
- Positive values create outward aberration
Simulates color fringing commonly seen in wide-angle lenses, where different wavelengths of light focus at slightly different positions.
- Default: 0.0
- Higher values increase the separation between color channels
- Adds realism to the lens effect
-
For a subtle wide-angle effect:
- Distortion_strength: 0.05-0.15
- Barrel_vs_pincushion: 0.2-0.4
- Radial_falloff: 1.5-2.0
- Edge_softness: 0.1
- Minimal chromatic aberration (0.001)
-
For a classic fisheye look:
- Distortion_strength: 0.3-0.4
- Barrel_vs_pincushion: 0.6-0.8
- Radial_falloff: 2.0-2.5
- Edge_softness: 0.15-0.2
- Consider chromatic aberration (0.003-0.005)
-
For a professional wide-angle lens:
- Distortion_strength: 0.1-0.2
- Barrel_vs_pincushion: 0.0-0.2
- Radial_falloff: 1.8-2.2
- Edge_softness: 0.05-0.1
- Minimal spherical aberration (0.05)
-
For vintage lens simulation:
- Distortion_strength: 0.15-0.25
- Barrel_vs_pincushion: 0.3-0.5
- Radial_falloff: 2.2-2.8
- Add both spherical (0.1) and chromatic aberration (0.004)
- Edge_softness: 0.2
The effect is implemented using:
- Polar coordinate transformation for accurate lens distortion
- Blend between barrel and pincushion distortion types
- Configurable radial falloff for precise distortion control
- Non-linear distortion with customizable smoothing
- High-quality interpolation using scipy's map_coordinates
- Optional per-channel sampling for chromatic aberration
- Efficient batch processing for image sequences
-
Combining Parameters:
- Barrel_vs_pincushion and radial_falloff work together to shape the distortion
- Higher radial_falloff values amplify the barrel/pincushion effect
- Edge_softness can help blend strong distortions more naturally
-
Fine-Tuning Tips:
- Start with low distortion_strength and adjust in small increments
- Use barrel_vs_pincushion to find the right distortion character
- Adjust radial_falloff to control how the distortion spreads
- Fine-tune edge_softness last to polish the look