InvokeAI/invokeai/frontend/web/src/features
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
..
canvas feat: Improve Staging Toolbar Styling 2023-09-27 17:45:39 +10:00
changeBoardModal Translation update (#4503) 2023-09-13 17:31:34 +10:00
controlNet Use metadata ip adapter (#4715) 2023-09-28 09:05:32 +00:00
deleteImageModal Use metadata ip adapter (#4715) 2023-09-28 09:05:32 +00:00
dnd feat(ui): show cursor on drag previews 2023-09-21 09:29:57 -04:00
dynamicPrompts feat(ui): refactor informational popover 2023-09-22 13:23:26 -04:00
embedding Translation update (#4503) 2023-09-13 17:31:34 +10:00
gallery Use metadata ip adapter (#4715) 2023-09-28 09:05:32 +00:00
lora feat(ui): refactor informational popover 2023-09-22 13:23:26 -04:00
nodes Use metadata ip adapter (#4715) 2023-09-28 09:05:32 +00:00
parameters Use metadata ip adapter (#4715) 2023-09-28 09:05:32 +00:00
queue fix(ui): only disable cancel item button if value is null/undefined 2023-09-27 14:28:26 +10:00
sdxl feat(ui): refactor informational popover 2023-09-22 13:23:26 -04:00
system feat(ui): improve error handling (#4699) 2023-09-26 15:24:53 +00:00
ui fix(ui): fix color picker on canvas (#4706) 2023-09-26 14:11:12 +00:00