Are you using the latest torch addon download?
Does 'Hybrid\64bit\Vapoursynth\Lib\site-packages\vsddcolor' exist?
I just checked, here:
and here it is listed as "vsDDColor available,.." and does work.
Ah, the UI elements do not get removed if ddcolor isn't present. => I will fix that. (fixed locally)
Cu Selur
Does 'Hybrid\64bit\Vapoursynth\Lib\site-packages\vsddcolor' exist?
I just checked, here:
Avisynth+ is available,..
DGDecNV available,..
Vapoursynth is available,..
DGDecNV available,..
VSGAN available,..
vsDPIR available,..
vsRIFE (torch) available,..
vsGMFSS fortuna available,..
vsBasicVSR++ available,..
vsRealESRGAN available,..
vsSwinIR available,..
vsHINet available,..
vsAnimeSR available,..
vsFeMaSR available,..
vsSCUNet available,..
vsCodeFormer available,..
vsGRLIR available,..
vsDDColor available,..
VSMLRT available,..
vsRIFE (mlrt) available,..
vsDPIR (mlrt) available,..
vsSAFA (mlrt) available,..
# adjusting color space from YUV420P8 to RGBH for vsDDColor
clip = core.resize.Bicubic(clip=clip, format=vs.RGBH, matrix_in_s="470bg", range_s="limited")
# adding colors using DDColor
from vsddcolor import ddcolor
clip = ddcolor(clip=clip, model=1)
Ah, the UI elements do not get removed if ddcolor isn't present. => I will fix that. (fixed locally)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.