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

    Sonic2022_mario

    05/11/2023, 8:19 PM
    How Do I Use It?
  • y

    YTR76

    05/11/2023, 10:15 PM
    take any video bigger than 8mb or 25mb and upload it and click the green button and then it will compress it so that it's attachable in discord
  • s

    Sonic2022_mario

    05/11/2023, 10:15 PM
    I Thought Of What Program You Used To Remove The Vocals
  • y

    YTR76

    05/11/2023, 10:16 PM
    it can do audio files too
  • y

    YTR76

    05/11/2023, 10:17 PM
    i used media.io's vocal remover btw
  • s

    Sonic2022_mario

    05/11/2023, 10:19 PM
    Great, No Limits
  • y

    YTR76

    05/11/2023, 10:19 PM
    (other than converting it to the right format)
  • s

    Sonic2022_mario

    05/11/2023, 10:20 PM
    Well, I Can Literally Remove The Vocals Of An Entire Super Why Episode (25 Minutes)
  • y

    YTR76

    05/11/2023, 10:20 PM
  • s

    Sonic2022_mario

    05/11/2023, 10:21 PM
    Like, I Can Do Whyatt's Season 2 Voice

    https://www.youtube.com/watch?v=cysAn_BCXXU▾

  • y

    YTR76

    05/11/2023, 10:21 PM
    ok
  • s

    Sonic2022_mario

    05/11/2023, 10:23 PM
    Whyatt Actor List: Season 1: Nicholas Castel Vanderburgh Season 2: Nicholas Kaegi Season 3: Johnny Orlando
  • s

    Sonic2022_mario

    05/11/2023, 10:24 PM
    Sorry, Typed Nicholas 2 Times By Accident
  • s

    Sonic2022_mario

    05/11/2023, 10:28 PM
    Also, Season 3 Whyatt's Samples Were Taken From Nicole Macdonald's Super Why Reels https://app.uberduck.ai/speak#mode=tts-basic&voice=super-why-s3
  • s

    Sonic2022_mario

    05/11/2023, 10:29 PM
    https://vimeo.com/261560319 https://vimeo.com/261560301 https://vimeo.com/261560250 These Samples
  • s

    Sonic2022_mario

    05/11/2023, 10:32 PM
    The Entire Ass Episode Vocals: https://cdn.discordapp.com/attachments/994486394049282058/1106348013170999326/8mb.video-WUL-zrsvuEuH.m4a
  • s

    Sonic2022_mario

    05/11/2023, 10:32 PM
    It's Season 2 Episode 1
  • p

    PUMPKINEATER

    05/11/2023, 11:44 PM
    I need help with legacy,
  • p

    PUMPKINEATER

    05/11/2023, 11:44 PM
    Copy code
    /content/tacotron2/text/__init__.py:74: SyntaxWarning: "is not" with a literal. Did you mean "!="?
      return s in _symbol_to_id and s is not '_' and s is not '~'
    /content/tacotron2/text/__init__.py:74: SyntaxWarning: "is not" with a literal. Did you mean "!="?
      return s in _symbol_to_id and s is not '_' and s is not '~'
    ---------------------------------------------------------------------------
    AttributeError                            Traceback (most recent call last)
    <ipython-input-6-4c1529df97c2> in <cell line: 377>()
        375 
        376 # ---- DEFAULT PARAMETERS DEFINED HERE ----
    --> 377 hparams = create_hparams()
        378 model_filename = 'current_model'
        379 hparams.training_files = "filelists/clipper_train_filelist.txt"
    
    /content/tacotron2/hparams.py in create_hparams(hparams_string, verbose)
          6     """Create model hyperparameters. Parse nondefault from given string."""
          7 
    ----> 8     hparams = tf.contrib.training.HParams(
          9         ################################
         10         # Experiment Parameters        #
    
    AttributeError: module 'tensorflow' has no attribute 'contrib'
  • g

    Gosmokeless28

    05/11/2023, 11:51 PM
    @hecko Is this correct?

    https://cdn.discordapp.com/attachments/994486394049282058/1106368002594713680/scrnli_5_11_2023_4-51-08_PM.png▾

  • h

    hecko

    05/11/2023, 11:53 PM
    it seems to not be that simple https://stackoverflow.com/questions/55870127/module-tensorflow-has-no-attribute-contrib
  • p

    PUMPKINEATER

    05/11/2023, 11:53 PM
    god dammit
  • h

    hecko

    05/11/2023, 11:55 PM
    hmm https://github.com/NVIDIA/tacotron2/issues/582#issuecomment-1438286614
  • g

    Gosmokeless28

    05/11/2023, 11:56 PM
    Uh, what code do I paste in the notebook?
  • p

    PUMPKINEATER

    05/11/2023, 11:56 PM
    i think heckos saying it wont work at all
  • h

    hecko

    05/11/2023, 11:56 PM
    i'm not saying that
  • h

    hecko

    05/11/2023, 11:57 PM
    all of it really, though make sure to put the
    mv
    statements in separate lines and with `!`s before them
  • h

    hecko

    05/11/2023, 11:57 PM
    also the directory name might not match, idk it's been a long time since i've legacy'd
  • g

    Gosmokeless28

    05/11/2023, 11:58 PM
    Which cell is that?
  • h

    hecko

    05/11/2023, 11:59 PM
    you should put the upgrade code right after the installation cell i think
1...151152153...158Latest