From ac377d400fe5689ac691914f20c55a398e568015 Mon Sep 17 00:00:00 2001 From: Yao Chi Date: Thu, 4 Jan 2024 19:41:44 +0800 Subject: [PATCH] add onediff comfyui nodes --- custom-node-list.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 277329f..e3e167f 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3974,8 +3974,16 @@ "install_type": "git-clone", "description": "Aspect ratio selector for ComfyUI based on [a/sd-webui-ar](https://github.com/alemelis/sd-webui-ar?tab=readme-ov-file)." }, - - + { + "author": "SiliconFlow", + "title": "OneDiff Nodes", + "reference": "https://github.com/siliconflow/onediff_comfy_nodes", + "files": [ + "https://github.com/siliconflow/onediff_comfy_nodes" + ], + "install_type": "git-clone", + "description": "[a/Onediff](https://github.com/siliconflow/onediff) ComfyUI Nodes." + },