From b87f7b1129f3a32cac50d5aff5ed7f9028db94ea Mon Sep 17 00:00:00 2001 From: blessedcoolant <54517381+blessedcoolant@users.noreply.github.com> Date: Mon, 13 Feb 2023 00:30:50 +1300 Subject: [PATCH] Update Model Conversion Help Text --- invokeai/frontend/public/locales/modelmanager/en-US.json | 2 +- invokeai/frontend/public/locales/modelmanager/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/invokeai/frontend/public/locales/modelmanager/en-US.json b/invokeai/frontend/public/locales/modelmanager/en-US.json index f90fe59ca5..a58592bd2f 100644 --- a/invokeai/frontend/public/locales/modelmanager/en-US.json +++ b/invokeai/frontend/public/locales/modelmanager/en-US.json @@ -70,7 +70,7 @@ "convertToDiffusersHelpText2": "This process will replace your Model Manager entry with the Diffusers version of the same model.", "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.", "convertToDiffusersHelpText4": "This is a one time process only. It might take around 30s-60s depending on the specifications of your computer.", - "convertToDiffusersHelpText5": "This process will create a Diffusers version of this model in the same directory as your checkpoint. Please make sure you have enough disk space.", + "convertToDiffusersHelpText5": "Please make sure you have enough disk space. Models generally vary between 4GB-7GB in size.", "convertToDiffusersHelpText6": "Do you wish to convert this model?", "v1": "v1", "v2": "v2", diff --git a/invokeai/frontend/public/locales/modelmanager/en.json b/invokeai/frontend/public/locales/modelmanager/en.json index 6d6481085c..f3e2d72cc6 100644 --- a/invokeai/frontend/public/locales/modelmanager/en.json +++ b/invokeai/frontend/public/locales/modelmanager/en.json @@ -70,7 +70,7 @@ "convertToDiffusersHelpText2": "This process will replace your Model Manager entry with the Diffusers version of the same model.", "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.", "convertToDiffusersHelpText4": "This is a one time process only. It might take around 30s-60s depending on the specifications of your computer.", - "convertToDiffusersHelpText5": "This process will create a Diffusers version of this model in the same directory as your checkpoint. Please make sure you have enough disk space.", + "convertToDiffusersHelpText5": "Please make sure you have enough disk space. Models generally vary between 4GB-7GB in size.", "convertToDiffusersHelpText6": "Do you wish to convert this model?", "v1": "v1", "v2": "v2",