ai-forever / Real-ESRGAN

PyTorch implementation of Real-ESRGAN model
BSD 3-Clause "New" or "Revised" License
463 stars 118 forks source link

Easy installation #10

Closed Sreerag-ibtl closed 1 year ago

Sreerag-ibtl commented 1 year ago

Adding the setup scripts can enable easy installation via pip.

boomb0om commented 1 year ago

You can now install it with pip:

pip install git+https://github.com/sberbank-ai/Real-ESRGAN.git
Sreerag-ibtl commented 1 year ago

Nicely done, Thank you.