Real-ESRGAN function for VapourSynth
Project description
Real-ESRGAN
Training Real-World Blind Super-Resolution with Pure Synthetic Data, based on https://github.com/xinntao/Real-ESRGAN.
Dependencies
- NumPy
- PyTorch 1.13.1
- VapourSynth R55+
trt requires additional runtime libraries:
- CUDA Toolkit 11.7
- cuDNN 8.6
- TensorRT 8.5.3.1
For ease of installation on Windows, you can download the 7z file on Releases which contains required runtime libraries and Python wheel file. Either add the unzipped directory to your system PATH or copy the DLL files to a directory which is already in your system PATH. Finally pip install the Python wheel file.
Installation
pip install -U vsrealesrgan
python -m vsrealesrgan
Usage
from vsrealesrgan import realesrgan
ret = realesrgan(clip)
See __init__.py for the description of the parameters.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vsrealesrgan-4.1.0-py3-none-any.whl.
File metadata
- Download URL: vsrealesrgan-4.1.0-py3-none-any.whl
- Upload date:
- Size: 13.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76fb9123c9ce4509f47cf4862b56594e86e80779c3d4d0804f7ed1b3f8280083
|
|
| MD5 |
30f87891f5e56fdcf0cb40e22d049a1a
|
|
| BLAKE2b-256 |
f244d93efc0712f0b082ee402f35770b75b6cf913ac1e48a6db80a730c4ff505
|