Instructions to use kadirnar/Orpheus-TTS-Starrail with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kadirnar/Orpheus-TTS-Starrail with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("kadirnar/Orpheus-TTS-Starrail", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Studio
How to use kadirnar/Orpheus-TTS-Starrail 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 kadirnar/Orpheus-TTS-Starrail 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 kadirnar/Orpheus-TTS-Starrail to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for kadirnar/Orpheus-TTS-Starrail to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="kadirnar/Orpheus-TTS-Starrail", max_seq_length=2048, )
Starrail dataset language?
Hello,
may I ask you - is this english or chinese Starrail finetune?
Thank you!
Dataset: hanamizuki-ai/genshin-voice-v3.3-mandarin
thank you!
@Viewegger Sorry, I wrote it wrong.
Dataset: https://huggingface.co/datasets/simon3000/starrail-voice
@Viewegger Sorry, I wrote it wrong.
Dataset: https://huggingface.co/datasets/simon3000/starrail-voice
Ah, ok - and you did use only the chinese part of the dataset? just to get it right :)
@Viewegger Sorry, I wrote it wrong.
Dataset: https://huggingface.co/datasets/simon3000/starrail-voice
Ah, ok - and you did use only the chinese part of the dataset? just to get it right :)
I used all languages.
@Viewegger Sorry, I wrote it wrong.
Dataset: https://huggingface.co/datasets/simon3000/starrail-voice
Ah, ok - and you did use only the chinese part of the dataset? just to get it right :)
I used all languages.
Great thank you for clarifying and making it public!