mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(nodes): context.data -> context._data
This commit is contained in:
@ -87,7 +87,7 @@ def invoke_next(g: GraphExecutionState, services: InvocationServices) -> tuple[B
|
||||
InvocationContext(
|
||||
conditioning=None,
|
||||
config=None,
|
||||
data=None,
|
||||
context_data=None,
|
||||
images=None,
|
||||
latents=None,
|
||||
logger=None,
|
||||
|
Reference in New Issue
Block a user