mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-13 06:56:38 +08:00
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