ComfyUI/app
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
..
__init__.py Add FrontendManager to manage non-default front-end impl (#3897) 2024-07-16 11:26:11 -04:00
app_settings.py fixed: robust loading comfy.settings.json (#6383) 2025-01-07 16:03:56 -05:00
custom_node_manager.py [i18n] Add /i18n endpoint to provide all custom node translations (#6558) 2025-01-22 17:15:45 -05:00
frontend_management.py Revert download to .tmp in frontend_management (#5369) 2024-10-25 19:26:13 -04:00
logger.py Add option to log non-error output to stdout (#6243) 2024-12-27 14:40:05 -05:00
model_manager.py Add ruff rule for empty line with trailing whitespace. 2024-12-28 05:23:08 -05:00
user_manager.py fixed: An issue where the workflows path is not created if it does not exist in the user directory. 2025-02-15 16:34:30 +09:00