update DB

This commit is contained in:
Dr.Lt.Data 2023-08-14 02:45:09 +09:00
parent a630b87054
commit 5438c7a45e
2 changed files with 44 additions and 3 deletions

View File

@ -1059,6 +1059,36 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A set of custom nodes to perform image 2 image functions in ComfyUI." "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", "author": "taabata",
"title": "Syrian Falcon Nodes", "title": "Syrian Falcon Nodes",

View File

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