Selur's Little Message Board

Full Version: CAS plugin not properly loaded in Hybrid 2026.07.23
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm using Hybrid 2026.07.23 and when I add the CAS plugin, the following code is generated

Code:
# loading plugins core.std.LoadPlugin(path="D:/Programs/Hybrid/64bit/Vapoursynth/Lib/site-packages/vapoursynth/plugins2/fmtconv.dll") core.std.LoadPlugin(path="D:/Programs/Hybrid/64bit/Vapoursynth/Lib/site-packages/vapoursynth/plugins2/cas.dll") core.std.LoadPlugin(path="D:/Programs/Hybrid/64bit/vsfilters/SourceFilter/LSmashSource/LSMASHSource.dll")

so far it's fine, but if I add other filters like LSFmod, the code generated is the following

Code:
# loading plugins core.std.LoadPlugin(path="D:/Programs/Hybrid/64bit/Vapoursynth/Lib/site-packages/vapoursynth/plugins2/fmtconv.dll") core.std.LoadPlugin(path="D:/Programs/Hybrid/64bit/Vapoursynth/Lib/site-packages/vapoursynth/plugins2/zsmooth/zsmooth.dll") core.std.LoadPlugin(path="D:/Programs/Hybrid/64bit/vsfilters/SharpenFilter/CAS/CAS.dll") core.std.LoadPlugin(path="D:/Programs/Hybrid/64bit/Vapoursynth/Lib/site-packages/vapoursynth/plugins2/akarin/libakarin.dll") core.std.LoadPlugin(path="D:/Programs/Hybrid/64bit/Vapoursynth/Lib/site-packages/vapoursynth/plugins2/cas.dll") core.std.LoadPlugin(path="D:/Programs/Hybrid/64bit/vsfilters/SourceFilter/LSmashSource/LSMASHSource.dll")

As you can see, this time the CAS plugin is loaded twice from different folders, which prevents the script from working properly.

Dan
I see the problem.
Do you get the issue with other filter other than LSFMod too?
Uploaded a new dev which should fix it.

Cu Selur
Issue fixed

Thanks,
Dan
Those are the models of SwinSR,... Huh They are all here,...
Can't reproduce this here at all.
My guess is somewhere the index <> control got mixed up, those are the controls of RealSR too, not from RealSR.
I suspect, this does not happen if both torch and vsmlrt add-ons are installed, which is why I didn't notice it.
=> I will look at it.
ahh,.. try resetting your defaults, if you use some profile load and resave it.
This happens, since the Waifu resizers were removed, but your model still lists them as options.

Cu Selur
The problem regarding resizer was solved.
I had to delete my default settings file and save all the defaults.

Dan