Coyote-A/ultimate-upscale-for-automatic1111

No preview when Denoising strength is below 0.5

louiskaneko34m opened this issue · 1 comments

No preview when Denoising strength is below 0.5

This is because img2img by default only performs the abridged number of steps as required by the following formula (# of steps) * (denoising strength). So if you are using 20 steps at 0.4 denoising, img2img performs only 8 total steps. If this is below your preview frequency setting (default 10), you will not see any previews for tiles.

Drop your preview frequency setting to 5 and you will see previews again. Alternatively, you can enable the "Always perform all steps in img2img" setting, but this will add execution time and also change the image results (can be desirable in some cases).