jhj0517

Results 147 comments of jhj0517

Since https://github.com/OpenNMT/CTranslate2/pull/1803 is merged and `ctranslate2` version is now bumped to 4.5.0, It seems faster-whisper now needs `torch >= 2.4.0 ` ( I got another bug with `torch==2.3.1`: #1080 )

Hi @Another5405. It seems that there was an problem with the YouTube API server, I can't reproduce the error now. Are you still experiencing the same error? If you're using...

This bug occurs whenever youtube updates something in the frontend. The bug is handled by `pytubefix`, so you should update `pytubefix` whenever this kind of bug happens. ``` pip install...

I've never heard of Pinokio before, but I just raised the issue to update the webui - https://github.com/cocktailpeanut/whisper-webui.pinokio/issues/5

This is because of an older version of the web ui, it should now work fine if you reinstall the app in pinokio. Closing this thread, please feel free to...

Hi. This is an example of the model directory structure you should have in `models/Whisper/faster-whisper`: ![Image](https://github.com/user-attachments/assets/ad69c668-02aa-48cd-a51b-941072228998) Then the directory name `faster-whisper-large-v3-turbo` ( or whatever you named the directory ) should...

> blobs, refs, snapshots This structure is huggingface's model caching system. The structure indicates that you may have previously tried to download model files using huggingface's API. And probably the...

Hi. You will need aditional dependencies for this web ui, because it has its own pipeline like removing noise or using VAD etcs. You might want to edit the Dockerfile...

Hi @AK391, Thanks for noticing me update! Since faster-whisper does not officialy support `turbo` yet, you can download [deepdml/faster-whisper-large-v3-turbo-ct2](https://huggingface.co/deepdml/faster-whisper-large-v3-turbo-ct2) and place it in `Whisper-WebUI\models\Whisper\faster-whisper` and use it for now. About...

@OneSteelTank Same with other faster-whisper model structure, placing the model files (including other metadata files) in the model name subdirectory is what you should do: ![image](https://github.com/user-attachments/assets/ce861c12-6fdc-48d4-b327-07db193318b8) Then the subdirectory name...