mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
tidy(installer): remove no-op --version
CLI arg of installer
This wasn't used at all.
This commit is contained in:
parent
dfc08bd964
commit
44626c9452
@ -119,7 +119,6 @@ class Installer:
|
|||||||
self,
|
self,
|
||||||
root: str = "~/invokeai",
|
root: str = "~/invokeai",
|
||||||
yes_to_all: bool = False,
|
yes_to_all: bool = False,
|
||||||
version: Optional[str] = None,
|
|
||||||
find_links: Optional[str] = None,
|
find_links: Optional[str] = None,
|
||||||
wheel: Optional[Path] = None,
|
wheel: Optional[Path] = None,
|
||||||
) -> None:
|
) -> None:
|
||||||
|
@ -29,13 +29,6 @@ if __name__ == "__main__":
|
|||||||
default=False,
|
default=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
parser.add_argument(
|
|
||||||
"--version",
|
|
||||||
dest="version",
|
|
||||||
help="Version of InvokeAI to install. Default to the latest stable release. A special 'pre' value will install the latest published pre-release version.",
|
|
||||||
default=None,
|
|
||||||
)
|
|
||||||
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--find-links",
|
"--find-links",
|
||||||
dest="find_links",
|
dest="find_links",
|
||||||
|
Loading…
Reference in New Issue
Block a user