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.
68 lines
3.2 KiB
JSON
68 lines
3.2 KiB
JSON
{
|
|
"modelManager": "モデルマネージャ",
|
|
"model": "モデル",
|
|
"allModels": "すべてのモデル",
|
|
"checkpointModels": "Checkpoints",
|
|
"diffusersModels": "Diffusers",
|
|
"safetensorModels": "SafeTensors",
|
|
"modelAdded": "モデルを追加",
|
|
"modelUpdated": "モデルをアップデート",
|
|
"modelEntryDeleted": "Model Entry Deleted",
|
|
"cannotUseSpaces": "Cannot Use Spaces",
|
|
"addNew": "新規に追加",
|
|
"addNewModel": "新規モデル追加",
|
|
"addCheckpointModel": "Checkpointを追加 / Safetensorモデル",
|
|
"addDiffuserModel": "Diffusersを追加",
|
|
"addManually": "手動で追加",
|
|
"manual": "手動",
|
|
"name": "名前",
|
|
"nameValidationMsg": "モデルの名前を入力",
|
|
"description": "概要",
|
|
"descriptionValidationMsg": "モデルの概要を入力",
|
|
"config": "Config",
|
|
"configValidationMsg": "モデルの設定ファイルへのパス",
|
|
"modelLocation": "モデルの場所",
|
|
"modelLocationValidationMsg": "モデルが配置されている場所へのパス。",
|
|
"repo_id": "Repo ID",
|
|
"repoIDValidationMsg": "モデルのリモートリポジトリ",
|
|
"vaeLocation": "VAEの場所",
|
|
"vaeLocationValidationMsg": "Vaeが配置されている場所へのパス",
|
|
"vaeRepoID": "VAE Repo ID",
|
|
"vaeRepoIDValidationMsg": "Vaeのリモートリポジトリ",
|
|
"width": "幅",
|
|
"widthValidationMsg": "モデルのデフォルトの幅",
|
|
"height": "高さ",
|
|
"heightValidationMsg": "モデルのデフォルトの高さ",
|
|
"addModel": "モデルを追加",
|
|
"updateModel": "モデルをアップデート",
|
|
"availableModels": "モデルを有効化",
|
|
"search": "検索",
|
|
"load": "Load",
|
|
"active": "active",
|
|
"notLoaded": "読み込まれていません",
|
|
"cached": "キャッシュ済",
|
|
"checkpointFolder": "Checkpointフォルダ",
|
|
"clearCheckpointFolder": "Checkpointフォルダ内を削除",
|
|
"findModels": "モデルを見つける",
|
|
"scanAgain": "再度スキャン",
|
|
"modelsFound": "モデルを発見",
|
|
"selectFolder": "フォルダを選択",
|
|
"selected": "選択済",
|
|
"selectAll": "すべて選択",
|
|
"deselectAll": "すべて選択解除",
|
|
"showExisting": "既存を表示",
|
|
"addSelected": "選択済を追加",
|
|
"modelExists": "モデルの有無",
|
|
"selectAndAdd": "以下のモデルを選択し、追加できます。",
|
|
"noModelsFound": "モデルが見つかりません。",
|
|
"delete": "削除",
|
|
"deleteModel": "モデルを削除",
|
|
"deleteConfig": "設定を削除",
|
|
"deleteMsg1": "InvokeAIからこのモデルエントリーを削除してよろしいですか?",
|
|
"deleteMsg2": "これは、ドライブからモデルのCheckpointファイルを削除するものではありません。必要であればそれらを読み込むことができます。",
|
|
"formMessageDiffusersModelLocation": "Diffusersモデルの場所",
|
|
"formMessageDiffusersModelLocationDesc": "最低でも1つは入力してください。",
|
|
"formMessageDiffusersVAELocation": "VAEの場所s",
|
|
"formMessageDiffusersVAELocationDesc": "指定しない場合、InvokeAIは上記のモデルの場所にあるVAEファイルを探します。"
|
|
}
|
|
|