update DB

This commit is contained in:
Dr.Lt.Data 2024-09-16 02:12:53 +09:00
parent 1c19fa9e38
commit 07402c7a90
7 changed files with 2034 additions and 1952 deletions

View File

@ -12579,6 +12579,16 @@
"install_type": "git-clone",
"description": "A revolutionary technique for increasing output variety."
},
{
"author": "BetaDoggo",
"title": "ComfyUI-FastSDCPU",
"reference": "https://github.com/BetaDoggo/ComfyUI-FastSDCPU",
"files": [
"https://github.com/BetaDoggo/ComfyUI-FastSDCPU"
],
"install_type": "git-clone",
"description": "A set of nodes for interfacing with the FastSDCPU webserver."
},
{
"author": "WX-NPS1598",
"title": "Auto Crop By NPS",
@ -13879,14 +13889,14 @@
},
{
"author": "mittimi",
"title": "ComfyUI_mittimiLoadPreset",
"id": "comfyui-mittimi-load-preset",
"reference": "https://github.com/mittimi/ComfyUI_mittimiLoadPreset",
"title": "ComfyUI_mittimiLoadPreset2",
"id": "comfyui_mittimi_load_preset2",
"reference": "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2",
"files": [
"https://github.com/mittimi/ComfyUI_mittimiLoadPreset"
"https://github.com/mittimi/ComfyUI_mittimiLoadPreset2"
],
"install_type": "git-clone",
"description": "The system selects and loads preset."
"description": "This node can easily switch between models and prompts by saving presets."
},
{
"author": "mittimi",
@ -14475,9 +14485,9 @@
"author": "pydn",
"title": "ComfyUI to Python Extension",
"id": "comfyui-to-python-extension",
"reference": "https://github.com/pydn/ComfyUI-to-Python-Extension.git",
"reference": "https://github.com/pydn/ComfyUI-to-Python-Extension",
"files": [
"https://github.com/pydn/ComfyUI-to-Python-Extension.git"
"https://github.com/pydn/ComfyUI-to-Python-Extension"
],
"install_type": "git-clone",
"description": "This custom node allows you to generate pure python code from your ComfyUI workflow with the click of a button. Great for rapid experimentation or production deployment."
@ -14509,6 +14519,7 @@
{
"author": "Ser-Hilary",
@ -14831,6 +14842,16 @@
"install_type": "copy",
"description": "The PonySwitch node is a custom node for ComfyUI that modifies prompts based on a toggle switch and adds configurable pony tags."
},
{
"author": "ultimatech-cn",
"title": "FaceSimilarity",
"reference": "https://github.com/ultimatech-cn/FaceSimilarity",
"files": [
"https://github.com/ultimatech-cn/FaceSimilarity/raw/main/faceSimilarity.py"
],
"install_type": "copy",
"description": "A ComfyUI custom node for face comparison. This node utilizes Face++'s facial recognition and comparison algorithms by directly calling the Face++ API. Its usage in the workflow is as follows:"
},
{
"author": "theally",
"title": "TheAlly's Custom Nodes",

File diff suppressed because it is too large Load Diff

View File

@ -12,6 +12,26 @@
{
"author": "wilzamguerrero",
"title": "Comfyui-DownZ",
"reference": "https://github.com/wilzamguerrero/Comfyui-DownZ",
"files": [
"https://github.com/wilzamguerrero/Comfyui-DownZ"
],
"install_type": "git-clone",
"description": "NODES:Download Z, Compress Z, Move Z"
},
{
"author": "logtd",
"title": "ComfyUI-Fluxtapoz (WIP)",
"reference": "https://github.com/logtd/ComfyUI-Fluxtapoz",
"files": [
"https://github.com/logtd/ComfyUI-Fluxtapoz"
],
"install_type": "git-clone",
"description": "A set of nodes for editing images using Flux in ComfyUI"
},
{
"author": "SoftMeng",
"title": "ComfyUI-PIL",

View File

@ -211,6 +211,7 @@
"ENHivisionParamsNode",
"HivisionLayOutNode",
"HivisionNode",
"LaterProcessNode",
"ZHHivisionParamsNode"
],
{
@ -435,7 +436,8 @@
"DevToolsDeprecatedNode",
"DevToolsErrorRaiseNode",
"DevToolsErrorRaiseNodeWithMessage",
"DevToolsExperimentalNode"
"DevToolsExperimentalNode",
"DevToolsLongComboDropdown"
],
{
"title_aux": "ComfyUI_devtools [WIP]"
@ -1275,6 +1277,7 @@
"ControlNetApply",
"ControlNetApplyAdvanced",
"ControlNetApplySD3",
"ControlNetInpaintingAliMamaApply",
"ControlNetLoader",
"CropMask",
"DiffControlNetLoader",
@ -2224,6 +2227,10 @@
],
"https://github.com/logtd/ComfyUI-Fluxtapoz": [
[
"AddFluxFlow",
"ApplyFluxRaveAttention",
"ApplyRefFlux",
"ConfigureRefFlux",
"FluxDeGuidance",
"FluxInverseSampler",
"InFluxFlipSigmas",
@ -2846,6 +2853,16 @@
"title_aux": "ComfyUI-Unload-Models"
}
],
"https://github.com/wilzamguerrero/Comfyui-DownZ": [
[
"CompressFolderNode",
"DownloadFileNode",
"MoveZNode"
],
{
"title_aux": "Comfyui-DownZ"
}
],
"https://github.com/wormley/comfyui-wormley-nodes": [
[
"CheckpointVAELoaderSimpleText",

File diff suppressed because it is too large Load Diff

View File

@ -10,6 +10,17 @@
},
{
"author": "mittimi",
"title": "ComfyUI_mittimiLoadPreset [DEPRECATED]",
"id": "comfyui-mittimi-load-preset",
"reference": "https://github.com/mittimi/ComfyUI_mittimiLoadPreset",
"files": [
"https://github.com/mittimi/ComfyUI_mittimiLoadPreset"
],
"install_type": "git-clone",
"description": "The system selects and loads preset."
},
{
"author": "jinljin",
"title": "ComfyUI-Talking-Head [REMOVED]",

View File

@ -14,9 +14,9 @@
"author": "pydn",
"title": "ComfyUI to Python Extension",
"id": "comfyui-to-python-extension",
"reference": "https://github.com/pydn/ComfyUI-to-Python-Extension.git",
"reference": "https://github.com/pydn/ComfyUI-to-Python-Extension",
"files": [
"https://github.com/pydn/ComfyUI-to-Python-Extension.git"
"https://github.com/pydn/ComfyUI-to-Python-Extension"
],
"install_type": "git-clone",
"description": "This custom node allows you to generate pure python code from your ComfyUI workflow with the click of a button. Great for rapid experimentation or production deployment."
@ -32,6 +32,26 @@
"install_type": "git-clone",
"description": "A very simple Discord webhook integration node for ComfyUI that lets you post images and text."
},
{
"author": "BetaDoggo",
"title": "ComfyUI-FastSDCPU",
"reference": "https://github.com/BetaDoggo/ComfyUI-FastSDCPU",
"files": [
"https://github.com/BetaDoggo/ComfyUI-FastSDCPU"
],
"install_type": "git-clone",
"description": "A set of nodes for interfacing with the FastSDCPU webserver."
},
{
"author": "ultimatech-cn",
"title": "FaceSimilarity",
"reference": "https://github.com/ultimatech-cn/FaceSimilarity",
"files": [
"https://github.com/ultimatech-cn/FaceSimilarity/raw/main/faceSimilarity.py"
],
"install_type": "copy",
"description": "A ComfyUI custom node for face comparison. This node utilizes Face++'s facial recognition and comparison algorithms by directly calling the Face++ API. Its usage in the workflow is as follows:"
},
{
"author": "AIFSH",
"title": "RealisDance-ComfyUI",
@ -677,38 +697,6 @@
],
"install_type": "git-clone",
"description": "This custom node for ComfyUI integrates the Flux-Prompt-Enhance model, allowing you to enhance your prompts directly within your ComfyUI workflows."
},
{
"author": "Isi-dev",
"title": "ComfyUI-Img2DrawingAssistants",
"id": "Img2DrawingAssistants",
"reference": "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants",
"files": [
"https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants"
],
"install_type": "git-clone",
"description": "These are ComfyUI nodes to assist in converting an image to sketches or lineArts."
},
{
"author": "celoron",
"title": "ComfyUI-VisualQueryTemplate",
"reference": "https://github.com/celoron/ComfyUI-VisualQueryTemplate",
"files": [
"https://github.com/celoron/ComfyUI-VisualQueryTemplate"
],
"install_type": "git-clone",
"description": "A ComfyUI node for transforming images into descriptive text using templated visual question answering. Leverages Hugging Face's VQA models with transformers"
},
{
"author": "drmbt",
"title": "comfyui-dreambait-nodes",
"id": "drmbt",
"reference": "https://github.com/drmbt/comfyui-dreambait-nodes",
"files": [
"https://github.com/drmbt/comfyui-dreambait-nodes"
],
"install_type": "git-clone",
"description": "A collection of forks, QoL nodes and utilities for ComfyUI"
}
]
}