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
textual_context = self.dynamic_prompts + static_prompts
RuntimeError: The size of tensor a (4) must match the size of tensor b (28) at non-singleton dimension 0
The batch size can be only set 1?
The text was updated successfully, but these errors were encountered:
So now I have multiple GPU cards, and if batch_size is set to 1, I cannot call other GPUs, so currently I can only support single card operation, right?
When I set batch size to 4, there is the errors:
The batch size can be only set 1?
The text was updated successfully, but these errors were encountered: