jquesnelle / txt2imghd

A port of GOBIG for Stable Diffusion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to do the detailing passes with SD but not use ESRGAN?

benedlore opened this issue · comments

I find myself in a situation where I want to basically skip the ESRGAN step, but still do the detailing and blending together of SD on the image. Is there an argument that allows me to skip the ESRGAN upscaling?

Could you just do a bicubic scaling with PIL or something? Is ESRGAN you think removing too much detail?

Yea, exactly. Since that post I have found other ways to do it, pretty much just like you said along with using other models other than ESRGAN to do the initial upscaling with better results (the web ui makes testing all sorts of different upscaling models really easy for this kind of upscaling).