26.12.2024, 19:41
(10.12.2024, 18:39)hallomanbh Wrote: HI
ImportError: DLL load failed while importing spatial_correlation_sampler_backend: The specified procedure could not be found.
....
....
import spatial_correlation_sampler_backend as correlation
ImportError: DLL load failed while importing spatial_correlation_sampler_backend: The specified procedure could not be found.
Try to install the spatial correlation package: spatial_correlation_sampler-0.5.0-py312-cp312-win_amd64_torch-2.6.0.dev20241101+cu124.whl.zip
You need to extract the content of the archive in ".\Hybrid\64bit\Vapoursynth\Lib\site-packages" and override the files previously installed by Hybrid.
Hello Selur,
the spatial_correlation_sampler available in the last torch package is wrong is the spatial_correlation_sampler-0.5.0-py312-cp312-win_amd64_torch-2.5.0.dev20240707+cu124, that is not compatible with torch-2.6.0.dev20241109. The correct version in available in the last torch package, but is installed in the wrong location ".\Vapoursynth" instead of ".\Vapoursynth\Lib\site-packages\".
Please fix it.
Dan
P.S.
I also provided the link to the correct version in the answer to "hallomanbh"