Real-ESRGAN-ONNX

ONNX models for inference with EZONNX

  • Model type:
    Image super resolution

  • Official implementation repository:
    Real-ESRGAN

  • Usage

    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])
    
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support