noise_map
Extract an image's noise pattern to detect AI generation by subtracting a Gaussian-blurred copy, revealing uniform or structured noise.
Instructions
Extract the noise pattern from an image to help detect AI generation.
Subtracts a Gaussian-blurred version from the original to isolate noise. AI-generated images tend to have unnaturally uniform or structured noise.
Args: image_path: Absolute path to the image file. blur_sigma: Gaussian blur sigma (higher = more smoothing). Default 3.0.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blur_sigma | No | ||
| image_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |