Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 712 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 712 Bytes

Upscale-CLI

A CLI tool for running and batching tasks with Real-ESRGAN.

Features

  • Automatically download Real-ESRGAN.
  • Upscale images using either realesrgan-x4plus or realesrgan-x4plus-anime.
  • Batch upscale entire directories of images.

Requirements

  • NodeJS
  • A way to build TS such as tsx.

Installation

  • Clone the source code locally.
git clone https://github.com/ArtificialLegacy/upscale-cli.git
  • Open the project directory.
cd ./upscale-cli
  • Install packages.
npm i
  • Run
npm start

Future

  • GFPGAN support.
  • Support for more image types including GIFs.
  • Eventual workflow configuration.