Skip to content
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

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

Open
microbenh opened this issue Dec 24, 2024 · 4 comments

Comments

@microbenh
Copy link

No description provided.

@Huage001
Copy link
Owner

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.

@Remember2015
Copy link

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?

@Huage001
Copy link
Owner

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).

@Remember2015
Copy link

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~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants