-
Is it possible to keep model weights in VRAM when the XYZ plot is cycling through tasks? I realize that would require a fair amount of VRAM, but for larger cards I think this would be amazing. Having it do one gen, then have to reload the weights each time eats up so much time. If this is not possible currently is it something that is possible to add as a feature in the future? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
XYZ code is a bit tricky. Try to keep different SIDs or Prompts in X instead of Y or Z. It can minimize number of mergings. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply. So you are saying if for example I put MBW alphas on Y and my seeds on X that it should run through each of the seeds before moving on to the next weight? If that is the case, that should help speed things up a bit for sure. |
Beta Was this translation helpful? Give feedback.
Yes, I've just checked. Here is the code for it: