was-node-suite-comfyui
was-node-suite-comfyui copied to clipboard
Code that never works
WAS_Node_Suite.py:
legacy_was_nodes.append('WAS_Node_Suite.py')```
1) cstr("os.path.basename(CUSTOM_NODES_DIR): " + os.path.basename(CUSTOM_NODES_DIR)).msg.print() will show `custom_nodes`, because CUSTOM_NODES_DIR is `custom_nodes`;
2) all directories inside custom_nodes are case INsensitive, but current code is case sensitive.
So this block of code will not work ever.