thecooltechguy / ComfyUI-ComfyRun

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

aiofiles error #1

Closed Klaudioz closed 8 months ago

Klaudioz commented 8 months ago

I'm getting the following error:

Total VRAM 12287 MB, total RAM 32621 MB
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 3060 : cudaMallocAsync
VAE dtype: torch.bfloat16
Using pytorch cross attention
Traceback (most recent call last):
  File "D:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1800, 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 "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ComfyRun\__init__.py", line 6, in <module>
    import aiofiles
ModuleNotFoundError: No module named 'aiofiles'

I tried manually installing it with pip install aiofiles and I'm getting the same. I'm using a Windows WM after years of not using windows, so maybe that's the solution and I didn't know how to refresh the environment.

thecooltechguy commented 8 months ago

Hmm can you share the Python version you are using?

Klaudioz commented 8 months ago

Python 3.10.11

thecooltechguy commented 8 months ago

@Klaudioz can you try running <your python executable> -m pip install aiofiles?

BarrenWardo commented 8 months ago

Hey @Klaudioz

With the latest merge, this issue should get fixed. Please try reinstalling it from Manager.

2

Klaudioz commented 8 months ago

After uninstalling and re-installing with the Manager, I got the same:

CleanShot 2023-12-26 at 10 22 45

Klaudioz commented 8 months ago

Edit: It worked, I forgot to restart