From 97c8d204d23fef1a89116f7b3135e13cbac9a4a8 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 5 Nov 2023 10:28:11 +0900 Subject: [PATCH] update DB --- __init__.py | 1 + custom-node-list.json | 10 ++++++++++ extension-node-map.json | 19 +++++++++++++++++++ node_db/new/custom-node-list.json | 10 ++++++++++ node_db/new/extension-node-map.json | 19 +++++++++++++++++++ 5 files changed, 59 insertions(+) diff --git a/__init__.py b/__init__.py index f50c462..a4b3542 100644 --- a/__init__.py +++ b/__init__.py @@ -11,6 +11,7 @@ from tqdm.auto import tqdm version = "V0.39" + def handle_stream(stream, prefix): stream.reconfigure(encoding=locale.getpreferredencoding(), errors='replace') for line in stream: diff --git a/custom-node-list.json b/custom-node-list.json index 1049320..16b6351 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2662,6 +2662,16 @@ "install_type": "git-clone", "description": "This extension adds nodes that allow you to easily serve your workflow (for example using a discord bot) " }, + { + "author": "PCMonsterx", + "title": "ComfyUI-CSV-Loader", + "reference": "https://github.com/PCMonsterx/ComfyUI-CSV-Loader", + "files": [ + "https://github.com/PCMonsterx/ComfyUI-CSV-Loader" + ], + "install_type": "git-clone", + "description": "CSV Loader for prompt building within ComfyUI interface. Allows access to positive/negative prompts associated with a name. Selections are being pulled from CSV files." + }, { "author": "Smuzzies", "title": "Chatbox Overlay node for ComfyUI", diff --git a/extension-node-map.json b/extension-node-map.json index 6ac6e81..6a4760e 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -477,6 +477,7 @@ "BatchPromptSchedule", "BatchPromptScheduleEncodeSDXL", "BatchPromptScheduleLatentInput", + "BatchPromptScheduleNodeFlowEnd", "BatchPromptScheduleSDXLLatentInput", "BatchStringSchedule", "BatchValueSchedule", @@ -930,6 +931,23 @@ "title_aux": "QRNG_Node_ComfyUI" } ], + "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": [ + [ + "Load Artists CSV", + "Load Artmovements CSV", + "Load Characters CSV", + "Load Colors CSV", + "Load Composition CSV", + "Load Lighting CSV", + "Load Negative CSV", + "Load Positive CSV", + "Load Settings CSV", + "Load Styles CSV" + ], + { + "title_aux": "ComfyUI-CSV-Loader" + } + ], "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": [ [ "CSVPromptsLoader", @@ -3599,6 +3617,7 @@ "AV_ControlNetLoader", "AV_ControlNetPreprocessor", "AV_LoraListLoader", + "AV_LoraListStacker", "AV_LoraLoader", "AV_ParametersPipeToCheckpointModels", "AV_ParametersPipeToPrompts", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index c7ce7fe..e5cf4cc 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "PCMonsterx", + "title": "ComfyUI-CSV-Loader", + "reference": "https://github.com/PCMonsterx/ComfyUI-CSV-Loader", + "files": [ + "https://github.com/PCMonsterx/ComfyUI-CSV-Loader" + ], + "install_type": "git-clone", + "description": "CSV Loader for prompt building within ComfyUI interface. Allows access to positive/negative prompts associated with a name. Selections are being pulled from CSV files." + }, { "author": "IAmMatan.com", "title": "ComfyUI Serving toolkit", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 6ac6e81..6a4760e 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -477,6 +477,7 @@ "BatchPromptSchedule", "BatchPromptScheduleEncodeSDXL", "BatchPromptScheduleLatentInput", + "BatchPromptScheduleNodeFlowEnd", "BatchPromptScheduleSDXLLatentInput", "BatchStringSchedule", "BatchValueSchedule", @@ -930,6 +931,23 @@ "title_aux": "QRNG_Node_ComfyUI" } ], + "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": [ + [ + "Load Artists CSV", + "Load Artmovements CSV", + "Load Characters CSV", + "Load Colors CSV", + "Load Composition CSV", + "Load Lighting CSV", + "Load Negative CSV", + "Load Positive CSV", + "Load Settings CSV", + "Load Styles CSV" + ], + { + "title_aux": "ComfyUI-CSV-Loader" + } + ], "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": [ [ "CSVPromptsLoader", @@ -3599,6 +3617,7 @@ "AV_ControlNetLoader", "AV_ControlNetPreprocessor", "AV_LoraListLoader", + "AV_LoraListStacker", "AV_LoraLoader", "AV_ParametersPipeToCheckpointModels", "AV_ParametersPipeToPrompts",