bytedance / bytedance/MegaTTS3

直接可用的docker镜像

Open
#18 11 comments 3 reactions 0 assignees View on GitHub
help wanted
Dominant language
Python
Stars
6.1k
Forks
474
PR merge metrics
No merged PRs in 30d

Description

Since I encountered some issues running it locally,
I eventually found out that the main problem was caused by **the version of gradio** specified in requirements.txt.

After upgrading to version 5.23.1, it worked fine.
There were also some issues with the package import paths inside the tts directory,
so it couldn't be run directly using python tts/gradio.py.
That's why I packaged it into a Docker container for execution. The image is available here: [MegaTTS3](https://github.com/leeyeel/MegaTTS3) or try my requirements.txt [requirements.txt](https://github.com/user-attachments/files/19533394/requirements.txt)

使用这个版本的docker可执行运行,点击链接,按步骤来即可。 [MegaTTS3](https://github.com/leeyeel/MegaTTS3)

也可以直接替换requirements.txt试试。[requirements.txt](https://github.com/user-attachments/files/19533394/requirements.txt)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with requirements.txt and the tts/gradio.py entry point, then review the linked MegaTTS3 Docker image and replacement requirements.txt. Check whether the reported Gradio 5.23.1 dependency and import-path problems can be reproduced. Done means a documented, directly runnable Docker setup works for the project.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, python
Domain
devops
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.