Idempotence-and-Perceptual-Image-Compression icon indicating copy to clipboard operation
Idempotence-and-Perceptual-Image-Compression copied to clipboard

The question about different size images to compress

Open AlbertLin0 opened this issue 1 year ago • 1 comments

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?

AlbertLin0 avatar May 17 '24 07:05 AlbertLin0

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

tongdaxu avatar May 24 '24 06:05 tongdaxu