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

khursani8
/
vits_AL_Yorktown_II

Text-to-Audio
Transformers
Safetensors
vits
Model card Files Files and versions
xet
Community

Instructions to use khursani8/vits_AL_Yorktown_II with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use khursani8/vits_AL_Yorktown_II with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-audio", model="khursani8/vits_AL_Yorktown_II")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTextToWaveform
    
    tokenizer = AutoTokenizer.from_pretrained("khursani8/vits_AL_Yorktown_II")
    model = AutoModelForTextToWaveform.from_pretrained("khursani8/vits_AL_Yorktown_II")
  • Notebooks
  • Google Colab
  • Kaggle
vits_AL_Yorktown_II
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
khursani8's picture
khursani8
Upload tokenizer
cf5c0f5 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    5.17 kB
    Upload model about 2 years ago
  • added_tokens.json
    18 Bytes
    Upload tokenizer about 2 years ago
  • config.json
    2.03 kB
    Upload model about 2 years ago
  • model.safetensors
    145 MB
    xet
    Upload model about 2 years ago
  • preprocessor_config.json
    254 Bytes
    Upload feature extractor about 2 years ago
  • special_tokens_map.json
    275 Bytes
    Upload tokenizer about 2 years ago
  • tokenizer_config.json
    670 Bytes
    Upload tokenizer about 2 years ago
  • vocab.json
    369 Bytes
    Upload tokenizer about 2 years ago