Real-ESRGAN-ONNX
ONNX models for inference with EZONNX
Model type:
Image super resolutionOfficial implementation repository:
Real-ESRGANUsage
from ezonnx import RealESRGAN, visualize_images model = RealESRGAN() # automatically load from Hugging Face ret = model("image.jpg") visualize_images(["Super-Resolved Image"],[ret.processed_img[...,::-1])
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support