Replies: 1 comment 3 replies
-
yes just edit the batch_size in EmptyLatentImage |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just wondering if comfy can run say 4 different prompts in the same gpu forward pass. Diffusers allows this by passing multiple prompts to the pipe, which are stacked in a tensor and pushed through the pipeline. The whole diffusers library operates under the assumption that the first dimension of the various tensors (prompt, negative prompt, seeds, etc.) is the batch, so you can run multiple at the same time with different settings.
Does comfy support anything like this?
Beta Was this translation helpful? Give feedback.
All reactions