Noise / Noise Level
What is Noise / Noise Level?
In AI generation, noise is the random static that diffusion models start from and progressively clean up to create images. The noise level controls how much the model departs from an input image when doing image-to-image generation.
At a glance
- Also known as
- Denoising strength (in img2img context)Noise strengthGaussian noise (technical term for the specific noise type used)
- Used for
- The starting point of all diffusion model generation (pure noise → image)Controlling the degree of transformation in image-to-image generationUnderstanding the relationship between randomness, seed, and generation output
- Common tools
- Stable diffusionComfyUIAutomatic1111All diffusion-based generation platforms
- Related terms
- Diffusion modelDenoisingSamplingCFG scaleSeedImage-to-imageLatent space
- How it works in simple terms
- A diffusion model is trained by learning how to reverse a process of adding random noise to images. At generation time, it starts with random noise and uses the prompt to guide its removal of noise step by step, producing a structured image as the noise is progressively resolved.
- Where you encounter this
- Noise level appears as a denoising strength or img2img strength parameter in image-to-image generation workflows. Every generation from a text prompt begins with noise, but the starting noise is usually automatically managed; the noise level parameter is directly user-controllable primarily in img2img and inpainting contexts.
Ready to create?
Direct scenes, design characters, and ship full films
All-in-one AI creative platform with simple, transparent pricing, no speed throttles, and an infinite Canvas for max creativity.
How it compares
Compared with related concepts
Noise level (denoising strength) and CFG scale are the two primary parameters that control how strongly a diffusion model follows its conditioning signals. CFG scale controls how strongly the model follows the text prompt relative to producing a generic, prompt-free output. Noise level in img2img controls how strongly the model follows the prompt relative to preserving the input image. High CFG scale produces outputs that more aggressively match the prompt. High noise level produces outputs that more aggressively diverge from the input image. Both parameters shape the balance between conditioning strength and generation freedom, but at different points in the conditioning hierarchy.
Think of it like…
Noise level in image-to-image generation is like a sculptor deciding how much clay to remove from an existing sculpture before reshaping it: low noise level is like making small, refinement-focused changes to the original form; high noise level is like removing so much clay that only the rough general mass remains, then reshaping it almost from scratch according to new intentions.
Pro tip
In image-to-image workflows, use noise level as a creative parameter rather than treating it as a binary 'strong' or 'weak' transformation setting. A noise level of 0.4–0.6 is often the most productive creative range: enough freedom for the model to meaningfully reinterpret the input according to the prompt, but enough structural continuity with the input that the composition, lighting, and spatial relationships are preserved as a useful foundation. Very high noise levels (0.8+) are appropriate when using the input image primarily as a loose reference for composition; very low levels (below 0.3) are appropriate for light stylistic adjustments while preserving the original image almost intact.
Types and variations
- Gaussian noise is the specific random noise type used in standard diffusion model processes: values that follow a normal (bell-curve) statistical distribution.
- In text-to-image generation, the starting noise is pure Gaussian noise.
- In image-to-image generation, a controlled amount of Gaussian noise is blended with the encoded input image before denoising.
- Different noise schedules (linear, cosine, others) define how noise is distributed across the denoising timesteps and produce different generation characteristics.
- Film grain is a visually related but technically distinct form of image noise introduced as an aesthetic element in photographic and cinematic imagery, and can be requested in AI generation prompts as a stylistic element separate from the functional noise of the diffusion process.
Ready to make your first scene in Morphic?
Try MorphicCommon use cases
- Understanding noise level is most directly relevant in image-to-image (img2img) generation workflows, where the denoising strength parameter directly controls the degree of transformation of the input image.
- It is also relevant in inpainting, where the noise added to masked regions determines how liberally the model fills them.
- In text-to-image generation, the seed ( the specific random noise pattern used as starting point ) is the primary noise-related user parameter, as it controls generation reproducibility.
- In advanced workflows, custom noise injection and noise schedule manipulation are used to achieve specific stylistic or compositional effects.
Ready to create?
Direct scenes, design characters, and ship full films
All-in-one AI creative platform with simple, transparent pricing, no speed throttles, and an infinite Canvas for max creativity.