CLEAR icon indicating copy to clipboard operation
CLEAR copied to clipboard

The inference speed of this model on 1k or 2k images didn't show any acceleration?

Open microbenh opened this issue 1 year ago • 4 comments

microbenh avatar Dec 24 '24 08:12 microbenh

Hi,

Our experiments indicate that at 1k resolution, the original model is indeed faster. At 2k resolution, CLEAR yields slight acceleration. Please refer to Fig. 2 and Tab. 7 of the paper for details.

A recommended use case is to adopt original model at 1k resolution and then upscale the results with CLEAR.

Huage001 avatar Dec 24 '24 09:12 Huage001

Hi,

Our experiments indicate that at 1k resolution, the original model is indeed faster. At 2k resolution, CLEAR yields slight acceleration. Please refer to Fig. 2 and Tab. 7 of the paper for details.

A recommended use case is to adopt original model at 1k resolution and then upscale the results with CLEAR.

if CLEAR is recommended in SR cases, what is the difference between other solutions, like aurasr/ccsr2/seesr?

Remember2015 avatar Dec 24 '24 11:12 Remember2015

if CLEAR is recommended in SR cases, what is the difference between other solutions, like aurasr/ccsr2/seesr?

Hi,

Through my own experience, super-resolution-based methods may upscale an image more faithfully, while resolution-extrapolation-based methods using diffusion models may help create more details related to the images and text prompts.

You can also refer to the discussion in the project page of Demofusion (SDXL+SR vs. DemoFusion).

Huage001 avatar Dec 24 '24 12:12 Huage001

if CLEAR is recommended in SR cases, what is the difference between other solutions, like aurasr/ccsr2/seesr?

Hi,

Through my own experience, super-resolution-based methods may upscale an image more faithfully, while resolution-extrapolation-based methods using diffusion models may help create more details related to the images and text prompts.

You can also refer to the discussion in the project page of Demofusion (SDXL+SR vs. DemoFusion).

Thanks for your reply, I will try. Examples above really helped me got the difference between super-resolution and resolution-extrapolation, thanks~

Remember2015 avatar Dec 25 '24 03:12 Remember2015