Skip to content

🐛 Bug: Output image turns completely gray when denoise is too low #4232

Open
@weiyangfoh

Description

@weiyangfoh

When running the generation script, setting the denoise value too low (e.g., 0.1 or below) in the KSampler node causes the generated image to appear completely gray or blank.

Steps to Reproduce:

Open main.py or the workflow JSON

Set "denoise" to 0.1 in the KSampler node

Run the script and check the output image

Expected Result:
The image should still contain visual content with slightly less noise.

Actual Result:
The output image is fully gray with no visible structure or content.

Possible Cause:
Low denoise values suppress the diffusion process too early, preventing the model from adding any meaningful detail to the latent image.

Suggested Fix:
Set denoise to at least 0.5 or higher for usable results. The default of 1.0 is generally safe unless fine-tuning style transfer or img2img.

References:

ComfyUI docs

Hugging Face forum discussion on denoise thresholds

┆Issue is synchronized with this Notion page by Unito

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions