mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix: Missing context on string param node
This commit is contained in:
@@ -65,6 +65,6 @@ class ParamStringInvocation(BaseInvocation):
|
||||
},
|
||||
}
|
||||
|
||||
def invoke(self) -> StringOutput:
|
||||
def invoke(self, context: InvocationContext) -> StringOutput:
|
||||
return StringOutput(text=self.text)
|
||||
|
||||
Reference in New Issue
Block a user