was-node-suite-comfyui
was-node-suite-comfyui copied to clipboard
WAS_Node_Suite.py:7355: SyntaxWarning: invalid escape sequence '\o'
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.
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.
@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
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