mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
9ad4c03277
1) Downgrade numpy to avoid dependency conflict with numba 2) Move all non ldm/invoke files into `invokeai`. This includes assets, backend, frontend, and configs. 3) Fix up way that the backend finds the frontend and the generator finds the NSFW caution.png icon.
62 lines
2.9 KiB
JSON
62 lines
2.9 KiB
JSON
{
|
|
"hotkeysLabel": "Hotkeys",
|
|
"themeLabel": "Theme",
|
|
"languagePickerLabel": "Language Picker",
|
|
"reportBugLabel": "Report Bug",
|
|
"githubLabel": "Github",
|
|
"discordLabel": "Discord",
|
|
"settingsLabel": "Settings",
|
|
"darkTheme": "Dark",
|
|
"lightTheme": "Light",
|
|
"greenTheme": "Green",
|
|
"langEnglish": "English",
|
|
"langRussian": "Russian",
|
|
"langItalian": "Italian",
|
|
"langBrPortuguese": "Portuguese (Brazilian)",
|
|
"langGerman": "German",
|
|
"langPortuguese": "Portuguese",
|
|
"langFrench": "French",
|
|
"langPolish": "Polish",
|
|
"langSimplifiedChinese": "Simplified Chinese",
|
|
"langSpanish": "Spanish",
|
|
"langJapanese": "Japanese",
|
|
"langDutch": "Dutch",
|
|
"text2img": "Text To Image",
|
|
"img2img": "Image To Image",
|
|
"unifiedCanvas": "Unified Canvas",
|
|
"nodes": "Nodes",
|
|
"nodesDesc": "A node based system for the generation of images is under development currently. Stay tuned for updates about this amazing feature.",
|
|
"postProcessing": "Post Processing",
|
|
"postProcessDesc1": "Invoke AI offers a wide variety of post processing features. Image Upscaling and Face Restoration are already available in the WebUI. You can access them from the Advanced Options menu of the Text To Image and Image To Image tabs. You can also process images directly, using the image action buttons above the current image display or in the viewer.",
|
|
"postProcessDesc2": "A dedicated UI will be released soon to facilitate more advanced post processing workflows.",
|
|
"postProcessDesc3": "The Invoke AI Command Line Interface offers various other features including Embiggen.",
|
|
"training": "Training",
|
|
"trainingDesc1": "A dedicated workflow for training your own embeddings and checkpoints using Textual Inversion and Dreambooth from the web interface.",
|
|
"trainingDesc2": "InvokeAI already supports training custom embeddings using Textual Inversion using the main script.",
|
|
"upload": "Upload",
|
|
"close": "Close",
|
|
"load": "Load",
|
|
"back": "Back",
|
|
"statusConnected": "Connected",
|
|
"statusDisconnected": "Disconnected",
|
|
"statusError": "Error",
|
|
"statusPreparing": "Preparing",
|
|
"statusProcessingCanceled": "Processing Canceled",
|
|
"statusProcessingComplete": "Processing Complete",
|
|
"statusGenerating": "Generating",
|
|
"statusGeneratingTextToImage": "Generating Text To Image",
|
|
"statusGeneratingImageToImage": "Generating Image To Image",
|
|
"statusGeneratingInpainting": "Generating Inpainting",
|
|
"statusGeneratingOutpainting": "Generating Outpainting",
|
|
"statusGenerationComplete": "Generation Complete",
|
|
"statusIterationComplete": "Iteration Complete",
|
|
"statusSavingImage": "Saving Image",
|
|
"statusRestoringFaces": "Restoring Faces",
|
|
"statusRestoringFacesGFPGAN": "Restoring Faces (GFPGAN)",
|
|
"statusRestoringFacesCodeFormer": "Restoring Faces (CodeFormer)",
|
|
"statusUpscaling": "Upscaling",
|
|
"statusUpscalingESRGAN": "Upscaling (ESRGAN)",
|
|
"statusLoadingModel": "Loading Model",
|
|
"statusModelChanged": "Model Changed"
|
|
}
|