IC-Light
IC-Light copied to clipboard
two stage denosing
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.
hires fix?
hires fix?
maybe
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.