Text-to-Audio
Audiocraft
English
audiogen
styletts2
shift-tts
sound
audio-generation
text-to-speech
mimic3
Instructions to use dkounadis/artificial-styletts2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Audiocraft
How to use dkounadis/artificial-styletts2 with Audiocraft:
from audiocraft.models import AudioGen model = AudioGen.get_pretrained("dkounadis/artificial-styletts2") model.set_generation_params(duration=5) # generate 5 seconds. descriptions = ['dog barking', 'sirene of an emergency vehicle', 'footsteps in a corridor'] wav = model.generate(descriptions) # generates 3 samples. - Notebooks
- Google Colab
- Kaggle
wave
Browse files
README.md
CHANGED
|
@@ -109,7 +109,9 @@ For SHIFT demo / Collaboration with [SMB](https://www.smb.museum/home/)
|
|
| 109 |
|
| 110 |
[](https://youtu.be/gnGCYLcdLsA)
|
| 111 |
|
| 112 |
-
[](https://www.youtube.com/watch?v=Y8QyYUgLaCg)
|
|
|
|
|
|
|
| 113 |
|
| 114 |
[](https://youtu.be/I3YYKiUzHpA)
|
| 115 |
|
|
|
|
| 109 |
|
| 110 |
[](https://youtu.be/gnGCYLcdLsA)
|
| 111 |
|
| 112 |
+
[](https://www.youtube.com/watch?v=Y8QyYUgLaCg)
|
| 113 |
+
|
| 114 |
+
[](https://youtu.be/XDDzxDSrhb0)
|
| 115 |
|
| 116 |
[](https://youtu.be/I3YYKiUzHpA)
|
| 117 |
|
uc_spk_Landscape2Soundscape_Masterpieces_pics/thumb____07_Courbet_AI967_001.jpg
ADDED
|
|