ghostface-ai / gif-upscaler

Upscales gifs to high-resolution mp4

  • Public
  • 48 runs

Run time and cost

This model runs on Nvidia T4 GPU hardware. We don't yet have enough runs of this model to provide performance information.

Readme

GIF Upscaler

Upscales animated GIFs frame-by-frame using Real-ESRGAN, and outputs a high-resolution MP4 that preserves the original timing.

How to loop your MP4 like a GIF:

Use in a webpage with looping (HTML snippet):

   <video autoplay loop muted playsinline>
     <source src="result.mp4" type="video/mp4">
   </video>