Skip to content

Latest commit

 

History

History
59 lines (57 loc) · 2.26 KB

README.md

File metadata and controls

59 lines (57 loc) · 2.26 KB

First of all

Settings

  • Method
    • Real-ESRGAN Plus Anime
      • Upscaler ncnn: Real-ESRGAN
      • Model model: realesrgan-x4plus-anime
    • Real-ESRGAN Anime Video v3
      • Upscaler ncnn: Real-ESRGAN
      • Model model: realesr-animevideov3
    • Real-CUGAN Se
      • Upscaler ncnn: Real-CUGAN
      • Model model: models-se
    • Real-CUGAN Pro
      • Upscaler ncnn: Real-CUGAN
      • Model model: models-pro
    • Waifu2x CUnet
      • Upscaler ncnn: Waifu2x
      • Model model: models-cunet
    • Waifu2x Anime Style
      • Upscaler ncnn: Waifu2x
      • Model model: models-upconv_7_anime_style_art_rgb
  • Scale Ratio scale
    • not available for realesrgan-x4plus-anime and models-pro
    • 2x, 4x
    • Default: 2x
  • Denoise Level noise
    • not available for Real-ESRGAN
    • -1, 0, 1, 2, 3
    • Default: 0
  • Split Tiles tile $$\frac{{VRAM \times 1024^3}}{{height \times width \times float.p}} \approx result$$
    • Default: 0
      • Auto
    • 6GB VRAM, 1600x1600, FP16, tile≈156
  • TTA Mode tta
    • 1
      • Enable
  • Output Format format
    • jpg
    • png
    • webp
  • Output Result
    • ${name} (${ncnn})(${model})(${scale})(${noise})?(${tta})?.${format}