Will Miao
9fc2fb4d17
Enhance model caching and exclusion functionality: update cache version, add excluded models to cache data, and ensure cache is saved to disk after model exclusion and deletion.
2025-06-04 18:38:45 +08:00
Will Miao
26f9779fbf
Add bulk delete functionality for loras and implement model duplicates management. See #198
...
- Introduced a new API endpoint for bulk deleting loras.
- Added ModelDuplicatesManager to handle duplicate models for loras and checkpoints.
- Implemented UI components for displaying duplicates and managing selections.
- Enhanced controls with a button for finding duplicates.
- Updated templates to include a duplicates banner and associated actions.
2025-06-02 08:08:45 +08:00
Will Miao
8250acdfb5
Add creator information display to Lora and Checkpoint modals. #186
2025-05-21 15:31:23 +08:00
Will Miao
50704bc882
Enhance error handling and input validation in fetch_and_update_model method
2025-05-20 13:57:22 +08:00
Will Miao
276aedfbb9
Set 'from_civitai' flag to True when updating local metadata with CivitAI data
2025-05-15 16:50:32 +08:00
Will Miao
ec1c92a714
feat: add model exclusion functionality with new API endpoints and metadata handling
2025-05-02 22:36:50 +08:00
Will Miao
5cd5a82ddc
feat: add creator information to model metadata handling
2025-05-01 15:56:57 +08:00
Will Miao
c4c926070d
fix: Update optimize_image method to handle image validation and error logging, and adjust metadata preservation logic.
2025-04-15 12:31:17 +08:00
Will Miao
1db49a4dd4
refactor: Enhance checkpoint download functionality with new modal and manager integration
2025-04-11 18:25:37 +08:00
Will Miao
e991dc061d
refactor: Implement common endpoint handlers for model management in ModelRouteUtils and update routes in CheckpointsRoutes
2025-04-11 12:06:05 +08:00
Will Miao
31d27ff3fa
refactor: Extract model-related utility functions into ModelRouteUtils for better code organization
2025-04-11 10:54:19 +08:00