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

ComfyUI里面无法载入(it can't be load in comfyUI) #16

Open
yli6hz opened this issue Oct 7, 2024 · 6 comments
Open

ComfyUI里面无法载入(it can't be load in comfyUI) #16

yli6hz opened this issue Oct 7, 2024 · 6 comments

Comments

@yli6hz
Copy link

yli6hz commented Oct 7, 2024

错误提示如下:Error show as below:

Traceback (most recent call last):
File "D:\ComfyUI\ComfyUI\nodes.py", line 1993, 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 "D:\ComfyUI\ComfyUI\custom_nodes\FLUX-Controlnet-Inpainting_init
.py", line 3, in
from controlnet_flux import FluxControlNetModel
ModuleNotFoundError: No module named 'controlnet_flux'

Cannot import D:\ComfyUI\ComfyUI\custom_nodes\FLUX-Controlnet-Inpainting module for custom nodes: No module named 'controlnet_flux'

我看文件里本身就没有init.py的,但不知为何导入时会提示需要这个文件。请帮忙,谢谢!I find there is no "init.py" in folder but the system requires to load this file, I don't why. Please give a help. thanks!

@lvpeiyia
Copy link

我也遇到一样的问题

@JPlin
Copy link
Collaborator

JPlin commented Oct 12, 2024

该Github仓库是Diffusers框架推理用的,Comfyui推理不用本github代码,直接导入workflow就可以了

@zzddwyff
Copy link

那FLUX-Controlnet-Inpainting应该放在哪里,我放进custom_node里之后导入工作流依旧显示节点缺失

@Anluo28
Copy link

Anluo28 commented Oct 19, 2024

遇到一样的问题

@araleza
Copy link

araleza commented Nov 1, 2024

If you have all the nodes working except for ControlNetInpaintingAlimamaApply, then your ComfyUI installation is likely out of date. This node seems to be part of ComfyUI itself now.

如果 ControlNetInpaintingAlimamaApply 之外的所有節點都正常運作,則您的 ComfyUI 安裝可能已過時。該節點現在似乎是 ComfyUI 本身的一部分。

@zyj802
Copy link

zyj802 commented Nov 18, 2024

如果除 ControlNetInpaintingAlimamaApply 之外的所有节点均正常工作,则您的 ComfyUI 安装可能已过期。此节点现在似乎是 ComfyUI 本身的一部分。

如果 ControlNetInpaintingAlimamaApply 之外的所有节点都正常运行,则您的 ComfyUI 安装可能已经过时。该节点现在似乎是 ComfyUI 本身的一部分。

感谢你的答复,更新comfyui本体后成功加载,这个问题原本一直在困扰我

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

7 participants