Browse Source

update DB

pull/25/head
Dr.Lt.Data 1 year ago
parent
commit
1b6452c839
  1. 10
      alter-list.json
  2. 42
      custom-node-list.json
  3. 13
      extension-node-map.json

10
alter-list.json

@ -94,6 +94,16 @@
"id":"https://github.com/space-nuko/nui-suite", "id":"https://github.com/space-nuko/nui-suite",
"tags":"prompt, dynamic prompt", "tags":"prompt, dynamic prompt",
"description": "This extension provides nodes with the functionality of dynamic prompts." "description": "This extension provides nodes with the functionality of dynamic prompts."
},
{
"id":"https://github.com/melMass/comfy_mtb",
"tags":"roop",
"description": "This extension provides bunch of nodes including roop"
},
{
"id":"https://github.com/ssitu/ComfyUI_roop",
"tags":"roop",
"description": "This extension provides nodes for the roop A1111 webui script."
} }
] ]
} }

42
custom-node-list.json

@ -486,6 +486,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Unofficial ComfyUI nodes for restart sampling based on the paper 'Restart Sampling for Improving Generative Processes' <a href='https://arxiv.org/abs/2306.14878'>[paper]</a> <a href='https://github.com/Newbeeer/diffusion_restart_sampling'>[repo]</a>" "description": "Unofficial ComfyUI nodes for restart sampling based on the paper 'Restart Sampling for Improving Generative Processes' <a href='https://arxiv.org/abs/2306.14878'>[paper]</a> <a href='https://github.com/Newbeeer/diffusion_restart_sampling'>[repo]</a>"
}, },
{
"author": "ssitu",
"title": "ComfyUI roop",
"reference": "https://github.com/ssitu/ComfyUI_roop",
"files": [
"https://github.com/ssitu/ComfyUI_roop"
],
"install_type": "git-clone",
"description": "ComfyUI nodes for the roop A1111 webui script."
},
{ {
"author": "space-nuko", "author": "space-nuko",
"title": "Disco Diffusion", "title": "Disco Diffusion",
@ -545,7 +555,7 @@
], ],
"nodename_pattern": "\\(mtb\\)$", "nodename_pattern": "\\(mtb\\)$",
"install_type": "git-clone", "install_type": "git-clone",
"description": "NODES: Latent Lerp, Int To Number, Bounding Box, Crop, Uncrop, ImageBlur, Denoise, ImageCompare, RGV to HSV, HSV to RGB, Color Correct, Modulo, Deglaze Image, Smart Step, ..." "description": "NODES: Face Swap, Film Interpolation, Latent Lerp, Int To Number, Bounding Box, Crop, Uncrop, ImageBlur, Denoise, ImageCompare, RGV to HSV, HSV to RGB, Color Correct, Modulo, Deglaze Image, Smart Step, ..."
}, },
{ {
"author": "xXAdonesXx", "author": "xXAdonesXx",
@ -607,16 +617,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI node that pixelizes images." "description": "ComfyUI node that pixelizes images."
}, },
{
"author": "lcolok",
"title": "LogicAI",
"reference": "https://github.com/lcolok/ComfyUI-LogicAI",
"files": [
"https://github.com/lcolok/ComfyUI-LogicAI"
],
"install_type": "git-clone",
"description": "NODES: GroundingDINO"
},
{ {
"author": "shiimizu", "author": "shiimizu",
"title": "smZNodes", "title": "smZNodes",
@ -637,6 +637,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "NODES: ImageRewardLoader, ImageRewardScore" "description": "NODES: ImageRewardLoader, ImageRewardScore"
}, },
{
"author": "SeargeDP",
"title": "SeargeSDXL",
"reference": "https://github.com/SeargeDP/SeargeSDXL",
"files": [
"https://github.com/SeargeDP/SeargeSDXL"
],
"install_type": "git-clone",
"description": "Custom nodes for easier use of SDXL in ComfyUI including an img2img workflow that utilizes both the base and refiner checkpoints."
},
{ {
"author": "taabata", "author": "taabata",
"title": "Syrian Falcon Nodes", "title": "Syrian Falcon Nodes",
@ -714,6 +724,16 @@
"install_type": "copy", "install_type": "copy",
"description": "KSampler is provided, based on GPU random noise" "description": "KSampler is provided, based on GPU random noise"
}, },
{
"author": "fitCorder",
"title": "fcSuite",
"reference": "https://github.com/fitCorder/fcSuite",
"files": [
"https://github.com/fitCorder/fcSuite/raw/main/fcSuite.py"
],
"install_type": "copy",
"description": "fcFloatMatic is a custom module, that when configured correctly will increment through the lines generating you loras at different strengths. The JSON file will load the config."
},
{ {
"author": "theally", "author": "theally",
"title": "TheAlly's Custom Nodes", "title": "TheAlly's Custom Nodes",

13
extension-node-map.json

@ -377,6 +377,10 @@
"LatentDuplicator", "LatentDuplicator",
"LatentSelector" "LatentSelector"
], ],
"https://github.com/SeargeDP/SeargeSDXL": [
"SeargePromptText",
"SeargeSDXLSampler"
],
"https://github.com/TinyTerra/ComfyUI_tinyterraNodes.git": [ "https://github.com/TinyTerra/ComfyUI_tinyterraNodes.git": [
"ttN busIN", "ttN busIN",
"ttN busOUT", "ttN busOUT",
@ -670,6 +674,11 @@
"https://github.com/filipemeneses/comfy_pixelization": [ "https://github.com/filipemeneses/comfy_pixelization": [
"Pixelization" "Pixelization"
], ],
"https://github.com/fitCorder/fcSuite/raw/main/fcSuite.py": [
"fcFloat",
"fcFloatMatic",
"fcInteger"
],
"https://github.com/flyingshutter/As_ComfyUI_CustomNodes": [ "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": [
"BatchIndex_AS", "BatchIndex_AS",
"ImageMixMasked_As", "ImageMixMasked_As",
@ -889,6 +898,9 @@
"KRestartSampler", "KRestartSampler",
"KRestartSamplerSimple" "KRestartSamplerSimple"
], ],
"https://github.com/ssitu/ComfyUI_roop": [
"roop"
],
"https://github.com/strimmlarn/ComfyUI_Strimmlarns_aesthetic_score": [ "https://github.com/strimmlarn/ComfyUI_Strimmlarns_aesthetic_score": [
"AesthetlcScoreSorter", "AesthetlcScoreSorter",
"CalculateAestheticScore", "CalculateAestheticScore",
@ -912,6 +924,7 @@
"https://github.com/taabata/Comfy_Syrian_Falcon_Nodes/raw/main/SyrianFalconNodes.py": [ "https://github.com/taabata/Comfy_Syrian_Falcon_Nodes/raw/main/SyrianFalconNodes.py": [
"CompositeImage", "CompositeImage",
"KSamplerAdvancedCustom", "KSamplerAdvancedCustom",
"LoopBack",
"QRGenerate", "QRGenerate",
"WordAsImage" "WordAsImage"
], ],

Loading…
Cancel
Save