Will Miao
3cd57a582c
feat: add force download functionality for example images with progress tracking
2025-08-15 15:16:12 +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
5a0b3470f1
feat: enhance auto-organize functionality with empty directory cleanup and progress reporting
2025-08-13 10:36:31 +08:00
Will Miao
a920921570
feat: implement auto-organize models endpoint with batch processing and error handling
2025-08-12 22:39:40 +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
c3e8131b24
feat: enhance download manager to track failed models and update progress reporting
2025-08-10 08:07:52 +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
f7d05ab0f1
refactor: change logging level from info to debug for download progress messages
2025-08-06 06:44:35 +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
b0c2027a1c
feat: add path validation for model folder in ExampleImagesFileManager
2025-08-05 07:35:19 +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
e4ce384023
feat: implement embeddings functionality with context menus, controls, and page management
2025-07-25 23:15:33 +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
206c1bd69f
Refactor modals.html into modular components
2025-07-25 16:10:16 +08:00
Will Miao
c784615f11
refactor: Simplify API calls and enhance model moving functionality
2025-07-25 14:48:28 +08:00
Will Miao
d83fad6abc
Refactor API structure to unify model operations
...
- Introduced MODEL_TYPES and MODEL_CONFIG for centralized model type management.
- Created a unified API client for checkpoints and loras to streamline operations.
- Updated all API calls in checkpointApi.js and loraApi.js to use the new client.
- Simplified context menus and model card operations to leverage the unified API client.
- Enhanced state management to accommodate new model types and their configurations.
- Added virtual scrolling functions for recipes and improved loading states.
- Refactored modal utilities to handle model exclusion and deletion generically.
- Improved error handling and user feedback across various operations.
2025-07-25 10:04:18 +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
ea9370443d
refactor: Implement download management routes and update API endpoints for LoRA
2025-07-23 16:11:02 +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
e04ef671e9
feat: Update metadata handling to use current timestamp for model modifications
2025-07-22 22:56:45 +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
b15ef1bbc6
feat: Update metadata file name in MetadataManager to match actual file name. See #294
2025-07-17 06:30:41 +08:00
Will Miao
556381b983
feat: Simplify error responses in handle_download_model with consistent JSON format
2025-07-14 17:07:52 +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
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
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
7a4b5a4667
feat: Implement download progress WebSocket and enhance download manager with unique IDs
2025-07-02 23:48:35 +08:00
Will Miao
30374ae3e6
feat: Add ServiceRegistry import to routes_common.py for improved service management
2025-07-02 19:24:04 +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
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
fc4327087b
Add WanVideo Lora Select node and related functionality. Fixes #266
...
- Implemented the WanVideo Lora Select node in Python with input handling for low memory loading and LORA syntax processing.
- Updated the JavaScript side to register the new node and manage its widget interactions.
- Enhanced constants files to include the new node type and its corresponding ID.
- Modified existing Lora Loader and Stacker references to accommodate the new node in various workflows and UI components.
- Added example workflow JSON for the new node to demonstrate its usage.
2025-06-30 15:10:34 +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
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
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
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
b198cc2a6e
feat: enhance metadata enrichment process to update file paths and preview URLs dynamically. See #113
2025-06-21 21:24:22 +08:00
Will Miao
441af82dbd
fix: update EXIF metadata extraction method for better compatibility with non-JPEG formats
2025-06-20 11:15:05 +08:00
Will Miao
e09c09af6f
feat: support GIF format for preview images. Fixes #236
2025-06-20 10:51:52 +08:00
Will Miao
3721fe226f
Remove unused code
2025-06-20 10:43:02 +08:00
Will Miao
8ace0e11cf
Update find_preview_file to include example extension from Civitai Helper for A1111. Fixes #225
2025-06-20 10:41:42 +08:00
Will Miao
5e249b0b59
fix: Update from_civitai flag to True in metadata creation for checkpoints and LoraMetadata. Fixes #238
2025-06-20 05:48:28 +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
8f4d575ec8
refactor: Improve metadata handling and streamline example image loading in modals
2025-06-19 17:07:28 +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
09a3246ddb
Add delete functionality for custom example images with API endpoint
2025-06-19 11:21:00 +08:00
Will Miao
1ca05808e1
Enhance preview image upload by deleting existing previews and updating UI state management
2025-06-18 18:37:13 +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
Will Miao
022c6c157a
Refactor example images code
2025-06-18 09:28:00 +08:00