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

Anadilorg
/
Anadil_Kurmanji_TTS

Text-to-Speech
VoxCPM
Northern Kurdish
Turkish
tts
speech-synthesis
audio
kurmanji
kurdish
kurmancî
lora
low-resource
endangered-languages
turkey
Model card Files Files and versions
xet
Community

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

  • Libraries
  • VoxCPM

    How to use Anadilorg/Anadil_Kurmanji_TTS with VoxCPM:

    import soundfile as sf
    from voxcpm import VoxCPM
    
    model = VoxCPM.from_pretrained("Anadilorg/Anadil_Kurmanji_TTS")
    
    wav = model.generate(
        text="VoxCPM is an innovative end-to-end TTS model from ModelBest, designed to generate highly expressive speech.",
        prompt_wav_path=None,      # optional: path to a prompt speech for voice cloning
        prompt_text=None,          # optional: reference text
        cfg_value=2.0,             # LM guidance on LocDiT, higher for better adherence to the prompt, but maybe worse
        inference_timesteps=10,   # LocDiT inference timesteps, higher for better result, lower for fast speed
        normalize=True,           # enable external TN tool
        denoise=True,             # enable external Denoise tool
        retry_badcase=True,        # enable retrying mode for some bad cases (unstoppable)
        retry_badcase_max_times=3,  # maximum retrying times
        retry_badcase_ratio_threshold=6.0, # maximum length restriction for bad case detection (simple but effective), it could be adjusted for slow pace speech
    )
    
    sf.write("output.wav", wav, 16000)
    print("saved: output.wav")
  • Notebooks
  • Google Colab
  • Kaggle
Anadil_Kurmanji_TTS
103 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Anadilorg's picture
Anadilorg
Upload folder using huggingface_hub
0ef8058 verified 3 days ago
  • Anadil_Kurmanji_TTS
    Upload folder using huggingface_hub 3 days ago
  • samples
    Upload folder using huggingface_hub 3 days ago
  • .gitattributes
    217 Bytes
    Upload folder using huggingface_hub 3 days ago
  • .gitignore
    227 Bytes
    Upload folder using huggingface_hub 3 days ago
  • CITATION.cff
    474 Bytes
    Upload folder using huggingface_hub 3 days ago
  • CONTRIBUTING.md
    843 Bytes
    Upload folder using huggingface_hub 3 days ago
  • LICENSE
    1.07 kB
    Upload folder using huggingface_hub 3 days ago
  • README.md
    8.16 kB
    Upload folder using huggingface_hub 3 days ago
  • config.json
    501 Bytes
    Upload folder using huggingface_hub 3 days ago
  • demo.py
    5.37 kB
    Upload folder using huggingface_hub 3 days ago
  • inference.py
    7 kB
    Upload folder using huggingface_hub 3 days ago
  • lora_config.json
    557 Bytes
    Upload folder using huggingface_hub 3 days ago
  • lora_weights.safetensors
    72.4 MB
    xet
    Upload folder using huggingface_hub 3 days ago
  • manifest.jsonl
    28.1 MB
    xet
    Upload folder using huggingface_hub 3 days ago
  • pyproject.toml
    528 Bytes
    Upload folder using huggingface_hub 3 days ago
  • requirements.txt
    84 Bytes
    Upload folder using huggingface_hub 3 days ago
  • test_smoke.py
    5.2 kB
    Upload folder using huggingface_hub 3 days ago