rbbrdckybk / ai-art-generator

For automating the creation of large batches of AI-generated artwork locally.
Other
632 stars 128 forks source link

Up-Scaling and Diffusion Not Working? #13

Closed Slime-Error closed 1 year ago

Slime-Error commented 2 years ago

Is there any way to upscale a generated image? Would that be done by diffusion? but if so the problem then is my Diffusion is missing cv2 Module. Everything was installed correctly also. But just a general question of how Upscaling is done

RyanNeumann commented 2 years ago

Upscaling was mentioned in the Requirements -

Generating small images and then upscaling via ESRGAN or some other package provides very good results as well.

I have been using Real-ESRGAN for upscaling and has been pretty straight forward thus far.

Slime-Error commented 2 years ago

thanks so much ^~^ I appreciate the straightfoward help because I couldn't find that part. thanks for linking that also

rbbrdckybk commented 1 year ago

Just cleaning up open issues, ESRGAN/GFPGAN upscaling is now optionally integrated for stable diffusion.