AIFSH/ComfyUI-GPT_SoVITS

父包问题

Rachellaw888 opened this issue · 0 comments

!!!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.