mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
d9148fb619
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. |
||
---|---|---|
.. | ||
__init__.py | ||
baseinvocation.py | ||
collections.py | ||
compel.py | ||
controlnet_image_processors.py | ||
cv.py | ||
image.py | ||
infill.py | ||
latent.py | ||
math.py | ||
metadata.py | ||
model.py | ||
noise.py | ||
onnx.py | ||
param_easing.py | ||
primitives.py | ||
prompt.py | ||
sdxl.py | ||
upscale.py |