Will Miao
40cbb2155c
refactor(baseModelApi): comment out failure message handling in bulk metadata refresh
2025-09-20 21:43:00 +08:00
Will Miao
4540e47055
refactor(baseModelApi): update example images path retrieval to use state settings
2025-09-15 18:07:22 +08:00
Will Miao
16840c321d
feat(api): enhance fetchModelDescription to improve error handling and response parsing
2025-09-05 20:57:36 +08:00
Will Miao
c109e392ad
feat(auto-organize): add auto-organize functionality for selected models and update context menu
2025-09-05 20:51:30 +08:00
Will Miao
1d31dae110
feat(tags): implement bulk tag addition and replacement functionality
2025-09-05 07:18:24 +08:00
Will Miao
1800afe31b
feat(sidebar): implement display mode toggle and update sidebar actions for improved navigation. See #389
2025-09-02 17:42:21 +08:00
Will Miao
b2428f607c
feat(localization): add trigger words functionality with localization support for UI elements and messages
2025-08-31 15:13:12 +08:00
Will Miao
8303196b57
feat(localization): enhance toast messages for context menu actions, model tags, and download management with improved error handling and user feedback
2025-08-31 14:27:33 +08:00
Will Miao
e60a579b85
feat(localization): enhance toast messages for API actions and model management with i18n support
...
refactor(localization): update toast messages in various components and managers for better user feedback
2025-08-31 12:25:08 +08:00
Will Miao
5b0becaaf2
feat: Implement model description retrieval and update related API endpoints
2025-08-27 18:22:56 +08:00
Will Miao
9817bac2fe
feat: Add metadata endpoint and implement model metadata retrieval functionality
2025-08-27 17:44:29 +08:00
Will Miao
d62cff9841
feat: Refactor SidebarManager integration and cleanup methods for improved state management
2025-08-26 21:38:33 +08:00
Will Miao
842beec7cc
feat: Update recursive search option to default to true and remove related UI elements
2025-08-26 18:14:43 +08:00
Will Miao
6df083a1d5
feat: Refactor sidebar components for improved structure and styling
2025-08-26 15:26:45 +08:00
Will Miao
919fed05c5
feat: Enhance model moving functionality with improved error handling and unique filename generation
2025-08-25 13:08:35 +08:00
Will Miao
25139ca922
feat: enhance bulk operations panel styling and update downloadExampleImages method to accept optional modelTypes parameter
2025-08-15 15:58:33 +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
d3903ac655
feat: add success toast notification after metadata update completion
2025-08-15 09:43:16 +08:00
Will Miao
8d01d04ef0
feat: add default path toggle and update download modal for improved path selection
2025-08-13 23:30:48 +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
4c33c9d256
feat: enhance folder update logic with error handling in fetchModelsPage
2025-08-08 17:33:11 +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
215272469f
refactor: replace model API client import and remove performance logging, add reset and reload functionality
2025-08-06 07:56:48 +08:00
Will Miao
677a239d53
feat: add setting to include trigger words in LoRA syntax, update UI and functionality, fixes #268
2025-08-05 18:04:10 +08:00
Will Miao
7abfc49e08
feat: implement bulk operations for model management including delete, move, and refresh functionalities
2025-08-05 11:23:20 +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
fae2e274fd
feat: enable move operations for all model types and remove unsupported methods from specific clients
2025-08-04 19:51:02 +08:00
Will Miao
342a722991
feat: refactor model API structure to support specific model types with dedicated API clients for Checkpoints, LoRAs, and Embeddings
...
refactor: consolidate model API client creation into a factory function for better maintainability
feat: implement move operations for LoRAs and handle unsupported operations for Checkpoints and Embeddings
2025-08-04 19:37:53 +08:00
Will Miao
836a64e728
refactor: enhance bulk metadata refresh functionality and update UI components
2025-07-26 23:45:57 +08:00
Will Miao
a3d6e62035
refactor: centralize resetAndReload functionality in baseModelApi
2025-07-25 17:48:02 +08:00
Will Miao
7f205cdcc8
refactor: unify model download system across all model types
...
- Add download-related methods to baseModelApi.js for fetching versions, roots, folders, and downloading models
- Replace separate download managers with a unified DownloadManager.js supporting all model types
- Create a single download_modals.html template that adapts to model type (LoRA, checkpoint, etc.)
- Remove old download modals from lora_modals.html and checkpoint_modals.html
- Update apiConfig.js to include civitaiVersions endpoints for each model type
- Centralize event handler binding in DownloadManager.js (no more inline HTML handlers)
- Modal UI and logic now auto-adapt to the current model type, making future extension easier
2025-07-25 17:35:06 +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
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
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
1ca05808e1
Enhance preview image upload by deleting existing previews and updating UI state management
2025-06-18 18:37:13 +08:00
Will Miao
78bcdcef5d
Enhance CivitAI metadata fetch handling and update virtual scroller item management. See #227
2025-06-15 08:34:22 +08:00
Will Miao
672fbe2ac0
Remove unused and outdated code to improve clarity
2025-06-15 06:18:47 +08:00
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
bae66f94e8
Add full rebuild option to model refresh functionality and enhance dropdown controls
2025-05-29 15:51:45 +08:00
Will Miao
84bfad7ce5
Enhance model deletion handling in UI: integrate virtual scroller updates and remove legacy UI card removal logic.
2025-05-13 17:50:28 +08:00
Will Miao
c5c9659c76
Update refreshModels to pass folder update flag to resetAndReloadFunction
2025-05-13 15:25:40 +08:00
Will Miao
01ba3c14f8
Implement virtual scrolling for model loading and checkpoint management
2025-05-12 17:47:57 +08:00
Will Miao
8546cfe714
checkpoint
2025-05-12 10:25:58 +08:00
Will Miao
1121d1ee6c
Revert "update"
...
This reverts commit 4793f096af .
2025-05-09 16:14:10 +08:00
Will Miao
4793f096af
update
2025-05-09 15:42:56 +08:00
Will Miao
2027db7411
feat: refactor model deletion functionality with confirmation modal
2025-05-03 16:31:17 +08:00
Will Miao
611dd33c75
feat: add model exclution functionality frontend
2025-05-03 16:14:09 +08:00