mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(nodes): add version to iterate and collect
This commit is contained in:
parent
b777dba430
commit
3e7dadd7b3
@ -182,7 +182,7 @@ class IterateInvocationOutput(BaseInvocationOutput):
|
|||||||
|
|
||||||
|
|
||||||
# TODO: Fill this out and move to invocations
|
# TODO: Fill this out and move to invocations
|
||||||
@invocation("iterate")
|
@invocation("iterate", version="1.0.0")
|
||||||
class IterateInvocation(BaseInvocation):
|
class IterateInvocation(BaseInvocation):
|
||||||
"""Iterates over a list of items"""
|
"""Iterates over a list of items"""
|
||||||
|
|
||||||
@ -203,7 +203,7 @@ class CollectInvocationOutput(BaseInvocationOutput):
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@invocation("collect")
|
@invocation("collect", version="1.0.0")
|
||||||
class CollectInvocation(BaseInvocation):
|
class CollectInvocation(BaseInvocation):
|
||||||
"""Collects values into a collection"""
|
"""Collects values into a collection"""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user