This commit is contained in:
liangzoey 2025-09-23 22:43:20 +08:00 committed by GitHub
commit 3948c44d4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -181,7 +181,8 @@
"UniFormer-SemSegPreprocessor", "UniFormer-SemSegPreprocessor",
"Unimatch_OptFlowPreprocessor", "Unimatch_OptFlowPreprocessor",
"Zoe-DepthMapPreprocessor", "Zoe-DepthMapPreprocessor",
"Zoe_DepthAnythingPreprocessor"], "Zoe_DepthAnythingPreprocessor"
],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Plug-and-play ComfyUI node sets for making ControlNet hint images." "description": "Plug-and-play ComfyUI node sets for making ControlNet hint images."
}, },
@ -16130,8 +16131,7 @@
"title": "ControlAltAI Nodes", "title": "ControlAltAI Nodes",
"id": "controlaltai", "id": "controlaltai",
"reference": "https://github.com/gseth/ControlAltAI-Nodes", "reference": "https://github.com/gseth/ControlAltAI-Nodes",
"files": "files": [
[
"https://github.com/gseth/ControlAltAI-Nodes" "https://github.com/gseth/ControlAltAI-Nodes"
], ],
"install_type": "git-clone", "install_type": "git-clone",
@ -33615,4 +33615,27 @@
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
} }
] ]
}
,
{
"title": "ZoeyTool",
"description": "多功能图像/视频处理及提示词生成工具包",
"author": "liangzoey",
"link": "https://github.com/liangzoey/comfyui-ZoeyTool",
"requirements": [],
"files": [
"https://github.com/liangzoey/comfyui-ZoeyTool.git"
],
"tags": [
"image-editing",
"video-processing",
"prompt-generation",
"tool"
],
"keywords": [
"Zoey",
"Tool",
"Image Edit",
"Batch Process"
]
} }