IC-Light icon indicating copy to clipboard operation
IC-Light copied to clipboard

two stage denosing

Open caichuang0415 opened this issue 9 months ago • 3 comments

Thanks for your wonderful work! I have a question that, in your codes, the process function contains two stage denosing steps, I don't know why it needs two. image

caichuang0415 avatar May 09 '24 09:05 caichuang0415

hires fix?

Lalimec avatar Jun 02 '24 23:06 Lalimec

hires fix?

maybe

caichuang0415 avatar Jun 04 '24 09:06 caichuang0415

Yes, that second step is just the upscaler. I have modified my local copy so I can bypass it entirely because it runs much faster without the upscaler and doesn't mess with the original image nearly as much. It also eats up a ton of VRAM that you can use for larger generation dimensions instead

You simply add the line return pixels after the line pixels = pytorch2numpy(pixels) and that bypasses the upscaler.

V1sionVerse avatar Jun 04 '24 16:06 V1sionVerse