[Help] Understanding Imagebuttons property/object for t2i-framework-plugin-v2
-
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
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
. -
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
.Thanks for the reply