update DB

This commit is contained in:
Dr.Lt.Data
2025-09-17 07:37:39 +09:00
parent 7bdf06131a
commit dab5c451b0
9 changed files with 4764 additions and 4395 deletions

View File

@@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "AIGCZero",
"title": "AIGCZero-comfyui-Qwen_edit-zero",
"reference": "https://github.com/AIGCZero/AIGCZero-comfyui-Qwen_edit-zero",
"files": [
"https://github.com/AIGCZero/AIGCZero-comfyui-Qwen_edit-zero"
],
"install_type": "git-clone",
"description": "A node that resolves the pixel offset issue in Qwen_edit."
},
{
"author": "SlackinJack",
"title": "multigpu_diffusion_comfyui",
@@ -1323,14 +1333,14 @@
"description": "ComfyUI Upload to Azure Node"
},
{
"author": "Huangcj2005",
"author": "Inoriac",
"title": "comfyui-HandDetect",
"reference": "https://github.com/Huangcj2005/comfyui-HandDetect",
"reference": "https://github.com/Inoriac/comfyui-HandDetect",
"files": [
"https://github.com/Huangcj2005/comfyui-HandDetect"
"https://github.com/Inoriac/comfyui-HandDetect"
],
"install_type": "git-clone",
"description": "NODES: Hand Mask Generator (YOLOv8)"
"description": "NODES: A custom node for ComfyUI that performs hand detection, implemented with the YOLOv8 model, supporting both hand detection and mask generation."
},
{
"author": "Aero-Ex",
@@ -3340,7 +3350,7 @@
"files": [
"https://github.com/risunobushi/ComfyUI_FaceMesh_Eyewear_Mask"
],
"description": "NODES: Face Mesh Eyewear Mask, OpenPose Eyewear Mask (DWPose), Mask From Facial Keypoints",
"description": "NODES: Face Mesh Eyewear Mask, MediaPipe Face to Mask, OpenPose Eyewear Mask (DWPose), Mask From Facial Keypoints",
"install_type": "git-clone"
},
{

View File

@@ -267,6 +267,7 @@
"PromptList",
"PromptSelectorList",
"PromptSelectorStr",
"PromptSelectorStrV2",
"SelectImageSize",
"SimpleIntMathHandle",
"SimpleJsonArrayHandle",
@@ -521,6 +522,14 @@
"title_aux": "UtilNodes-ComfyUI [WIP]"
}
],
"https://github.com/AIGCZero/AIGCZero-comfyui-Qwen_edit-zero": [
[
"TextEncodeQwenImageEdit_zero"
],
{
"title_aux": "AIGCZero-comfyui-Qwen_edit-zero"
}
],
"https://github.com/ALatentPlace/ComfyUI_yanc": [
[
"> Bloom",
@@ -1533,6 +1542,7 @@
],
"https://github.com/EQXai/ComfyUI_EQX": [
[
"AspectRatioCropEQX",
"BodyCropMaskEQX",
"CountFaces_EQX",
"Extract Filename - EQX",
@@ -1936,14 +1946,6 @@
"title_aux": "ComfyUI-LLMs-Toolkit [WIP]"
}
],
"https://github.com/Huangcj2005/comfyui-HandDetect": [
[
"HandMaskGenerator"
],
{
"title_aux": "comfyui-HandDetect"
}
],
"https://github.com/IXIWORKS-KIMJUNGHO/comfyui-ixiworks": [
[
"BuildCharacterPromptNode",
@@ -1974,6 +1976,14 @@
"title_aux": "ComfyUI-igTools"
}
],
"https://github.com/Inoriac/comfyui-HandDetect": [
[
"HandMaskGenerator"
],
{
"title_aux": "comfyui-HandDetect"
}
],
"https://github.com/IsItDanOrAi/ComfyUI-exLoadout": [
[
"dropdowns",
@@ -8168,6 +8178,7 @@
"LF_ImagesSlideshow",
"LF_Integer",
"LF_IsLandscape",
"LF_JSONPromptCombinator",
"LF_KeywordCounter",
"LF_KeywordToggleFromJSON",
"LF_LLMChat",
@@ -9463,6 +9474,7 @@
"Select Image From Batch",
"Slot Frame",
"String To Float List",
"Threshold Image",
"Trim Padded Batch"
],
{
@@ -9473,6 +9485,7 @@
[
"FaceMeshEyewearMask",
"MaskFromFacialKeypoints",
"MediaPipeFaceToMask",
"OpenPoseEyewearMask"
],
{

View File

File diff suppressed because it is too large Load Diff