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
- PyTorch 2.6.0.dev
- VapourSynth R66 or later
trt
requires additional packages:
- Torch-TensorRT 2.6.0.dev
To install the latest nightly build of PyTorch and Torch-TensorRT, run:
pip install -U packaging setuptools wheel
pip install --pre -U torch torchvision torch_tensorrt --index-url https://download.pytorch.org/whl/nightly/cu124 --extra-index-url https://pypi.nvidia.com
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
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for vsrealesrgan-5.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b226c6d0d19e498636b05ec9cd85a975a6479185e0f02405c88356bdd793d88 |
|
MD5 | f1263c982467b6d5a8cda9ac28d1647c |
|
BLAKE2b-256 | 63cef6425d1d5db32e5ea695196e30215f12c2c8a79b67a43d5279fbea5da138 |