Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

dkounadis
/
artificial-styletts2

Text-to-Audio
Audiocraft
English
audiogen
styletts2
shift-tts
sound
audio-generation
text-to-speech
mimic3
Model card Files Files and versions
xet
Community
4

Instructions to use dkounadis/artificial-styletts2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Audiocraft

    How to use dkounadis/artificial-styletts2 with Audiocraft:

    from audiocraft.models import AudioGen
    
    model = AudioGen.get_pretrained("dkounadis/artificial-styletts2")
    model.set_generation_params(duration=5)  # generate 5 seconds.
    descriptions = ['dog barking', 'sirene of an emergency vehicle', 'footsteps in a corridor']
    wav = model.generate(descriptions)  # generates 3 samples.
  • Notebooks
  • Google Colab
  • Kaggle
artificial-styletts2 / Utils /PLBERT
25.2 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 3 commits
Dionyssos's picture
Dionyssos
oscillate vits duration
c7362aa 11 months ago
  • config.yml
    915 Bytes
    add lfs over 1 year ago
  • step_1000000.pth
    25.2 MB
    xet
    add lfs over 1 year ago
  • util.py
    1.43 kB
    oscillate vits duration 11 months ago