Skip to main content
Microsoft
separator
https://catalogartifact.azureedge.net/publicartifacts/bcloudllc1671615348068.flowtron1-0dcef094-6788-4153-bd21-a98ee26b9d9e/image3_listinglogoimage.png

Flowtron

by bCloud LLC

(1 ratings)

Version 2.13.0 + Free Support on Ubuntu 26.04

Flowtron is an open-source deep learning framework developed by NVIDIA for high-quality text-to-speech (TTS) synthesis. It combines flow-based generative models with autoregressive architectures to produce natural, expressive, and controllable speech from text. Flowtron enables researchers and developers to build customized speech synthesis systems with control over voice style, pitch, speaking rate, and prosody, making it suitable for virtual assistants, voice cloning, audiobook generation, and AI-powered audio applications.

Features of Flowtron:

  • Generates high-quality, natural, and expressive speech from text input.
  • Supports controllable speech synthesis, including voice style, pitch, rhythm, and prosody.
  • Built on PyTorch, enabling both research and production workflows.
  • Compatible with NVIDIA GPUs for accelerated training and inference.
  • Provides pretrained models for quick experimentation and evaluation.
  • Supports customization and fine-tuning using user-provided speech datasets.
  • Modular architecture that integrates with vocoders such as WaveGlow for waveform generation.
  • Suitable for AI research, virtual assistants, voice cloning, audiobook creation, and conversational AI applications.

To verify the Flowtron installation on Ubuntu:


$ sudo su
$ cd /opt
$ cd /opt/flowtron
$ source venv/bin/activate
$ python - <<'EOF'
import torch

try:
    import flowtron
    print("Flowtron imported successfully")
except ImportError:
    print("Flowtron module not found")

print("PyTorch Version:", torch.__version__)
print("CUDA Available:", torch.cuda.is_available())
EOF

Note: Flowtron does not provide a dedicated command to display its version number. Since it is distributed as a research project rather than a packaged Python library, you can verify the installation by successfully importing the module and checking the repository commit or tag using Git.


$ cd /opt/flowtron
$ git rev-parse HEAD
$ git tag

Disclaimer: Flowtron is a research-oriented speech synthesis framework from NVIDIA. For optimal performance, an NVIDIA GPU with CUDA support is recommended. The quality of generated speech depends on the pretrained model, vocoder, configuration, and training dataset. Refer to the official NVIDIA Flowtron repository for the latest documentation, pretrained models, and usage guidelines.

English (United States)
Your Privacy Choices Opt-Out Icon Your Privacy Choices
Consumer Health Privacy Sitemap Contact Us Privacy & Cookies Terms of Use Trademarks About our ads Manage cookies