F5-TTS & E2 TTS Local Install

Поделиться
HTML-код
  • Опубликовано: 26 дек 2024

Комментарии • 25

  • @beneadie3202
    @beneadie3202 28 дней назад +1

    Got so excited to use this but my computer has a shitty AMD gpu :(

    • @neuralfalcon
      @neuralfalcon  28 дней назад

      No problem, copy and run this
      colab.research.google.com/github/NeuralFalconYT/F5-TTS-Demo/blob/main/F5_TTS_Latest.ipynb

  • @weini-sf3pu
    @weini-sf3pu 2 месяца назад +1

    when use Generate TTS, get an error " FileNotFoundError: [Errno 2] No such file or directory: 'nvidia-smi' ", can you help me ?

    • @neuralfalcon
      @neuralfalcon  2 месяца назад

      @@weini-sf3pu send screenshot at NeuralFalcon@proton.me

  • @3dsmaxrocks699
    @3dsmaxrocks699 Месяц назад

    No luck. Did everything and when I did the requirements part it said no such directory found.
    Been trying to install this F5TTS for weeks now and can't get it to work.
    Sometimes it throws up a POPUP Windows saying AVUTILS-58.dll missing
    Same with -56.dll and -57 .dll missing
    What is my issue please help!!!!!!!!!!

    • @neuralfalcon
      @neuralfalcon  Месяц назад

      It's your pytorch problem.
      pip uninstall -y torch torchvision torchaudio
      Then follow this.
      The code has been updated, and it's now very easy.
      Step 1: Install F5-TTS
      pip install git+github.com/SWivid/F5-TTS.git
      Step 2: Install pytorch that support your cuda version example
      pip install torch==2.3.0+cu118 torchaudio==2.3.0+cu118 --extra-index-url download.pytorch.org/whl/cu118
      Step 3: Run gradio app
      f5-tts_infer-gradio --share
      or follow
      github.com/SWivid/F5-TTS

  • @Santiago007
    @Santiago007 2 месяца назад

    Interesting video, thanks for sharing. To dub a video in another language using this technology, there is still nothing easy in local (windows), right?

    • @neuralfalcon
      @neuralfalcon  2 месяца назад +1

      Yes, it's possible we need to train F5-TTS for another language. Then we can run everything on the local system to dub video in another language

    • @neuralfalcon
      @neuralfalcon  2 месяца назад

      For now you can use github.com/R3gm/SoniTranslate

    • @Santiago007
      @Santiago007 2 месяца назад

      @@neuralfalcon Thanks for answering, I tried to install sonitranslate on Windows but there was no way. a command was not working in conda. Seeing the potential of F5-TTS, it would be great if there was a Gradio that could add a video and translate it for you just like the collab

    • @neuralfalcon
      @neuralfalcon  2 месяца назад +1

      @@Santiago007 Yes, it's possible but for now it's only work with english and chinese. So for now you can dub video from other language to english and chinese only.

    • @neuralfalcon
      @neuralfalcon  2 месяца назад +1

      @@Santiago007 or, we can update this code so after generating the subtitle dub the video using F5-TTS ruclips.net/video/d78KIpUwl44/видео.html

  • @newwen2102
    @newwen2102 Месяц назад

    hi how to open the apps again? and how about unistall it?

    • @neuralfalcon
      @neuralfalcon  Месяц назад

      I hope you used the latest installation process because, in this video, I demonstrated an older installation method. Please make sure everything is updated.
      To run the app again, use the command:
      f5-tts_infer-gradio
      To uninstall, use the following commands:
      pip uninstall F5-TTS -y
      pip uninstall torch -y
      pip uninstall torchaudio -y

  • @destinedanimedestined7049
    @destinedanimedestined7049 2 месяца назад +1

    Can it run on cpu only?

    • @neuralfalcon
      @neuralfalcon  2 месяца назад

      Yes, but It's very very slow. Use Google Colab for free GPU.

    • @neuralfalcon
      @neuralfalcon  2 месяца назад

      colab.research.google.com/github/NeuralFalconYT/F5-TTS-Demo/blob/main/Official_F5_TTS_Demo.ipynb

  • @MOHIDULISLAM-gr5eh
    @MOHIDULISLAM-gr5eh Месяц назад

    What about other language ,If i wan to use hindi voise ...

    • @neuralfalcon
      @neuralfalcon  Месяц назад +1

      It only supports English and Chinese , but you can train it in other languages. Watch this video to learn how:
      ruclips.net/video/GmketyZW2c4/видео.html

    • @neuralfalcon
      @neuralfalcon  Месяц назад +1

      Watch this video : ruclips.net/video/UO4usaOojys/видео.html

    • @neuralfalcon
      @neuralfalcon  12 дней назад +1

      F5-TTS Hindi: ruclips.net/video/Pb3Zx562Juw/видео.html

    • @MOHIDULISLAM-gr5eh
      @MOHIDULISLAM-gr5eh 10 дней назад

      @@neuralfalcon thanks boss