Git Product home page Git Product logo

Comments (8)

thomasbidou avatar thomasbidou commented on May 25, 2024 1

I don't have the config error anymore.
However, I have this one :
Traceback (most recent call last):
File "C:\AI\Audio\tts-bebui\tts-generation-webui\server.py", line 5, in
from generation_tab_bark import generation_tab_tortoise, generation_tab_bark
File "C:\AI\Audio\tts-bebui\tts-generation-webui\generation_tab_bark.py", line 3, in
from gen_tortoise import generate_tortoise_
File "C:\AI\Audio\tts-bebui\tts-generation-webui\gen_tortoise.py", line 10, in
from models.tortoise.tortoise.api import TextToSpeech, MODELS_DIR
ModuleNotFoundError: No module named 'models.tortoise'

from tts-generation-webui.

thomasbidou avatar thomasbidou commented on May 25, 2024 1

works like charme.
Thank you.

from tts-generation-webui.

ekswathi avatar ekswathi commented on May 25, 2024 1

bro, i used Seait(https://github.com/diStyApps/seait)for installing Bark. because seait do all the work for us. then we go to clone voice tab in the top there is a menu for adding your voice clip. we don't need long audio for that. just 1minute audio is working nice for me. but it must be really clear without background noise or instrument music behind. you can try first with some ted talk or podcast audios for testing purpose. good luck.

from tts-generation-webui.

rsxdalv avatar rsxdalv commented on May 25, 2024

Thank you for finding this issue!
I have fixed the automatic config.json creation, please test with the latest changes.
2b71459

Also, for backup if this ever happens again, here's a simple config.json:

{
  "model": {
    "text_use_gpu": true,
    "text_use_small": true,
    "coarse_use_gpu": true,
    "coarse_use_small": true,
    "fine_use_gpu": true,
    "fine_use_small": false,
    "codec_use_gpu": true,
    "load_models_on_startup": true
  },
  "load_models_on_startup": false
}

from tts-generation-webui.

rsxdalv avatar rsxdalv commented on May 25, 2024

I will fix the install scripts shortly, basically the models/tortoise-tts should be models/tortoise

from tts-generation-webui.

rsxdalv avatar rsxdalv commented on May 25, 2024

Updated the scripts,
https://github.com/rsxdalv/one-click-installers-tts/blob/main/webui.py#L56

from tts-generation-webui.

AIhasArrived avatar AIhasArrived commented on May 25, 2024

@ekswathi @thomasbidou
I have spent 3 entire weeks trying to find a way to clone correclty voices and I still did not get good results, I am so tired of it. I am contacting you because I saw you had old comments under old issues, you haev probably found better ways since then? Could you save me from my misery and direct me towards a method, a repo, a tutorial or anything that helps get to the point where I can actually clone a voice thats looks similar to the cloned voice please? Help my soul lol. Really.

from tts-generation-webui.

ekswathi avatar ekswathi commented on May 25, 2024

from tts-generation-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.