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.
51 lines
1.7 KiB
JSON
51 lines
1.7 KiB
JSON
{
|
|
"modelManager": "模型管理器",
|
|
"model": "模型",
|
|
"modelAdded": "模型已添加",
|
|
"modelUpdated": "模型已更新",
|
|
"modelEntryDeleted": "模型已删除",
|
|
"cannotUseSpaces": "不能使用空格",
|
|
"addNew": "添加",
|
|
"addNewModel": "添加新模型",
|
|
"addManually": "手动添加",
|
|
"manual": "手动",
|
|
"name": "名称",
|
|
"nameValidationMsg": "输入模型的名称",
|
|
"description": "描述",
|
|
"descriptionValidationMsg": "添加模型的描述",
|
|
"config": "配置",
|
|
"configValidationMsg": "模型配置文件的路径",
|
|
"modelLocation": "模型位置",
|
|
"modelLocationValidationMsg": "模型文件的路径",
|
|
"vaeLocation": "VAE 位置",
|
|
"vaeLocationValidationMsg": "VAE 文件的路径",
|
|
"width": "宽度",
|
|
"widthValidationMsg": "模型的默认宽度",
|
|
"height": "高度",
|
|
"heightValidationMsg": "模型的默认高度",
|
|
"addModel": "添加模型",
|
|
"updateModel": "更新模型",
|
|
"availableModels": "可用模型",
|
|
"search": "搜索",
|
|
"load": "加载",
|
|
"active": "活跃",
|
|
"notLoaded": "未加载",
|
|
"cached": "缓存",
|
|
"checkpointFolder": "模型检查点文件夹",
|
|
"clearCheckpointFolder": "清除模型检查点文件夹",
|
|
"findModels": "寻找模型",
|
|
"modelsFound": "找到的模型",
|
|
"selectFolder": "选择文件夹",
|
|
"selected": "已选择",
|
|
"selectAll": "选择所有",
|
|
"deselectAll": "取消选择所有",
|
|
"showExisting": "显示已存在",
|
|
"addSelected": "添加选择",
|
|
"modelExists": "模型已存在",
|
|
"delete": "删除",
|
|
"deleteModel": "删除模型",
|
|
"deleteConfig": "删除配置",
|
|
"deleteMsg1": "您确定要将这个模型从 InvokeAI 删除吗?",
|
|
"deleteMsg2": "这不会从磁盘中删除模型检查点文件。如果您愿意,可以重新添加它们。"
|
|
}
|