Instructions to use mlx-community/Real-ESRGAN-x4plus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/Real-ESRGAN-x4plus with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Real-ESRGAN-x4plus mlx-community/Real-ESRGAN-x4plus
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| { | |
| "name": "RealESRGAN_x4plus", | |
| "arch": "RRDBNet", | |
| "netscale": 4, | |
| "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.1.0/RealESRGAN_x4plus.pth", | |
| "wdn_url": "", | |
| "hf_name": "Real-ESRGAN-x4plus" | |
| } |