mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
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:
parent
5a633ba811
commit
4c44523ba0
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user