Browse Source

update DB

pull/175/head
Dr.Lt.Data 1 year ago
parent
commit
97c8d204d2
  1. 1
      __init__.py
  2. 10
      custom-node-list.json
  3. 19
      extension-node-map.json
  4. 10
      node_db/new/custom-node-list.json
  5. 19
      node_db/new/extension-node-map.json

1
__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:

10
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",

19
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",

10
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",

19
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",

Loading…
Cancel
Save