We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 500f304 commit 9c290f4Copy full SHA for 9c290f4
invokeai/app/services/graph.py
@@ -182,7 +182,7 @@ class IterateInvocationOutput(BaseInvocationOutput):
182
183
184
# TODO: Fill this out and move to invocations
185
-@invocation("iterate")
+@invocation("iterate", version="1.0.0")
186
class IterateInvocation(BaseInvocation):
187
"""Iterates over a list of items"""
188
@@ -203,7 +203,7 @@ class CollectInvocationOutput(BaseInvocationOutput):
203
)
204
205
206
-@invocation("collect")
+@invocation("collect", version="1.0.0")
207
class CollectInvocation(BaseInvocation):
208
"""Collects values into a collection"""
209
0 commit comments