From 5d7ffd8d00076cef4282e224e2a78ee7ad801893 Mon Sep 17 00:00:00 2001 From: cellzero Date: Mon, 16 Dec 2024 22:19:11 +0800 Subject: [PATCH] Add ComfyUI-Ruyi, I2V wrapper nodes (#1334) * Add ComfyUI-Ruyi, I2V wrapper nodes * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 0061fd1b..40f68adc 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -18067,6 +18067,17 @@ "install_type": "git-clone", "description": "NODES: EasyHRFix, EasyHRFix_Context, JKAnythingToString, JKBigContext, JKDynamicThresholdingMultiModel, JKEasyCheckpointLoader, JKEasyDetailer, JKEasyDetailer_Context, JKEasyKSampler_Context, JKEasyWatermark, JKInspireSchedulerAdapter, JKLilContext, JKMultiModelSamplerUnpatch, JKStringEmpty, JKStringEquals, JKStringNotEmpty, JKStringNotEquals, JKStringToSamplerAdapter" }, + { + + "author": "IamCreateAI", + "title": "ComfyUI-Ruyi", + "reference": "https://github.com/IamCreateAI/Ruyi-Models", + "files": [ + "https://github.com/IamCreateAI/Ruyi-Models" + ], + "install_type": "git-clone", + "description": "ComfyUI wrapper nodes for Ruyi, an image-to-video model by CreateAI." + },