Commit Graph

  • 487b062175 refactor: simplify API endpoint construction in FilterManager for top tags and base models Will Miao 2025-08-04 17:06:54 +08:00
  • d8e13de096 feat: enhance metadata adjustment in CheckpointScanner and ModelScanner for improved model type handling Will Miao 2025-08-04 17:06:46 +08:00
  • e8a30088ef refactor: streamline model scanning by removing redundant file processing method and enhancing directory scanning logic Will Miao 2025-08-04 15:49:50 +08:00
  • bf7b07ba74 feat: deduplicate and merge checkpoint and unet paths in configuration. See #338 and #312 Will Miao 2025-08-04 10:48:48 +08:00
  • 28fe3e7b7a chore: update version to 0.8.24 in pyproject.toml v0.8.24 Will Miao 2025-08-02 16:23:19 +08:00
  • c0eff2bb5e feat: enhance async metadata collection by updating function signature and preserving all parameters. Fixes #328 #327 Will Miao 2025-08-01 21:47:52 +08:00
  • 848c1741fe feat: add parsing for 'air' field in Civitai resources to enhance metadata extraction. Fixes #322 Will Miao 2025-07-31 14:15:22 +08:00
  • 1370b8e8c1 feat: implement drag-and-drop reordering for LoRA entries and enhance keyboard navigation. Fixes #302 Will Miao 2025-07-30 15:17:54 +08:00
  • 82a068e610 feat: auto set default root paths for loras, checkpoints, and embeddings in settings Will Miao 2025-07-30 10:08:21 +08:00
  • 32f42bafaa chore: update version to 0.8.23 in pyproject.toml v0.8.23 Will Miao 2025-07-29 20:30:45 +08:00
  • 4081b7f022 feat: implement settings synchronization with backend and migrate legacy settings Will Miao 2025-07-29 20:29:19 +08:00
  • a5808193a6 fix: rename URL error element ID to 'importUrlError' for consistency across components Will Miao 2025-07-29 16:13:27 +08:00
  • 854ca322c1 fix: update short_hash in git_info to 'stable' in update_routes.py Will Miao 2025-07-29 08:34:41 +08:00
  • c1d9b5137a feat: add version name display to model cards in ModelCard.js and style it in card.css. Fixes #287 Will Miao 2025-07-28 16:36:23 +08:00
  • f33d5745b3 feat: enhance model description editing functionality in ModelDescription.js and integrate with ModelModal.js. Fixes #292 Will Miao 2025-07-28 11:52:04 +08:00
  • d89c2ca128 chore: Update version to 0.8.22 in pyproject.toml v0.8.22 Will Miao 2025-07-27 21:20:35 +08:00
  • 835584cc85 fix: update restart message for ComfyUI and LoRA Manager after successful update Will Miao 2025-07-27 21:20:09 +08:00
  • b2ffbe3a68 feat: implement fallback ZIP download for plugin updates when .git is missing Will Miao 2025-07-27 20:56:51 +08:00
  • defcc79e6c feat: add release notes for v0.8.22 Will Miao 2025-07-27 20:34:46 +08:00
  • c06d9f84f0 fix: disable pointer events on video element in model card preview Will Miao 2025-07-27 20:02:21 +08:00
  • fe57a8e156 feat: implement banner service for managing notification banners, including UI integration and storage handling Will Miao 2025-07-27 18:07:43 +08:00
  • b77105795a feat: add embedding support in statistics page, including data handling and UI updates Will Miao 2025-07-27 16:36:14 +08:00
  • e2df5fcf27 feat: add default embedding root setting and load functionality in settings manager Will Miao 2025-07-27 15:58:15 +08:00
  • 68c5f79a67 Refactor showcase and modal components for improved functionality and performance showcase Will Miao 2025-07-27 15:52:09 +08:00
  • 836a64e728 refactor: enhance bulk metadata refresh functionality and update UI components Will Miao 2025-07-26 23:45:57 +08:00
  • 08ba0c9f42 refactor: remove one-click integration image from README Will Miao 2025-07-26 09:55:06 +08:00
  • 6fcc6a5299 Update README.md Will Miao 2025-07-26 09:53:19 +08:00
  • 6dd58248c6 refactor: add embedding scanner support in download manager and example images processor Will Miao 2025-07-26 07:35:53 +08:00
  • 2786801b71 Merge pull request #317 from willmiao/refactor pixelpaws 2025-07-26 07:06:37 +08:00
  • ea29cbeb7a refactor: add synchronous service retrieval method to ServiceRegistry Will Miao 2025-07-26 07:05:27 +08:00
  • 3cf9121a8c refactor: enhance scanner handling and add embedding support in download manager and misc routes Will Miao 2025-07-25 23:59:27 +08:00
  • 381bd3938a refactor: rename 'lora-card' to 'model-card' across styles and scripts for consistency Will Miao 2025-07-25 23:23:57 +08:00
  • e4ce384023 feat: implement embeddings functionality with context menus, controls, and page management Will Miao 2025-07-25 23:15:33 +08:00
  • 12d1857b13 refactor: update model type references from 'lora' to 'loras' and streamline event delegation setup Will Miao 2025-07-25 22:33:46 +08:00
  • 0d9003dea4 refactor: remove legacy card components and update imports to use shared ModelCard component Will Miao 2025-07-25 22:00:38 +08:00
  • 1a3751acfa refactor: unify API client usage across models and remove deprecated API files Will Miao 2025-07-25 21:38:54 +08:00
  • c5a3af2399 feat: add embedding management functionality with routes, services, and UI integration Will Miao 2025-07-25 21:14:56 +08:00
  • ea8a64fafc refactor: remove unused get_models method from LoraRoutes Will Miao 2025-07-25 18:23:52 +08:00
  • 981e367bf1 refactor: remove unused API and page routes from routes.js Will Miao 2025-07-25 17:51:40 +08:00
  • a3d6e62035 refactor: centralize resetAndReload functionality in baseModelApi Will Miao 2025-07-25 17:48:02 +08:00
  • 7f205cdcc8 refactor: unify model download system across all model types Will Miao 2025-07-25 17:35:06 +08:00
  • e587189880 Refactor modal.css into modular components Will Miao 2025-07-25 16:36:07 +08:00
  • 206c1bd69f Refactor modals.html into modular components Will Miao 2025-07-25 16:10:16 +08:00
  • a7d9255c2c refactor: Replace direct model metadata API calls with unified model API client Will Miao 2025-07-25 15:35:16 +08:00
  • 08265a85ec refactor: Include new file path in response after moving model Will Miao 2025-07-25 15:10:03 +08:00
  • 1ed5630464 Merge branch 'refactor' of https://github.com/willmiao/ComfyUI-Lora-Manager into refactor Will Miao 2025-07-25 14:49:30 +08:00
  • c784615f11 refactor: Simplify API calls and enhance model moving functionality Will Miao 2025-07-25 14:44:05 +08:00
  • 26d51b1190 refactor: Simplify API calls and enhance model moving functionality Will Miao 2025-07-25 14:44:05 +08:00
  • d83fad6abc Refactor API structure to unify model operations Will Miao 2025-07-25 10:04:18 +08:00
  • 692796db46 refactor: Update API endpoints to include 'loras' prefix for consistency Will Miao 2025-07-24 19:56:18 +08:00
  • f15c6f33f9 Merge pull request #313 from willmiao/refactor pixelpaws 2025-07-24 19:37:17 +08:00
  • dda9eb4d7c refactor: Remove MessagePack dependency and related cache management code Will Miao 2025-07-24 19:30:47 +08:00
  • 6f3aeb61e7 feat: Implement Git-based update functionality with nightly mode support and UI enhancements Will Miao 2025-07-24 18:53:37 +08:00
  • d6145e633f refactor: Simplify cache resort calls in model metadata updates and API routes Will Miao 2025-07-24 10:47:19 +08:00
  • 07014d98ce refactor: Enhance logging configuration by adding a filter for non-critical connection reset errors Will Miao 2025-07-24 09:47:51 +08:00
  • e8ccdabe6c refactor: Enhance sorting functionality and UI for model selection, including legacy format conversion Will Miao 2025-07-24 09:26:15 +08:00
  • cf9fd2d5c2 refactor: Rename LoraScanner methods for consistency and remove deprecated checkpoint methods Will Miao 2025-07-24 06:25:33 +08:00
  • bf9aa9356b refactor: Update model retrieval methods in RecipeRoutes and streamline CheckpointScanner and LoraScanner initialization Will Miao 2025-07-23 23:27:18 +08:00
  • 68d00ce289 refactor: Adjust logging configuration to reduce verbosity for asyncio logger Will Miao 2025-07-23 22:58:40 +08:00
  • 5288021e4f refactor: Simplify filtering methods and enhance CJK character handling in LoraService Will Miao 2025-07-23 22:55:42 +08:00
  • 4d38add291 Revert "refactor: Update logging configuration to use asyncio logger and remove aiohttp access logger references" Will Miao 2025-07-23 22:23:48 +08:00
  • 804808da4a refactor: Update logging configuration to use asyncio logger and remove aiohttp access logger references Will Miao 2025-07-23 22:09:42 +08:00
  • 298a95432d feat: Integrate WebSocket routes for download progress tracking in standalone manager Will Miao 2025-07-23 18:02:38 +08:00
  • a834fc4b30 feat: Update API routes for LoRA management and enhance folder handling Will Miao 2025-07-23 17:26:06 +08:00
  • 2c6c9542dd refactor: Change logging level from info to debug for service registration Will Miao 2025-07-23 16:59:16 +08:00
  • a9a7f4c8ec refactor: Remove legacy API route handlers from standalone manager Will Miao 2025-07-23 16:30:00 +08:00
  • ea9370443d refactor: Implement download management routes and update API endpoints for LoRA Will Miao 2025-07-23 16:11:02 +08:00
  • c2e00b240e feat: Enhance model routes with generic page handling and template integration Will Miao 2025-07-23 15:30:39 +08:00
  • a2b81ea099 refactor: Implement base model routes and services for LoRA and Checkpoint Will Miao 2025-07-23 14:39:02 +08:00
  • ee609e8eac Revert "feat: Implement check for missing creator in model metadata" Will Miao 2025-07-23 06:33:00 +08:00
  • e04ef671e9 feat: Update metadata handling to use current timestamp for model modifications Will Miao 2025-07-22 22:04:39 +08:00
  • 0184dfd7eb feat: Implement check for missing creator in model metadata Will Miao 2025-07-22 20:14:39 +08:00
  • eccfa0ca54 feat: Add keyboard shortcuts for bulk operations and enhance shortcut key styling Will Miao 2025-07-22 19:14:36 +08:00
  • 6d3feb4bef feat: Update styles for creator info and Civitai view in Lora modal; refactor button to div Will Miao 2025-07-22 18:07:19 +08:00
  • 29d2b5ee4b feat: Enhance creator info display and add Civitai view functionality in ModelModal Will Miao 2025-07-22 17:43:33 +08:00
  • c82fabb67f feat: Refactor model type determination to use state for saving metadata and handling events Will Miao 2025-07-22 16:44:21 +08:00
  • fcfc868e57 feat: Move LoRA related components to shared directory for consistency Will Miao 2025-07-22 16:00:04 +08:00
  • 67b403f8ca Update wiki images Will Miao 2025-07-21 16:39:00 +08:00
  • de06c6b2f6 feat: Add download cancellation and tracking features in DownloadManager and API routes Will Miao 2025-07-21 15:38:20 +08:00
  • fa444dfb8a Fix typo Will Miao 2025-07-21 08:30:36 +08:00
  • 124002a472 feat: Add JSON parsing for base_model_path_mappings and refactor path handling in DownloadManager Will Miao 2025-07-21 07:37:34 +08:00
  • 0c883433c1 feat: Implement download path template settings and base model path mappings in UI Will Miao 2025-07-20 17:51:08 +08:00
  • bcf3b2cf55 feat: Add default root paths for LoRA and checkpoint if only one exists Will Miao 2025-07-20 09:45:09 +08:00
  • 357c4e9c08 refactor: Normalize and deduplicate checkpoint and unet paths in configuration Will Miao 2025-07-19 23:06:43 +08:00
  • 9edfc68e91 fix: Remove path_mappings.yaml from repository and update .gitignore Will Miao 2025-07-19 10:09:02 +08:00
  • 8c06cb3e80 chore: Bump version to 0.8.21 in pyproject.toml Will Miao 2025-07-19 08:28:02 +08:00
  • 144fa0a6d4 refactor: Remove redundant metadata collector initialization Will Miao 2025-07-18 09:39:54 +08:00
  • 25d5a1541e feat: Add pyyaml to requirements for YAML support Will Miao 2025-07-17 15:09:29 +08:00
  • a579d36389 fix: Improve error message for example image import failure Will Miao 2025-07-17 14:58:02 +08:00
  • d766dac341 feat: Enhance metadata collection by adding support for async execution hooks and improving error handling. See #291 #298 Will Miao 2025-07-17 14:44:30 +08:00
  • b15ef1bbc6 feat: Update metadata file name in MetadataManager to match actual file name. See #294 Will Miao 2025-07-17 06:30:41 +08:00
  • 3e52e00597 feat: Add path mappings configuration file for customizable model download directories Will Miao 2025-07-16 17:41:23 +08:00
  • f749dd0d52 feat: Add YAML configuration for path mappings to customize model download directories Will Miao 2025-07-16 17:07:13 +08:00
  • 48a8a42108 Update README.md Will Miao 2025-07-16 10:33:18 +08:00
  • db7f57a5a4 feat: Refactor sampler extractors to reduce redundancy and improve maintainability. Add support for KSampler [pipe] from comfyui-impact-pack and comfyui-inspire-pack Will Miao 2025-07-16 08:08:11 +08:00
  • 556381b983 feat: Simplify error responses in handle_download_model with consistent JSON format Will Miao 2025-07-14 17:07:52 +08:00
  • 158d7d5898 Update wiki images Will Miao 2025-07-12 20:24:34 +08:00
  • 18844da95d chore: Update version to 0.8.20 Will Miao 2025-07-12 10:33:15 +08:00
  • 7e0df4d718 feat: Add Civitai model tags for prioritized subfolder organization in download manager Will Miao 2025-07-12 10:32:15 +08:00
  • 0dbb76e8c8 feat: Add download progress endpoint and implement progress tracking in WebSocketManager Will Miao 2025-07-12 10:11:16 +08:00