Restore invokeai-update

At some point `pyproject.toml` was modified to remove the
invokeai-update script, which in turn breaks the update
function in the launcher scripts. This PR fixes the
issue.

If this was an intentional change, let me know and we'll discuss.
This commit is contained in:
Lincoln Stein 2023-03-09 17:49:58 -05:00
parent 5a633ba811
commit 4c44523ba0

View File

@ -118,6 +118,7 @@ requires-python = ">=3.9, <3.11"
"invokeai-configure" = "ldm.invoke.config.invokeai_configure:main"
"invokeai-merge" = "ldm.invoke.merge_diffusers:main"
"invokeai-ti" = "ldm.invoke.training.textual_inversion:main"
"invokeai-update" = "ldm.invoke.config.invokeai_update:main"
[project.urls]
"Bug Reports" = "https://github.com/invoke-ai/InvokeAI/issues"