Will Miao
79ab0f7b6c
refactor: Update folder loading to fetch dynamically from API in DownloadManager and MoveManager. Fixes #274
2025-07-09 20:29:49 +08:00
Will Miao
49c4a4068b
feat: Add default checkpoint root setting with dynamic options in settings modal
2025-07-02 21:46:21 +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
9fe1ce19ad
feat: add Patreon support section to the support modal with styling
2025-06-26 09:54:07 +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
888896c0c0
feat: add card info display setting with options for always visible or reveal on hover
2025-06-24 17:41:52 +08:00
Will Miao
c3dd4da11b
feat: enhance theme toggle functionality with auto theme support and icon updates. Fix #243
2025-06-21 20:43:44 +08:00
Will Miao
1b2a02cb1a
feat: add git information display in update modals and enhance version check functionality
2025-06-20 15:22:07 +08:00
Will Miao
fa587d5678
Refactor modal components by removing unused imports and commenting out cache management section in modals.html
2025-06-17 21:06:01 +08:00
Will Miao
8764998e8c
Update example images optimization message to clarify metadata preservation
2025-06-16 23:26:55 +08:00
Will Miao
2cb4f3aac8
Add example images access modal and API integration for checking image availability. Fixes #183 and #209
2025-06-16 21:33:49 +08:00
Will Miao
1ccaf33aac
Refactor example images management by removing centralized examples settings and migration functionality
2025-06-16 18:29:37 +08:00
Will Miao
c0b1c2e099
Remove commented-out Civitai context menu item from checkpoints and context menu templates
2025-06-14 18:13:37 +08:00
Will Miao
26d105c439
Enhance Civitai model handling: add get_model_version method for detailed metadata retrieval, update routes to utilize new method, and improve URL handling in context menu for model re-linking.
2025-06-11 22:06:16 +08:00
Will Miao
a295ff2e06
Refactor video embed implementation to enhance privacy and user experience; replace iframe with a privacy-friendly video container and add external link buttons for YouTube access.
2025-06-10 06:44:08 +08:00
Will Miao
787e37b7c6
Add CivitAI re-linking functionality and related UI components. Fixes #216
...
- Implemented new API endpoints for re-linking models to CivitAI.
- Added context menu options for re-linking in both Lora and Checkpoint context menus.
- Created a modal for user confirmation and input for CivitAI model URL.
- Updated styles for the new modal and context menu items.
- Enhanced error handling and user feedback during the re-linking process.
2025-06-09 17:23:03 +08:00
Will Miao
4e5c8b2dd0
Add help modal functionality and update related UI components
2025-06-09 14:55:18 +08:00
Will Miao
bb1e42f0d3
Add restart required icon to example images download location label. See #212
2025-06-08 20:43:10 +08:00
Will Miao
4d6ea0236b
Add centralized example images setting and update related UI components
2025-06-08 17:38:46 +08:00
Will Miao
b1015ecdc5
Add migration functionality for example images: implement API endpoint and UI controls
2025-06-07 11:27:25 +08:00
Will Miao
e151a19fcf
Implement bulk operations for LoRAs: add send to workflow and bulk delete functionality with modal confirmation.
2025-06-03 07:44:52 +08:00
Will Miao
396924f4cc
Add badge for duplicate count and update logic in ModelDuplicatesManager and PageControls
2025-06-02 09:42:28 +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
09832141d0
Add functionality to open example images folder for models
2025-05-30 09:42:36 +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
ddf132bd78
Add cache management feature: implement clear cache API and modal confirmation
2025-05-29 14:36:13 +08:00
Will Miao
8e1f73a34e
Refactor display density settings: replace compact mode with display density option and update related UI components
2025-05-20 19:35:41 +08:00
Will Miao
2ba7a0ceba
Add keyboard navigation support and related styles for enhanced user experience
2025-05-15 20:17:57 +08:00
Will Miao
03a6f8111c
Add functionality to copy and send LoRA/Recipe syntax to workflow
...
- Implemented copy functionality for LoRA and Recipe syntax in context menus.
- Added options to send LoRA and Recipe to workflow in both append and replace modes.
- Updated HTML templates to include new context menu items for sending actions.
2025-05-15 07:01:50 +08:00
Will Miao
78e1901779
Add compact mode settings and styles for improved layout control. Fixes #33
2025-05-13 21:40:37 +08:00
Will Miao
e33da50278
refactor: update duplicate recipe management; simplify UI and remove deprecated functions
2025-05-08 18:33:19 +08:00
Will Miao
4034eb3221
feat: implement duplicate recipe detection and management; add UI for marking duplicates for deletion
2025-05-08 17:29:58 +08:00
Will Miao
92fdc16fe6
feat(modals): implement duplicate delete confirmation modal and enhance deletion workflow
2025-05-08 16:17:52 +08:00
Will Miao
fd593bb61d
feat: add source URL functionality to recipe modal, including dynamic display and editing options
2025-05-05 20:50:32 +08:00
Will Miao
184f8ca6cf
feat: add local image analysis functionality and update import modal for URL/local path input. Fixes https://github.com/willmiao/ComfyUI-Lora-Manager/issues/140
2025-05-05 11:35:20 +08:00
Will Miao
48df7e1078
Refactor code structure for improved readability and maintainability
2025-05-03 17:06:57 +08:00
Will Miao
611dd33c75
feat: add model exclution functionality frontend
2025-05-03 16:14:09 +08:00
Will Miao
6ac78156ac
feat: comment out "View Details" option in context menus for checkpoints and recipes
2025-05-02 20:59:06 +08:00
Will Miao
2bbec47f63
feat: update WeChat and Alipay QR code to use WebP format for improved performance
2025-05-02 19:34:40 +08:00
Will Miao
44be75aeef
feat: add WeChat and Alipay support section with QR code toggle functionality
2025-05-02 19:15:54 +08:00
Will Miao
6e96fbcda7
feat: enhance alphabet bar with toggle functionality and visual indicators
2025-05-01 20:50:31 +08:00
Will Miao
d1fd5b7f27
feat: implement alphabet filtering feature with letter counts and UI components v1
2025-05-01 20:07:12 +08:00
Will Miao
e1efff19f0
feat: add mini progress circle to progress panel when collapsed
2025-04-30 15:42:01 +08:00
Will Miao
b32756932b
feat: initialize example images manager on app startup and streamline event listener setup
2025-04-30 14:17:39 +08:00
Will Miao
26d9a9caa6
refactor: streamline example images download functionality and UI updates
2025-04-30 13:20:44 +08:00
Will Miao
cb876cf77e
Implement saving model example images locally. Fixes https://github.com/willmiao/ComfyUI-Lora-Manager/issues/88
2025-04-29 22:41:18 +08:00
Will Miao
51a6374c33
feat: add favorites filtering functionality across models and UI components
2025-04-25 17:55:33 +08:00
Will Miao
53080844d2
feat: Refactor progress bar classes for initialization component to improve clarity and avoid conflicts
2025-04-13 18:42:36 +08:00
Will Miao
fa27513f76
feat: Enhance infinite scroll functionality with improved observer settings and scroll event handling
2025-04-13 17:58:14 +08:00
Will Miao
72c6f91130
feat: Update initialization component with loading progress and tips carousel
2025-04-13 14:03:02 +08:00