update DB

This commit is contained in:
Dr.Lt.Data 2024-06-07 14:09:31 +09:00
parent b2201bd02c
commit 343d79208b
6 changed files with 84 additions and 26 deletions

View File

@ -6953,6 +6953,17 @@
"install_type": "git-clone",
"description": "ComfyUI native implementation of [a/IC-Light](https://github.com/lllyasviel/IC-Light)."
},
{
"author": "huchenlei",
"title": "ComfyUI DenseDiffusion",
"id": "densediffusion",
"reference": "https://github.com/huchenlei/ComfyUI_densediffusion",
"files": [
"https://github.com/huchenlei/ComfyUI_densediffusion"
],
"install_type": "git-clone",
"description": "[a/DenseDiffusion](https://github.com/naver-ai/DenseDiffusion) custom node for ComfyUI."
},
{
"author": "nathannlu",
"title": "ComfyUI Pets",
@ -10406,6 +10417,16 @@
"install_type": "copy",
"description": "Nodes:Email Notification"
},
{
"author": "DannyStone1999",
"title": "ComfyUI-Depth2Mask",
"reference": "https://github.com/DannyStone1999/ComfyUI-Depth2Mask",
"files": [
"https://github.com/DannyStone1999/ComfyUI-Depth2Mask/raw/main/Depth2Mask.py"
],
"install_type": "copy",
"description": "Nodes:Depth2Mask"
},

View File

@ -1121,6 +1121,14 @@
"title_aux": "Comfy Couple"
}
],
"https://github.com/DannyStone1999/ComfyUI-Depth2Mask/raw/main/Depth2Mask.py": [
[
"Depth2Mask"
],
{
"title_aux": "ComfyUI-Depth2Mask"
}
],
"https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config": [
[
"CheckpointAutomaticConfig",
@ -3410,6 +3418,7 @@
],
"https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": [
[
"CombinedDiffusersLoader",
"CombinedDiffusersSD15Loader",
"CombinedDiffusersSDXLLoader",
"SD15CLIPLoader",
@ -5723,7 +5732,8 @@
"Bedrock - Claude",
"Bedrock - Claude Multimodal",
"Bedrock - SDXL",
"Bedrock - Titan Image",
"Bedrock - Titan Inpainting",
"Bedrock - Titan Text to Image",
"Image From S3",
"Image From URL",
"Image To S3",
@ -9337,6 +9347,15 @@
"title_aux": "ComfyUI_DanTagGen"
}
],
"https://github.com/huchenlei/ComfyUI_densediffusion": [
[
"DenseDiffusionAddCondNode",
"DenseDiffusionApplyNode"
],
{
"title_aux": "ComfyUI DenseDiffusion"
}
],
"https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": [
[
"Openpose Keypoint Extractor"

View File

@ -2312,7 +2312,7 @@
"last_update": "2024-04-28 15:36:22"
},
"https://github.com/huchenlei/ComfyUI_densediffusion": {
"stars": 22,
"stars": 27,
"last_update": "2024-06-06 03:11:23"
},
"https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": {
@ -2944,7 +2944,7 @@
"last_update": "2024-05-22 22:22:14"
},
"https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": {
"stars": 0,
"stars": 2,
"last_update": "2024-06-06 15:42:18"
},
"https://github.com/nullquant/ComfyUI-BrushNet": {

View File

@ -22,17 +22,6 @@
"install_type": "git-clone",
"description": "Nodes:BetterImageDimensions, SDXLDimensions, PureRatio"
},
{
"author": "huchenlei",
"title": "ComfyUI DenseDiffusion [WIP]",
"id": "densediffusion",
"reference": "https://github.com/huchenlei/ComfyUI_densediffusion",
"files": [
"https://github.com/huchenlei/ComfyUI_densediffusion"
],
"install_type": "git-clone",
"description": "[a/DenseDiffusion](https://github.com/naver-ai/DenseDiffusion) custom node for ComfyUI."
},
{
"author": "endman100",
"title": "ComfyUI Nodes: SaveConditioning and LoadConditioning",

View File

@ -16,6 +16,27 @@
{
"author": "huchenlei",
"title": "ComfyUI DenseDiffusion",
"id": "densediffusion",
"reference": "https://github.com/huchenlei/ComfyUI_densediffusion",
"files": [
"https://github.com/huchenlei/ComfyUI_densediffusion"
],
"install_type": "git-clone",
"description": "[a/DenseDiffusion](https://github.com/naver-ai/DenseDiffusion) custom node for ComfyUI."
},
{
"author": "DannyStone1999",
"title": "ComfyUI-Depth2Mask",
"reference": "https://github.com/DannyStone1999/ComfyUI-Depth2Mask",
"files": [
"https://github.com/DannyStone1999/ComfyUI-Depth2Mask/raw/main/Depth2Mask.py"
],
"install_type": "copy",
"description": "Nodes:Depth2Mask"
},
{
"author": "smthemex",
"title": "ComfyUI_StableAudio_Open",
@ -685,17 +706,6 @@
],
"install_type": "git-clone",
"description": "Nodes:Send Http Request. You can use this node to save full size images through the websocket."
},
{
"author": "SayanoAI",
"title": "Comfy-RVC",
"id": "rvc",
"reference": "https://github.com/SayanoAI/Comfy-RVC",
"files": [
"https://github.com/SayanoAI/Comfy-RVC"
],
"install_type": "git-clone",
"description": "ComfyUI custom nodes for RVC related inference and image generation"
}
]
}

View File

@ -1121,6 +1121,14 @@
"title_aux": "Comfy Couple"
}
],
"https://github.com/DannyStone1999/ComfyUI-Depth2Mask/raw/main/Depth2Mask.py": [
[
"Depth2Mask"
],
{
"title_aux": "ComfyUI-Depth2Mask"
}
],
"https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config": [
[
"CheckpointAutomaticConfig",
@ -3410,6 +3418,7 @@
],
"https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": [
[
"CombinedDiffusersLoader",
"CombinedDiffusersSD15Loader",
"CombinedDiffusersSDXLLoader",
"SD15CLIPLoader",
@ -5723,7 +5732,8 @@
"Bedrock - Claude",
"Bedrock - Claude Multimodal",
"Bedrock - SDXL",
"Bedrock - Titan Image",
"Bedrock - Titan Inpainting",
"Bedrock - Titan Text to Image",
"Image From S3",
"Image From URL",
"Image To S3",
@ -9337,6 +9347,15 @@
"title_aux": "ComfyUI_DanTagGen"
}
],
"https://github.com/huchenlei/ComfyUI_densediffusion": [
[
"DenseDiffusionAddCondNode",
"DenseDiffusionApplyNode"
],
{
"title_aux": "ComfyUI DenseDiffusion"
}
],
"https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": [
[
"Openpose Keypoint Extractor"