Posts: 10.643
Threads: 57
Joined: May 2017
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 755
Threads: 72
Joined: Feb 2020
I found the option, was hidden due to the small size of my window GUI, I enlarged it and now is visible.
The option is Ok, but should be enabled (no gray-out) even when the selected method is HAVC only.
Please, could you update the GUI.
Thanks,
Dan
P.S.
I'm writing the user guide, when it will be released it should be useful in understanding all the HAVC options.
Posts: 10.643
Threads: 57
Joined: May 2017
Quote: I'm writing the user guide, when it will be released it should be useful in understanding all the HAVC options.
Looking forward to it.
Atm. with each change it makes less and less sense to me.
updated the Hybrid_deoldify download
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 755
Threads: 72
Joined: Feb 2020
(27.12.2024, 17:19)Selur Wrote: Quote: I'm writing the user guide, when it will be released it should be useful in understanding all the HAVC options.
Looking forward to it.
Atm. with each change it makes less and less sense to me.
updated the Hybrid_deoldify download
Cu Selur
It is working now.
Thanks,
Dan
Posts: 10.643
Threads: 57
Joined: May 2017
Nice.
I uploaded a new dev with these changes.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 10.643
Threads: 57
Joined: May 2017
https://github.com/HolyWu/vs-rife/commit...dd67e109e0 <- that will probably cause problems with other projects,...
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 10.643
Threads: 57
Joined: May 2017
16 minutes ago
(This post was last modified: 1 minute ago by Selur.)
After running:
python -m pip install -U packaging setuptools wheel
python -m pip install --pre -U torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126
python -m pip install --no-deps --pre -U torch_tensorrt --index-url https://download.pytorch.org/whl/nightly/cu126
python -m pip install -U tensorrt-cu12 tensorrt-cu12_bindings tensorrt-cu12_libs --extra-index-url https://pypi.nvidia.com
python -m pip install -U vsrife
python -m vsrife
to update to the latest vs-rife (5.5.0: https://github.com/HolyWu/vs-rife)
I'm back to:
Failed to evaluate the script:
Python exception: Failed to initialize ColorMNet[remote] try ColorMNet[local]
Traceback (most recent call last):
File "src\\cython\\vapoursynth.pyx", line 3387, in vapoursynth._vpy_evaluate
File "src\\cython\\vapoursynth.pyx", line 3388, in vapoursynth._vpy_evaluate
File "J:\tmp\tempPreviewVapoursynthFile12_44_37_338.vpy", line 47, in
clip = HAVC_main(clip=clip, EnableDeepEx=True, DeepExMethod=0, DeepExRefMerge=0, DeepExOnlyRefFrames=False, ScFrameDir=None, DeepExModel=0, DeepExEncMode=0, DeepExMaxMemFrames=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\Hybrid\64bit\Vapoursynth\Lib\site-packages\vsdeoldify\__init__.py", line 327, in HAVC_main
clip_colored = HAVC_deepex(clip=clip, clip_ref=clip_ref, method=DeepExMethod, render_speed=DeepExPreset,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\Hybrid\64bit\Vapoursynth\Lib\site-packages\vsdeoldify\__init__.py", line 626, in HAVC_deepex
clip_colored = vs_colormnet(clip, clip_ref, clip_sc, image_size=-1, enable_resize=enable_resize,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\Hybrid\64bit\Vapoursynth\Lib\site-packages\vsdeoldify\vsslib\vsmodels.py", line 45, in vs_colormnet
return vs_colormnet_remote(clip, clip_ref, clip_sc, image_size, enable_resize, frame_propagate,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\Hybrid\64bit\Vapoursynth\Lib\site-packages\vsdeoldify\colormnet\__init__.py", line 136, in vs_colormnet_remote
HAVC_LogMessage(MessageType.EXCEPTION, "Failed to initialize ColorMNet[remote] try ColorMNet[local]")
File "F:\Hybrid\64bit\Vapoursynth\Lib\site-packages\vsdeoldify\vsslib\vsutils.py", line 48, in HAVC_LogMessage
raise vs.Error(message_text)
vapoursynth.Error: Failed to initialize ColorMNet[remote] try ColorMNet[local]
when using Model is set to "ColorMNet".
Would be nice if you can fix this? (I guess a new spatial_correlation_sampler is required)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
|