From 958ddcb49cf6b05c508385d7e017517027a7632d Mon Sep 17 00:00:00 2001 From: yuan199696 <32838333+yuan199696@users.noreply.github.com> Date: Wed, 14 Aug 2024 23:19:41 +0800 Subject: [PATCH] Add a new custom node which supports adding custom text to the generated images. (#958) * add custom node * A new custom node --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 7dd0cfd6..ddbccb9e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -13265,6 +13265,17 @@ ], "install_type": "git-clone", "description": "Support input of Chinese prompts." + }, + { + "author": "fanfanfan", + "title": "add_text_2_img", + "id": "add_text_2_img", + "reference": "https://github.com/yuan199696/add_text_2_img", + "files": [ + "https://github.com/yuan199696/add_text_2_img" + ], + "install_type": "git-clone", + "description": "Support adding custom text to the generated images." } ] }