SCUNet function for VapourSynth
Project description
SCUNet
Practical Blind Denoising via Swin-Conv-UNet and Data Synthesis, based on https://github.com/cszn/SCUNet.
Dependencies
- PyTorch 2.6.0.dev or later
- VapourSynth R66 or later
trt requires additional packages:
- TensorRT 10.4.0 or later
- Torch-TensorRT 2.6.0.dev or later
To install the latest nightly build of PyTorch and Torch-TensorRT, run:
pip install -U packaging setuptools wheel
pip install --pre -U torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126
pip install --no-deps --pre -U torch_tensorrt --index-url https://download.pytorch.org/whl/nightly/cu126
pip install -U tensorrt --extra-index-url https://pypi.nvidia.com
Installation
pip install -U vsscunet
If you want to download all models at once, run python -m vsscunet. If you prefer to only download the model you
specified at first run, set auto_download=True in scunet().
Usage
from vsscunet import scunet
ret = scunet(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 vsscunet-2.0.0-py3-none-any.whl.
File metadata
- Download URL: vsscunet-2.0.0-py3-none-any.whl
- Upload date:
- Size: 14.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d364dcd68e205f903fd376edc44a8f908244282f3aaa731e45cee5cb3eeff2df
|
|
| MD5 |
1c6909a3abd29e455b8bbf8cc6c3d68f
|
|
| BLAKE2b-256 |
d08b87c4b80e3a6ec874253e1bdb85aabcdf27838b4a8771d0a64ac357f1fbae
|