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?

@[email protected]

@[email protected]

Thanx for any tips!

  • AshenthornOP
    link
    English
    12 months ago

    Thanx very much! This is very helpful.

    I’m guessing if I import the styles elsewhere into a list (not in the dropdown itself) and assign the value to a variable (with a default value), I could avoid the additional “reUpdate()” function.

    • 🎲VioneTM
      link
      English
      4
      edit-2
      2 months ago

      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 the window.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 the selectEl.value to get the value. Here is the demo of it