An open API service indexing awesome lists of open source software.

https://github.com/ArtificialLegacy/upscale-cli

A CLI tool for running and batching tasks with Real-ESRGAN
https://github.com/ArtificialLegacy/upscale-cli

cli realesrgan upscaling

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Upscale-CLI

A CLI tool for running and batching tasks with [Real-ESRGAN](https://github.com/xinntao/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.

```sh
git clone https://github.com/ArtificialLegacy/upscale-cli.git
```

* Open the project directory.

```sh
cd ./upscale-cli
```

* Install packages.

```sh
npm i
```

* Run

```sh
npm start
```

## Future

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