update DB

This commit is contained in:
Dr.Lt.Data 2024-08-12 08:42:39 +09:00
parent 7f7ed04a80
commit 49a7db074d
6 changed files with 890 additions and 778 deletions

View File

@ -7119,6 +7119,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A set of nodes to use Reference UNets" "description": "A set of nodes to use Reference UNets"
}, },
{
"author": "logtd",
"title": "ComfyUI-SEGAttention",
"id": "segattention",
"reference": "https://github.com/logtd/ComfyUI-SEGAttention",
"files": [
"https://github.com/logtd/ComfyUI-SEGAttention"
],
"install_type": "git-clone",
"description": "Nodes to use [a/Smoothed Energy Guidance](https://github.com/SusungHong/SEG-SDXL) for ComfyUI."
},
{ {
"author": "Big-Idea-Technology", "author": "Big-Idea-Technology",
"title": "ComfyUI-Book-Tools Nodes for ComfyUI", "title": "ComfyUI-Book-Tools Nodes for ComfyUI",
@ -12741,6 +12752,27 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI-Benripack is an extension for ComfyUI that provides a CharacterPipe node. This node allows for managing various elements such as images, prompts, and models in a single structure, simplifying the workflow for character-based image generation." "description": "ComfyUI-Benripack is an extension for ComfyUI that provides a CharacterPipe node. This node allows for managing various elements such as images, prompts, and models in a single structure, simplifying the workflow for character-based image generation."
}, },
{
"author": "MohammadAboulEla",
"title": "iTools ImageLoaderPlus",
"reference": "https://github.com/MohammadAboulEla/ComfyUI-iTools",
"files": [
"https://github.com/MohammadAboulEla/ComfyUI-iTools"
],
"install_type": "git-clone",
"description": "The iTools ImageLoaderPlus is an enhancement of the original ComfyUI ImageLoader node. It attempts to return the possible prompt used to create an image."
},
{
"author": "Hellrunner2k",
"title": "Hellrunner's Magical Nodes",
"reference": "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes",
"files": [
"https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes"
],
"install_type": "git-clone",
"description": "Nodes:Magical Save Node, Thermal Latenator. This package contains a collection of neat nodes that are supposed to ease your comfy-flow."
},

View File

