Merge branch 'feature/custom_workflow_templates' of https://github.com/bezo97/ComfyUI into feature/custom_workflow_templates

This commit is contained in:
bezo97 2024-12-28 01:17:28 +01:00
commit 86cbe13139

View File

@ -252,7 +252,7 @@ class PromptServer():
name) + "/" + os.path.relpath(f, dir).replace("\\", "/"), files))) name) + "/" + os.path.relpath(f, dir).replace("\\", "/"), files)))
return web.json_response(extensions) return web.json_response(extensions)
def get_dir_by_type(dir_type): def get_dir_by_type(dir_type):
if dir_type is None: if dir_type is None:
dir_type = "input" dir_type = "input"