mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix: Missing context on string param node
This commit is contained in:
parent
3f1d5000c0
commit
7fde1f93ea
@ -65,6 +65,6 @@ class ParamStringInvocation(BaseInvocation):
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
def invoke(self) -> StringOutput:
|
def invoke(self, context: InvocationContext) -> StringOutput:
|
||||||
return StringOutput(text=self.text)
|
return StringOutput(text=self.text)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user