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

WAS_Node_Suite.py:7355: SyntaxWarning: invalid escape sequence '\o'

Open photigy opened this issue 8 months ago • 3 comments
trafficstars

Start getting this error on comfyui, cleaned all nodes, updated Comfyui and Comfyui manager, same thing. tried different versions - same thing. Happened just today, before all was OK.

photigy avatar Mar 21 '25 20:03 photigy

Your output path in the Save Image node must be bugged, as all that line of code is doing is handling the output path from the node.

WASasquatch avatar Mar 22 '25 19:03 WASasquatch

@photigy can you share a screenshot or your workflow? It's possible that your filename has an invalid character in it or the path field in the Image Saver node is pointing to a directory that doesn't exist. If you're intentionally using a \ in your path because you're on windows, you might need to escape it, i.e. \sub_folder instead of \sub_folder

tilleraj avatar Mar 27 '25 22:03 tilleraj

This is because the version with the fix for this has not yet been published to the Comfy-Registry.

This bug has been fixed in this PR: https://github.com/WASasquatch/was-node-suite-comfyui/pull/548

bigcat88 avatar Mar 28 '25 08:03 bigcat88