jquesnelle / txt2imghd

A port of GOBIG for Stable Diffusion
MIT License
693 stars 83 forks source link

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

Closed benedlore closed 2 years ago

benedlore commented 2 years 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 2 years ago

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

benedlore commented 2 years 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).