From 86a7d882707b7b0c6eda210cdcd78d2aaf1b7905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Van/=E6=94=BB=E5=9F=8E=E7=8B=AE=E9=B9=BF=E9=B8=A3=E5=90=9B?= Date: Sat, 13 Jun 2026 23:22:26 +0800 Subject: [PATCH] Register ComfyUI MediaHub --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index ec4d9b6f..d1615571 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,5 +1,16 @@ { "custom_nodes": [ + { + "author": "vantang", + "title": "ComfyUI MediaHub", + "id": "mediahub-cloud", + "reference": "https://github.com/vantang/ComfyUI-MediaHub", + "files": [ + "https://github.com/vantang/ComfyUI-MediaHub" + ], + "install_type": "git-clone", + "description": "Connect cloud image and video generation APIs to composable ComfyUI workflows." + }, { "author": "Carasibana", "title": "ComfyUI-SimpleFloatSlider",