InvokeAI/invokeai/backend
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
..
config fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00
generator Add DPMPP Single, Euler Karras and DPMPP2 Multi Karras Schedulers 2023-05-12 02:23:33 +12:00
image_util fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00
model_management fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00
prompting fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00
restoration fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00
stable_diffusion fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00
training fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00
util fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00
web Add Heun Karras Scheduler 2023-05-14 11:45:08 +10:00
__init__.py remove globals, args, generate and the legacy CLI 2023-05-03 23:36:51 -04:00
safety_checker.py fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00