Lama Cleaner
GitHubGitHub (opens in a new tab) (opens in a new tab)
  • Introduction
    • pip
    • Windows 1-click installer
    • Docker
    • Try online
    • Download model manually
  • Models
    • LaMa
    • LDM
    • ZITS
    • MAT
    • FcF
    • Manga
    • Stable Diffusion
    • Paint By Example
    • Controlnet
    • Instruct Pix2pix
    • Manual Inpainting Mode
    • File Manager
    • Inpainting Strategy
    • Croper & Resize
    • Custom Mask
    • Desktop Application
  • Plugins
    • Interactive Segmentation
    • GFPGAN
    • RealESRGAN
    • Remove Background
    • RestoreFormer
    • Anime Segmentation
    • Make GIF
  • Memory

  • Frequently Asked Questions
  • Introduction
    • pip
    • Windows 1-click installer
    • Docker
    • Try online
    • Download model manually
  • Models
    • LaMa
    • LDM
    • ZITS
    • MAT
    • FcF
    • Manga
    • Stable Diffusion
    • Paint By Example
    • Controlnet
    • Instruct Pix2pix
    • Manual Inpainting Mode
    • File Manager
    • Inpainting Strategy
    • Croper & Resize
    • Custom Mask
    • Desktop Application
  • Plugins
    • Interactive Segmentation
    • GFPGAN
    • RealESRGAN
    • Remove Background
    • RestoreFormer
    • Anime Segmentation
    • Make GIF
  • Memory

  • Frequently Asked Questions
Question? Give us feedback → (opens in a new tab)Edit this page
Plugins
RealESRGAN

RealESRGAN

RealESRGAN (opens in a new tab) is a library to do image Super-Resolution.

realesrgan

Install dependency package:

pip install realesrgan

Command line argument to enable RealESRGAN:

--enable-realesrgan --realesrgan-model RealESRGAN_x4plus --realesrgan-device cuda

Available models:

  1. RealESRGAN_x4plus: for general scenes
  2. RealESRGAN_x4plus_anime_6B: optimized for anime images with much smaller model size.
  3. realesr-general-x4v3: a tiny small model for general scenes

Available device:

  1. cuda
  2. cpu
  3. mps
GFPGANRemove Background