InvokeAI/invokeai/app/cli
Lincoln Stein 9348161600 add basic autocomplete functionality to node cli
- Commands, invocations and their parameters will now autocomplete
  using introspection.
- Two types of parameter *arguments* will also autocomplete:
  - --sampler_name  will autocomplete the scheduler name
  - --model will autocomplete the model name
- There don't seem to be commands for reading/writing image files yet, so
  path autocompletion is not implemented
2023-03-26 00:24:27 -04:00
..
__init__.py [cli] Update CLI to define commands as Pydantic objects 2023-03-04 14:46:02 -08:00
commands.py [cli] Update CLI to define commands as Pydantic objects 2023-03-04 14:46:02 -08:00
completer.py add basic autocomplete functionality to node cli 2023-03-26 00:24:27 -04:00