InvokeAI/invokeai
Lincoln Stein 8fc75a71ee integrate correctly into app API and add features
- Create abstract base class InvocationStatsServiceBase
- Store InvocationStatsService in the InvocationServices object
- Collect and report stats on simultaneous graph execution
  independently for each graph id
- Track VRAM usage for each node
- Handle cancellations and other exceptions gracefully
2023-08-02 18:10:52 -04:00
..
app integrate correctly into app API and add features 2023-08-02 18:10:52 -04:00
assets tweaks in response to psychedelicious review of PR 2023-07-26 15:27:04 +10:00
backend Merge branch 'main' into feat/onnx 2023-07-31 16:56:34 -04:00
configs hotfix to remove duplicate key in INITIAL_MODELS 2023-07-27 00:38:18 -04:00
frontend feat: Make ModelListWrapper instead of rendering conditionally 2023-08-01 22:50:10 +10:00
version more fixes to update and install 2023-07-30 11:57:06 -04:00
__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