Browse Source

update DB

pull/113/head
dr.lt.data 1 year ago
parent
commit
6f34fffc18
  1. 23
      extension-node-map.json
  2. 100
      node_db/new/custom-node-list.json
  3. 23
      node_db/new/extension-node-map.json

23
extension-node-map.json

@ -345,6 +345,9 @@
"DWPreprocessor", "DWPreprocessor",
"FakeScribblePreprocessor", "FakeScribblePreprocessor",
"HEDPreprocessor", "HEDPreprocessor",
"HintImageEnchance",
"ImageGenResolutionFromImage",
"ImageGenResolutionFromLatent",
"InpaintPreprocessor", "InpaintPreprocessor",
"LeReS-DepthMapPreprocessor", "LeReS-DepthMapPreprocessor",
"LineArtPreprocessor", "LineArtPreprocessor",
@ -357,6 +360,8 @@
"OneFormer-COCO-SemSegPreprocessor", "OneFormer-COCO-SemSegPreprocessor",
"OpenposePreprocessor", "OpenposePreprocessor",
"PiDiNetPreprocessor", "PiDiNetPreprocessor",
"PixelPerfectResolution",
"RaftOpticalFlowPreprocessor",
"SAMPreprocessor", "SAMPreprocessor",
"ScribblePreprocessor", "ScribblePreprocessor",
"Scribble_XDoG_Preprocessor", "Scribble_XDoG_Preprocessor",
@ -791,6 +796,7 @@
"https://github.com/RockOfFire/CR_Animation_Nodes": [ "https://github.com/RockOfFire/CR_Animation_Nodes": [
[ [
"CR Central Schedule", "CR Central Schedule",
"CR Combine Schedules",
"CR Current Frame", "CR Current Frame",
"CR Cycle Images", "CR Cycle Images",
"CR Cycle Images Simple", "CR Cycle Images Simple",
@ -813,15 +819,17 @@
"CR Keyframe List", "CR Keyframe List",
"CR LoRA List", "CR LoRA List",
"CR Load Animation Frames", "CR Load Animation Frames",
"CR Load Schedule From File",
"CR Load Scheduled ControlNets",
"CR Load Scheduled LoRAs", "CR Load Scheduled LoRAs",
"CR Load Scheduled Models", "CR Load Scheduled Models",
"CR Model List", "CR Model List",
"CR Output Schedule List",
"CR Output Schedule To File", "CR Output Schedule To File",
"CR Prompt List", "CR Prompt List",
"CR Prompt List Keyframes", "CR Prompt List Keyframes",
"CR Prompt Text", "CR Prompt Text",
"CR Schedule Input Switch", "CR Schedule Input Switch",
"CR Schedule To ScheduleList",
"CR Simple Prompt List", "CR Simple Prompt List",
"CR Simple Prompt List Keyframes", "CR Simple Prompt List Keyframes",
"CR Simple Schedule", "CR Simple Schedule",
@ -1034,7 +1042,8 @@
], ],
"https://github.com/TRI3D-LC/tri3d-comfyui-nodes": [ "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": [
[ [
"tri3d-extract-hand" "tri3d-extract-hand",
"tri3d-fuzzification"
], ],
{ {
"title_aux": "tri3d-comfyui-nodes" "title_aux": "tri3d-comfyui-nodes"
@ -1602,6 +1611,7 @@
"CreateRequestMetadata", "CreateRequestMetadata",
"Draw Contour(s)", "Draw Contour(s)",
"EqualizeHistogram", "EqualizeHistogram",
"EstimateColorInterval (hsv)",
"Filter Contour", "Filter Contour",
"FindComplementaryColor", "FindComplementaryColor",
"FindThreshold", "FindThreshold",
@ -1612,8 +1622,10 @@
"Get Models", "Get Models",
"Get Prompt", "Get Prompt",
"HypernetworkLoader (dirty)", "HypernetworkLoader (dirty)",
"InRange (hsv)",
"Inpaint", "Inpaint",
"Input/String to Int Array", "Input/String to Int Array",
"KMeansColor",
"Load 64 Encoded Image", "Load 64 Encoded Image",
"LoraLoader (dirty)", "LoraLoader (dirty)",
"MaskGrid N KSamplers Advanced", "MaskGrid N KSamplers Advanced",
@ -1622,6 +1634,7 @@
"MorphologicOperation", "MorphologicOperation",
"MorphologicSkeletoning", "MorphologicSkeletoning",
"OtsuThreshold", "OtsuThreshold",
"RGB to HSV",
"Rect Grab Cut", "Rect Grab Cut",
"Repeat Into Grid (image)", "Repeat Into Grid (image)",
"Repeat Into Grid (latent)", "Repeat Into Grid (latent)",
@ -2964,9 +2977,9 @@
], ],
{ {
"author": "Endless Sea of Stars", "author": "Endless Sea of Stars",
"description": "A small set of nodes I created for various numerical and text inputs.", "description": "Six Int Inputs and Output",
"nickname": "Endless Nodes", "nickname": "Endless",
"title": "Endless Nodes", "title": "Endless-SixIntIO",
"title_aux": "Endless Nodes" "title_aux": "Endless Nodes"
} }
], ],

100
node_db/new/custom-node-list.json

@ -831,106 +831,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes: ModelMergeByPreset. Merge checkpoint models by preset" "description": "Nodes: ModelMergeByPreset. Merge checkpoint models by preset"
},
{
"author": "jamesWalker55",
"title": "Various ComfyUI Nodes by Type",
"reference": "https://github.com/jamesWalker55/comfyui-various",
"files": [
"https://github.com/jamesWalker55/comfyui-various"
],
"install_type": "git-clone",
"description": "Nodes: JWInteger, JWFloat, JWString, JWImageLoadRGB, JWImageResize, ..."
},
{
"author": "NicholasMcCarthy",
"title": "ComfyUI_TravelSuite",
"reference": "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite",
"files": [
"https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite"
],
"install_type": "git-clone",
"description": "ComfyUI custom nodes to apply various latent travel techniques."
},
{
"author": "ManglerFTW",
"title": "ComfyI2I",
"reference": "https://github.com/ManglerFTW/ComfyI2I",
"files": [
"https://github.com/ManglerFTW/ComfyI2I"
],
"install_type": "git-clone",
"description": "A set of custom nodes to perform image 2 image functions in ComfyUI."
},
{
"author": "city96",
"title": "Latent-Interposer",
"reference": "https://github.com/city96/SD-Latent-Interposer",
"files": [
"https://github.com/city96/SD-Latent-Interposer"
],
"install_type": "git-clone",
"description": "Custom node to convert the lantents between SDXL and SD v1.5 directly without the VAE decoding/encoding step."
},
{
"author": "coreyryanhanson",
"title": "ComfyQR",
"reference": "https://github.com/coreyryanhanson/ComfyQR",
"files": [
"https://github.com/coreyryanhanson/ComfyQR"
],
"install_type": "git-clone",
"description": "QR generation within ComfyUI. Contains nodes suitable for workflows from generating basic QR images to techniques with advanced QR masking."
},
{
"author": "uarefans",
"title": "ComfyUI-Fans",
"reference": "https://github.com/uarefans/ComfyUI-Fans",
"files": [
"https://github.com/uarefans/ComfyUI-Fans"
],
"install_type": "git-clone",
"description": "Nodes: Fans Styler (Max 10 Style), Fans Text Concat (Until 10 text)."
},
{
"author": "theUpsider",
"title": "Styles CSV Loader Extension for ComfyUI",
"reference": "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader",
"files": [
"https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader"
],
"install_type": "git-clone",
"description": "This extension allows users to load styles from a CSV file, primarily for migration purposes from the automatic1111 Stable Diffusion web UI."
},
{
"author": "M1kep",
"title": "ComfyLiterals",
"reference": "https://github.com/M1kep/ComfyLiterals",
"files": [
"https://github.com/M1kep/ComfyLiterals"
],
"install_type": "git-clone",
"description": "Nodes: Int, Float, String, Operation, Checkpoint"
},
{
"author": "dimtoneff",
"title": "ComfyUI PixelArt Detector",
"reference": "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector",
"files": [
"https://github.com/dimtoneff/ComfyUI-PixelArt-Detector"
],
"install_type": "git-clone",
"description": "This node manipulates the pixel art image in ways that it should look pixel perfect (downscales, changes palette, upscales etc.)."
},
{
"author": "dimtoneff",
"title": "Eagle PNGInfo",
"reference": "https://github.com/hylarucoder/ComfyUI-Eagle-PNGInfo",
"files": [
"https://github.com/hylarucoder/ComfyUI-Eagle-PNGInfo"
],
"install_type": "git-clone",
"description": "Nodes: EagleImageNode"
} }
] ]
} }

