Description
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:
Hugging Face forum discussion on denoise thresholds
┆Issue is synchronized with this Notion page by Unito