GithubHelp home page GithubHelp logo

DeepSpeed isn't optional about xtts-webui HOT 2 OPEN

daswer123 avatar daswer123 commented on August 17, 2024
DeepSpeed isn't optional

from xtts-webui.

Comments (2)

M4TH1EU avatar M4TH1EU commented on August 17, 2024

Hey mate!

I've created an easy docker image to run this UI (and others) really easily with an AMD GPU under Linux.
https://github.com/M4TH1EU/ai-suite-rocm/tree/main

I haven't been able to make deepspeed work though, some errors during compilation.
But personally, it works wonders without it.

++

from xtts-webui.

GUUser91 avatar GUUser91 commented on August 17, 2024

I found a workaround to launch xtts-webui without deepspeed. First I uninstall deepspeed.

pip uninstall deepspeed

Then I launch it with this command.

python app.py

I also want to give out a tip for any AMD user trying to fine tune a model. Since xtts-webui uses faster whisper and since that only works on Nvidia graphics card, you should create a folder in the finetuned_models. In this case, mine was called Hiccup. I create a dataset folder inside the Hiccup folder. Inside the dataset folder is a wavs folder containing wavs files. In the dataset folder, you should create a lang.txt, metadata_eval.csv and metadata_train.csv files. Here are the files showing you how they should be formated.
lang.txt
metadata_eval.csv
metadata_train.csv
Launch xtts-webui. Create a fine tune model with the same name as the one in the finetuned_models directory, in this case mine was called Hiccup. I placed just 1 wav file in the "drop file here" box. I then click on load params from output folder button. Then I clicked train.

Edit: If you get this error message:

FileNotFoundError: [Errno 2] No such file or directory: 'finetuned_models/Hiccup/ready/reference.wav'

Then you need to copy a wav file from the wavs folder and put it in the ready folder. Rename the wav file to reference. Click on load params from output and then click on train.

from xtts-webui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.