fix: Fix app crashing when you upload an incorrect JSON to node editor

This commit is contained in:
blessedcoolant
2023-07-23 15:24:04 +12:00
parent 075f9b3a7a
commit fdc444ed61
2 changed files with 54 additions and 26 deletions

View File

@ -615,6 +615,8 @@
"initialImageNotSetDesc": "Could not load initial image",
"nodesSaved": "Nodes Saved",
"nodesLoaded": "Nodes Loaded",
"nodesNotValidGraph": "Not a valid InvokeAI Node Graph",
"nodesNotValidJSON": "Not a valid JSON",
"nodesLoadedFailed": "Failed To Load Nodes",
"nodesCleared": "Nodes Cleared"
},