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

Warn or fail when using an incompatible input image size #10

Open
mortenjust opened this issue Nov 25, 2022 · 0 comments
Open

Warn or fail when using an incompatible input image size #10

mortenjust opened this issue Nov 25, 2022 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@mortenjust
Copy link
Owner

When you pass an input image to the generator, it currently doesn't check if the image fits the model (currently we only support SD1.5, so it's always 512x512)

This warning is for all users using img2img via an inputImage

The warning could be an assertion failure, but open to ideas.

Next: Resize off-size images, using a center crop. Feel free to go for this directly.
Later: Support for SD2.0

@mortenjust mortenjust added the help wanted Extra attention is needed label Nov 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant