From 9eb18795f6b0f0e8a0656d0c989359c022162752 Mon Sep 17 00:00:00 2001 From: Raven <31123567+sh570655308@users.noreply.github.com> Date: Tue, 7 Jan 2025 10:05:51 +0800 Subject: [PATCH] Update custom-node-list.json 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 cce1f81e..7451d1ef 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -19387,6 +19387,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." } ] }