Will Miao
05df40977d
refactor: Update chunk size to 4MB for improved HDD throughput and optimize file writing during downloads
2025-08-18 17:21:24 +08:00
Will Miao
5d7a1dcde5
refactor: Comment out duplicate filename logging in ModelScanner for cleaner cache build process, fixes #365
2025-08-18 16:46:16 +08:00
Will Miao
bb43f047c2
feat: Add auto-organize progress tracking and WebSocket broadcasting in BaseModelRoutes and WebSocketManager
2025-08-16 21:11:33 +08:00
Will Miao
2356662492
fix: Improve author retrieval logic in DownloadManager to handle non-dictionary creator data
2025-08-16 21:10:57 +08:00
Will Miao
1624a45093
fix: Update author retrieval to handle missing username gracefully in DownloadManager and utils
2025-08-16 16:11:56 +08:00
Will Miao
6a281cf3ee
feat: Implement autocomplete feature with enhanced UI and tooltip support
...
- Added AutoComplete class to handle input suggestions based on user input.
- Integrated TextAreaCaretHelper for accurate positioning of the dropdown.
- Enhanced dropdown styling with a new color scheme and custom scrollbar.
- Implemented dynamic loading of preview tooltips for selected items.
- Added keyboard navigation support for dropdown items.
- Included functionality to insert selected items into the input field with usage tips.
- Created a separate TextAreaCaretHelper module for managing caret position calculations.
2025-08-16 07:53:55 +08:00
Will Miao
ed1cd39a6c
feat: add model notes, preview URL, and Civitai URL endpoints to BaseModelRoutes and BaseModelService
2025-08-15 18:58:49 +08:00
Will Miao
b8aa7184bd
feat: update download path template handling for model types and migrate old settings
2025-08-13 19:23:37 +08:00
Will Miao
286f4ff384
feat: add folder tree and unified folder tree endpoints, enhance download modal with folder path input and tree navigation
2025-08-12 22:34:53 +08:00
Will Miao
16df548b77
fix: expand supported file extensions in CheckpointScanner initialization, fixes #353
2025-08-12 09:20:08 +08:00
Will Miao
c9289ed2dc
fix: improve duplicate filename handling and logging in ModelScanner and ModelHashIndex
2025-08-11 17:13:21 +08:00
Will Miao
96517cbdef
fix: update model_id and model_version_id handling across various services for improved flexibility
2025-08-11 15:31:49 +08:00
Will Miao
e6b94c7b21
refactor: remove unused import and simplify filename handling in ModelHashIndex, fixes #342
2025-08-06 19:11:07 +08:00
Will Miao
2c6f9d8602
feat: add creator search option and update related functionality across models and UI
2025-08-06 18:32:57 +08:00
Will Miao
d8e13de096
feat: enhance metadata adjustment in CheckpointScanner and ModelScanner for improved model type handling
2025-08-04 17:06:46 +08:00
Will Miao
e8a30088ef
refactor: streamline model scanning by removing redundant file processing method and enhancing directory scanning logic
2025-08-04 15:49:50 +08:00
Will Miao
82a068e610
feat: auto set default root paths for loras, checkpoints, and embeddings in settings
2025-07-30 10:08:21 +08:00
Will Miao
ea29cbeb7a
refactor: add synchronous service retrieval method to ServiceRegistry
2025-07-26 07:05:27 +08:00
Will Miao
3cf9121a8c
refactor: enhance scanner handling and add embedding support in download manager and misc routes
2025-07-25 23:59:27 +08:00
Will Miao
c5a3af2399
feat: add embedding management functionality with routes, services, and UI integration
2025-07-25 21:14:56 +08:00
Will Miao
ea8a64fafc
refactor: remove unused get_models method from LoraRoutes
2025-07-25 18:23:52 +08:00
Will Miao
dda9eb4d7c
refactor: Remove MessagePack dependency and related cache management code
2025-07-24 19:30:47 +08:00
Will Miao
e8ccdabe6c
refactor: Enhance sorting functionality and UI for model selection, including legacy format conversion
2025-07-24 09:26:15 +08:00
Will Miao
cf9fd2d5c2
refactor: Rename LoraScanner methods for consistency and remove deprecated checkpoint methods
2025-07-24 06:25:33 +08:00
Will Miao
bf9aa9356b
refactor: Update model retrieval methods in RecipeRoutes and streamline CheckpointScanner and LoraScanner initialization
2025-07-23 23:27:18 +08:00
Will Miao
5288021e4f
refactor: Simplify filtering methods and enhance CJK character handling in LoraService
2025-07-23 22:55:42 +08:00
Will Miao
2c6c9542dd
refactor: Change logging level from info to debug for service registration
2025-07-23 16:59:16 +08:00
Will Miao
a2b81ea099
refactor: Implement base model routes and services for LoRA and Checkpoint
...
- Added BaseModelRoutes class to handle common routes and logic for model types.
- Created CheckpointRoutes class inheriting from BaseModelRoutes for checkpoint-specific routes.
- Implemented CheckpointService class for handling checkpoint-related data and operations.
- Developed LoraService class for managing LoRA-specific functionalities.
- Introduced ModelServiceFactory to manage service and route registrations for different model types.
- Established methods for fetching, filtering, and formatting model data across services.
- Integrated CivitAI metadata handling within model routes and services.
- Added pagination and filtering capabilities for model data retrieval.
2025-07-23 14:39:02 +08:00
Will Miao
ee609e8eac
Revert "feat: Implement check for missing creator in model metadata"
...
This reverts commit 0184dfd7eb .
2025-07-23 06:33:00 +08:00
Will Miao
e04ef671e9
feat: Update metadata handling to use current timestamp for model modifications
2025-07-22 22:56:45 +08:00
Will Miao
0184dfd7eb
feat: Implement check for missing creator in model metadata
2025-07-22 20:14:39 +08:00
Will Miao
de06c6b2f6
feat: Add download cancellation and tracking features in DownloadManager and API routes
2025-07-21 15:38:20 +08:00
Will Miao
124002a472
feat: Add JSON parsing for base_model_path_mappings and refactor path handling in DownloadManager
2025-07-21 07:37:34 +08:00
Will Miao
f749dd0d52
feat: Add YAML configuration for path mappings to customize model download directories
2025-07-16 17:07:13 +08:00
Will Miao
7e0df4d718
feat: Add Civitai model tags for prioritized subfolder organization in download manager
2025-07-12 10:32:15 +08:00
Will Miao
0dbb76e8c8
feat: Add download progress endpoint and implement progress tracking in WebSocketManager
2025-07-12 10:11:16 +08:00
Will Miao
bd95e802ec
refactor: Replace asynchronous service calls with synchronous counterparts in SaveImage and ServiceRegistry. Fixes #282
2025-07-11 22:48:39 +08:00
Will Miao
854e8bf356
feat: Adjust CivitaiClient.get_model_version logic to handle API changes — querying by model ID no longer includes image generation metadata. Fixes #279
2025-07-10 15:29:34 +08:00
Will Miao
79011bd257
refactor: Update model_id and model_version_id types to integers and add validation in routes
2025-07-09 14:21:49 +08:00
Will Miao
c692713ffb
refactor: Simplify model version existence checks and enhance version retrieval methods in scanners
2025-07-09 10:26:03 +08:00
Will Miao
0653f59473
feat: Enhance relative path handling in download manager to include base model
2025-07-03 10:28:52 +08:00
Will Miao
7a4b5a4667
feat: Implement download progress WebSocket and enhance download manager with unique IDs
2025-07-02 23:48:35 +08:00
Will Miao
40ad590046
refactor: Update checkpoint handling to use base_models_roots and streamline path management
2025-07-02 21:29:41 +08:00
Will Miao
ab22d16bad
feat: Rename download endpoint from /api/download-lora to /api/download-model and update related logic
2025-07-02 19:21:25 +08:00
Will Miao
971cd56a4a
feat: Update WebSocket endpoint for checkpoint progress and adjust related routes
2025-07-02 18:38:02 +08:00
Will Miao
d7cb546c5f
refactor: Simplify model download handling by consolidating download logic and updating parameter usage
2025-07-02 18:25:42 +08:00
Will Miao
cad5fb3fba
feat: Add mock module creation for py/nodes directory to prevent loading modules from the nodes directory
2025-06-30 20:19:37 +08:00
Will Miao
2ee057e19b
feat: update metadata saving to ensure backup creation and support nested civitai structure
2025-06-25 11:50:10 +08:00
Will Miao
605a06317b
feat: Enhance media handling by adding NSFW level support and improving preview image management
2025-06-19 15:19:24 +08:00
Will Miao
3c047bee58
Refactor example images handling by introducing migration logic, updating metadata structure, and enhancing image loading in the UI
2025-06-18 17:14:49 +08:00