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

amanuelbyte
/
chatterbox-fr-lora-v2

Text-to-Speech
Transformers
Chatterbox
French
English
voice-cloning
lora
cross-lingual
Model card Files Files and versions
xet
Community

Instructions to use amanuelbyte/chatterbox-fr-lora-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use amanuelbyte/chatterbox-fr-lora-v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-speech", model="amanuelbyte/chatterbox-fr-lora-v2")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("amanuelbyte/chatterbox-fr-lora-v2", dtype="auto")
  • Chatterbox

    How to use amanuelbyte/chatterbox-fr-lora-v2 with Chatterbox:

    # pip install chatterbox-tts
    import torchaudio as ta
    from chatterbox.tts import ChatterboxTTS
    
    model = ChatterboxTTS.from_pretrained(device="cuda")
    
    text = "Ezreal and Jinx teamed up with Ahri, Yasuo, and Teemo to take down the enemy's Nexus in an epic late-game pentakill."
    wav = model.generate(text)
    ta.save("test-1.wav", wav, model.sr)
    
    # If you want to synthesize with a different voice, specify the audio prompt
    AUDIO_PROMPT_PATH="YOUR_FILE.wav"
    wav = model.generate(text, audio_prompt_path=AUDIO_PROMPT_PATH)
    ta.save("test-2.wav", wav, model.sr)
  • Notebooks
  • Google Colab
  • Kaggle
chatterbox-fr-lora-v2
525 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
amanuelbyte's picture
amanuelbyte
Upload folder using huggingface_hub
628078d verified 3 months ago
  • checkpoints
    Upload folder using huggingface_hub 3 months ago
  • samples
    Upload folder using huggingface_hub 3 months ago
  • .gitattributes
    3.51 kB
    Upload folder using huggingface_hub 3 months ago
  • README.md
    3.67 kB
    Upload folder using huggingface_hub 3 months ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    7.94 MB
    xet
    Upload adapter_model.bin with huggingface_hub 3 months ago
  • training_config.json
    1.32 kB
    Upload folder using huggingface_hub 3 months ago
  • training_metrics.json
    125 kB
    Upload training_metrics.json with huggingface_hub 3 months ago
  • training_metrics.png
    221 kB
    xet
    Upload folder using huggingface_hub 3 months ago