Text-to-Audio
Transformers
Safetensors
English
dasheng_audiogen
feature-extraction
audio-generation
text-to-speech
text-to-music
sound-effects
diffusion
custom_code
Instructions to use mispeech/Dasheng-AudioGen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mispeech/Dasheng-AudioGen with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="mispeech/Dasheng-AudioGen", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mispeech/Dasheng-AudioGen", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Jiahao mei commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -38,13 +38,6 @@ pipeline_tag: text-to-audio
|
|
| 38 |
</video>
|
| 39 |
</p>
|
| 40 |
|
| 41 |
-
## Models
|
| 42 |
-
|
| 43 |
-
| Model | HuggingFace | Text Encoder | Language |
|
| 44 |
-
|-------|-------------|-------------|:--------:|
|
| 45 |
-
| Dasheng-AudioGen | [mispeech/Dasheng-AudioGen](https://huggingface.co/mispeech/Dasheng-AudioGen) | `google/flan-t5-large` | English |
|
| 46 |
-
| Dasheng-AudioGen-Multilingual | [mispeech/Dasheng-AudioGen-Multilingual](https://huggingface.co/mispeech/Dasheng-AudioGen-Multilingual) | `google/mt5-large` | Multilingual |
|
| 47 |
-
|
| 48 |
## Installation
|
| 49 |
|
| 50 |
```bash
|
|
|
|
| 38 |
</video>
|
| 39 |
</p>
|
| 40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
## Installation
|
| 42 |
|
| 43 |
```bash
|