Merge pull request #2866 from thomaskippster/main

Add ComfyUI Model Downloader Bridge to custom-node-list.json
This commit is contained in:
Dr.Lt.Data 2026-05-11 03:56:43 +09:00 committed by GitHub
commit 10d48c2670
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47050,21 +47050,16 @@
"https://civitai.com/api/download/models/29773", "https://civitai.com/api/download/models/29773",
"https://civitai.com/api/download/models/29774", "https://civitai.com/api/download/models/29774",
"https://civitai.com/api/download/models/29755", "https://civitai.com/api/download/models/29755",
"https://civitai.com/api/download/models/29750"
],
"install_type": "unzip",
"description": "Various image processing nodes."
}, },
{ {
"author": "aimingfail", "author": "thomaskippster",
"title": "Image2Halftone Node for ComfyUI", "title": "ComfyUI Model Downloader Bridge",
"id": "img2halftone", "reference": "https://github.com/thomaskippster/comfymodeldownloader",
"reference": "https://civitai.com/models/143293/image2halftone-node-for-comfyui",
"files": [ "files": [
"https://civitai.com/api/download/models/158997" "https://github.com/thomaskippster/comfymodeldownloader"
], ],
"install_type": "unzip", "install_type": "git-clone",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "Bridge for the standalone ComfyUI Model Downloader. Analyzes workflows, finds missing models via AI, and manages your archive to save SSD space."
} }
] ]
} }