We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Does the image needs to be 512x512? Or can we input higher res images?
The text was updated successfully, but these errors were encountered:
Hi, we use 512x512 images when training the model. But you can put any size of image you want (as long as your gpu memory allows)
Sorry, something went wrong.
@AeroDEmi on a GPU with 24GB of memory, I was able to get up to around 2900x2900 pixels.
How does it work under the hood? Does is resize input image or there is tile processing implemented?
No branches or pull requests
Does the image needs to be 512x512? Or can we input higher res images?
The text was updated successfully, but these errors were encountered: