Spaces:
Paused
Paused
File size: 744 Bytes
65a646d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
# Upscaler bot
## A discord bot to upscale images!
## Features:
- Easy Upscaling: simply paste the image in the specified channel, and it'll be done in a minute!
- Local mode: option to receive image instantly via the local network (requires the Flask repository).
- Multiple modes: choose whether optimize for speed, general photos, or anime/graphics!
## Requirements:
- discord, pytz, python-dotenv, requests
- Use `pip install -r requirements.txt`
- [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN/releases/tag/v0.2.5.0) vulkan executable.
- Download the zip file from the link above and extract to the real-esrgan folder.
- My [Flask server](https://github.com/PawinChan/Flask).
- Clone to ~/Code/Flask and run. |