jquesnelle / txt2imghd

A port of GOBIG for Stable Diffusion
MIT License
691 stars 82 forks source link

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

Closed benedlore closed 1 year ago

benedlore commented 1 year ago

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?

RedmondHosting commented 1 year ago

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

benedlore commented 1 year ago

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