You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/root/autodl-tmp/ChatTTS-Forge/webui.py", line 27, in
from modules.api.api_setup import process_api_args, setup_api_args
File "/root/autodl-tmp/ChatTTS-Forge/modules/api/api_setup.py", line 9, in
from modules.api.impl import (
File "/root/autodl-tmp/ChatTTS-Forge/modules/api/impl/google_api.py", line 16, in
from modules.core.handler.SSMLHandler import SSMLHandler
File "/root/autodl-tmp/ChatTTS-Forge/modules/core/handler/SSMLHandler.py", line 7, in
from modules.core.pipeline.factory import PipelineFactory
File "/root/autodl-tmp/ChatTTS-Forge/modules/core/pipeline/factory.py", line 4, in
from modules.core.models.zoo.ModelZoo import model_zoo
File "/root/autodl-tmp/ChatTTS-Forge/modules/core/models/zoo/init.py", line 2, in
from .ModelZoo import model_zoo
File "/root/autodl-tmp/ChatTTS-Forge/modules/core/models/zoo/ModelZoo.py", line 17, in
from modules.core.models.tts.FishSpeechModel import FishSpeechModel
File "/root/autodl-tmp/ChatTTS-Forge/modules/core/models/tts/FishSpeechModel.py", line 27, in
from modules.repos_static.fish_speech.tools.vqgan.inference import (
File "/root/autodl-tmp/ChatTTS-Forge/modules/repos_static/fish_speech/tools/vqgan/inference.py", line 13, in
from tools.file import AUDIO_EXTENSIONS
ModuleNotFoundError: No module named 'tools.file'
The text was updated successfully, but these errors were encountered:
确认清单
你的issues
Traceback (most recent call last):
File "/root/autodl-tmp/ChatTTS-Forge/webui.py", line 27, in
from modules.api.api_setup import process_api_args, setup_api_args
File "/root/autodl-tmp/ChatTTS-Forge/modules/api/api_setup.py", line 9, in
from modules.api.impl import (
File "/root/autodl-tmp/ChatTTS-Forge/modules/api/impl/google_api.py", line 16, in
from modules.core.handler.SSMLHandler import SSMLHandler
File "/root/autodl-tmp/ChatTTS-Forge/modules/core/handler/SSMLHandler.py", line 7, in
from modules.core.pipeline.factory import PipelineFactory
File "/root/autodl-tmp/ChatTTS-Forge/modules/core/pipeline/factory.py", line 4, in
from modules.core.models.zoo.ModelZoo import model_zoo
File "/root/autodl-tmp/ChatTTS-Forge/modules/core/models/zoo/init.py", line 2, in
from .ModelZoo import model_zoo
File "/root/autodl-tmp/ChatTTS-Forge/modules/core/models/zoo/ModelZoo.py", line 17, in
from modules.core.models.tts.FishSpeechModel import FishSpeechModel
File "/root/autodl-tmp/ChatTTS-Forge/modules/core/models/tts/FishSpeechModel.py", line 27, in
from modules.repos_static.fish_speech.tools.vqgan.inference import (
File "/root/autodl-tmp/ChatTTS-Forge/modules/repos_static/fish_speech/tools/vqgan/inference.py", line 13, in
from tools.file import AUDIO_EXTENSIONS
ModuleNotFoundError: No module named 'tools.file'
The text was updated successfully, but these errors were encountered: