Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

images with one dimension < 256 are neon noise #79

Closed
ssube opened this issue Jan 22, 2023 · 1 comment
Closed

images with one dimension < 256 are neon noise #79

ssube opened this issue Jan 22, 2023 · 1 comment
Labels
status/declined issues that have been declined after discussion type/bug broken features
Milestone

Comments

@ssube
Copy link
Owner

ssube commented Jan 22, 2023

Setting the image size to < 256 in one or both dimensions causes the image to be a mess of neon noise:

image image

256x256 works just fine, as do most sizes above that, such as 256x384 or the default 512x512.

I'm not sure if this is a normal limitation of the SD v1.5 net or an issue with the latents or something else entirely.

@ssube ssube added status/new issues that have not been confirmed yet type/bug broken features labels Jan 22, 2023
@ssube ssube added this to the v0.6 milestone Jan 26, 2023
@ssube
Copy link
Owner Author

ssube commented Feb 3, 2023

After more testing, 256x256 doesn't appear to be working correctly either. All of the literature I can find says that the intended output is supposed to be 512, 1024, or 768 for certain specific models: https://huggingface.co/stabilityai/stable-diffusion-2/discussions/22

I will adjust the minimum size sliders to prevent this. For now, smaller images can be downsampled after generating them. I may add an option for that in the client.

@ssube ssube added status/declined issues that have been declined after discussion and removed status/new issues that have not been confirmed yet labels Feb 3, 2023
@ssube ssube closed this as completed Feb 3, 2023
@ssube ssube mentioned this issue Feb 6, 2023
68 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/declined issues that have been declined after discussion type/bug broken features
Projects
None yet
Development

No branches or pull requests

1 participant