-
Notifications
You must be signed in to change notification settings - Fork 63
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
generate images with arbitrary resolutions, #28
Comments
You can consider using similar techniques as MaskGIT: first, generate a 256x256 image, and keep expanding it to meet the resolution requirement. |
I roughly understand your approach, but if I want to apply it to downstream tasks like image editing, wouldn’t the resolution of the edited images be limited, and wouldn’t it be challenging to work with arbitrary resolutions such as 345x566? |
Since we use a learnable position embedding, it is hard to transfer it to different resolutions. If you want to generalize to different resolutions, you could consider using ROPE as the position embedding during training. |
Thank you for your explanation. Your answer was very helpful to me. |
is there any way to use a checkpoint from that model to generate images with arbitrary resolutions,
The text was updated successfully, but these errors were encountered: