Browse Source

update DB

pull/62/head
Dr.Lt.Data 1 year ago
parent
commit
5438c7a45e
  1. 30
      custom-node-list.json
  2. 17
      extension-node-map.json

30
custom-node-list.json

@ -1059,6 +1059,36 @@
"install_type": "git-clone",
"description": "A set of custom nodes to perform image 2 image functions in ComfyUI."
},
{
"author": "theUpsider",
"title": "ComfyUI-Logic",
"reference": "https://github.com/theUpsider/ComfyUI-Logic",
"files": [
"https://github.com/theUpsider/ComfyUI-Logic"
],
"install_type": "git-clone",
"description": "An extension to ComfyUI that introduces logic nodes and conditional rendering capabilities."
},
{
"author": "tkoenig89",
"title": "Load Image with metadata",
"reference": "https://github.com/tkoenig89/ComfyUI_Load_Image_With_Metadata",
"files": [
"https://github.com/tkoenig89/ComfyUI_Load_Image_With_Metadata"
],
"install_type": "git-clone",
"description": "A custom node for comfy ui to read generation data from images (only png for now). This could be used for upscaling generated images, when the original prompts should be used."
},
{
"author": "mpiquero7164",
"title": "SaveImgPrompt",
"reference": "https://github.com/mpiquero7164/ComfyUI-SaveImgPrompt",
"files": [
"https://github.com/mpiquero7164/ComfyUI-SaveImgPrompt"
],
"install_type": "git-clone",
"description": "Save a png or jpeg and option to save prompt/workflow in a text or json file for each image in Comfy + Workflow loading."
},
{
"author": "taabata",
"title": "Syrian Falcon Nodes",

17
extension-node-map.json

@ -295,9 +295,7 @@
"https://github.com/LucianoCirino/efficiency-nodes-comfyui": [
"Control Net Stacker",
"Efficient Loader",
"Evaluate Floats",
"Evaluate Integers",
"Evaluate Strings",
"Image Overlay",
"Join XY Inputs of Same Type",
"KSampler (Efficient)",
@ -305,7 +303,6 @@
"LoRA Stacker",
"LoRA Stacker Adv.",
"Manual XY Entry Info",
"Simple Eval Examples",
"XY Input: Add/Return Noise",
"XY Input: CFG Scale",
"XY Input: Checkpoint",
@ -1121,6 +1118,7 @@
"ImpactSEGSToMaskList",
"ImpactSimpleDetectorSEGS",
"ImpactSimpleDetectorSEGSPipe",
"ImpactStringSelector",
"ImpactValueReceiver",
"ImpactValueSender",
"ImpactWildcardEncode",
@ -1241,6 +1239,9 @@
"https://github.com/mihaiiancu/ComfyUI_Inpaint": [
"InpaintMediapipe"
],
"https://github.com/mpiquero7164/ComfyUI-SaveImgPrompt": [
"Save IMG Prompt"
],
"https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": [
"CLIPStringEncode _O",
"Chat completion _O",
@ -1389,9 +1390,19 @@
"QRGenerate",
"WordAsImage"
],
"https://github.com/theUpsider/ComfyUI-Logic": [
"Compare",
"DebugPrint",
"If ANY execute A else B",
"Int",
"String"
],
"https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": [
"Load Styles CSV"
],
"https://github.com/tkoenig89/ComfyUI_Load_Image_With_Metadata": [
"LoadImageWithMetadata"
],
"https://github.com/trojblue/trNodes": [
"JpgConvertNode",
"trColorCorrection",

Loading…
Cancel
Save