transformers
Add Text-To-Speech pipeline
#24952
Merged

Add Text-To-Speech pipeline #24952

ylacombe
ylacombe add AutoModelForTextToSpeech class
dc69e3a3
ylacombe add TTS pipeline and tessting
45bb44cc
ylacombe add docstrings to text_to_speech pipeline
7fb82608
ylacombe
ylacombe commented on 2023-07-20
ylacombe fix torch dependency
b0283836
HuggingFaceDocBuilderDev
ylacombe corrector 'processor is None' case in Pipeline
59aa1f50
ylacombe correct repo id
7360555a
Narsil
Narsil commented on 2023-07-21
ylacombe
Narsil
ylacombe
ylacombe Merge branch 'huggingface:main' into add_tts_pipeline
c2eae25b
ylacombe modify text-to-speech -> text-to-audio
57ea0b3b
ylacombe remove processor
17d618c9
ylacombe rename text_to_speech pipelines files to text_audio
6c80743a
ylacombe add textToWaveform and textToSpectrogram instead of textToAudio classes
b43a1f2b
ylacombe update TTS pipeline to the bare minimum
01abc20e
ylacombe update tests TTS pipeline
7f96a848
ylacombe make style and erase useless import torch in TTS pipeline tests
d6f00131
ylacombe
ylacombe commented on 2023-08-01
Narsil
Narsil approved these changes on 2023-08-02
ydshieh
ydshieh
ylacombe
ydshieh
ylacombe modify how to check if generate or forward in TTS pipeline
7e141278
ylacombe
ylacombe commented on 2023-08-03
Narsil
ydshieh
ydshieh
sanchit-gandhi
sanchit-gandhi commented on 2023-08-09
ylacombe remove unnecessary extra new lines
71f99482
ylacombe Apply suggestions from code review
72142ead
ylacombe refactor input_texts -> text_inputs
c8d8a7b8
ylacombe correct docstrings of TTS.__call__
59e92498
ylacombe correct the shape of generated waveform
29f7dfbd
ylacombe take care of Bark tokenizer special case
c642d5fb
ylacombe correct run_pipeline_test TTS
df8dd607
ylacombe make style
a93f19c6
ylacombe update TTS docstrings
9c5ffc04
ylacombe
ylacombe commented on 2023-08-10
ylacombe ylacombe requested a review from Narsil Narsil 2 years ago
ylacombe ylacombe requested a review from sanchit-gandhi sanchit-gandhi 2 years ago
ylacombe ylacombe requested a review from sgugger sgugger 2 years ago
sgugger
sgugger commented on 2023-08-10
ylacombe address Sylvain nit refactors
179e5c2d
ylacombe make style
a0de4651
ylacombe refactor into one liners
f6f37023
sgugger
sgugger approved these changes on 2023-08-11
ylacombe Merge branch 'huggingface:main' into add_tts_pipeline
71b7832a
ylacombe Merge branch 'huggingface:main' into add_tts_pipeline
62a53a9f
ylacombe correct squeeze
a67632a6
ylacombe correct way to test if forward or generate
9948d5b0
ylacombe Update output audio waveform shape
2d7154ae
ylacombe make style
9ec61fae
ylacombe Merge branch 'huggingface:main' into add_tts_pipeline
c906e42b
ylacombe correct import
72d606fc
sanchit-gandhi
sanchit-gandhi commented on 2023-08-14
ylacombe modify how the TTS pipeline test if a model can generate
ed7ad070
sanchit-gandhi
sanchit-gandhi approved these changes on 2023-08-14
ylacombe align shape output of TTS pipeline with consistent shape
0c5d4de3
sanchit-gandhi sanchit-gandhi merged b8f69d0d into main 2 years ago

Login to write a write a comment.

Login via GitHub

Assignees
No one assigned
Labels
Milestone