You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 'elic' model could deal with different size of images, because the arch is not sensitive to different size inputs. But diffusion model has a definite input/output size based on pixel level.
The question is how to compress different size images?
The text was updated successfully, but these errors were encountered:
Currently the image size is determined by your base diffusion model. This repo use pretrained ADM with image size 256^2. So we can only work with 256^2 image for one pass
The 'elic' model could deal with different size of images, because the arch is not sensitive to different size inputs. But diffusion model has a definite input/output size based on pixel level.
The question is how to compress different size images?
The text was updated successfully, but these errors were encountered: