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.
Custom Nodes (0)
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