SillyTavern / SillyTavern-Extras

Extensions API for SillyTavern.
GNU Affero General Public License v3.0
560 stars 133 forks source link

--talkinghead-gpu Error: Torch not compiled with CUDA enabled #185

Open eyalgi11 opened 12 months ago

eyalgi11 commented 12 months ago

my arguments:

python server.py --enable-modules=caption,summarize,classify,sd,silero-tts,edge-tts,coqui-tts,chromadb,talkinghead --cuda --talkinghead-gpu --coqui-gpu

but I get 'Error: Torch not compiled with CUDA enabled' in the beginning

Python 3.11 or newer is recommended to run this program. torch-cuda is not supported on this device. torch-mps is not supported on this device. Using torch device: cpu Initializing talkinghead pipeline in cuda mode.... Using the separable_float model. Initializing an image captioning model... Error: Torch not compiled with CUDA enabled Initializing a text summarization model... Initializing Stable Diffusion connection

Is it something I need to worry about? if I remove --talkinghead-gpu argument it's solved

diskreet90 commented 12 months ago

I'm not even seeing talkinghead as a feature in the UI anymore after an update. I was just creating images within stable diffusion to work well with this only to find it's no longer there in the extensions tab under character expressions. Do you have the latest version?

eyalgi11 commented 11 months ago

i updated to 1.10.9 but it's still the same