mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
90aa97edd4
This introduces the core functionality for batch operations on images and multiple selection in the gallery/batch manager. A number of other substantial changes are included: - `imagesSlice` is consolidated into `gallerySlice`, allowing for simpler selection of filtered images - `batchSlice` is added to manage the batch - The wonky context pattern for image deletion has been changed, much simpler now using a `imageDeletionSlice` and redux listeners; this needs to be implemented still for the other image modals - Minimum gallery size in px implemented as a hook - Many style fixes & several bug fixes TODO: - The UI and UX need to be figured out, especially for controlnet - Batch processing is not hooked up; generation does not do anything with batch - Routes to support batch image operations, specifically delete and add/remove to/from boards |
||
---|---|---|
.. | ||
IAIForms | ||
Loading | ||
GuideIcon.tsx | ||
GuidePopover.tsx | ||
IAIAlertDialog.tsx | ||
IAIButton.tsx | ||
IAICollapse.tsx | ||
IAIColorPicker.tsx | ||
IAIDndImage.tsx | ||
IAIDropOverlay.tsx | ||
IAIForm.tsx | ||
IAIFullCheckbox.tsx | ||
IAIIconButton.tsx | ||
IAIImageFallback.tsx | ||
IAIInput.tsx | ||
IAIMantineMultiSelect.tsx | ||
IAIMantineSelect.tsx | ||
IAINumberInput.tsx | ||
IAIOption.tsx | ||
IAIPopover.tsx | ||
IAIScrollArea.tsx | ||
IAISelect.tsx | ||
IAISimpleCheckbox.tsx | ||
IAISimpleMenu.tsx | ||
IAISlider.tsx | ||
IAISwitch.tsx | ||
IAITextarea.tsx | ||
ImageMetadataOverlay.tsx | ||
ImageUploader.tsx | ||
ImageUploaderButton.tsx | ||
ImageUploaderIconButton.tsx | ||
ImageUploadOverlay.tsx | ||
SelectImagePlaceholder.tsx |