Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Docker image for TTS Generation ALL IN ONE

License

NotificationsYou must be signed in to change notification settings

ashleykleynhans/tts-generation-docker

Repository files navigation

Web UI for:

  • Bark Generation
  • Bark Voice Clone
  • MusicGen + AudioGen
  • RVC
  • UVR5
  • Demucs
  • SeamlessM4Tv2
  • MAGNeT
  • Valle-X
  • MMS
  • Maha TTS
  • StyleTTS2
  • Stable Audio
  • Vocos
  • Tortoise TTS

Installs

Available on RunPod

This image is designed to work onRunPod.You can use my customRunPod templateto launch it on RunPod.

Building the Docker image

Note

You will need to edit thedocker-bake.hcl file and updateUSERNAME,andRELEASE. You can obviously edit the other values too, but theseare the most important ones.

# Clone the repogit clone https://github.com/ashleykleynhans/tts-generation-docker.git# Log in to Docker Hubdocker login# Build the image, tag the image, and push the image to Docker Hubcd tts-generation-dockerdocker buildx bake -f docker-bake.hcl --push

Running Locally

Install Nvidia CUDA Driver

Start the Docker container

docker run -d \  --gpus all \  -v /workspace \  -p 3000:3001 \  -p 3005:3006 \  -p 7777:7777 \  -p 8888:8888 \  -p 2999:2999 \  ashleykza/tts-generation:latest

You can obviously substitute the image name and tag with your own.

Ports

Connect PortInternal PortDescription
30003001TTS Generation Web UI
30053006React TTS Generation Web UI (beta)
77777777Code Server
88888888Jupyter Lab
29992999RunPod File Uploader

Environment Variables

VariableDescriptionDefault
JUPYTER_LAB_PASSWORDSet a password for Jupyter labnot set - no password
DISABLE_AUTOLAUNCHDisable TTS Generation Web UI from launching automatically(not set)
DISABLE_SYNCDisable syncing if using a RunPod network volume(not set)

Logs

TTS Generation Web UI creates a log file, and you can tail the log instead ofkilling the service to view the logs.

ApplicationLog file
TTS Generation Web UI/workspace/logs/tts.log

For example:

tail -f /workspace/logs/tts.log

Community and Contributing

Pull requests and issues onGitHubare welcome. Bug fixes and new features are encouraged.

Appreciate my work?

Buy Me A Coffee


[8]ページ先頭

©2009-2025 Movatter.jp