InvokeAI/invokeai
2024-02-29 13:16:37 -05:00
..
app Remove references to model_records service, change submodel property on ModelInfo to submodel_type to support new params in model manager 2024-02-29 13:16:37 -05:00
assets
backend Remove references to model_records service, change submodel property on ModelInfo to submodel_type to support new params in model manager 2024-02-29 13:16:37 -05:00
configs fix invokeai_configure script to work with new mm; rename CLIs 2024-02-29 13:16:37 -05:00
frontend make model manager v2 ready for PR review 2024-02-29 13:16:37 -05:00
invocation_api feat(nodes): add more missing exports to invocation_api 2024-02-29 13:16:36 -05:00
version
__init__.py
README

Organization of the source tree:

app -- Home of nodes invocations and services
assets -- Images and other data files used by InvokeAI
backend -- Non-user facing libraries, including the rendering
	core.
configs -- Configuration files used at install and run times
frontend -- User-facing scripts, including the CLI and the WebUI
version -- Current InvokeAI version string, stored
	in version/invokeai_version.py