You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under Linux with Python 3.11 I encountered some problems with imports in some scripts that prevented the nodes to be loaded at ComfyUI's startup:
in /nodes.py, palette_swap is not in utilities.quantization_utils
in utilities/palette_swapping_utils.py we try to import palette_swapping_utils itself
in some utilities/* scripts, since the directory is not likely to be included in PYTHONPATH env variable, a relative path is probably better for some imports
The text was updated successfully, but these errors were encountered:
Hi,
Under Linux with Python 3.11 I encountered some problems with imports in some scripts that prevented the nodes to be loaded at ComfyUI's startup:
The text was updated successfully, but these errors were encountered: