Same laten images in the batch #1966
Unanswered
krzysztofkuczek
asked this question in
Q&A
Replies: 1 comment
-
I think, that it's because the way how the function below is called
and then called from nodes.py ... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
HI,

I would like to generate the batch, let say with 4 latent images, which would produce exactly the same image (seed is fixed). It should behave exactly the same like adding single image patch 4 times for processing.
I was trying with "Repeat laten batch" but without success.
I just want to generate "movie frames" based on open pose input. So i have 4 open pose frames passed to a control net, and i would like to generate (in one batch) 4 images with different open pose control applied.
The output should be similar looking images but with different posed character. Exactly the opposite way how my workflow works :)
The another idea is to pass from batch to batch (single image batches) something like "frame number", and increment it. IT would be pointer to open pose processor. Is it possible, storing the int in a file, and then reading ?
Thank you in advance.
Kris
Beta Was this translation helpful? Give feedback.
All reactions