dan64 / vs-deoldify

A Deep Learning based Vaoursynth filter for colorizing and restoring old images and video, based on DeOldify and DDColor
MIT License
18 stars 1 forks source link

DDColor working Deoldify not working #1

Closed TechHalloman closed 5 months ago

TechHalloman commented 5 months ago

software worked at windows 11 . DDColor working Deoldify not working

2024-03-22 13:41:10.438 Failed to evaluate the script:Python exception: ddeoldify() got an unexpected keyword argument 'chroma_resize'Traceback (most recent call last):File "src\cython\vapoursynth.pyx", line 3115, in vapoursynth._vpy_evaluateFile "src\cython\vapoursynth.pyx", line 3116, in vapoursynth._vpy_evaluateFile "C:\Users\SOS\AppData\Local\Temp\tempPreviewVapoursynthFile13_40_57_183.vpy", line 30, in clip = ddeoldify(clip=clip, model=0, sat=[1.00,1], hue=[0.00,0], chroma_resize=False)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^TypeError: ddeoldify() got an unexpected keyword argument 'chroma_resize' --
dan64 commented 5 months ago

The parameter chroma_resize was added in the version 2.0.0, please upgrade to the last version.

TechHalloman commented 5 months ago

working with latest Hybrid and addon