-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
I was trying to use the custom nodes in a clean comfyUI installation and faced this problem:
File "/comfyui/custom_nodes/anyPython/nodes/nodes.py", line 14, in
from prettytable import PrettyTable
ModuleNotFoundError: No module named 'prettytable'
Cannot import /comfyui/custom_nodes/anyPython module for custom nodes: No module named 'prettytable'
Looking in the code, I see that the PrettyTable library is imported but not used.
I'm thinking that was added there in the development process of creating the custom nodes, but please correct me if I'm wrong and that dependency is needed.
Metadata
Metadata
Assignees
Labels
No labels