Will Miao
83be5cfa64
feat: enhance plugin update process by adding .tracking file for extracted files
2025-08-05 15:46:57 +08:00
Will Miao
4f1f4ffe3d
feat: remove unused image download functions and dependencies for cleaner code
2025-08-05 09:09:17 +08:00
Will Miao
33c83358b0
feat: streamline Git information retrieval using GitPython for improved accuracy and performance
2025-08-05 07:28:08 +08:00
Will Miao
31223f0526
feat: enhance model root fetching and moving functionality across various components
2025-08-04 23:37:27 +08:00
Will Miao
65ec6aacb7
feat: add model moving endpoints for individual and bulk operations
2025-08-04 18:15:03 +08:00
Will Miao
9387470c69
feat: add endpoints for retrieving checkpoint and unet roots from config
2025-08-04 17:40:19 +08:00
Will Miao
4081b7f022
feat: implement settings synchronization with backend and migrate legacy settings
2025-07-29 20:29:19 +08:00
Will Miao
a5808193a6
fix: rename URL error element ID to 'importUrlError' for consistency across components
2025-07-29 16:13:27 +08:00
Will Miao
854ca322c1
fix: update short_hash in git_info to 'stable' in update_routes.py
2025-07-29 08:34:41 +08:00
Will Miao
b2ffbe3a68
feat: implement fallback ZIP download for plugin updates when .git is missing
2025-07-27 20:56:51 +08:00
Will Miao
b77105795a
feat: add embedding support in statistics page, including data handling and UI updates
2025-07-27 16:36:14 +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
08265a85ec
refactor: Include new file path in response after moving model
2025-07-25 15:10:03 +08:00
Will Miao
692796db46
refactor: Update API endpoints to include 'loras' prefix for consistency
2025-07-24 19:56:55 +08:00
Will Miao
6f3aeb61e7
feat: Implement Git-based update functionality with nightly mode support and UI enhancements
2025-07-24 19:03:52 +08:00
Will Miao
d6145e633f
refactor: Simplify cache resort calls in model metadata updates and API routes
2025-07-24 10:47:19 +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
298a95432d
feat: Integrate WebSocket routes for download progress tracking in standalone manager
2025-07-23 18:02:38 +08:00
Will Miao
a834fc4b30
feat: Update API routes for LoRA management and enhance folder handling
2025-07-23 17:26:06 +08:00
Will Miao
a9a7f4c8ec
refactor: Remove legacy API route handlers from standalone manager
2025-07-23 16:30:00 +08:00
Will Miao
ea9370443d
refactor: Implement download management routes and update API endpoints for LoRA
2025-07-23 16:11:02 +08:00
Will Miao
c2e00b240e
feat: Enhance model routes with generic page handling and template integration
2025-07-23 15:30:39 +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
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
0dbb76e8c8
feat: Add download progress endpoint and implement progress tracking in WebSocketManager
2025-07-12 10:11:16 +08:00
Will Miao
f73b3422a6
feat: Add GET endpoint for model download and handle parameters conversion
2025-07-12 09:17:36 +08:00
Will Miao
5de16a78c5
refactor: Replace asyncio.run with synchronous get_lora_info calls in LoraManagerLoader, LoraStacker, WanVideoLoraSelect, and ApiRoutes. See #282
2025-07-11 07:24:33 +08:00
Will Miao
a6f04c6d7e
refactor: Remove unused imports and dependencies from utils, recipe_routes, requirements, and pyproject files. See #278
2025-07-10 16:36:28 +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
8f10765254
feat: Add health check route to MiscRoutes for server status monitoring
2025-07-06 21:40:47 +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
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
2d4f6ae7ce
feat: Add route to check if a model exists in the library
2025-07-02 14:45:19 +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
64dd2ed141
feat: enhance node registration and management with support for multiple nodes and improved UI elements. Fixes #220
2025-06-26 23:00:55 +08:00
Will Miao
eb57e04e95
feat: implement thread-safe node registry and registration endpoints for Lora nodes
2025-06-26 18:31:14 +08:00
Will Miao
ed9bae6f6a
feat: enhance recipe metadata handling with NSFW level updates and context menu actions. FIxes #247
2025-06-26 11:04:51 +08:00
Will Miao
8931b41c76
feat: refactor API routes for renaming models and update related functions
2025-06-25 19:38:38 +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
39d6d8d04a
Add statistics page with metrics, charts, and insights functionality
...
- Implemented CSS styles for the statistics page layout and components.
- Developed JavaScript functionality for managing statistics, including data fetching, chart rendering, and tab navigation.
- Created HTML template for the statistics page, integrating dynamic content for metrics, charts, and insights.
- Added responsive design adjustments and loading states for better user experience.
2025-06-24 21:36:20 +08:00
Will Miao
d0ed1213d8
feat: enhance LoRA metadata handling by adding model IDs and updating recipe data structure. Fixes #246
2025-06-24 11:12:21 +08:00
Will Miao
f6ef428008
feat: update preview URL handling in RecipeRoutes and optimize recipe refresh logic in RecipeModal. Fixes #244
2025-06-23 15:29:22 +08:00
Will Miao
402318e586
feat: enhance metadata processing and extraction for Efficient nodes with improved prompt handling and conditioning outputs.
2025-06-22 13:21:31 +08:00
Will Miao
32d12bb334
feat: update API routes for version info and enhance version fetching functionality
2025-06-20 16:38:11 +08:00