mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(nodes): do not freeze InvocationContextData, prevents it from being subclassesd
This commit is contained in:
parent
e4bf66ef5b
commit
e600f495a2
@ -45,7 +45,7 @@ Note: The docstrings are in weird places, but that's where they must be to get I
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
@dataclass(frozen=True)
|
@dataclass
|
||||||
class InvocationContextData:
|
class InvocationContextData:
|
||||||
invocation: "BaseInvocation"
|
invocation: "BaseInvocation"
|
||||||
"""The invocation that is being executed."""
|
"""The invocation that is being executed."""
|
||||||
|
Loading…
Reference in New Issue
Block a user