hakunamatata1997 / Image-Enhancer-WebApp

This is a web application built with Flask that allows users to enhance their images using different models. The app supports various image enhancement models, including RealESRGAN and GFPGAN
GNU General Public License v3.0
3 stars 2 forks source link

image enhancing #1

Open Tinesh10 opened 9 months ago

Tinesh10 commented 9 months ago

the enhanced image in the final page is not showing please resolve this problem Annotation 2024-02-07 115156 Annotation 2024-02-07 115156

hakunamatata1997 commented 9 months ago

Working good for me. Can you post your flask log?

Tinesh10 commented 9 months ago

IMG_20240209_195409 IMG_20240206_211609 Check out this and plz resolve this

hakunamatata1997 commented 9 months ago

That's because you are running it on windows and wget is not a supported command. Go to the links that wget is trying and download the files and paste them in the folder where you are running this.

Tinesh10 commented 9 months ago

Already downloaded 3 links but the same result is coming

hakunamatata1997 commented 9 months ago

Comment 29-32 lines, if you downloaded the files manually and placed them in the folder where app.py is located.

Tinesh10 commented 9 months ago

IMG_20240215_163914 IMG_20240215_163913 Please sir can you explain me detail

Tinesh10 commented 9 months ago

for weight _file, weight_url in model_weights.items(): if not os.path.exists(weight_file): os.system(f"wget {weight_url} -p .")

hakunamatata1997 commented 8 months ago

put # in front of lines 30-32