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

更新内核后,无法加载节点了 #78

Open
qiulinj666 opened this issue May 18, 2024 · 11 comments
Open

更新内核后,无法加载节点了 #78

qiulinj666 opened this issue May 18, 2024 · 11 comments

Comments

@qiulinj666
Copy link

更新到最的管理器后,已经无法识别和加载这个节点了,管理器里显示是红色的

@Linka0512
Copy link

me to

Traceback (most recent call last):
File "G:\ComfyUI-aki\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\nodes.py", line 1879, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in call_with_frames_removed
File "G:\ComfyUI-aki\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\custom_nodes\ComfyUI_UltimateSDUpscale_init
.py", line 32, in
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "G:\ComfyUI-aki\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\custom_nodes\ComfyUI_UltimateSDUpscale\nodes.py", line 6, in
from usdu_patch import usdu
File "G:\ComfyUI-aki\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\custom_nodes\ComfyUI_UltimateSDUpscale\usdu_patch.py", line 2, in
from repositories import ultimate_upscale as usdu
File "G:\ComfyUI-aki\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\custom_nodes\ComfyUI_UltimateSDUpscale\repositories_init_.py", line 14, in
spec.loader.exec_module(ultimate_upscale)
File "G:\ComfyUI-aki\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\custom_nodes\ComfyUI_UltimateSDUpscale\repositories\ultimate_sd_upscale\scripts\ultimate-upscale.py", line 6, in
from modules.processing import Processed
ImportError: cannot import name 'Processed' from 'modules.processing' (G:\ComfyUI-aki\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\custom_nodes\comfyui-reactor-node\modules\processing.py)

Cannot import G:\ComfyUI-aki\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\custom_nodes\ComfyUI_UltimateSDUpscale module for custom nodes: cannot import name 'Processed' from 'modules.processing' (G:\ComfyUI-aki\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\custom_nodes\comfyui-reactor-node\modules\processing.py)

@LianTianNo1
Copy link

LianTianNo1 commented May 18, 2024

me too

When loading the graph, the following node types were not found:
UltimateSDUpscale 🔗
Nodes that have failed to load will show as red on the graph.

@qiulinj666
Copy link
Author

1716039261285
like this

@LianTianNo1
Copy link

I suddenly became like this two hours ago.

@ghl245213993
Copy link

这是为啥呀

@lihuazhang
Copy link

+1

@ghl245213993
Copy link

Reactor卸载掉就正常了

@TamakoT
Copy link

TamakoT commented May 18, 2024

原来都有这个问题呀,我还在这儿想半天为啥,python不是很懂,我研究了一下大概好像是本来应该导入ComfyUI_UltimateSDUpscale/modules下的processing.py,但是它导入找的是reactor的processing.py,不是它应该找的python文件,所以找不到对应的Processed这个东西,最后也不知道怎么解决,不懂为什么更新了下comfyui版本会出这样的问题

@qiulinj666
Copy link
Author

原来都有这个问题呀,我还在这儿想半天为啥,python不是很懂,我研究了一下大概好像是本来应该导入ComfyUI_UltimateSDUpscale/modules下的processing.py,但是它导入找的是reactor的processing.py,不是它应该找的python文件,所以找不到对应的Processed这个东西,最后也不知道怎么解决,不懂为什么更新了下comfyui版本会出这样的问题

已经解决了,把原先的插件删掉,在comfyui/扩展插件文件夹下运行cmd,再运行这段git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive,最主要就是后面的--racursive,直接下载是缺少脚本文件夹的。

@TamakoT
Copy link

TamakoT commented May 19, 2024

原来都有这个问题呀,我还在这儿想半天为啥,python不是很懂,我研究了一下大概好像是本来应该导入ComfyUI_UltimateSDUpscale/modules下的processing.py,但是它导入找的是reactor的processing.py,不是它应该找的python文件,所以找不到对应的Processed这个东西,最后也不知道怎么解决,不懂为什么更新了下comfyui版本会出这样的问题

已经解决了,把原先的插件删掉,在comfyui/扩展插件文件夹下运行cmd,再运行这段git clone ssitu/ComfyUI_UltimateSDUpscale --recursive,最主要就是后面的--racursive,直接下载是缺少脚本文件夹的。

解决问题了,谢谢

@quanzaiyu
Copy link

git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive

问题解决了,谢谢

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