abdeladim-s / subsai

🎞️ Subtitles generation tool (Web-UI + CLI + Python package) powered by OpenAI's Whisper and its variants 🎞️
https://abdeladim-s.github.io/subsai/
GNU General Public License v3.0
1.16k stars 96 forks source link

WhisperX doesn't support my gpu #72

Open Duc2k2 opened 9 months ago

Duc2k2 commented 9 months ago

I have the rtx 3060, but i always get :ValueError: unsupported device cuda:0, when trying to use Whisper X

abdeladim-s commented 9 months ago

@Duc2k2, WhisperX is using Faster-whisper under the hood! Is Faster-whisper model working without problems ? I think if you leave it as auto and your all the GPU drivers are there, it will take the cuda by default!

Duc2k2 commented 9 months ago

@Duc2k2, WhisperX is using Faster-whisper under the hood! Is Faster-whisper model working without problems ? I think if you leave it as auto and your all the GPU drivers are there, it will take the cuda by default!

When i tried faster-whisper, it worked fine with shorter videos, but it stuck at RECONNECT half way through the process with larger ones

abdeladim-s commented 9 months ago

You mean RECONNECT on the web-UI ?! Could you please check what error are you getting on the terminal ?