Instructions to use VAGOsolutions/SauerkrautTTS-Preview-0.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use VAGOsolutions/SauerkrautTTS-Preview-0.1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="VAGOsolutions/SauerkrautTTS-Preview-0.1")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("VAGOsolutions/SauerkrautTTS-Preview-0.1") model = AutoModelForCausalLM.from_pretrained("VAGOsolutions/SauerkrautTTS-Preview-0.1") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Studio
How to use VAGOsolutions/SauerkrautTTS-Preview-0.1 with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for VAGOsolutions/SauerkrautTTS-Preview-0.1 to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for VAGOsolutions/SauerkrautTTS-Preview-0.1 to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for VAGOsolutions/SauerkrautTTS-Preview-0.1 to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="VAGOsolutions/SauerkrautTTS-Preview-0.1", max_seq_length=2048, )
Nice model, but license confusion
Dear VAGO team, very cool model finetune - we need more multilingual open TTS models π
Just curious, is it CC-BY-4.0 or CC-BY-NC-4.0 licensed? The README states something else than the chip on the top of the model page.
Thanks for clarification!
Hey,
Thanks for your feedback! Wes that's a typo on our side. The licence is as stated in the HF model Card tag - cc-by-nc-4.0
Best regards
thx. tbh i find it at least confusing anyway for llama-based tts fts to bear a license more permissive than the llama 3.2 license terms anyway. but then, seems the new normal?
Thanks @DaryoushV for clarification! Any commercial options available if we want to use it commercially? Can I contact somebody from your company? Thanks!