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
- Host: GitHub
- URL: https://github.com/ArtificialLegacy/upscale-cli
- Owner: ArtificialLegacy
- License: mit
- Created: 2023-09-09T18:13:08.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T18:41:13.000Z (almost 2 years ago)
- Last Synced: 2023-11-21T19:33:03.644Z (almost 2 years ago)
- Topics: cli, realesrgan, upscaling
- Language: TypeScript
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.