InvokeAI/.github/workflows
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
..
build-container.yml update build-container.yml 2023-04-05 15:44:26 +02:00
clean-caches.yml add workflow to clean caches after PR gets closed 2023-02-01 18:32:29 +01:00
close-inactive-issues.yml raise operations-per-run to 500 2023-03-11 22:32:13 +01:00
lint-frontend.yml build: update actions 2023-03-07 21:25:43 +11:00
mkdocs-material.yml bring changes from v2.3 branch over 2023-05-08 21:50:00 +02:00
pyflakes.yml Prevents actions from running on draft PRs 2023-01-30 22:28:05 +11:00
pypi-release.yml fix ldm->invokeai pathnames in workflows 2023-03-03 01:44:55 -05:00
test-invoke-pip-skip.yml build: do not run python tests on ui build 2023-03-19 23:01:30 +11:00
test-invoke-pip.yml fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00