InvokeAI/invokeai/app
psychedelicious 0ac33f36ef fix(tests): fix pydantic warning about deprecated fields
Calling `inspect.getmembers()` on a pydantic field results in `getattr` being called on all members of the field. Pydantic has some attrs that are marked deprecated.

In our test suite, we do not filter deprecation warnings, so this is surfaced.

Use a context manager to ignore deprecation warnings when calling the function.
2023-12-09 16:31:41 +11:00
..
api feat: workflow library (#5148) 2023-12-09 09:48:38 +11:00
assets/images tweaks in response to psychedelicious review of PR 2023-07-26 15:27:04 +10:00
invocations fix(tests): fix pydantic warning about deprecated fields 2023-12-09 16:31:41 +11:00
services feat(workflow_records): do not use default_factory for workflow id 2023-12-09 11:10:16 +11:00
shared Add CFG Rescale option for supporting zero-terminal SNR models (#4335) 2023-11-30 20:55:20 +11:00
util chore: ruff check - fix pycodestyle 2023-11-11 10:55:33 +11:00
api_app.py feat(ui): add support for custom field types 2023-11-29 10:49:31 +11:00