Instructions to use Asianfever14/RealESRGAN-x4plus-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use Asianfever14/RealESRGAN-x4plus-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir RealESRGAN-x4plus-mlx Asianfever14/RealESRGAN-x4plus-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
File size: 666 Bytes
bf43caf | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | ---
license: bsd-3-clause
pipeline_tag: image-to-image
library_name: mlx
tags:
- upscaling
- apple-silicon
- mlx
---
# Real-ESRGAN (MLX Format)
This is a converted version of [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN) for macOS, optimized for Apple Silicon using the [MLX framework](https://github.com/ml-explore/mlx).
## Model Details
- **Original Model:** RealESRGAN_x4plus
- **Framework:** MLX
- **Task:** Image Super-Resolution (4x upscale)
## License
This model is derived from Real-ESRGAN which is licensed under the **BSD-3-Clause**.
Please refer to the [original repository](https://github.com/xinntao/Real-ESRGAN) for the full license text. |