InvokeAI/invokeai/app
chainchompa c7f80cd163
Use metadata ip adapter (#4715)
* add control net to useRecallParams

* got recall controlnets working

* fix metadata viewer controlnet

* fix type errors

* fix controlnet metadata viewer

* add ip adapter to metadata

* added ip adapter to recall parameters

* got ip adapter recall working, still need to fix type errors

* fix type issues

* clean up logs

* python formatting

* cleanup

* fix(ui): only store `image_name` as ip adapter image

* fix(ui): use nullish coalescing operator for numbers

Need to use the nullish coalescing operator `??` instead of false-y coalescing operator `||` when the value being check is a number. This prevents unintended coalescing when the value is zero and therefore false-y.

* feat(ui): fall back on default values for ip adapter metadata

* fix(ui): remove unused schema

* feat(ui): re-use existing schemas in metadata schema

* fix(ui): do not disable invocationCache

---------

Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com>
2023-09-28 09:05:32 +00:00
..
api remove dangling debug statement 2023-09-25 19:30:41 -04:00
assets/images tweaks in response to psychedelicious review of PR 2023-07-26 15:27:04 +10:00
cli isort wip 2023-09-12 13:01:58 -04:00
invocations Use metadata ip adapter (#4715) 2023-09-28 09:05:32 +00:00
models feat(nodes): refactor parameter/primitive nodes 2023-08-16 09:54:38 +10:00
services fix(backend): remove extra cache arg (#4698) 2023-09-26 10:03:48 -04:00
util fix: canvas not working on queue 2023-09-20 09:57:10 -04:00
api_app.py Removing logging import from api_api.py 2023-09-25 07:25:32 +10:00
cli_app.py Merge branch 'main' into refactor/rename-get-logger 2023-09-23 14:49:07 -07:00