mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
43f2837117
Invocations now have a classification: - Stable: LTS - Beta: LTS planned, API may change - Prototype: No LTS planned, API may change, may be removed entirely The `@invocation` decorator has a new arg `classification`, and an enum `Classification` is added to `baseinvocation.py`. The default is Stable; this is a non-breaking change. The classification is presented in the node header as a hammer icon (Beta) or flask icon (prototype). The icon has a tooltip briefly describing the classification. |
||
---|---|---|
.. | ||
api | ||
assets/images | ||
invocations | ||
services | ||
shared | ||
util | ||
api_app.py |