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>