was-node-suite-comfyui icon indicating copy to clipboard operation
was-node-suite-comfyui copied to clipboard

Code that never works

Open de-served opened this issue 7 months ago • 0 comments

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.

de-served avatar May 04 '25 23:05 de-served