Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Reducing logging (stdout) information when initializing TTS #3970

Open
nisanb opened this issue Aug 14, 2024 · 2 comments
Open
Labels
feature request feature requests for making TTS better. wontfix This will not be worked on but feel free to help.

Comments

@nisanb
Copy link

nisanb commented Aug 14, 2024

Hi,
I would hope for the option to reduce the verbosity (or mute all) output messages when initializing TTS.

Just some output when I initialize:

> tts_models/en/ljspeech/tacotron2-DDC is already downloaded.
 > vocoder_models/en/ljspeech/hifigan_v2 is already downloaded.
 > Using model: Tacotron2
 > Setting up Audio Processor...
 | > sample_rate:22050
 | > resample:False
 | > num_mels:80
 | > log_func:np.log
 | > min_level_db:-100
 | > frame_shift_ms:None
 | > frame_length_ms:None
 | > ref_level_db:20
 | > fft_size:1024
 | > power:1.5
 | > preemphasis:0.0
 | > griffin_lim_iters:60
 | > signal_norm:False
@nisanb nisanb added the feature request feature requests for making TTS better. label Aug 14, 2024
@eginhard
Copy link
Contributor

In our fork (available via pip install coqui-tts) the (vast majority of) print statements were replaced with the Python standard lib's logging. This should make it easy to configure the verbosity as needed.

Copy link

stale bot commented Sep 18, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels.

@stale stale bot added the wontfix This will not be worked on but feel free to help. label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request feature requests for making TTS better. wontfix This will not be worked on but feel free to help.
Projects
None yet
Development

No branches or pull requests

2 participants