InvokeAI/invokeai
psychedelicious 2fc0a4d53b feat(ui): improve handling for urls/metadata received
Update images everywhere when urls or metadata is received:
- control images
- init images
- canvas
- nodes
- init image

Also renamed the variable.
2023-06-06 14:35:07 +10:00
..
app Merge branch 'main' into lstein/config-management-fixes 2023-06-04 18:17:43 -04:00
assets
backend Merge branch 'main' into lstein/config-management-fixes 2023-06-04 18:17:43 -04:00
configs
frontend feat(ui): improve handling for urls/metadata received 2023-06-06 14:35:07 +10: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