Spaces:
Running
on
Zero
Apply for community grant: Personal project (gpu)
Hi,
This is an unofficial demo for F5-TTS. For long-form generation, F5-TTS can take a while to generate, so users are running into issues with the ZeroGPU quota.
Would it be possible to switch to a non-ZeroGPU instance?
Thanks!
Hi, your Space seems to be working perfectly fine on ZeroGPU for short inputs. I think users can duplicate this Space and run it with a paid hardware if they want to use it for longer inputs.
Hi,
It looks like ZeroGPU is no longer working for this space (Iโm using the latest version of the spaces package but getting a No CUDA GPUs available error). Would it be possible to add a GPU?
Thanks!
@mrfakename
Your Space is using torch==2.5.1
, which ZeroGPU doesn't support.
I duplicated your Space and tested, but you can fix the error by simply pinning torch==2.4.0
and torchaudio==2.4.0
.
Thanks @hysts ! That seems to solve the issue.