update DB

This commit is contained in:
Dr.Lt.Data 2024-05-04 22:25:01 +09:00
parent f7edfa6f54
commit fe999348ff
2 changed files with 20 additions and 2 deletions

View File

@ -4009,6 +4009,7 @@
"ttN advanced xyPlot", "ttN advanced xyPlot",
"ttN compareInput", "ttN compareInput",
"ttN concat", "ttN concat",
"ttN conditioning",
"ttN debugInput", "ttN debugInput",
"ttN float", "ttN float",
"ttN hiresfixScale", "ttN hiresfixScale",
@ -4038,6 +4039,7 @@
"ttN text3BOX_3WAYconcat", "ttN text3BOX_3WAYconcat",
"ttN text7BOX_concat", "ttN text7BOX_concat",
"ttN textDebug", "ttN textDebug",
"ttN tinyLoader",
"ttN xyPlot" "ttN xyPlot"
], ],
{ {
@ -8042,6 +8044,7 @@
"VAEDecode_party", "VAEDecode_party",
"accuweather_tool", "accuweather_tool",
"api_tool", "api_tool",
"arxiv_tool",
"check_web_tool", "check_web_tool",
"classify_function", "classify_function",
"classify_persona", "classify_persona",
@ -8058,6 +8061,7 @@
"load_file_folder", "load_file_folder",
"load_persona", "load_persona",
"load_url", "load_url",
"load_wikipedia",
"new_interpreter_tool", "new_interpreter_tool",
"show_text_party", "show_text_party",
"start_dialog", "start_dialog",
@ -8066,7 +8070,9 @@
"time_tool", "time_tool",
"tool_combine", "tool_combine",
"tool_combine_plus", "tool_combine_plus",
"weather_tool" "weather_tool",
"wikipedia_tool",
"workflow_transfer"
], ],
{ {
"title_aux": "comfyui_LLM_party" "title_aux": "comfyui_LLM_party"
@ -8857,6 +8863,7 @@
"https://github.com/kijai/ComfyUI-KJNodes": [ "https://github.com/kijai/ComfyUI-KJNodes": [
[ [
"AddLabel", "AddLabel",
"AppendInstanceDiffusionTracking",
"BatchCLIPSeg", "BatchCLIPSeg",
"BatchCropFromMask", "BatchCropFromMask",
"BatchCropFromMaskAdvanced", "BatchCropFromMaskAdvanced",
@ -8903,6 +8910,7 @@
"INTConstant", "INTConstant",
"ImageAndMaskPreview", "ImageAndMaskPreview",
"ImageBatchMulti", "ImageBatchMulti",
"ImageBatchRepeatInterleaving",
"ImageBatchTestPattern", "ImageBatchTestPattern",
"ImageConcanate", "ImageConcanate",
"ImageGrabPIL", "ImageGrabPIL",
@ -8931,6 +8939,7 @@
"PlotCoordinates", "PlotCoordinates",
"RemapImageRange", "RemapImageRange",
"RemapMaskRange", "RemapMaskRange",
"ReplaceImagesInBatch",
"ResizeMask", "ResizeMask",
"ReverseImageBatch", "ReverseImageBatch",
"RoundMask", "RoundMask",

View File

@ -4009,6 +4009,7 @@
"ttN advanced xyPlot", "ttN advanced xyPlot",
"ttN compareInput", "ttN compareInput",
"ttN concat", "ttN concat",
"ttN conditioning",
"ttN debugInput", "ttN debugInput",
"ttN float", "ttN float",
"ttN hiresfixScale", "ttN hiresfixScale",
@ -4038,6 +4039,7 @@
"ttN text3BOX_3WAYconcat", "ttN text3BOX_3WAYconcat",
"ttN text7BOX_concat", "ttN text7BOX_concat",
"ttN textDebug", "ttN textDebug",
"ttN tinyLoader",
"ttN xyPlot" "ttN xyPlot"
], ],
{ {
@ -8042,6 +8044,7 @@
"VAEDecode_party", "VAEDecode_party",
"accuweather_tool", "accuweather_tool",
"api_tool", "api_tool",
"arxiv_tool",
"check_web_tool", "check_web_tool",
"classify_function", "classify_function",
"classify_persona", "classify_persona",
@ -8058,6 +8061,7 @@
"load_file_folder", "load_file_folder",
"load_persona", "load_persona",
"load_url", "load_url",
"load_wikipedia",
"new_interpreter_tool", "new_interpreter_tool",
"show_text_party", "show_text_party",
"start_dialog", "start_dialog",
@ -8066,7 +8070,9 @@
"time_tool", "time_tool",
"tool_combine", "tool_combine",
"tool_combine_plus", "tool_combine_plus",
"weather_tool" "weather_tool",
"wikipedia_tool",
"workflow_transfer"
], ],
{ {
"title_aux": "comfyui_LLM_party" "title_aux": "comfyui_LLM_party"
@ -8857,6 +8863,7 @@
"https://github.com/kijai/ComfyUI-KJNodes": [ "https://github.com/kijai/ComfyUI-KJNodes": [
[ [
"AddLabel", "AddLabel",
"AppendInstanceDiffusionTracking",
"BatchCLIPSeg", "BatchCLIPSeg",
"BatchCropFromMask", "BatchCropFromMask",
"BatchCropFromMaskAdvanced", "BatchCropFromMaskAdvanced",
@ -8903,6 +8910,7 @@
"INTConstant", "INTConstant",
"ImageAndMaskPreview", "ImageAndMaskPreview",
"ImageBatchMulti", "ImageBatchMulti",
"ImageBatchRepeatInterleaving",
"ImageBatchTestPattern", "ImageBatchTestPattern",
"ImageConcanate", "ImageConcanate",
"ImageGrabPIL", "ImageGrabPIL",
@ -8931,6 +8939,7 @@
"PlotCoordinates", "PlotCoordinates",
"RemapImageRange", "RemapImageRange",
"RemapMaskRange", "RemapMaskRange",
"ReplaceImagesInBatch",
"ResizeMask", "ResizeMask",
"ReverseImageBatch", "ReverseImageBatch",
"RoundMask", "RoundMask",