[Help] Understanding Imagebuttons property/object for t2i-framework-plugin-v2
-
wrote on 1 Jun 2025, 18:20 last edited by
I was just checking the backend of ai-text-to-image-generator , so that I can create a similar generator for my use case.
When checking I came across Imagebuttons settings.
I wanted to know, are there any subsettings i can add to it like personality = true,privateSave = true.
And any generator which can add more options to generated image
-
I was just checking the backend of ai-text-to-image-generator , so that I can create a similar generator for my use case.
When checking I came across Imagebuttons settings.
I wanted to know, are there any subsettings i can add to it like personality = true,privateSave = true.
And any generator which can add more options to generated image
wrote on 2 Jun 2025, 00:17 last edited bySadly, only those two were coded on the
t2i-framework-plugin
. If you want to add custom ones, you need to modify or create a fork of thet2i-framework-plugin-v2
. -
Sadly, only those two were coded on the
t2i-framework-plugin
. If you want to add custom ones, you need to modify or create a fork of thet2i-framework-plugin-v2
.wrote on 2 Jun 2025, 17:49 last edited byThanks for the reply