18.07.2025, 03:03
Hi Selur, I've updated Hybrid to 2025.07.16-19404 and VapoursynthR72-torch_2025.07.12 from the 2025.5.21 version and the colorization preview doesn't work. This is the error message under preview. I hope you can solve it. Thank you.
2025-07-17 17:44:13.917
Version mismatch: The VapourSynth Python module version is R72 but the VapourSynth core library is R68. This usually indicates a broken install.
Version mismatch: The VapourSynth Python module version is R72 but the VapourSynth core library is R68. This usually indicates a broken install.
2025-07-17 17:44:17.784
D:\Hybrid\64bit\Vapoursynth\Lib\site-packages\vsdeoldify\fastai\imports\core.py:29: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools import pkg_resources
D:\Hybrid\64bit\Vapoursynth\Lib\site-packages\vsdeoldify\fastai\imports\core.py:29: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools import pkg_resources
2025-07-17 17:44:18.838
Failed to evaluate the script:
Python exception: [Errno 2] No such file or directory: 'D:\\Hybrid\\64bit\\Vapoursynth\\Lib\\site-packages\\vsdeoldify\\deepex\\models\\..\\data\\vgg19_gray.pth'
Traceback (most recent call last):
File "src/cython/vapoursynth.pyx", line 3378, in vapoursynth._vpy_evaluate
File "src/cython/vapoursynth.pyx", line 3379, in vapoursynth._vpy_evaluate
File "D:\HybridTempPath\tempPreviewVapoursynthFile17_44_13_578.vpy", line 14, in
import vsdeoldify as havc
File "D:\Hybrid\64bit\Vapoursynth\Lib\site-packages\vsdeoldify\__init__.py", line 43, in
from vsdeoldify.vsslib.mcomb import *
File "D:\Hybrid\64bit\Vapoursynth\Lib\site-packages\vsdeoldify\vsslib\mcomb.py", line 24, in
from .vsmodels import *
File "D:\Hybrid\64bit\Vapoursynth\Lib\site-packages\vsdeoldify\vsslib\vsmodels.py", line 25, in
from vsdeoldify.deepex import deepex_colorizer, ModelColorizer
File "D:\Hybrid\64bit\Vapoursynth\Lib\site-packages\vsdeoldify\deepex\__init__.py", line 29, in
from vsdeoldify.deepex.models.NonlocalNet import VGG19_pytorch, WarpNet
File "D:\Hybrid\64bit\Vapoursynth\Lib\site-packages\vsdeoldify\deepex\models\NonlocalNet.py", line 9, in
from .vgg19_gray import vgg19_gray, vgg19_gray_new
File "D:\Hybrid\64bit\Vapoursynth\Lib\site-packages\vsdeoldify\deepex\models\vgg19_gray.py", line 130, in
model.load_state_dict(torch.load(vgg19_gray_path, weights_only=False))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Hybrid\64bit\Vapoursynth\Lib\site-packages\torch\serialization.py", line 1479, in load
with _open_file_like(f, "rb") as opened_file:
^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Hybrid\64bit\Vapoursynth\Lib\site-packages\torch\serialization.py", line 759, in _open_file_like
return _open_file(name_or_buffer, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Hybrid\64bit\Vapoursynth\Lib\site-packages\torch\serialization.py", line 740, in __init__
super().__init__(open(name, mode))
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\Hybrid\\64bit\\Vapoursynth\\Lib\\site-packages\\vsdeoldify\\deepex\\models\\..\\data\\vgg19_gray.pth'