InvokeAI/invokeai
2023-07-18 22:10:12 -04:00
..
app fix Object of type PosixPath is not JSON serializable error 2023-07-18 22:10:12 -04:00
assets Various fixes 2023-01-30 18:42:17 -05:00
backend Load text_model.embeddings.position_ids outsude state_dict 2023-07-19 04:18:43 +03:00
configs bump version; add LowRA LoRA as recommended 2023-07-18 07:04:57 -04:00
frontend add toggle to not show version on logo 2023-07-18 16:16:35 -04:00
version update version to b7 2023-07-18 08:01:14 -04:00
__init__.py Various fixes 2023-01-30 18:42:17 -05:00
README CODEOWNERS coarse draft 2023-03-03 14:36:43 -05:00

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