From 65286803a522f4bf7f937abde528a87db9c0959f Mon Sep 17 00:00:00 2001 From: Raven <31123567+sh570655308@users.noreply.github.com> Date: Tue, 7 Jan 2025 22:22:35 +0800 Subject: [PATCH] Update custom-node-list.json (#1407) add gigapixelai and topaz video ai --- custom-node-list.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index c0272e78..70bc3155 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -19481,6 +19481,28 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "sh570655308", + "title": "ComfyUI-GigapixelAI", + "id": "gigapixel", + "reference": "https://github.com/sh570655308/ComfyUI-GigapixelAI", + "files": [ + "https://github.com/sh570655308/ComfyUI-GigapixelAI" + ], + "install_type": "git-clone", + "description": "Custom nodes use gigapixelai in comfyui." + }, + { + "author": "sh570655308", + "title": "ComfyUI-TopazVideoAI", + "id": "tvai", + "reference": "https://github.com/sh570655308/ComfyUI-TopazVideoAI", + "files": [ + "https://github.com/sh570655308/ComfyUI-TopazVideoAI" + ], + "install_type": "git-clone", + "description": "Custom nodes use topazvideoai in comfyui." } ] }