Feedjer / ToonCrafter.pinokio

generative cartoon interpolation on Pinokio
1 stars 0 forks source link

WARNING[XFORMERS]: xFormers can't load C++/CUDA extensions. xFormers was built for: PyTorch 2.0.0+cu118 with CUDA 1108 (you have 2.0.0+cpu) #2

Open StagYeti opened 4 weeks ago

StagYeti commented 4 weeks ago

Doesn't seem to install or load the correct extensions, so I can't even try to run with a 3090. Attempted to install the mentioned requirements separately without success.

Feedjer commented 4 weeks ago

open Anaconda powershell Enter: cd .......api\ToonCrafter\app\env\Scripts activate pip uninstall torch torchvision torchaudio xformers pip install torch torchvision torchaudio xformers --index-url https://download.pytorch.org/whl/cu121

StagYeti commented 4 weeks ago

Hmmm. Still telling me to reinstall xformers. Must be something else going on with my install or computer.