InvokeAI/invokeai/app/invocations
Lincoln Stein a23dedd2ee make model manager v2 ready for PR review
- Replace legacy model manager service with the v2 manager.

- Update invocations to use new load interface.

- Fixed many but not all type checking errors in the invocations. Most
  were unrelated to model manager

- Updated routes. All the new routes live under the route tag
  `model_manager_v2`. To avoid confusion with the old routes,
  they have the URL prefix `/api/v2/models`. The old routes
  have been de-registered.

- Added a pytest for the loader.

- Updated documentation in contributing/MODEL_MANAGER.md
2024-03-01 10:42:33 +11:00
..
custom_nodes feat: workflow library (#5148) 2023-12-09 09:48:38 +11:00
__init__.py resolve which paths can be None 2023-11-28 09:30:49 +11:00
baseinvocation.py feat(nodes): add WithBoard field helper class 2024-03-01 10:42:33 +11:00
collections.py fix(nodes): restore type annotations for InvocationContext 2024-03-01 10:42:33 +11:00
compel.py make model manager v2 ready for PR review 2024-03-01 10:42:33 +11:00
constants.py chore(nodes): "SAMPLER_NAME_VALUES" -> "SCHEDULER_NAME_VALUES" 2024-03-01 10:42:33 +11:00
controlnet_image_processors.py BREAKING CHANGES: invocations now require model key, not base/type/name 2024-03-01 10:42:33 +11:00
cv.py feat(nodes): add WithBoard field helper class 2024-03-01 10:42:33 +11:00
facetools.py feat(nodes): add WithBoard field helper class 2024-03-01 10:42:33 +11:00
fields.py fix(nodes): rearrange fields.py to avoid needing forward refs 2024-03-01 10:42:33 +11:00
image.py feat(nodes): add WithBoard field helper class 2024-03-01 10:42:33 +11:00
infill.py feat(nodes): add WithBoard field helper class 2024-03-01 10:42:33 +11:00
ip_adapter.py probe for required encoder for IPAdapters and add to config 2024-03-01 10:42:33 +11:00
latent.py make model manager v2 ready for PR review 2024-03-01 10:42:33 +11:00
math.py fix(nodes): restore type annotations for InvocationContext 2024-03-01 10:42:33 +11:00
metadata.py fix(nodes): restore type annotations for InvocationContext 2024-03-01 10:42:33 +11:00
model.py make model manager v2 ready for PR review 2024-03-01 10:42:33 +11:00
noise.py feat(nodes): use LATENT_SCALE_FACTOR in primitives.py, noise.py 2024-03-01 10:42:33 +11:00
param_easing.py fix(nodes): restore type annotations for InvocationContext 2024-03-01 10:42:33 +11:00
primitives.py feat(nodes): use LATENT_SCALE_FACTOR in primitives.py, noise.py 2024-03-01 10:42:33 +11:00
prompt.py fix(nodes): restore type annotations for InvocationContext 2024-03-01 10:42:33 +11:00
sdxl.py BREAKING CHANGES: invocations now require model key, not base/type/name 2024-03-01 10:42:33 +11:00
strings.py fix(nodes): restore type annotations for InvocationContext 2024-03-01 10:42:33 +11:00
t2i_adapter.py BREAKING CHANGES: invocations now require model key, not base/type/name 2024-03-01 10:42:33 +11:00
tiles.py feat(nodes): add WithBoard field helper class 2024-03-01 10:42:33 +11:00
upscale.py feat(nodes): add WithBoard field helper class 2024-03-01 10:42:33 +11:00
util.py fix(nodes): fix constraints/validation for controlnet 2024-01-02 07:28:53 -05:00