From 5e9e988a9694b59cfb37902eab69b88b372a680f Mon Sep 17 00:00:00 2001 From: yuan199696 <32838333+yuan199696@users.noreply.github.com> Date: Wed, 14 Aug 2024 22:39:39 +0800 Subject: [PATCH] add custom node (#956) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 54922ef6..7dd0cfd6 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -13254,6 +13254,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "fanfanfan", + "title": "chinese_clip_encode", + "id": "chinese_clip_encode", + "reference": "https://github.com/yuan199696/chinese_clip_encode", + "files": [ + "https://github.com/yuan199696/chinese_clip_encode" + ], + "install_type": "git-clone", + "description": "Support input of Chinese prompts." } ] }