![]() |
|
Scunet Strength - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: Scunet Strength (/thread-4127.html) |
RE: Scunet Strength - andreselos - 16.06.2025 Excellent, I’ll test it out. Thank you! RE: Scunet Strength - andreselos - 16.06.2025 I installed the developer version and now it's showing "No vsViewer present!" when I try to view the preview! RE: Scunet Strength - Selur - 16.06.2025 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 RE: Scunet Strength - andreselos - 16.06.2025 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? RE: Scunet Strength - andreselos - 16.06.2025 When I try to use SCUNet with the finegrainmask, this error appears: 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! RE: Scunet Strength - Selur - 17.06.2025 Probably a small bug will fix later after work. RE: Scunet Strength - Selur - 17.06.2025 Argh, I see the problem. Should work when using FP16, fails with FP32. => will fix after work Cu Selur RE: Scunet Strength - andreselos - 17.06.2025 Ok, no problem, I’ll wait! RE: Scunet Strength - Selur - 17.06.2025 Uploaded a new dev version, which should fix the problem. Cu Selur RE: Scunet Strength - andreselos - 17.06.2025 It worked perfectly, now I'll start testing What's the difference between TensorRT and TensorRT RTX? |