We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e6f3e9 commit 0a4ea9aCopy full SHA for 0a4ea9a
invokeai/frontend/web/src/features/nodes/util/workflow/validateWorkflow.ts
@@ -46,7 +46,7 @@ const MODEL_FIELD_TYPES = [
46
* - Validates the workflow against the node templates, warning if the template is not known.
47
* - Attempts to update nodes which have a mismatched version.
48
* - Removes edges which are invalid.
49
- * @param workflow The raw workflow object (e.g. JSON.parse(stringifiedWorklow))
+ * @param workflow The raw workflow object (e.g. JSON.parse(stringifiedWorkflow))
50
* @param templates The node templates to validate against.
51
* @throws {WorkflowVersionError} If the workflow version is not recognized.
52
* @throws {z.ZodError} If there is a validation error.
0 commit comments