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

父包问题 #23

Open Rachellaw888 opened 1 week ago

Rachellaw888 commented 1 week ago

!!!GPT_SoVITS path was added to F:\ComfyUI_windows_portable\python_embeded\Lib\site-packages/GPT_SoVITS.pth if meet No module error,try python main.py again, don't be foolish to pip install tools GPT_SoVITS use cache models,make sure your 'pretrained_models' complete Traceback (most recent call last): File "F:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1906, 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_windows_portable\ComfyUI\custom_nodes\ComfyUI-GPT_SoVITS__init__.py", line 37, in from .nodes import LoadSRT,LoadAudio, GPT_SOVITS_INFER, PreViewAudio,GPT_SOVITS_FT, GPT_SOVITS_TTS File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GPT_SoVITS\nodes.py", line 13, in from .finetune import open1abc,default_batch_size,open1Ba,open1Bb File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GPT_SoVITS\finetune.py", line 7, in from config import python_exec ImportError: cannot import name 'python_exec' from 'config' (F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet\config.py)

Cannot import F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GPT_SoVITS module for custom nodes: cannot import name 'python_exec' from 'config' (F:\ComfyUI_windows_portable\ComfyUI\custom_nodes**ComfyUI-BiRefNet\config.py**)

After removing ComfyUI-BiRefNet, it goes well again.