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

Joeyfully
/
Voice-Generation

Text-to-Speech
Transformers
Safetensors
English
speecht5
text-to-audio
voice-generation
Model card Files Files and versions
xet
Community

Instructions to use Joeyfully/Voice-Generation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Joeyfully/Voice-Generation with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-speech", model="Joeyfully/Voice-Generation")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTextToSpectrogram
    
    processor = AutoProcessor.from_pretrained("Joeyfully/Voice-Generation")
    model = AutoModelForTextToSpectrogram.from_pretrained("Joeyfully/Voice-Generation")
  • Notebooks
  • Google Colab
  • Kaggle
Voice-Generation
1.73 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
Joeyfully's picture
Joeyfully
Update README.md
a240aa0 verified about 1 month ago
  • .gitattributes
    159 Bytes
    Upload 8 files about 2 months ago
  • README.md
    2.83 kB
    Update README.md about 1 month ago
  • added_tokens.json
    44 Bytes
    Upload 8 files about 2 months ago
  • config.json
    2.15 kB
    Upload 8 files about 2 months ago
  • generation_config.json
    257 Bytes
    Upload 8 files about 2 months ago
  • model.safetensors
    578 MB
    xet
    Upload 8 files about 2 months ago
  • processor_config.json
    512 Bytes
    Upload 8 files about 2 months ago
  • spm_char.model
    238 kB
    xet
    Upload 8 files about 2 months ago
  • tokenizer_config.json
    1.43 kB
    Upload 8 files about 2 months ago
  • training_state.pt

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    1.16 GB
    xet
    Upload 8 files about 2 months ago