InvokeAI/invokeai/frontend/web/src/features/gallery/components
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
..
Boards fix auto-switch alongside starred images (#4708) 2023-09-27 07:51:37 +00:00
CurrentImage Re-enable button for seeds set to zero 2023-09-25 10:33:35 +10:00
ImageContextMenu feat: queued generation (#4502) 2023-09-20 15:09:24 +10:00
ImageGrid fix(ui): store customStarUI outside redux 2023-09-14 12:13:03 +10:00
ImageMetadataViewer Use metadata ip adapter (#4715) 2023-09-28 09:05:32 +00:00
GalleryBoardName.tsx feat(ui): board styles 2023-07-21 07:26:12 -04:00
GallerySettingsPopover.tsx feat(ui): memoize all components 2023-08-21 19:17:36 +10:00
ImageFallbackSpinner.tsx feat(ui): memoize all components 2023-08-21 19:17:36 +10:00
ImageGalleryContent.tsx ui: Keep boards modal open by default 2023-08-30 04:17:30 +12:00
NextPrevImageButtons.tsx ui: gallery enhancements (#3752) 2023-07-13 20:31:10 +00:00