Workflow json file path doesn't get URL-decoded. #4753
Closed
Description
Expected Behavior
When I save/load a workflow from userdata it gets saved in (or loaded from) <userdir>/workflows/name.json
.
Actual Behavior
When I save/load a workflow from userdata it gets saved in (or loaded from) <userdir>/workflows%2Fname.json
. (%2F
is a slash (/
) in URL-encoded format).
Steps to Reproduce
Save a workflow and inspect the userdata dir. Or load a workflow saved in the workflow directory and observe a 404.
Debug Logs
(The terminal doesn't produce an output when triggering the bug.)
Other
ComfyUI: v0.2.0
ComfyUI Frontent: v1.2.40