Skip to content

Latest commit

 

History

History
61 lines (59 loc) · 2.34 KB

README.md

File metadata and controls

61 lines (59 loc) · 2.34 KB

First of all

Settings

  • Upscaler
    • Real-ESRGAN Plus Anime
      • Engine ncnn: Real-ESRGAN
      • Model model: realesrgan-x4plus-anime
    • Real-ESRGAN Anime Video v3
      • Engine ncnn: Real-ESRGAN
      • Model model: realesr-animevideov3
    • Real-CUGAN Se
      • Engine ncnn: Real-CUGAN
      • Model model: models-se
    • Real-CUGAN Pro
      • Engine ncnn: Real-CUGAN
      • Model model: models-pro
    • Waifu2x CUnet
      • Engine ncnn: Waifu2x
      • Model model: models-cunet
    • Waifu2x Anime Style
      • Engine 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
    • only Real-CUGAN has -1 for denoise
    • -1, 0, 1, 2, 3
    • Default: 0
    • Recommended: 1
  • Split Tiles tile $$\frac{{VRAM \times 1024^3}}{{height \times width \times float.p}} \approx result$$
    • 6GB VRAM, 1600x1600, FP16, tile≈156
    • Default: 0
      • Auto
  • TTA Mode tta
    • 1
      • Enable
    • Default: Disabled
  • Output Format format
    • jpg, png, webp
    • Default: png
  • Output Result
    • ${name} (${ncnn})(${model})(${scale})(${noise})?(${tta})?.${format}