You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using the Latent From Batch node to cycle through images when I find something close to what I want since using the same seed and going through the latent batch space provides very similar photos. I had this set up and working with the default KSampler Advanced. I just switched to the efficiency one, and things were working fine until I tried to increase the Latent From Batch batch_index. When that value changes, it doesn't seem to trigger a change in the KSampler and just outputs the previous response without processing. I have it hooked up to an increment primitive, so every time I hit queue, it should be shifting the batch_index up one and generating a new image. If I want it to re-generate, I need to change something else, like if I change the Latent From Batch length, just moved it up, generate, movie it down, then it seems to properly generate with the right batch_index.
Attached is a simplified workflow showing this issue.
The text was updated successfully, but these errors were encountered:
I've been using the Latent From Batch node to cycle through images when I find something close to what I want since using the same seed and going through the latent batch space provides very similar photos. I had this set up and working with the default KSampler Advanced. I just switched to the efficiency one, and things were working fine until I tried to increase the Latent From Batch batch_index. When that value changes, it doesn't seem to trigger a change in the KSampler and just outputs the previous response without processing. I have it hooked up to an increment primitive, so every time I hit queue, it should be shifting the batch_index up one and generating a new image. If I want it to re-generate, I need to change something else, like if I change the Latent From Batch length, just moved it up, generate, movie it down, then it seems to properly generate with the right batch_index.
Attached is a simplified workflow showing this issue.
The text was updated successfully, but these errors were encountered: