InvokeAI/invokeai/app/services
Lincoln Stein 7ea995149e fixes to env parsing, textual inversion & help text
- Make environment variable settings case InSenSiTive:
  INVOKEAI_MAX_LOADED_MODELS and InvokeAI_Max_Loaded_Models
  environment variables will both set `max_loaded_models`

- Updated realesrgan to use new config system.

- Updated textual_inversion_training to use new config system.

- Discovered a race condition when InvokeAIAppConfig is created
  at module load time, which makes it impossible to customize
  or replace the help message produced with --help on the command
  line. To fix this, moved all instances of get_invokeai_config()
  from module load time to object initialization time. Makes code
  cleaner, too.

- Added `--from_file` argument to `invokeai-node-cli` and changed
  github action to match. CI tests will hopefully work now.
2023-05-18 10:48:23 -04:00
..
__init__.py all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00
config.py fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00
default_graphs.py fix(nodes): temporarily disable librarygraphs 2023-05-12 22:33:49 +10:00
events.py Partial migration of UI to nodes API (#3195) 2023-04-22 13:10:20 +10:00
graph.py use InvokeAISettings for app-wide configuration 2023-05-03 22:30:30 -04:00
image_storage.py fix(nodes): fix #3306 2023-05-10 15:29:10 +10:00
invocation_queue.py nodes: invocation queue item - make more pydantic 2023-04-16 09:39:33 -04:00
invocation_services.py use InvokeAISettings for app-wide configuration 2023-05-03 22:30:30 -04:00
invoker.py fix(nodes): fix duplicate Invoker start/stop events 2023-05-01 18:24:37 -04:00
item_storage.py revert and disable auto-formatting of invocations 2023-03-03 14:59:17 -05:00
latent_storage.py [nodes] Add latent nodes, storage, and fix iteration bugs (#3091) 2023-04-06 04:06:05 +00:00
metadata.py fix(nodes): add MetadataColorField 2023-05-11 11:55:51 +10:00
model_manager_initializer.py remove globals, args, generate and the legacy CLI 2023-05-03 23:36:51 -04:00
processor.py reduce queue check interval to 0.5s 2023-05-12 17:54:26 -04:00
restoration_services.py logger is a interchangeable service 2023-04-29 10:48:50 -04:00
sqlite.py Partial migration of UI to nodes API (#3195) 2023-04-22 13:10:20 +10:00