zsxkib / cog-aura-sr

AuraSR: GAN-based Super-Resolution for real-world

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AuraSR: GAN Super-Resolution for Images πŸ–ΌοΈ

Replicate

AuraSR is a powerful tool that makes images bigger and clearer. It's based on the GigaGAN idea and works great for certain types of images.

See AuraSR in action

Quick Start πŸš€

Use Cog to make your image bigger:

cog predict -i image=@your_image.png -i scale_factor=4

What It Does 🎨

  • Makes PNG, lossless WebP, and high-quality JPEG XL (90+) images bigger and clearer
  • Can make images 2, 4, 8, 16, or 32 times bigger
  • Works fast and can handle different sized jobs

Things to Know ⚠️

AuraSR is great, but it has some limits:

  1. It works best with PNG, lossless WebP, and high-quality JPEG XL (90+) images.
  2. It doesn't like images that have been squeezed too much (compressed).
  3. It can't fix mistakes in images.
  4. It's best for making AI-generated images or very high-quality photos bigger.

What You Need πŸ“‹

  • Python 3.7 or newer
  • Cog

How to Use It πŸ› οΈ

Simple Way

cog predict -i image=@your_image.png -i scale_factor=4

Advanced Way

cog predict -i image=@your_image.png -i scale_factor=8 -i max_batch_size=4

Options πŸ”§

  • image: The picture you want to make bigger
  • scale_factor: How much bigger you want to make it (2, 4, 8, 16, or 32)
  • max_batch_size: Controls how fast it works (default is 1, increase if you have a powerful computer)

Thank You πŸ™Œ

Let's Talk 🐦

Have questions? Follow me on Twitter @zsakib_ and let's chat!

About

AuraSR: GAN-based Super-Resolution for real-world

License:MIT License


Languages

Language:Python 100.0%