@ -2628,6 +2628,15 @@
"title_aux": "comfyui-enhanced-save-node" "title_aux": "comfyui-enhanced-save-node"
} }
], ],
"https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": [
[
"MagicalSaveNode",
"ThermalLatenator"
],
{
"title_aux": "Hellrunner's Magical Nodes"
}
],
"https://github.com/Hiero207/ComfyUI-Hiero-Nodes": [ "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": [
[ [
"Load Prompt Travel file", "Load Prompt Travel file",
@ -3728,6 +3737,14 @@
"title_aux": "ComfyUI Slothful Attention" "title_aux": "ComfyUI Slothful Attention"
} }
], ],
"https://github.com/MohammadAboulEla/ComfyUI-iTools": [
[
"iTools_Prompt"
],
{
"title_aux": "iTools ImageLoaderPlus"
}
],
"https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": [ "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": [
[ [
"AnimeCosplayDir", "AnimeCosplayDir",
@ -13435,6 +13452,14 @@
"title_aux": "ComfyUI-RefUNet" "title_aux": "ComfyUI-RefUNet"
} }
], ],
"https://github.com/logtd/ComfyUI-SEGAttention": [
[
"SEGAttention"
],
{
"title_aux": "ComfyUI-SEGAttention"
}
],
"https://github.com/logtd/ComfyUI-TrackingNodes": [ "https://github.com/logtd/ComfyUI-TrackingNodes": [
[ [
"OpenPoseTrackerNode", "OpenPoseTrackerNode",
@ -14943,6 +14968,7 @@
"https://github.com/patriciogonzalezvivo/comfyui_glslnodes": [ "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": [
[ [
"float", "float",
"glslBuffers",
"glslEditor", "glslEditor",
"glslEditorPro", "glslEditorPro",
"glslUniforms", "glslUniforms",
@ -16773,6 +16799,7 @@
"https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": [ "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": [
[ [
"CaptureWebcam", "CaptureWebcam",
"Direct Screen Capture",
"ImageResize_Padding", "ImageResize_Padding",
"LatentDelay", "LatentDelay",
"LoadWebcamImage", "LoadWebcamImage",

File diff suppressed because it is too large Load Diff

View File

@ -12,6 +12,16 @@
{
"author": "comfyanonymous",
"title": "ComfyUI_bitsandbytes_NF4 [EXPERIMENTAL]",
"reference": "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4",
"files": [
"https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4"
],
"install_type": "git-clone",
"description": "A quickly written custom node that uses code from Forge to support the nf4 flux dev checkpoint and nf4 flux schnell checkpoint.\nRequires installing bitsandbytes.\nMake sure your ComfyUI is updated.\nThe node is: CheckpointLoaderNF4, just plug it in your flux workflow instead of the regular one.[w/NF4 checckpoint doesn't support LoRA.]"
},
{ {
"author": "kijai", "author": "kijai",
"title": "ComfyUI-EasyAnimateWrapper [WIP]", "title": "ComfyUI-EasyAnimateWrapper [WIP]",

View File

@ -11,6 +11,37 @@
{
"author": "Hellrunner2k",
"title": "Hellrunner's Magical Nodes",
"reference": "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes",
"files": [
"https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes"
],
"install_type": "git-clone",
"description": "Nodes:Magical Save Node, Thermal Latenator. This package contains a collection of neat nodes that are supposed to ease your comfy-flow."
},
{
"author": "logtd",
"title": "ComfyUI-SEGAttention",
"id": "segattention",
"reference": "https://github.com/logtd/ComfyUI-SEGAttention",
"files": [
"https://github.com/logtd/ComfyUI-SEGAttention"
],
"install_type": "git-clone",
"description": "Nodes to use [a/Smoothed Energy Guidance](https://github.com/SusungHong/SEG-SDXL) for ComfyUI."
},
{
"author": "MohammadAboulEla",
"title": "iTools ImageLoaderPlus",
"reference": "https://github.com/MohammadAboulEla/ComfyUI-iTools",
"files": [
"https://github.com/MohammadAboulEla/ComfyUI-iTools"
],
"install_type": "git-clone",
"description": "The iTools ImageLoaderPlus is an enhancement of the original ComfyUI ImageLoader node. It attempts to return the possible prompt used to create an image."
},
{ {
"author": "logtd", "author": "logtd",
"title": "ComfyUI-RefUNet", "title": "ComfyUI-RefUNet",
@ -661,36 +692,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Extend LoadImage node with subfolder support" "description": "Extend LoadImage node with subfolder support"
},
{
"author": "neeltheninja",
"title": "ComfyUI-TextOverlay",
"reference": "https://github.com/neeltheninja/ComfyUI-TextOverlay",
"files": [
"https://github.com/neeltheninja/ComfyUI-TextOverlay"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that adds text overlay to images, with options for text and background color, opacity, vertical positioning, and custom font selection."
},
{
"author": "JosefKuchar",
"title": "ComfyUI-AdvancedTiling",
"reference": "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling",
"files": [
"https://github.com/JosefKuchar/ComfyUI-AdvancedTiling"
],
"install_type": "git-clone",
"description": "Advanced tiling of various shapes for ComfyUI"
},
{
"author": "glowcone",
"title": "String Converter",
"reference": "https://github.com/glowcone/comfyui-string-converter",
"files": [
"https://github.com/glowcone/comfyui-string-converter"
],
"install_type": "git-clone",
"description": "Nodes: Convert String To Int, Convert String To Float"
} }
] ]
} }

View File

@ -2628,6 +2628,15 @@
"title_aux": "comfyui-enhanced-save-node" "title_aux": "comfyui-enhanced-save-node"
} }
], ],
"https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": [
[
"MagicalSaveNode",
"ThermalLatenator"
],
{
"title_aux": "Hellrunner's Magical Nodes"
}
],
"https://github.com/Hiero207/ComfyUI-Hiero-Nodes": [ "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": [
[ [
"Load Prompt Travel file", "Load Prompt Travel file",
@ -3728,6 +3737,14 @@
"title_aux": "ComfyUI Slothful Attention" "title_aux": "ComfyUI Slothful Attention"
} }
], ],
"https://github.com/MohammadAboulEla/ComfyUI-iTools": [
[
"iTools_Prompt"
],
{
"title_aux": "iTools ImageLoaderPlus"
}
],
"https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": [ "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": [
[ [
"AnimeCosplayDir", "AnimeCosplayDir",
@ -13435,6 +13452,14 @@
"title_aux": "ComfyUI-RefUNet" "title_aux": "ComfyUI-RefUNet"
} }
], ],
"https://github.com/logtd/ComfyUI-SEGAttention": [
[
"SEGAttention"
],
{
"title_aux": "ComfyUI-SEGAttention"
}
],
"https://github.com/logtd/ComfyUI-TrackingNodes": [ "https://github.com/logtd/ComfyUI-TrackingNodes": [
[ [
"OpenPoseTrackerNode", "OpenPoseTrackerNode",
@ -14943,6 +14968,7 @@
"https://github.com/patriciogonzalezvivo/comfyui_glslnodes": [ "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": [
[ [
"float", "float",
"glslBuffers",
"glslEditor", "glslEditor",
"glslEditorPro", "glslEditorPro",
"glslUniforms", "glslUniforms",
@ -16773,6 +16799,7 @@
"https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": [ "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": [
[ [
"CaptureWebcam", "CaptureWebcam",
"Direct Screen Capture",
"ImageResize_Padding", "ImageResize_Padding",
"LatentDelay", "LatentDelay",
"LoadWebcamImage", "LoadWebcamImage",