Add files via upload

This commit is contained in:
Light-x02 2024-12-20 04:38:47 +01:00 committed by GitHub
parent 46f2a204be
commit 5a30390dc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -147,7 +147,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."
}, },
@ -14278,8 +14279,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",
@ -18622,6 +18622,17 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"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."
},
{
"author": "Light-x02",
"title": "Image Metadata Nodes",
"id": "image_metadata_nodes",
"reference": "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes",
"files": [
"https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes/archive/refs/heads/main.zip"
],
"install_type": "unzip",
"description": "Nodes for loading and saving images with metadata in ComfyUI."
} }
] ]
} }