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
      • Hardware
      • 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 / audiocraft
44.3 kB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 44 commits
Dionyssos's picture
Dionyssos
determinis
bc7f42e over 1 year ago
  • __init__.py
    30 Bytes
    AudioGen class almost 2 years ago
  • builders.py
    3.86 kB
    determinis over 1 year ago
  • conv.py
    7.27 kB
    debug static on sound prompts over 1 year ago
  • encodec.py
    2.7 kB
    4.49 over 1 year ago
  • lm.py
    7.91 kB
    determinis over 1 year ago
  • seanet.py
    8.21 kB
    AudioGen dtypes over 1 year ago
  • transformer.py
    6.61 kB
    determinis over 1 year ago
  • vq.py
    7.77 kB
    AudioGen dtypes over 1 year ago