Dr.Lt.Data a476e4c5e5 fixed: An issue where the workflows path is not created if it does not exist in the user directory.
The `file` argument of the `get_request_user_filepath` method is always assumed to be a file, leading to checking the parent directory when creating a directory.
However, it is necessary to distinguish whether the target path is a file or a directory and create the path accordingly.

https://github.com/comfyanonymous/ComfyUI/issues/6780
2025-02-15 16:34:30 +09:00
..