10.11.2024, 17:23
Okay, over here it's:
Argh,... using:
it didn't just force the download of the whl, but of tons of other stuff and installer and torch 2.5.1
Luckily I have the torch package to go back to.
So deleting the existing Vapoursynth and replacing it with the one from the torch package, then callling:
and extracting the spacial sampler stuff.
line 322 now shows:
and torch is now: torch-2.6.0.dev20241109+cu124.dist-info
Now DeOldify works.
But BasicVSR++ does not.
Cu Selur
state = torch.load(tmp_file)
Argh,... using:
python -m pip install -I https://github.com/dan64/vs-deoldify/releases/download/v4.5.0/vsdeoldify-4.5.0-py3-none-any.whl
Luckily I have the torch package to go back to.
So deleting the existing Vapoursynth and replacing it with the one from the torch package, then callling:
python -m pip install --pre -U torch torchvision torch_tensorrt --index-url https://download.pytorch.org/whl/nightly/cu124 --extra-index-url https://pypi.nvidia.com
python -m pip install https://github.com/dan64/vs-deoldify/releases/download/v4.5.0/vsdeoldify-4.5.0-py3-none-any.whl
line 322 now shows:
state = torch.load(tmp_file, weights_only=False)
Now DeOldify works.
But BasicVSR++ does not.
Cu Selur