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

error #6

Closed
T8mars opened this issue Nov 3, 2024 · 8 comments
Closed

error #6

T8mars opened this issue Nov 3, 2024 · 8 comments

Comments

@T8mars
Copy link

T8mars commented Nov 3, 2024

image
I have installed all requirements

@niknah
Copy link
Owner

niknah commented Nov 3, 2024

How did you get this? With comfy manager or with "git" command line or "install via git url" in comfy manager?

It's best to install it from comfy manager.

It should have checked out the F5-TTS in custom_nodes/ComfyUI-F5-TTS/F5-TTS

If you had installed it not with comfy manager. Go to the command line and update the submodules...

cd custom_nodes/ComfyUI-F5-TTS
git submodule update --init --recursive

@BecarefulW
Copy link

我是用comfy manager安装的,也出现同样问题
File "G:\AI\ComfyUI\nodes.py", line 2006, 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 "G:\AI\ComfyUI\custom_nodes\ComfyUI-F5-TTS_init
.py", line 2, in
from .F5TTS import F5TTSAudio, F5TTSAudioInputs
File "G:\AI\ComfyUI\custom_nodes\ComfyUI-F5-TTS\F5TTS.py", line 20, in
from model import DiT,UNetT # noqa E402
^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'model'

git submodule update --init --recursive后也无法解决

@niknah
Copy link
Owner

niknah commented Nov 15, 2024

此文件存在吗?“custom_nodes/ComfyUI-F5-TTS/F5-TTS/model/init.py”

@bob83111
Copy link

此文件存在吗?“custom_nodes/ComfyUI-F5-TTS/F5-TTS/model/init.py”

大佬我是秋叶包,我也装了所有依赖,然后也是加载不了节点。这个init文件有的。报错信息如下:

Cannot import E:\AI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-F5-TTS module for custom nodes: No module named 'jax.numpy'; 'jax' is not a package

@niknah
Copy link
Owner

niknah commented Nov 22, 2024

Cannot import E:\AI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-F5-TTS module for custom nodes: No module named 'jax.numpy'; 'jax' is not a package

#10

@niknah
Copy link
Owner

niknah commented Dec 7, 2024

This was caused by F5-TTS re-arranging their repository. I didn't check.
Update it and try now. Should work.

@niknah
Copy link
Owner

niknah commented Dec 9, 2024

commit 3bca21f, reopen if you think it's not working

@niknah niknah closed this as completed Dec 9, 2024
@bob83111
Copy link

bob83111 commented Dec 9, 2024

提交3bca21f,如果您认为它不起作用,请重新打开

我更新了,还是不行。报错还是那个JAX。 提交3bca21f 是什么意思?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@niknah @BecarefulW @T8mars @bob83111 and others