2022-12-26 15:23:16 +00:00
{
"modelManager" : "Model Manager" ,
"model" : "Model" ,
2023-01-23 19:39:18 +00:00
"allModels" : "All Models" ,
"checkpointModels" : "Checkpoints" ,
"diffusersModels" : "Diffusers" ,
"safetensorModels" : "SafeTensors" ,
2022-12-26 15:23:16 +00:00
"modelAdded" : "Model Added" ,
"modelUpdated" : "Model Updated" ,
"modelEntryDeleted" : "Model Entry Deleted" ,
"cannotUseSpaces" : "Cannot Use Spaces" ,
"addNew" : "Add New" ,
"addNewModel" : "Add New Model" ,
2023-01-23 19:39:18 +00:00
"addCheckpointModel" : "Add Checkpoint / Safetensor Model" ,
"addDiffuserModel" : "Add Diffusers" ,
2022-12-26 15:23:16 +00:00
"addManually" : "Add Manually" ,
"manual" : "Manual" ,
"name" : "Name" ,
"nameValidationMsg" : "Enter a name for your model" ,
"description" : "Description" ,
"descriptionValidationMsg" : "Add a description for your model" ,
"config" : "Config" ,
"configValidationMsg" : "Path to the config file of your model." ,
"modelLocation" : "Model Location" ,
2023-01-27 03:56:53 +00:00
"modelLocationValidationMsg" : "Path to where your model is located locally." ,
2023-01-23 19:39:18 +00:00
"repo_id" : "Repo ID" ,
"repoIDValidationMsg" : "Online repository of your model" ,
2022-12-26 15:23:16 +00:00
"vaeLocation" : "VAE Location" ,
"vaeLocationValidationMsg" : "Path to where your VAE is located." ,
2023-01-23 19:39:18 +00:00
"vaeRepoID" : "VAE Repo ID" ,
"vaeRepoIDValidationMsg" : "Online repository of your VAE" ,
2022-12-26 15:23:16 +00:00
"width" : "Width" ,
"widthValidationMsg" : "Default width of your model." ,
"height" : "Height" ,
"heightValidationMsg" : "Default height of your model." ,
"addModel" : "Add Model" ,
"updateModel" : "Update Model" ,
"availableModels" : "Available Models" ,
"search" : "Search" ,
"load" : "Load" ,
"active" : "active" ,
"notLoaded" : "not loaded" ,
"cached" : "cached" ,
"checkpointFolder" : "Checkpoint Folder" ,
"clearCheckpointFolder" : "Clear Checkpoint Folder" ,
"findModels" : "Find Models" ,
2022-12-28 18:25:07 +00:00
"scanAgain" : "Scan Again" ,
2022-12-26 15:23:16 +00:00
"modelsFound" : "Models Found" ,
"selectFolder" : "Select Folder" ,
"selected" : "Selected" ,
"selectAll" : "Select All" ,
"deselectAll" : "Deselect All" ,
"showExisting" : "Show Existing" ,
"addSelected" : "Add Selected" ,
"modelExists" : "Model Exists" ,
2022-12-28 18:25:07 +00:00
"selectAndAdd" : "Select and Add Models Listed Below" ,
"noModelsFound" : "No Models Found" ,
2022-12-26 15:23:16 +00:00
"delete" : "Delete" ,
"deleteModel" : "Delete Model" ,
"deleteConfig" : "Delete Config" ,
"deleteMsg1" : "Are you sure you want to delete this model entry from InvokeAI?" ,
2023-01-23 19:39:18 +00:00
"deleteMsg2" : "This will not delete the model checkpoint file from your disk. You can readd them if you wish to." ,
"formMessageDiffusersModelLocation" : "Diffusers Model Location" ,
"formMessageDiffusersModelLocationDesc" : "Please enter at least one." ,
"formMessageDiffusersVAELocation" : "VAE Location" ,
2023-02-11 19:58:49 +00:00
"formMessageDiffusersVAELocationDesc" : "If not provided, InvokeAI will look for the VAE file inside the model location given above." ,
"convert" : "Convert" ,
"convertToDiffusers" : "Convert To Diffusers" ,
"convertToDiffusersHelpText1" : "This model will be converted to the 🧨 Diffusers format." ,
"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." ,
2023-02-15 11:30:47 +00:00
"convertToDiffusersHelpText5" : "Please make sure you have enough disk space. Models generally vary between 4GB-7GB in size." ,
2023-02-11 19:58:49 +00:00
"convertToDiffusersHelpText6" : "Do you wish to convert this model?" ,
2023-02-15 11:30:47 +00:00
"convertToDiffusersSaveLocation" : "Save Location" ,
2023-02-11 19:58:49 +00:00
"v1" : "v1" ,
"v2" : "v2" ,
"inpainting" : "v1 Inpainting" ,
2023-02-15 11:30:47 +00:00
"customConfig" : "Custom Config" ,
2023-02-11 19:58:49 +00:00
"pathToCustomConfig" : "Path To Custom Config" ,
2023-02-11 22:12:23 +00:00
"statusConverting" : "Converting" ,
2023-02-15 11:30:47 +00:00
"modelConverted" : "Model Converted" ,
"sameFolder" : "Same folder" ,
"invokeRoot" : "InvokeAI folder" ,
2023-02-11 22:12:23 +00:00
"custom" : "Custom" ,
"customSaveLocation" : "Custom Save Location"
2022-12-26 15:23:16 +00:00
}