m-bain / whisperX

WhisperX: Automatic Speech Recognition with Word-level Timestamps (& Diarization)
BSD 2-Clause "Simplified" License
11.96k stars 1.26k forks source link

I’ve successfully installed WhisperX, is there anything I can uninstall to save some disk space? #879

Open MituButChi opened 1 month ago

MituButChi commented 1 month ago

Hello everyone. This is not an issue but I don’t know where else to post so I hope it’s okay. And I pretty much know nothing about Python or coding etc. so please bear with me :(

I use Windows 10, and here’s the steps that I did:

I will use WhisperX with Subtitle Edit, not with command lines, just in case it helps.

The whole thing takes up more than 10Gb so I do hope I can get back some, but in case it’s not possible I’ll accept my fate.

Thank you so much 👏🏻

3manifold commented 3 weeks ago

In your case I would:

MituButChi commented 1 week ago

In your case I would:

  • Setup the environment using python virtual environments to avoid conflicts by mixing pip install & conda install.

  • Call whisperX using "small" model instead of e.g. "large-v2" in case it meets the expectations.

Hi. Thank you for your response.

I thought the whole thing took ~10Gb, turned out it took ~25Gb :( Thanks to you I got back ~5Gb. I really appreciate your help.