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.
fuselayer/comfyui-noise-match
Nodes4
On cloudLocal install
Categoryimage/noise
Stars0
Updated9 months ago
Nodes (4)
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
- Clone or copy this folder to
ComfyUI/custom_nodes/ - Restart ComfyUI
- Nodes will appear under
image/noisecategory
Dependencies
torch(included with ComfyUI)numpy(standard)scipy(for gaussian_filter)
Install scipy if needed:
pip install scipy