https://uberduck.ai/ logo
Join Discord
Powered by
# tacotron-2-support
  • s

    Sonic2022_mario

    12/16/2022, 9:25 PM
    Where Is It On Uberduck? @TheRoyalRuby2000
  • t

    TheRoyalRuby2000

    12/16/2022, 9:34 PM
    OMG CAN YOU GIVE ME A MINUTE?!? GOD DAMN!!
  • t

    TheRoyalRuby2000

    12/16/2022, 9:35 PM
    There, it's on Uberduck. I'm doing so much stuff at once so that's why it took a while.
  • s

    Sonic2022_mario

    12/16/2022, 9:36 PM
    Okay
  • s

    Sonic2022_mario

    12/16/2022, 9:37 PM
    THX Man
  • u

    {K EY1} (Kei)

    12/16/2022, 9:38 PM
    @PixPrucer can you send me the model and i'll see what i can do in terms of the pronunciation
  • p

    PixPrucer

    12/16/2022, 9:39 PM
    I mean the pronounciation is fine, it's just that it appears the synthesis is scuffed
  • u

    {K EY1} (Kei)

    12/16/2022, 9:40 PM
    I thought you were having issues with it turning back to latin letters I think i can fix that but i'd need to look at it
  • p

    PixPrucer

    12/16/2022, 9:40 PM
    I'll send you themodel shortly then
  • t

    TheRoyalRuby2000

    12/16/2022, 9:41 PM
    No problem. Now since you contributed, you need the contributor role which I don't have permission to give you sadly.
  • s

    Sonic2022_mario

    12/16/2022, 9:41 PM
    And How Do I Be A Moderator? (Not Begging)
  • g

    Gosmokeless28

    12/16/2022, 9:42 PM
    Have months of experience with being in the Uberduck community.
  • s

    Sonic2022_mario

    12/16/2022, 9:42 PM
    I Don't Have Money
  • g

    Gosmokeless28

    12/16/2022, 9:43 PM
    Who said anything about money?
  • t

    TheRoyalRuby2000

    12/16/2022, 9:43 PM
    You don't need money to contribute to the site. LOL
  • s

    Sonic2022_mario

    12/16/2022, 9:44 PM
    And How Do I Have Month's Of Experience
  • g

    Gosmokeless28

    12/16/2022, 9:45 PM
    I think we've got enough moderators for now, but to answer your question, you simply have to create voice models and submit them to Uberduck, and you have to be more involved in this server's conversations.
  • s

    Sonic2022_mario

    12/16/2022, 9:47 PM
    K
  • t

    ThomasFan1984 (Jack Sheldon)

    12/18/2022, 12:48 AM
    From a friend of mine on Twitter: "I've tried to make another AI voice, but Tacotron 2 is giving me Tensorflow-related error messages again. Do you think you could find a Colab notebook that fixes this issue?"
  • u

    {K EY1} (Kei)

    12/18/2022, 12:58 AM
    Use this notebook, it has that issue fixed https://colab.research.google.com/drive/1OFhKJF846EbFsvdNVkapSZvXc7wHvoSd
  • t

    ThomasFan1984 (Jack Sheldon)

    12/18/2022, 2:14 AM
    It worked.
  • t

    ThomasFan1984 (Jack Sheldon)

    12/18/2022, 3:36 AM
    Also from the same friend of mine on Twitter:
  • r

    Reclezon

    12/18/2022, 3:40 AM
    Typical checks 1) is the model set to public 2) did it install correctly, which considering it's tensorflow I usually wait a bit and try again which usually works 3) is it even the rigjt nb
  • u

    {K EY1} (Kei)

    12/18/2022, 4:03 AM
    Use this notebook ^^ https://colab.research.google.com/github/justinjohn0306/FakeYou-Tacotron2-Notebook/blob/main/Latest_Tacotron2_and_HiFi_GAN.ipynb
  • n

    NickoPlayz 2018

    12/18/2022, 5:36 AM
    Is this pipeline or legacy? FYI this is from the Uberduck guide seen in #842841796568547414, and I've checked the notebooks in app.uberduck.ai and they are different from this specific one
  • n

    NickoPlayz 2018

    12/18/2022, 7:47 AM
    I got this warning saying "warning: audio amplitude out of range, auto clipped." Is it still okay to continue training? (pipeline)
  • c

    Cosmeticwave

    12/18/2022, 2:09 PM
    yes
  • c

    Cosmeticwave

    12/18/2022, 2:09 PM
    I get that warning and it comes out perfectly fine for me
  • h

    hecko

    12/18/2022, 3:44 PM
    very late but it probably means they should toggle
    pronounciation_dictionary
    either on or off (depending which option they used last)
  • m

    MegaKeith

    12/18/2022, 7:58 PM
    I used the pipline Tacotron and uploaded my zip onto
    UPLOAD_HERE
    , but when I run Load Dataset, it shows this error
    Copy code
    ERRORS:
    Unexpected end of archive
    
    ERROR: Data Error : 119.wav
    ---------------------------------------------------------------------------
    IndexError                                Traceback (most recent call last)
    <ipython-input-2-7bfed8493c23> in <module>
        125 dirs = [x for x in os.scandir(target_path)]
        126 if len(dirs) == 1:
    --> 127   with open(sorted(glob.glob(os.path.join(dirs[0].path, "*.txt")))[0]) as f:
        128     already_multispeaker = (len(f.readline().split("|")) == 3)
        129 
    
    IndexError: list index out of range
    it seems like the opened target location is a empty list? Does anyone know what I should do with it?
1...929394...158Latest