DDColor
December 2, 2023 ยท View on GitHub
Towards Photo-Realistic Image Colorization via Dual Decoders, based on https://github.com/piddnad/DDColor.
Dependencies
- PyTorch 2.1.1 or later
- VapourSynth R62 or later
Installation
pip install -U vsddcolor
python -m vsddcolor
Usage
from vsddcolor import ddcolor
ret = ddcolor(clip)
See __init__.py for the description of the parameters.