Replies: 7 comments 15 replies
-
I had the same question. And until I get the answer, my work around is using the ExtraOptions / BatchCount instead |
Beta Was this translation helpful? Give feedback.
-
All required randomness in a batch of images is derived from that seed. If you want to isolate a single image in that batch use the Latent From Batch node. You can put this node before the sampler to make the sampler generate just that selected image. |
Beta Was this translation helpful? Give feedback.
-
you can use the "xy plot " node,and connect the "xy input:seed++batch" node,all these nodes include by Efficiency Nodes. |
Beta Was this translation helpful? Give feedback.
-
@Wislos You should put the same seed from your generated images to your new sampler and set denoise to 0.01. Note that batch count starts from 1 but "Latent From Batch" starts from 0 |
Beta Was this translation helpful? Give feedback.
-
I came here via search looking for the same answer. Is "metadata" for the ACTUAL image, included in the image? If not, why not, why was that decision made? Here I distinguish between the workflow/setup and the shorter metadata. If I can't tell what params made the images I was pleased with, how can I replicate? I feel like I've wasted several hours. Thanks |
Beta Was this translation helpful? Give feedback.
-
When using batch latents in ComfyUI, noise is not applied separately to each latent image, but rather the entire latent tensor is initialized at once. |
Beta Was this translation helpful? Give feedback.
-
When images are generated in a batch, they all contain the same prompt/workflow data to be able to reproduce that batch and all contain the initial seed. What it does not contain is the individual seed unique to that image. So let's say out of a batch of 100 images, I like image 77 and wish to reproduce that one and experiment. there's no way for me to do that since when I drag/drop the image into comfyUI, it just sets up the workflow to generate that original batch again. I initially thought that all images in a batch are just a +1 increment from the initial seed, but this does not appear to be so. How do you find the individual seed for an image that was produced in a batch so you can say, reproduce that single image in isolation?
Beta Was this translation helpful? Give feedback.
All reactions