AIFSH / ComfyUI-GPT_SoVITS

a comfyui custom node for GPT-SoVITS! you can voice cloning and tts in comfyui now
Other
161 stars 14 forks source link

Error of Jieba_fast #5

Closed zhenyuanzhou closed 2 months ago

zhenyuanzhou commented 2 months ago

Traceback (most recent call last): File "F:\ComfyUI\ComfyUI\nodes.py", line 1864, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "F:\ComfyUI\ComfyUI\custom_nodes\ComfyUI-GPT_SoVITS__init__.py", line 27, in from .nodes import LoadSRT,LoadAudio, GPT_SOVITS_INFER, PreViewAudio,GPT_SOVITS_FT, GPT_SOVITS_TTS File "F:\ComfyUI\ComfyUI\custom_nodes\ComfyUI-GPT_SoVITS\nodes.py", line 10, in from .inference import dict_language,get_tts_wav File "F:\ComfyUI\ComfyUI\custom_nodes\ComfyUI-GPT_SoVITS\inference.py", line 34, in from GPT_SoVITS.text.cleaner import clean_text File "F:\ComfyUI\ComfyUI\custom_nodes\ComfyUI-GPT_SoVITS\GPT_SoVITS\text\cleaner.py", line 1, in from text import chinese, japanese, cleaned_text_to_sequence, symbols, english File "F:\ComfyUI\ComfyUI\custom_nodes\ComfyUI-GPT_SoVITS\GPT_SoVITS\text\chinese.py", line 9, in from text.tone_sandhi import ToneSandhi File "F:\ComfyUI\ComfyUI\custom_nodes\ComfyUI-GPT_SoVITS\GPT_SoVITS\text\tone_sandhi.py", line 17, in import jieba_fast as jieba ModuleNotFoundError: No module named 'jieba_fast'

I installed jieba_fast, but still error.

AIFSH commented 2 months ago

try to jieba_fast repo find answer

zhenyuanzhou commented 2 months ago

I found the problem, I switched python 3.11 to 3.10 or 3.9 can solve the problem