From 25d32c764d1eb8f0ce090cb54666aa4bfbd6167c Mon Sep 17 00:00:00 2001 From: yuan199696 Date: Wed, 14 Aug 2024 22:54:14 +0800 Subject: [PATCH] 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." } ] }