Add a new custom node which supports adding custom text to the generated images. (#958)

* add custom node

* A new custom node
This commit is contained in:
yuan199696 2024-08-14 23:19:41 +08:00 committed by GitHub
parent 5e9e988a96
commit 958ddcb49c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13265,6 +13265,17 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Support input of Chinese prompts." "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."
} }
] ]
} }