Posts: 89
Threads: 23
Joined: Feb 2024
Hybrid Build: 11.7.2025
Reproduce:
Activate BasicVSR filter, on preview throws:
"Explicitly instantiated a Cache. This is no longer possible and the original clip has been passed through instead."
in addition, there seems to be a problem with the availability of the model files?
i have newest hybrid + addons installed.
Posts: 11.565
Threads: 63
Joined: May 2017
Yesterday , 06:46
(This post was last modified: Yesterday , 06:49 by Selur .)
BasicVSR++ is not the same as BasicVSR.
Quote: Explicitly instantiated a Cache. This is no longer possible and the original clip has been passed through instead.
Isn't caused by BasicVSR++, but TIVTC (more precise TFM).
Quote: in addition, there seems to be a problem with the availability of the model files?
Are you sure you downloaded and extracted everything properly?
"Hybrid\64bit\Vapoursynth\Lib\site-packages\vsbasicvsrpp\models"
does contain:
basicvsr_plusplus_c128n25_ntire_decompress_track1_20210223-7b2eba02.pth
basicvsr_plusplus_c128n25_ntire_decompress_track2_20210314-eeae05e6.pth
basicvsr_plusplus_c128n25_ntire_decompress_track3_20210304-6daf4a40.pth
basicvsr_plusplus_c128n25_ntire_vsr_20210311-1ff35292.pth
basicvsr_plusplus_c64n7_8x1_300k_vimeo90k_bd_20210305-ab315ab1.pth
basicvsr_plusplus_c64n7_8x1_300k_vimeo90k_bi_20210305-4ef437e2.pth
basicvsr_plusplus_c64n7_8x1_600k_reds4_20210217-db622b2f.pth
basicvsr_plusplus_deblur_dvd-ecd08b7f.pth
basicvsr_plusplus_deblur_gopro-3c5bb9b5.pth
basicvsr_plusplus_denoise-28f6920c.pth
spynet_20210409-c6c1bd09.pth
here, same as in "VapoursynthR72_torch_2025.06.16".
Hybrid does not download anything, all models&co are pre-downloaded.
=> can't produce the problem.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 89
Threads: 23
Joined: Feb 2024
checked the downloaded archive.. that should be the explanation?
Attached Files
Thumbnail(s)
Posts: 11.565
Threads: 63
Joined: May 2017
Those seem to be the files I listed, that I got here. So no, that does not seem to explain the crash on your end.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 89
Threads: 23
Joined: Feb 2024
oh ok i thought the 0 byte filesize was the problem
Posts: 11.565
Threads: 63
Joined: May 2017
Ahh,.. I totally overlooked that.
-> will fix
(you can also call: "python -m vsbasicvsrpp" inside a terminal in the Vapoursynth folder)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 11.565
Threads: 63
Joined: May 2017
Uploading a new torch addon which includes the files,.. should be up in ~1hour.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 89
Threads: 23
Joined: Feb 2024
cool.
(the manual download worked, too btw)