thecooltechguy / ComfyUI-ComfyRun

The easiest way to run & share ComfyUI workflows.
GNU Affero General Public License v3.0
80 stars 5 forks source link

Issue Fix - aiofiles model not found #2

Closed BarrenWardo closed 8 months ago

BarrenWardo commented 8 months ago

Solving below import issue.

Traceback (most recent call last):
  File "/kaggle/working/ComfyUI/nodes.py", line 1813, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/kaggle/working/ComfyUI/custom_nodes/ComfyUI-ComfyRun/__init__.py", line 6, in <module>
    import aiofiles
ModuleNotFoundError: No module named 'aiofiles'
thecooltechguy commented 8 months ago

Thank you so much for the PR!