Instructions to use DeepBeepMeep/TTS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use DeepBeepMeep/TTS with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
| # ollama modelfile auto-generated by llamafactory | |
| FROM . | |
| TEMPLATE """{{ if .System }}System: {{ .System }}<|endoftext|> | |
| {{ end }}{{ range .Messages }}{{ if eq .Role "user" }}Human: {{ .Content }}<|endoftext|> | |
| Assistant:{{ else if eq .Role "assistant" }}{{ .Content }}<|endoftext|> | |
| {{ end }}{{ end }}""" | |
| PARAMETER stop "<|endoftext|>" | |
| PARAMETER num_ctx 4096 | |