InvokeAI/invokeai/app/services/bulk_download
psychedelicious 98441ad08d tidy(bulk_download): do not rely on pagination API to get all images for board
We can get all images for the board as a list of image names, then pass that to `_image_handler` to get the DTOs, decoupling from the pagination API.
2024-03-01 10:42:33 +11:00
..
__init__.py groundwork for the bulk_download_service 2024-03-01 10:42:33 +11:00
bulk_download_base.py tidy(bulk_download): remove extraneous abstract methods 2024-03-01 10:42:33 +11:00
bulk_download_common.py reworking some of the logic to use a default room, adding endpoint to download file on complete 2024-03-01 10:42:33 +11:00
bulk_download_default.py tidy(bulk_download): do not rely on pagination API to get all images for board 2024-03-01 10:42:33 +11:00