mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-13 02:57:06 +08:00
Merge branch 'feature/custom_workflow_templates' of https://github.com/bezo97/ComfyUI into feature/custom_workflow_templates
This commit is contained in:
commit
86cbe13139
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user