

Thank you for the reply VioneT! I’ve look at that google document and noticed the AI Artist V2 Generator.
It looked like there was some potentially usable HTML and JS there to be repurposed for what I am hoping to achieve. In the case of the ‘Custom JavaScript code’ instead of using the the t2i-styles it could be character styles such as i.e Bob’s style, Megan’s style. And of course instead of being a menu I’d like it to dynamically pick up keywords such as [Bob] to fill in those styles during image gen.
So for example.
/image [Bob], running through corn field, sweating
Would somehow trigger a function call to get character styles
let styles = { “[Bob]”: { prompt: “[input.description], brown hair, grey eyes, shoulder length hair, etc”, negative: “[input.negative], (worst quality, low quality, blurry:1.3), black and white, etc”, }, “[Megan]”: { prompt: “[input.description], green hair, blue eyes, short, long hair, etc”, negative: “[input.negative], (worst quality, low quality, blurry:1.3), black and white, etc”, }
And based on whatever character keyword was in the /image prompt include the related character style filters. So it would become : /image brown hair, grey eyes, shoulder length hair, running through corn field, sweating
However after playing around with that generator it seems the negativePrompt there doesn’t work either.
Unfortunately a lot of this goes over my head as I’m not the most well versed when it comes to JavaScript or Perchance in general. If you would be willing to help make this I would really appreciate it. I’m sure others would love the ability to do what I’m hoping to be able to achieve. Of course please don’t feel obligated to help if you wouldn’t be doing this for fun, there’s no rush.
Also thank you so much for that auto reply for image gen removal code!
Thanks for the reply, RIP ‘AI Artist V2’ I guess haha. I’ll look into repurposing that code in the ‘T2I Bot’ Character. It looked like it should be relatively easy to make the tweaks to achieve what I’m looking for. With the desired goal of being able to easily generate images of specific characters performing different actions when specified in the /image prompt (may even embed image seeds into those prompts to really make the characters gen similarly).
Any idea how to make it not return static images VioneT? I can probably figure it out but any pointers would be appreciated.
I’m a bit lazy so idk when I’ll get this done but probably by end of week. I’m not sure what the policy on posting other peoples modified code is (ik this site is big on open source) but I’ll refrain from that for now until I look it up. If anyone else is interested I can send it over. It’ll be mainly for personal use so I don’t plan to add any sort of UI, the only thing you’d really have to do yourself is go into the ‘custom javascript code’, find the styles ‘let’ variable and add one for your character.
It would be nice if negativePrompts worked with the other input methods but this will have to do for now!