23
node_db/new/extension-node-map.json

@ -345,6 +345,9 @@
"DWPreprocessor", "DWPreprocessor",
"FakeScribblePreprocessor", "FakeScribblePreprocessor",
"HEDPreprocessor", "HEDPreprocessor",
"HintImageEnchance",
"ImageGenResolutionFromImage",
"ImageGenResolutionFromLatent",
"InpaintPreprocessor", "InpaintPreprocessor",
"LeReS-DepthMapPreprocessor", "LeReS-DepthMapPreprocessor",
"LineArtPreprocessor", "LineArtPreprocessor",
@ -357,6 +360,8 @@
"OneFormer-COCO-SemSegPreprocessor", "OneFormer-COCO-SemSegPreprocessor",
"OpenposePreprocessor", "OpenposePreprocessor",
"PiDiNetPreprocessor", "PiDiNetPreprocessor",
"PixelPerfectResolution",
"RaftOpticalFlowPreprocessor",
"SAMPreprocessor", "SAMPreprocessor",
"ScribblePreprocessor", "ScribblePreprocessor",
"Scribble_XDoG_Preprocessor", "Scribble_XDoG_Preprocessor",
@ -791,6 +796,7 @@
"https://github.com/RockOfFire/CR_Animation_Nodes": [ "https://github.com/RockOfFire/CR_Animation_Nodes": [
[ [
"CR Central Schedule", "CR Central Schedule",
"CR Combine Schedules",
"CR Current Frame", "CR Current Frame",
"CR Cycle Images", "CR Cycle Images",
"CR Cycle Images Simple", "CR Cycle Images Simple",
@ -813,15 +819,17 @@
"CR Keyframe List", "CR Keyframe List",
"CR LoRA List", "CR LoRA List",
"CR Load Animation Frames", "CR Load Animation Frames",
"CR Load Schedule From File",
"CR Load Scheduled ControlNets",
"CR Load Scheduled LoRAs", "CR Load Scheduled LoRAs",
"CR Load Scheduled Models", "CR Load Scheduled Models",
"CR Model List", "CR Model List",
"CR Output Schedule List",
"CR Output Schedule To File", "CR Output Schedule To File",
"CR Prompt List", "CR Prompt List",
"CR Prompt List Keyframes", "CR Prompt List Keyframes",
"CR Prompt Text", "CR Prompt Text",
"CR Schedule Input Switch", "CR Schedule Input Switch",
"CR Schedule To ScheduleList",
"CR Simple Prompt List", "CR Simple Prompt List",
"CR Simple Prompt List Keyframes", "CR Simple Prompt List Keyframes",
"CR Simple Schedule", "CR Simple Schedule",
@ -1034,7 +1042,8 @@
], ],
"https://github.com/TRI3D-LC/tri3d-comfyui-nodes": [ "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": [
[ [
"tri3d-extract-hand" "tri3d-extract-hand",
"tri3d-fuzzification"
], ],
{ {
"title_aux": "tri3d-comfyui-nodes" "title_aux": "tri3d-comfyui-nodes"
@ -1602,6 +1611,7 @@
"CreateRequestMetadata", "CreateRequestMetadata",
"Draw Contour(s)", "Draw Contour(s)",
"EqualizeHistogram", "EqualizeHistogram",
"EstimateColorInterval (hsv)",
"Filter Contour", "Filter Contour",
"FindComplementaryColor", "FindComplementaryColor",
"FindThreshold", "FindThreshold",
@ -1612,8 +1622,10 @@
"Get Models", "Get Models",
"Get Prompt", "Get Prompt",
"HypernetworkLoader (dirty)", "HypernetworkLoader (dirty)",
"InRange (hsv)",
"Inpaint", "Inpaint",
"Input/String to Int Array", "Input/String to Int Array",
"KMeansColor",
"Load 64 Encoded Image", "Load 64 Encoded Image",
"LoraLoader (dirty)", "LoraLoader (dirty)",
"MaskGrid N KSamplers Advanced", "MaskGrid N KSamplers Advanced",
@ -1622,6 +1634,7 @@
"MorphologicOperation", "MorphologicOperation",
"MorphologicSkeletoning", "MorphologicSkeletoning",
"OtsuThreshold", "OtsuThreshold",
"RGB to HSV",
"Rect Grab Cut", "Rect Grab Cut",
"Repeat Into Grid (image)", "Repeat Into Grid (image)",
"Repeat Into Grid (latent)", "Repeat Into Grid (latent)",
@ -2964,9 +2977,9 @@
], ],
{ {
"author": "Endless Sea of Stars", "author": "Endless Sea of Stars",
"description": "A small set of nodes I created for various numerical and text inputs.", "description": "Six Int Inputs and Output",
"nickname": "Endless Nodes", "nickname": "Endless",
"title": "Endless Nodes", "title": "Endless-SixIntIO",
"title_aux": "Endless Nodes" "title_aux": "Endless Nodes"
} }
], ],

Loading…
Cancel
Save