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
733 B
JSON
14 lines
733 B
JSON
{
|
|
"models": "Models",
|
|
"displayInProgress": "Display In-Progress Images",
|
|
"saveSteps": "Save images every n steps",
|
|
"confirmOnDelete": "Confirm On Delete",
|
|
"displayHelpIcons": "Display Help Icons",
|
|
"useCanvasBeta": "Use Canvas Beta Layout",
|
|
"enableImageDebugging": "Enable Image Debugging",
|
|
"resetWebUI": "Reset Web UI",
|
|
"resetWebUIDesc1": "Resetting the web UI only resets the browser's local cache of your images and remembered settings. It does not delete any images from disk.",
|
|
"resetWebUIDesc2": "If images aren't showing up in the gallery or something else isn't working, please try resetting before submitting an issue on GitHub.",
|
|
"resetComplete": "Web UI has been reset. Refresh the page to reload."
|
|
}
|