Skip to content

Error trying import node with latest comfyui #6

Description

@bazarus

Error message occurred while importing the 'ComfyUI-WorkflowCheckpointing' module.

Traceback (most recent call last):
  File "C:\comfy\3.16\ComfyUI_windows_portable_FramePack\ComfyUI\nodes.py", line 2131, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 999, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "C:\comfy\3.16\ComfyUI_windows_portable_FramePack\ComfyUI\custom_nodes\comfyui-workflowcheckpointing\__init__.py", line 1, in <module>
    from . import workflowcheckpointing
  File "C:\comfy\3.16\ComfyUI_windows_portable_FramePack\ComfyUI\custom_nodes\comfyui-workflowcheckpointing\workflowcheckpointing.py", line 211, in <module>
    fetch_loop = FetchLoop()
                 ^^^^^^^^^^^
  File "C:\comfy\3.16\ComfyUI_windows_portable_FramePack\ComfyUI\custom_nodes\comfyui-workflowcheckpointing\workflowcheckpointing.py", line 171, in __init__
    self.cs = aiohttp.ClientSession()
              ^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\comfy\3.16\ComfyUI_windows_portable_FramePack\python_embeded\Lib\site-packages\aiohttp\client.py", line 310, in __init__
    loop = loop or asyncio.get_running_loop()
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: no running event loop

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions