Instructions to use mlx-community/Real-ESRGAN-x2plus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/Real-ESRGAN-x2plus with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Real-ESRGAN-x2plus mlx-community/Real-ESRGAN-x2plus
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| { | |
| "name": "RealESRGAN_x2plus", | |
| "arch": "RRDBNet", | |
| "netscale": 2, | |
| "num_feat": 64, | |
| "num_block": 23, | |
| "num_grow_ch": 32, | |
| "num_conv": 16, | |
| "act_type": "prelu", | |
| "pth_url": "https://github.com/xinntao/Real-ESRGAN/releases/download/v0.2.1/RealESRGAN_x2plus.pth", | |
| "wdn_url": "", | |
| "hf_name": "Real-ESRGAN-x2plus" | |
| } |