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.
14 lines
938 B
JSON
14 lines
938 B
JSON
{
|
|
"models": "モデル",
|
|
"displayInProgress": "生成中の画像を表示する",
|
|
"saveSteps": "nステップごとに画像を保存",
|
|
"confirmOnDelete": "削除時に確認",
|
|
"displayHelpIcons": "ヘルプアイコンを表示",
|
|
"useCanvasBeta": "キャンバスレイアウト(Beta)を使用する",
|
|
"enableImageDebugging": "画像のデバッグを有効化",
|
|
"resetWebUI": "WebUIをリセット",
|
|
"resetWebUIDesc1": "WebUIのリセットは、画像と保存された設定のキャッシュをリセットするだけです。画像を削除するわけではありません。",
|
|
"resetWebUIDesc2": "もしギャラリーに画像が表示されないなど、何か問題が発生した場合はGitHubにissueを提出する前にリセットを試してください。",
|
|
"resetComplete": "WebUIはリセットされました。F5を押して再読み込みしてください。"
|
|
}
|
|
|