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.
33 lines
1.4 KiB
JSON
33 lines
1.4 KiB
JSON
{
|
|
"tempFoldersEmptied": "Temp Folder Emptied",
|
|
"uploadFailed": "Upload failed",
|
|
"uploadFailedMultipleImagesDesc": "Multiple images pasted, may only upload one image at a time",
|
|
"uploadFailedUnableToLoadDesc": "Unable to load file",
|
|
"downloadImageStarted": "Image Download Started",
|
|
"imageCopied": "Image Copied",
|
|
"imageLinkCopied": "Image Link Copied",
|
|
"imageNotLoaded": "No Image Loaded",
|
|
"imageNotLoadedDesc": "No image found to send to image to image module",
|
|
"imageSavedToGallery": "Image Saved to Gallery",
|
|
"canvasMerged": "Canvas Merged",
|
|
"sentToImageToImage": "Sent To Image To Image",
|
|
"sentToUnifiedCanvas": "Sent to Unified Canvas",
|
|
"parametersSet": "Parameters Set",
|
|
"parametersNotSet": "Parameters Not Set",
|
|
"parametersNotSetDesc": "No metadata found for this image.",
|
|
"parametersFailed": "Problem loading parameters",
|
|
"parametersFailedDesc": "Unable to load init image.",
|
|
"seedSet": "Seed Set",
|
|
"seedNotSet": "Seed Not Set",
|
|
"seedNotSetDesc": "Could not find seed for this image.",
|
|
"promptSet": "Prompt Set",
|
|
"promptNotSet": "Prompt Not Set",
|
|
"promptNotSetDesc": "Could not find prompt for this image.",
|
|
"upscalingFailed": "Upscaling Failed",
|
|
"faceRestoreFailed": "Face Restoration Failed",
|
|
"metadataLoadFailed": "Failed to load metadata",
|
|
"initialImageSet": "Initial Image Set",
|
|
"initialImageNotSet": "Initial Image Not Set",
|
|
"initialImageNotSetDesc": "Could not load initial image"
|
|
}
|