17.07.2024, 14:12
Selur Wrote:Quote:Just installed Python from the MS Store,...Why?
Because I'm a noob. ; )
Selur Wrote:This is unlikely to happen, since current Vapoursynth is R69 now, so I in a few weeks, R68 will be abandoned too.
Ah nice, maybe I can use Hybrid normally again then. : )
Ok, so I uninstalled Python, I set the path, everything seemed to install fine, but when clicking on Preview this pops up:
Failed to evaluate the script:
Python exception: could not find MARK
Traceback (most recent call last):
File "src\cython\vapoursynth.pyx", line 3115, in vapoursynth._vpy_evaluate
File "src\cython\vapoursynth.pyx", line 3116, in vapoursynth._vpy_evaluate
File "V:\tempPreviewVapoursynthFile14_06_08_617.vpy", line 45, in
clip = RealESRGAN(clip=clip, model=5, device_index=0, denoise_strength=0.00) # 4096x2944
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "V:\_Tools\Hybrid\64bit\Vapoursynth\Lib\site-packages\torch\utils\_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "V:\_Tools\Hybrid\64bit\Vapoursynth\Lib\site-packages\vsrealesrgan\__init__.py", line 159, in realesrgan
loadnet = torch.load(model_path, map_location="cpu")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "V:\_Tools\Hybrid\64bit\Vapoursynth\Lib\site-packages\torch\serialization.py", line 1028, in load
return _legacy_load(opened_file, map_location, pickle_module, **pickle_load_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "V:\_Tools\Hybrid\64bit\Vapoursynth\Lib\site-packages\torch\serialization.py", line 1246, in _legacy_load
magic_number = pickle_module.load(f, **pickle_load_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
_pickle.UnpicklingError: could not find MARK