Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • 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
25.2 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 13 commits
Dionyssos's picture
Dionyssos
Audionar long form
a1338da 11 months ago
  • PLBERT
    oscillate vits duration 12 months ago
  • all_langs.csv
    17.3 kB
    list foreign langs over 1 year ago
  • config.yml
    1.86 kB
    add lfs over 1 year ago
  • text_utils.py
    4.71 kB
    Audionar long form 11 months ago