consider get the models from hugging face #641
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello,
I'm working on a front end for Real-ESRGAN and GFPGAN. For my fork of this project I have added a method to get the models from Hugging Face. That method don't touch any source related to the core, it only touchs the command line utility inference_realesrgan.py.
I would like that Real-ESRGAN had an official repo at hugginface, if you whish too, you can clone this repo https://huggingface.co/leonelhs/realesrgan and chage the REPO_ID at inference_realesrgan.py to your own REPO_ID and make it official.
Regards,