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
282b483d14
commit
281c334531
@ -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:
|
||||
invocation: "BaseInvocation"
|
||||
"""The invocation that is being executed."""
|
||||
|
Loading…
Reference in New Issue
Block a user