catboxanon

Results 456 comments of catboxanon

What you're trying to do doesn't really make sense. The linked PR didn't get merged because "fixing" this simply creates seams in the final result. You should first inpaint, then...

Well creating seams isn't going to help.

Fixed in https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12479

This issue is related to Gradio, and there's nothing the webui can do to resolve it. The `--share` argument [simply passes a boolean value to Gradio's own `launch` function](https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/68f336bd994bed5442ad95bad6b6ad5564a5409a/webui.py#L402) so...

Gradio's `--share` functionality is arguably a security risk as well. You're trusting a closed-source binary that exposes your machine to the public Internet. It shouldn't be surprising some antivirus picks...

This is not a bug. Upscaling the latent directly is expected to be noisy. The fixed mentioned above is simply substituting in a different upscaler. You can see just how...