For the original README, refer to the original repo.
I didn't find a good Dockerfile, so I got one from adryanfrois and updated upon it.
You can build it with:
$ ./build.sh
Then run with:
$ ./docker_run.sh \
python3 inference_gfpgan.py -s 3 -i /app/inputs -o /app/results
Don't forget to edit docker_run.sh to map your input and result folders.
- Add the Anime Upscaler code to this same Dockerfile