Replies: 1 comment 3 replies
-
that's odd can you share your exact generation parameters so I can recreate your situation and test it |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm encountering a persistent artifact, and I've narrowed it down to the Hires. Fix process.
When I generate a low-resolution image, it looks perfectly fine. However, after the Hires. Fix pass, a faint grey border or padding appears on the right edge (and sometimes the bottom) of the final, upscaled image.
Here are a couple of examples where the artifact is visible on the final output:



Has anyone else run into this specific issue with Hires. Fix? Are there any known workarounds or specific settings that might be causing this?
UPD:
The issue is caused by the final resolution from Hires. Fix not being a multiple of 8 (or 64). Stable Diffusion adds padding to non-compliant dimensions, which creates the faint border.
Beta Was this translation helpful? Give feedback.
All reactions