• 1 Post
  • 2 Comments
Joined 3 months ago
cake
Cake day: February 2nd, 2025

help-circle

  • remember = true is not related to the remember-plugin but part of t2i-framework-plugin-v2. Basically both plugins save the value of a select to localStorage when activated and it can happen that one of the plugins has updated localStorage while the other hasn’t (just yet). Especially when you close a generator before image/text generation has finished localStorage can (or may) contain two different values of the same select causing your issue. Depending on how you created the generator AND the order values get retrieved from localStorage it may SEEM that your generator suffers from dementia. You can (probably) resolve this by using either one, just not both ‘remember’ methods. I am still on the learning track, so don’t ask me how to solve your specific problem. I need to figure out a lot more before ever being any use in that respect…

    Off the bat I’d say don’t use remember = true when you’re using the remember-plugin.