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
Updated10 months ago
Nodes (4)
Apply Noise Pattern (Alpha-safe)
Your cutout still looks pasted in — this is the grain node that fixes it
image/noise
Analyze Noise Pattern (Debug)
Is your extracted noise even any good? This debug node tells you
image/noise
Detect Noise Sample Region
Where do you even steal grain from? Let it find the smoothest patch
image/noise
Extract Real Noise Pattern
Turn a flat photo patch into reusable grain you can tile
image/noise
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