InvokeAI/invokeai/app
psychedelicious d9148fb619 feat(nodes): add version to node schemas
The `@invocation` decorator is extended with an optional `version` arg. On execution of the decorator, the version string is parsed using the `semver` package (this was an indirect dependency and has been added to `pyproject.toml`).

All built-in nodes are set with `version="1.0.0"`.

The version is added to the OpenAPI Schema for consumption by the client.
2023-09-04 19:08:18 +10:00
..
api experimental: LaMa Infill 2023-08-23 23:05:29 -04:00
assets/images tweaks in response to psychedelicious review of PR 2023-07-26 15:27:04 +10:00
cli Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
invocations feat(nodes): add version to node schemas 2023-09-04 19:08:18 +10:00
models feat(nodes): refactor parameter/primitive nodes 2023-08-16 09:54:38 +10:00
services feat: allow float inputs to accept integers 2023-09-04 15:25:31 +10:00
util Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
api_app.py Merge branch 'main' into feat/dev_reload 2023-08-21 18:22:31 -07:00
cli_app.py Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00