pydn/ComfyUI-to-Python-Extension

ModuleNotFoundError: No module named 'nodes'

ross-Hr opened this issue · 5 comments

When i run the comfyui(v0.3.13) in win11, i can not convert :

` python .\comfyui_to_python.py
Traceback (most recent call last):

File "D:\code\comfyui\ins\custom_nodes\ComfyUI-to-Python-Extension\comfyui_to_python.py", line 24, in
from nodes import NODE_CLASS_MAPPINGS

ModuleNotFoundError: No module named 'nodes'`

Pls have you solved this problem