Views
No views yet

1import replicate
2
3output = replicate.run(
4 "mohsin-riad/upscaler-ultra",
5 input={"image": "path_to_your_image.jpg"}
6)1@misc{upscaler-ultra,
2 author = {Mohsin Riad},
3 title = {Upscaler-Ultra: High-Quality Image Upscaling Model Based on RealESRGAN},
4 year = {2025},
5 publisher = {Hugging Face},
6 journal = {Hugging Face Hub},
7 howpublished = {\url{https://huggingface.co/mohsin-riad/upscaler-ultra}}
8}1@InProceedings{wang2021realesrgan,
2 author = {Xintao Wang and Liangbin Xie and Chao Dong and Ying Shan},
3 title = {Real-ESRGAN: Training Real-World Blind Super-Resolution with Pure Synthetic Data},
4 booktitle = {International Conference on Computer Vision Workshops (ICCVW)},
5 date = {2021}
6}