I’m working on a new generator, and I want to experiment with the T2i Styles plugin. I do NOT want to use the T2i framework, because I don’t really need it and I want to have a little more control over the output.
In the styles plug-in code, there is a link to the Styles tester: https://perchance.org/prompt-style-tester#edit
This is exactly what I’m looking for. HOWEVER: The tester doesn’t work as-is. =/
Ex: Choosing a different style from the dropdown does nothing either onChange or Select > Go - it always loads the first Style in the dropdown (Painted Anime).
In the framework plugin, there IS a “remember” variable that gets set when a style is chosen… but that isn’t an option on the tester? Can this be implemented easily without having to use the “Remember” plugin?
Thanx for any tips!
Maybe, I don’t actually understand what you said xD.
Remember if you use the styles, you need to bind the User input base prompt to the
window.input.description
variable and the User Input negative prompt to thewindow.input.negative
variable so when you select the style, the base prompt and negative prompt is added to the styles.Also, I recommend just using the
update(imageCon)
to just update the images and not the user inputs so you don’t have to add a new function and new variable and just use theselectEl.value
to get the value. Here is the demo of it