Extensions/comfyui-noise-match
ComfyUI Extension

comfyui-noise-match

Extract authentic noise patterns from real photographs and apply them to AI-generated or composited elements for seamless photorealistic integration.

By fuselayer·Created 9 months ago·Updated 9 months ago· 0
fuselayer/comfyui-noise-match
Nodes4
On cloudLocal install
Categoryimage/noise
Stars0
Updated9 months ago
Readme

Real Noise Pattern Matcher for ComfyUI

Extract authentic noise patterns from real photographs and apply them to AI-generated or composited elements for seamless photorealistic integration.

Installation

  1. Clone or copy this folder to ComfyUI/custom_nodes/
  2. Restart ComfyUI
  3. Nodes will appear under image/noise category

Dependencies

  • torch (included with ComfyUI)
  • numpy (standard)
  • scipy (for gaussian_filter)

Install scipy if needed:

pip install scipy