feat(nodes): add title for batch_group_id field

This commit is contained in:
psychedelicious
2025-01-14 15:49:07 +11:00
parent f9cee42a06
commit 26e6e28a13

View File

@@ -555,6 +555,7 @@ class BaseBatchInvocation(BaseInvocation):
default="None",
description="The ID of this batch node's group. If provided, all batch nodes in with the same ID will be 'zipped' before execution, and all nodes' collections must be of the same size.",
input=Input.Direct,
title="Batch Group",
)
def __init__(self):