You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: invokeai/frontend/web/public/locales/en.json
+7-2
Original file line number
Diff line number
Diff line change
@@ -399,6 +399,8 @@
399
399
"deleteModel": "Delete Model",
400
400
"deleteConfig": "Delete Config",
401
401
"deleteMsg1": "Are you sure you want to delete this model from InvokeAI?",
402
+
"modelDeleted": "Model Deleted",
403
+
"modelDeleteFailed": "Failed to delete model",
402
404
"deleteMsg2": "This WILL delete the model from disk if it is in the InvokeAI root folder. If you are using a custom location, then the model WILL NOT be deleted from disk.",
403
405
"formMessageDiffusersModelLocation": "Diffusers Model Location",
404
406
"formMessageDiffusersModelLocationDesc": "Please enter at least one.",
@@ -408,11 +410,13 @@
408
410
"convertToDiffusers": "Convert To Diffusers",
409
411
"convertToDiffusersHelpText1": "This model will be converted to the 🧨 Diffusers format.",
410
412
"convertToDiffusersHelpText2": "This process will replace your Model Manager entry with the Diffusers version of the same model.",
411
-
"convertToDiffusersHelpText3": "Your checkpoint file on the disk will NOT be deleted or modified in anyway. You can add your checkpoint to the Model Manager again if you want to.",
413
+
"convertToDiffusersHelpText3": "Your checkpoint file on disk WILL be deleted if it is in InvokeAI root folder. If it is in a custom location, then it WILL NOT be deleted.",
412
414
"convertToDiffusersHelpText4": "This is a one time process only. It might take around 30s-60s depending on the specifications of your computer.",
413
415
"convertToDiffusersHelpText5": "Please make sure you have enough disk space. Models generally vary between 2GB-7GB in size.",
414
416
"convertToDiffusersHelpText6": "Do you wish to convert this model?",
0 commit comments