Will Miao
ab7266f3a4
fix(download_manager): streamline output directory retrieval by using settings directly, fixes #443
2025-09-20 08:12:14 +08:00
Will Miao
d30fbeb286
feat(example_images): add dedicated folder check and update settings handling for example images path, see #431
2025-09-18 19:22:29 +08:00
Will Miao
14721c265f
Refactor download logic to use unified downloader service
...
- Introduced a new `Downloader` class to centralize HTTP/HTTPS download management.
- Replaced direct `aiohttp` session handling with the unified downloader in `MetadataArchiveManager`, `DownloadManager`, and `ExampleImagesProcessor`.
- Added support for resumable downloads, progress tracking, and error handling in the new downloader.
- Updated methods to utilize the downloader's capabilities for downloading files and images, improving code maintainability and readability.
2025-09-09 10:34:14 +08:00
Will Miao
1e7257fd53
fix(download): temporarily disable delay to speed up downloads
2025-09-06 18:47:18 +08:00
Will Miao
ca6f45b359
fix(download-manager): temporarily disable delay to speed up downloads
2025-09-02 22:36:36 +08:00
Will Miao
3cd57a582c
feat: add force download functionality for example images with progress tracking
2025-08-15 15:16:12 +08:00
Will Miao
c3e8131b24
feat: enhance download manager to track failed models and update progress reporting
2025-08-10 08:07:52 +08:00
Will Miao
f7d05ab0f1
refactor: change logging level from info to debug for download progress messages
2025-08-06 06:44:35 +08:00
Will Miao
6dd58248c6
refactor: add embedding scanner support in download manager and example images processor
2025-07-26 07:35:53 +08:00
Will Miao
b1e2e3831f
fix: enhance model processing logic to skip already processed models only if their directories contain files. See #259
2025-06-27 13:09:19 +08:00
Will Miao
e986fbb5fb
refactor: Streamline progress file handling and enhance metadata extraction for images
2025-06-19 18:12:16 +08:00
Will Miao
022c6c157a
Refactor example images code
2025-06-18 09:28:00 +08:00