mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Model Manager localization updates
This commit is contained in:
parent
b1a53c8ef0
commit
04ae6fde80
@ -63,5 +63,23 @@
|
|||||||
"formMessageDiffusersModelLocation": "Diffusers Model Location",
|
"formMessageDiffusersModelLocation": "Diffusers Model Location",
|
||||||
"formMessageDiffusersModelLocationDesc": "Please enter at least one.",
|
"formMessageDiffusersModelLocationDesc": "Please enter at least one.",
|
||||||
"formMessageDiffusersVAELocation": "VAE Location",
|
"formMessageDiffusersVAELocation": "VAE Location",
|
||||||
"formMessageDiffusersVAELocationDesc": "If not provided, InvokeAI will look for the VAE file inside the model location given above."
|
"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.",
|
||||||
|
"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.",
|
||||||
|
"convertToDiffusersHelpText6": "Do you wish to convert this model?",
|
||||||
|
"v1": "v1",
|
||||||
|
"v2": "v2",
|
||||||
|
"inpainting": "v1 Inpainting",
|
||||||
|
"customConfig": "Custom Config",
|
||||||
|
"pathToCustomConfig": "Path To Custom Config",
|
||||||
|
"statusConverting": "Converting",
|
||||||
|
"sameFolder": "Same Folder",
|
||||||
|
"invokeRoot": "Invoke Models",
|
||||||
|
"custom": "Custom",
|
||||||
|
"customSaveLocation": "Custom Save Location"
|
||||||
}
|
}
|
||||||
|
@ -75,7 +75,11 @@
|
|||||||
"v1": "v1",
|
"v1": "v1",
|
||||||
"v2": "v2",
|
"v2": "v2",
|
||||||
"inpainting": "v1 Inpainting",
|
"inpainting": "v1 Inpainting",
|
||||||
"custom": "Custom",
|
"customConfig": "Custom Config",
|
||||||
"pathToCustomConfig": "Path To Custom Config",
|
"pathToCustomConfig": "Path To Custom Config",
|
||||||
"statusConverting": "Converting"
|
"statusConverting": "Converting",
|
||||||
|
"sameFolder": "Same Folder",
|
||||||
|
"invokeRoot": "Invoke Models",
|
||||||
|
"custom": "Custom",
|
||||||
|
"customSaveLocation": "Custom Save Location"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user