poisondeathray
9th December 2024, 16:44
1.0.1
__init__.py", line 97, in propainter
raise vs.Error("propainter: CUDA is not available")
vapoursynth.Error: propainter: CUDA is not available
1.2.1
_init__.py", line 165, in propainter_inpaint
raise vs.Error("propainter: CUDA is not available")
vapoursynth.Error: propainter: CUDA is not available
vspropainter (1.0.1) worked yesterday , but I was fiddling around with Torch/CUDA versions to get vs_mfdin to work
I tried different vspropainter versions , Torch/CUDA matching and even unmatched versions
But in all combinations I tested, Torch/CUDA works ok in other vpy scripts like vsdpir, hinet...
Also,
import torch
print(torch.cuda.is_available())
>> True
Also , propainter Torch/Cuda works ok outside of vapoursynth
CUDA entries are correct in the windows system path (and if other scripts, and propainter outside of vapoursynth can access CUDA, it shouldn't be a problem)
Any ideas ??
__init__.py", line 97, in propainter
raise vs.Error("propainter: CUDA is not available")
vapoursynth.Error: propainter: CUDA is not available
1.2.1
_init__.py", line 165, in propainter_inpaint
raise vs.Error("propainter: CUDA is not available")
vapoursynth.Error: propainter: CUDA is not available
vspropainter (1.0.1) worked yesterday , but I was fiddling around with Torch/CUDA versions to get vs_mfdin to work
I tried different vspropainter versions , Torch/CUDA matching and even unmatched versions
But in all combinations I tested, Torch/CUDA works ok in other vpy scripts like vsdpir, hinet...
Also,
import torch
print(torch.cuda.is_available())
>> True
Also , propainter Torch/Cuda works ok outside of vapoursynth
CUDA entries are correct in the windows system path (and if other scripts, and propainter outside of vapoursynth can access CUDA, it shouldn't be a problem)
Any ideas ??