Selur's Little Message Board

Full Version: Scunet Strength
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Excellent, I’ll test it out. Thank you!
I installed the developer version and now it's showing "No vsViewer present!" when I try to view the preview!
Doh! I forgot to inclue vsViewer in the torch addon Angel
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
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?
When I try to use SCUNet with the finegrainmask, this error appears:

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!
Probably a small bug will fix later after work.
Argh, I see the problem. Should work when using FP16, fails with FP32.
=> will fix after work

Cu Selur
Ok, no problem, I’ll wait!
Uploaded a new dev version, which should fix the problem.

Cu Selur
It worked perfectly, now I'll start testing  Cool 
What's the difference between TensorRT and TensorRT RTX?
Pages: 1 2 3