easydiffusion icon indicating copy to clipboard operation
easydiffusion copied to clipboard

Option to upscale local pictures

Open Zhiro90 opened this issue 3 years ago • 2 comments

With my current workflow, I often have to switch out of stable-diffusion-ui to upscale pictures. Seeing the ui button to upscale a generated promt, i wonder if there's a way to implement upscaling local pictures within the webapp.

Zhiro90 avatar Nov 14 '22 23:11 Zhiro90

The devs are doing some under the hood changes to make the implementation of features like this easier. It will not become part of the next release which is in its final testing phase, but the code has been written and is waiting to be tested in the next release cycle. Once these changes are in the code, the upscale-only feature is quite easy to implement, so it will very likely be one of the first use cases for the new architecture.

JeLuF avatar Nov 15 '22 07:11 JeLuF

You can open a local image in img2img mode and set denoise to 0, so it won't be affected by generation, only upscale applies. Perhaps face restoration can be done the same way.

Seedmanc avatar Nov 23 '22 22:11 Seedmanc