16.06.2025, 20:16
16.06.2025, 21:20
I installed the developer version and now it's showing "No vsViewer present!" when I try to view the preview!
16.06.2025, 21:31
Doh! I forgot to inclue vsViewer in the torch addon
Will update the torch addon (should be up in ~50min), in the meantime install the dev don't delete the Vapoursynth folder and copy the torch addon over it.
Cu Selur

Will update the torch addon (should be up in ~50min), in the meantime install the dev don't delete the Vapoursynth folder and copy the torch addon over it.
Cu Selur
16.06.2025, 21:38
Ok, I thought I had done something wrong haha. All the other addons should be installed as well, right? Like vsgan_models, onnx, etc.?
Wouldn’t it be possible to just take the new torch addon you’re going to release and drop it over the existing one to replace it?
Wouldn’t it be possible to just take the new torch addon you’re going to release and drop it over the existing one to replace it?
16.06.2025, 23:01
When I try to use SCUNet with the finegrainmask, this error appears:
Edit: It seems to be something related to mClean — all the other modes work!
Code:
2025-06-16 18:00:18.320
VapourSynth plugins manager: Failed to load vapoursynth library!
Please set up the library search paths in settings.
2025-06-16 18:00:22.304
Failed to evaluate the script:
Python exception: Super: input clip must be GRAY, 420, 422, 440, or 444, up to 16 bits, with constant dimensions.
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 "C:\Users\andre\AppData\Local\Temp\tempPreviewVapoursynthFile18_00_18_239.vpy", line 49, in
clipMask = masked.FinegrainMask(clip=clipMask, mode="mClean")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Hybrid\64bit\vsscripts\masked.py", line 254, in FinegrainMask
smoothed, target_gray_format = processWithMClean(clip)
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Hybrid\64bit\vsscripts\masked.py", line 247, in processWithMClean
clip = denoise.mClean(clip=clip, thSAD=thresh, rn=0, strength=strength)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Hybrid\64bit\vsscripts\denoise.py", line 684, in mClean
super1 = S(c if chroma else cy, hpad=bs, vpad=bs, pel=pel, rfilter=4, sharp=1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "src/cython/vapoursynth.pyx", line 3114, in vapoursynth.Function.__call__
vapoursynth.Error: Super: input clip must be GRAY, 420, 422, 440, or 444, up to 16 bits, with constant dimensions.
Edit: It seems to be something related to mClean — all the other modes work!
17.06.2025, 03:17
Probably a small bug will fix later after work.
17.06.2025, 04:21
Argh, I see the problem. Should work when using FP16, fails with FP32.
=> will fix after work
Cu Selur
=> will fix after work
Cu Selur
17.06.2025, 04:31
Ok, no problem, I’ll wait!
17.06.2025, 17:08
Uploaded a new dev version, which should fix the problem.
Cu Selur
Cu Selur
17.06.2025, 21:42
It worked perfectly, now I'll start testing
What's the difference between TensorRT and TensorRT RTX?

What's the difference between TensorRT and TensorRT RTX?