Skip to content

Conversation

psychedelicious
Copy link
Collaborator

@psychedelicious psychedelicious commented Jun 28, 2023

feat(nodes): add ImageCollection node in prep for batch processing

feat(ui): add multi-select and batch capabilities
0c10250

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

@psychedelicious psychedelicious force-pushed the feat/ui/multi-select branch 9 times, most recently from 01f39f4 to d5ebad5 Compare July 2, 2023 09:10
@psychedelicious psychedelicious marked this pull request as ready for review July 3, 2023 14:09
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
@psychedelicious psychedelicious merged commit 90aa97e into main Jul 3, 2023
@psychedelicious psychedelicious deleted the feat/ui/multi-select branch July 3, 2023 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants