Apply for community grant: Personal project (gpu)

#29
by mrfakename - opened

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.

mrfakename changed discussion status to closed

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 changed discussion status to open

@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.

mrfakename changed discussion status to closed

Sign up or log in to comment