Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
heshengtao authored May 5, 2024
1 parent 21ee2b3 commit 0aa44ac
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tools/dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def INPUT_TYPES(s):

#OUTPUT_NODE = False

CATEGORY = "大模型派对(llm_party)/函数(function)"
CATEGORY = "大模型派对(llm_party)/工作流(workflow)"



Expand Down Expand Up @@ -66,7 +66,7 @@ def INPUT_TYPES(s):

OUTPUT_NODE = False

CATEGORY = "大模型派对(llm_party)/函数(function)"
CATEGORY = "大模型派对(llm_party)/工作流(workflow)"



Expand Down
2 changes: 1 addition & 1 deletion tools/end_work.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def INPUT_TYPES(s):

OUTPUT_NODE = True

CATEGORY = "大模型派对(llm_party)/API"
CATEGORY = "大模型派对(llm_party)/工作流(workflow)"

def save_all(self, images=None,text=None, filename_prefix="ComfyUI", prompt=None, extra_pnginfo=None):
results = list()
Expand Down
2 changes: 1 addition & 1 deletion tools/load_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def INPUT_TYPES(s):

#OUTPUT_NODE = False

CATEGORY = "大模型派对(llm_party)/API"
CATEGORY = "大模型派对(llm_party)/工作流(workflow)"



Expand Down
2 changes: 1 addition & 1 deletion tools/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def INPUT_TYPES(s):

#OUTPUT_NODE = False

CATEGORY = "大模型派对(llm_party)/API"
CATEGORY = "大模型派对(llm_party)/工作流(workflow)"



Expand Down

0 comments on commit 0aa44ac

Please sign in to comment.