WhisperFusion icon indicating copy to clipboard operation
WhisperFusion copied to clipboard

WhisperFusion builds upon the capabilities of WhisperLive and WhisperSpeech to provide a seamless conversations with an AI.

Results 33 WhisperFusion issues
Sort by recently updated
recently updated
newest added

When running the Demo on Mac on Chrome, the code was not entirely correct. Firstly, whisper-live has some bugs with a buffer overflowing on macs. This was fixed on the...

Hi WhisperFusion. Your demo is really quite shockingly good. I am trying to replicate that, but my system is rather slow and laggy. I suspect it is because the GPU...

Getting this. I'm trying to view the page on windows while running it in WSL. Everything else seems OK. Uncaught TypeError: Cannot read properties of undefined (reading 'set') at AudioStreamProcessor.process...

Thanks for this wonderful tool. I updated CUDA to >12 and am on windows 10 with an RTX 3060, which means (I think), that I need to rebuild for sm_86...

Hi and thanks for sharing this awesome project! 🤩 Currently it seems that only english is supported/configured but we would also like to try other languages (e.g. german) as well....

Hello, Will this run on OSX Metal or CoreML or mlx frameworks or does it require the CUDA framework? Thank you.

Any instructions for installing this without needing Docker? I setup a new Python environment with these commands ``` python -m pip install --upgrade pip pip install --no-cache-dir --ignore-installed --force-reinstall --no-warn-conflicts...

After running `sudo docker run --gpus all --shm-size 64G -p 6006:6006 -p 8888:8888 -it ghcr.io/collabora/whisperfusion:latest` I got: ```sh Unable to find image 'ghcr.io/collabora/whisperfusion:latest' locally docker: Error response from daemon: Head...

I wanted to test WhisperFusions on rtx3090. Went throught build.sh and then: `docker run --gpus all --shm-size 64G -p 6006:6006 -p 8888:8888 -it ghcr.io/collabora/whisperfusion:latest ` and I run http server...