Files
Real-ESRGAN/docs/model_zoo.md
Xintao 20355e0c79 Update readme for anime video models; add video demo (#181)
* update readme

* update readme

* update readme

* update readme

* update readme

* update readme

* update readme

* update readme

* update readme
2021-12-12 20:17:30 +08:00

4.0 KiB

🏰 Model Zoo


For General Images

Models Scale Description
RealESRGAN_x4plus X4 X4 model for general images
RealESRGAN_x2plus X2 X2 model for general images
RealESRNet_x4plus X4 X4 model with MSE loss (over-smooth effects)
official ESRGAN_x4 X4 official ESRGAN model

The following models are discriminators, which are usually used for fine-tuning.

Models Corresponding model
RealESRGAN_x4plus_netD RealESRGAN_x4plus
RealESRGAN_x2plus_netD RealESRGAN_x2plus

For Anime Images

Models Scale Description
RealESRGAN_x4plus_anime_6B X4 Optimized for anime images; 6 RRDB blocks (smaller network)

The following models are discriminators, which are usually used for fine-tuning.

Models Corresponding model
RealESRGAN_x4plus_anime_6B_netD RealESRGAN_x4plus_anime_6B

For Anime Videos

Models Scale Description
RealESRGANv2-animevideo-xsx2 X2 Anime video model with XS size
RealESRGANv2-animevideo-xsx4 X4 Anime video model with XS size

The following models are discriminators, which are usually used for fine-tuning.

TODO