InvokeAI/invokeai/app
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
..
api [nodes] Add Edge data type 2023-03-14 23:09:30 -07:00
cli add basic autocomplete functionality to node cli 2023-03-26 00:24:27 -04:00
invocations fix(nodes): fix step_callback + fast latents generation 2023-03-16 20:03:08 +11:00
services fix(nodes): fix step_callback + fast latents generation 2023-03-16 20:03:08 +11:00
api_app.py Just set output value in node schemas. Don't use additionalProperties, which would impact the schema. 2023-03-12 20:40:29 -07:00
cli_app.py add basic autocomplete functionality to node cli 2023-03-26 00:24:27 -04:00