25.10.2023, 14:52
Selur,
i was able to go farer than your try of 08/10 , following your procedure in the forum
https://forum.doom9.org/showthread.php?p...ost1992302
i changed 3 things :
1. at first step of all , i created an environment variable after the extraction of CUDA-11.8_cuDNN-8.9.1_TensorRT-8.6.1.6_win64.7z
1. as the big pack (CUDA-11.8_cuDNN-8.9.1_TensorRT-8.6.1.6_win64)from HolyWu is for cuda 11.8 i changed the package to download
2. i used a different method for installing BasicVSR++
i kept upgrading BasicVSR (it wouln't hurt)
then for BasicVSR++ , i also targetted the same cuda compatibility
then
on my side everything worked.
I did not use the openmim method.
Another thing : i uninstalled VS2019, and my 2022 installations, and then reinstalled the 2022 community. i saw that after several mix of install and uninstall 1 but not both, i had some strange behavior.
I also used python portable 11.6.
also my vapoursynth folder is 10.5GB.
now i have a full vapoursynth ready, i need now to see what i have to do with Vsviewer. (i hope final thing)
i hope it helps.
i was able to go farer than your try of 08/10 , following your procedure in the forum
https://forum.doom9.org/showthread.php?p...ost1992302
i changed 3 things :
1. at first step of all , i created an environment variable after the extraction of CUDA-11.8_cuDNN-8.9.1_TensorRT-8.6.1.6_win64.7z
Quote:CUDA_HOME=path_of_folder_of_extracted_CUDA-11.8_cuDNN-8.9.1_TensorRT-8.6.1.6_win64
1. as the big pack (CUDA-11.8_cuDNN-8.9.1_TensorRT-8.6.1.6_win64)from HolyWu is for cuda 11.8 i changed the package to download
- installed pytorch using:
python -m pip install torch===2.1.0+cu118 torchvision==0.16.0+cu118 -f https://download.pytorch.org/whl/torch_stable.html
2. i used a different method for installing BasicVSR++
i kept upgrading BasicVSR (it wouln't hurt)
python -m pip install --upgrade vsbasicvsr
then for BasicVSR++ , i also targetted the same cuda compatibility
python -m pip install mmcv==2.1.0 -f https://download.openmmlab.com/mmcv/dist/cu118/torch2.1.0/index.html
python -m pip install tqdm
python -m pip install --upgrade vsbasicvsrpp
python -m pip install opencv-python
python -m vsbasicvsrpp
on my side everything worked.
I did not use the openmim method.
Another thing : i uninstalled VS2019, and my 2022 installations, and then reinstalled the 2022 community. i saw that after several mix of install and uninstall 1 but not both, i had some strange behavior.
I also used python portable 11.6.
also my vapoursynth folder is 10.5GB.
now i have a full vapoursynth ready, i need now to see what i have to do with Vsviewer. (i hope final thing)
i hope it helps.