Gradio UI for realesrgan-rcnn, useful for deployment on a server
(I may have the license inheretence wrong so please correct me)
中文在这:https://github.com/IryNeko/realesrgan-rcnn-gradio/blob/main/README-ZH.md
before everything
get the rcnn-vulcan model from:
https://github.com/xinntao/Real-ESRGAN-ncnn-vulkan/releases/tag/v0.2.0
pick the binary that works on your os
dump everything into realesrgan folder
double click start.bat
- creates a simple venv
- creates some io folders
- installation of dependencies (not really optimized, you can see some big package overlaps, expect large downloads)
- start the gradio server on port 7860 if you want to share, or change port, probably edit the py yourself
execute the start.sh
same as above (not tested as for now)
- auto detect all the gpus for generation
- create addons for more models like dlcs but open source