Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
zeeshanirshad95 
posted an update 16 days ago
Post
190
Hello Friend Please Help Me MY E2 F5 TTS IS NOT WORKING mrfakename/E2-F5-TTS

This error seems to be related to an unresolved GitHub issue regarding Zero GPU with hf_xet. The solution is unknown. But the workaround is not that difficult; just make one of these changes:

  1. Update the huggingface_hub library and set the HF_HUB_DISABLE_XET environment variable to 1.
  2. Fix the version of the huggingface_hub library to huggingface-hub==0.29.3.

Example

https://huggingface.co/spaces/John6666/E2-F5-TTS (on Zero GPU spaces)
fixedf5tts.png

I'll ping just in case. @jsulz @hysts

·

Thanks for the ping, @John6666

If that workaround solves this, then great! We'll keep digging into the root cause. Appreciate the additional example.