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

Support F5-TTS #176

Closed
4 tasks done
zhzLuke96 opened this issue Oct 14, 2024 · 1 comment
Closed
4 tasks done

Support F5-TTS #176

zhzLuke96 opened this issue Oct 14, 2024 · 1 comment
Labels
Story Next iteration summary and TODO list

Comments

@zhzLuke96
Copy link
Member

zhzLuke96 commented Oct 14, 2024

https://swivid.github.io/F5-TTS/

TODOs

@zhzLuke96 zhzLuke96 added the Story Next iteration summary and TODO list label Oct 14, 2024
zhzLuke96 added a commit that referenced this issue Oct 15, 2024
zhzLuke96 added a commit that referenced this issue Oct 15, 2024
- from SWivid/F5-TTS@49b465f
- add requirements
zhzLuke96 added a commit that referenced this issue Oct 15, 2024
- add F5 TTS TN
- add vocos downloader
- add pipeline
zhzLuke96 added a commit that referenced this issue Oct 15, 2024
- impl webui
- update readme
@lei-cao
Copy link

lei-cao commented Oct 16, 2024

Colab 报错了。。

2024-10-16 14:19:22,235 - numexpr.utils - INFO - NumExpr defaulting to 2 threads.
2024-10-16 14:19:30,519 - root - INFO - new registry table has been added: preprocessor_classes
2024-10-16 14:19:31,422 - root - INFO - new registry table has been added: adaptor_classes
2024-10-16 14:19:31,925 - root - INFO - new registry table has been added: lid_predictor_classes
Traceback (most recent call last):
  File "/content/ChatTTS-Forge/webui.py", line 27, in <module>
    from modules.api.api_setup import process_api_args, setup_api_args
  File "/content/ChatTTS-Forge/modules/api/api_setup.py", line 9, in <module>
    from modules.api.impl import (
  File "/content/ChatTTS-Forge/modules/api/impl/google_api.py", line 16, in <module>
    from modules.core.handler.SSMLHandler import SSMLHandler
  File "/content/ChatTTS-Forge/modules/core/handler/SSMLHandler.py", line 7, in <module>
    from modules.core.pipeline.factory import PipelineFactory
  File "/content/ChatTTS-Forge/modules/core/pipeline/factory.py", line 4, in <module>
    from modules.core.models.zoo.ModelZoo import model_zoo
  File "/content/ChatTTS-Forge/modules/core/models/zoo/__init__.py", line 2, in <module>
    from .ModelZoo import model_zoo
  File "/content/ChatTTS-Forge/modules/core/models/zoo/ModelZoo.py", line 15, in <module>
    from modules.core.models.tts.F5TtsModel import F5TtsModel
  File "/content/ChatTTS-Forge/modules/core/models/tts/F5TtsModel.py", line 15, in <module>
    from modules.repos_static.F5TTS.f5_tts.model import CFM, UNetT, DiT, MMDiT
  File "/content/ChatTTS-Forge/modules/repos_static/F5TTS/f5_tts/model/__init__.py", line 3, in <module>
    from .backbones.unett import UNetT
  File "/content/ChatTTS-Forge/modules/repos_static/F5TTS/f5_tts/model/backbones/unett.py", line 22, in <module>
    from f5_tts.model.modules import (
  File "/content/ChatTTS-Forge/modules/repos_static/F5TTS/f5_tts/model/__init__.py", line 7, in <module>
    from .trainer import Trainer
  File "/content/ChatTTS-Forge/modules/repos_static/F5TTS/f5_tts/model/trainer.py", line 22, in <module>
    from .dataset import DynamicBatchSampler, collate_fn
  File "/content/ChatTTS-Forge/modules/repos_static/F5TTS/f5_tts/model/dataset.py", line 9, in <module>
    from datasets import load_dataset, load_from_disk
ImportError: cannot import name 'load_dataset' from 'datasets' (unknown location)

感觉是相关的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Story Next iteration summary and TODO list
Projects
None yet
Development

No branches or pull requests

2 participants