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

Several custom_nodes not loading, after last update: 9a151b7 #3585

Closed
Pauweltje opened this issue May 26, 2024 · 10 comments
Closed

Several custom_nodes not loading, after last update: 9a151b7 #3585

Pauweltje opened this issue May 26, 2024 · 10 comments

Comments

@Pauweltje
Copy link

After the update there are several custom_nodes that are not working anymore, see below:

image

Please will there be a fix soon?

If not, how to revert to the earlier version of ComfyUI?

Thanks!

@ethanfel
Copy link

git checkout ffc4b7c and we have to wait for the customs node to be fixed

@comfyanonymous
Copy link
Owner

16a493a

This should fix it.

@Johnz86
Copy link

Johnz86 commented May 26, 2024

This resolved my issues. previously some of the nodes failed with:

ImportError: cannot import name 'model_loading' from 'comfy_extras.chainner_models

Now they successfully started :)

Thanks

@KINGLIFER
Copy link

zgenmedia made an awesome post about this. https://www.reddit.com/r/comfyui/comments/1d17r3f/who_else_is_doing_comics_in_the_ai_workspace_not/

@GalaxyTimeMachine
Copy link

GalaxyTimeMachine commented May 27, 2024

16a493a

This should fix it.

EDIT: This has now been fixed in the inpainting repo.

After this update, I still see errors with the inpaint nodes:

### Loading: ComfyUI-Impact-Pack (V5.5.11)
Traceback (most recent call last):
  File "F:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1879, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-inpaint-nodes\__init__.py", line 21, in <module>
    from . import nodes
  File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-inpaint-nodes\nodes.py", line 14, in <module>
    from comfy_extras.chainner_models.types import PyTorchModel
ModuleNotFoundError: No module named 'comfy_extras.chainner_models.types'

@madriss-mojo
Copy link

Weirdly the Upscale Image (using Model) node doesn't work

@Ketorami
Copy link

Ketorami commented May 27, 2024

I solved the problem.
Run update_comfyui_and_python_dependencies.bat in ComfyUI\update.

@aniketgore
Copy link

Even after checking out to ffc4b7c still getting 0.0 seconds (IMPORT FAILED): /SD/comfy/ComfyUI/custom_nodes/comfyui-inpaint-nodes

@Ainaemaet
Copy link

I solved the problem. Run update_comfyui_and_python_dependencies.bat in ComfyUI\update.

I have no 'ComfyUI\update' directory, and there is none in the repo - I'm confused?

@GalaxyTimeMachine
Copy link

I solved the problem. Run update_comfyui_and_python_dependencies.bat in ComfyUI\update.

I have no 'ComfyUI\update' directory, and there is none in the repo - I'm confused?

You're probably not using the "portable" version, in which case you'd have to do a "git pull".

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