This commit is contained in:
comfyanonymous 2025-08-03 04:08:11 -07:00 committed by GitHub
parent 13aaa66ec2
commit aebac22193
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,6 @@ if TYPE_CHECKING:
def broadcast_image_to(tensor, target_batch_size, batched_number):
current_batch_size = tensor.shape[0]
#print(current_batch_size, target_batch_size)
if current_batch_size == 1:
return tensor