Commit Graph

  • dcf5c6167a Merge pull request #121 from willmiao/dev pixelpaws 2025-04-21 15:44:23 +08:00
  • b395d3f487 fix: Update filename formatting in save_images method to ensure unique filenames for batch images Will Miao 2025-04-21 15:42:23 +08:00
  • 37662cad10 Update workflow Will Miao 2025-04-21 15:42:10 +08:00
  • aa1673063d Merge pull request #120 from willmiao/dev pixelpaws 2025-04-21 06:52:16 +08:00
  • f51f49eb60 feat: Enhance LoraManager by updating trigger words handling and dynamically loading widget modules. Will Miao 2025-04-21 06:49:51 +08:00
  • 54c9bac961 Merge pull request #119 from willmiao/dev pixelpaws 2025-04-20 22:29:28 +08:00
  • e70fd73bdd feat: Implement trigger words API and update frontend integration for LoraManager. Fixes https://github.com/willmiao/ComfyUI-Lora-Manager/issues/43 Will Miao 2025-04-20 22:27:53 +08:00
  • 9bb9e7b64d refactor: Extract common methods for Lora handling into utils.py and update references in lora_loader.py and lora_stacker.py Will Miao 2025-04-20 21:35:36 +08:00
  • f64c03543a Merge pull request #116 from matrunchyk/main pixelpaws 2025-04-20 17:05:08 +08:00
  • 51374de1a1 fix: Update version to 0.8.7-bugfix2 in pyproject.toml for clarity on bug fixes Will Miao 2025-04-20 15:04:24 +08:00
  • afcc12f263 fix: Update populate_lora_from_civitai method to accept a tuple for Civitai API response. Fixes https://github.com/willmiao/ComfyUI-Lora-Manager/issues/117 Will Miao 2025-04-20 15:01:23 +08:00
  • 88c5482366 Merge branch 'main' of https://github.com/willmiao/ComfyUI-Lora-Manager Your Name 2025-04-19 21:47:41 +03:00
  • bbf7295c32 Prevent duplicates of root folders when using symlinks Your Name 2025-04-19 21:42:01 +03:00
  • ca5e23e68c fix: Update version to 0.8.7-bugfix in pyproject.toml for clarity on bug fixes Will Miao 2025-04-19 23:02:50 +08:00
  • eadb1487ae feat: Refactor metadata formatting to use helper function for conditional parameter addition Will Miao 2025-04-19 23:00:09 +08:00
  • 1faa70fc77 feat: Implement filename-based hash retrieval in LoraScanner and ModelScanner for improved compatibility Will Miao 2025-04-19 21:12:26 +08:00
  • 30d7c007de fix: Correct metadata restoration logic to ensure file info is fetched when metadata is missing Will Miao 2025-04-19 20:51:23 +08:00
  • f54f6a4402 feat: Enhance metadata handling by restoring missing civitai data and extracting tags and descriptions from version info Will Miao 2025-04-19 11:35:42 +08:00
  • 7b41cdec65 feat: Add civitai_deleted attribute to BaseModelMetadata for tracking deletion status from Civitai Will Miao 2025-04-19 09:30:43 +08:00
  • fb6a652a57 feat: Add checkpoint hash retrieval and enhance metadata formatting in SaveImage class Will Miao 2025-04-18 23:55:45 +08:00
  • ea34d753c1 refactor: Remove unnecessary workflow data logging and streamline saveRecipeDirectly function for legacy loras widget Will Miao 2025-04-18 21:52:26 +08:00
  • 2bc46e708e feat: Update release notes and version to 0.8.7 with enhancements and bug fixes v0.8.7 Will Miao 2025-04-18 19:03:00 +08:00
  • 96e3b5b7b3 feat: Refactor Civitai model API routes and enhance RecipeContextMenu for missing LoRAs handling Will Miao 2025-04-18 16:44:26 +08:00
  • fafbafa5e1 feat: Enhance copyTriggerWord function with modern clipboard API and fallback for non-secure contexts. Fixes https://github.com/willmiao/ComfyUI-Lora-Manager/issues/110 Will Miao 2025-04-18 14:56:27 +08:00
  • be8605d8c6 feat: Enhance CivitaiClient and ApiRoutes to handle model version errors and improve metadata fetching. Fixes https://github.com/willmiao/ComfyUI-Lora-Manager/issues/112 Will Miao 2025-04-18 14:43:56 +08:00
  • 061660d47a feat: Increase maximum allowed trigger words from 10 to 30. Fixes https://github.com/willmiao/ComfyUI-Lora-Manager/issues/109 Will Miao 2025-04-18 11:25:41 +08:00
  • 2ed6dbb344 Merge pull request #111 from willmiao/dev pixelpaws 2025-04-18 10:55:07 +08:00
  • 4766b45746 feat: Update SaveImage node to modify default lossless_webp setting and adjust save_kwargs for image formats Will Miao 2025-04-18 10:52:39 +08:00
  • 0734252e98 feat: Enhance VAEDecodeExtractor to improve image caching and metadata handling Will Miao 2025-04-18 10:03:26 +08:00
  • 91b4827c1d feat: Enhance image retrieval in MetadataRegistry and update recipe routes to process images from metadata Will Miao 2025-04-18 09:24:48 +08:00
  • df6d56ce66 feat: Add IMAGES category to constants and enhance metadata handling in node extractors Will Miao 2025-04-18 07:12:43 +08:00
  • f0203c96ab feat: Simplify format_metadata method by removing custom_prompt parameter and update related function calls Will Miao 2025-04-18 05:34:42 +08:00
  • bccabe40c0 feat: Enhance KSamplerAdvancedExtractor to include additional sampling parameters and update metadata processing Will Miao 2025-04-18 05:29:36 +08:00
  • c2f599b4ff feat: Update node extractors to include UNETLoaderExtractor and enhance metadata handling for guidance parameters Will Miao 2025-04-17 22:05:40 +08:00
  • 5fd069d70d feat: Enhance checkpoint processing in format_metadata to handle non-string types safely Will Miao 2025-04-17 09:38:20 +08:00
  • 32d34d1748 feat: Enhance trace_node_input method with depth tracking and target class filtering; add FluxGuidanceExtractor for guidance parameter extraction Will Miao 2025-04-17 08:06:21 +08:00
  • 18eb605605 feat: Refactor metadata processing to use constants for category keys and improve structure Will Miao 2025-04-17 06:23:31 +08:00
  • 4fdc88e9e1 feat: Enhance LoraLoaderExtractor to extract base filename from lora_name input Will Miao 2025-04-16 22:19:38 +08:00
  • 4c69d8d3a8 feat: Integrate metadata collection in RecipeRoutes and simplify saveRecipeDirectly function Will Miao 2025-04-16 22:15:46 +08:00
  • d4b2dd0ec1 refactor: Rename to_comfyui_format method to to_dict and update references in save_image.py Will Miao 2025-04-16 21:42:54 +08:00
  • 181f78421b feat: Standardize LoRA extraction format and enhance input handling in node extractors Will Miao 2025-04-16 21:20:56 +08:00
  • 8ed38527d0 feat: Implement metadata collection and processing framework with debug node for verification Will Miao 2025-04-16 11:44:14 +08:00
  • c4c926070d fix: Update optimize_image method to handle image validation and error logging, and adjust metadata preservation logic. Will Miao 2025-04-15 12:31:17 +08:00
  • ed87411e0d refactor: Change logging level from info to debug for service initialization and file monitoring Will Miao 2025-04-15 11:48:37 +08:00
  • 4ec2a448ab feat: Improve date formatting in filename generation with zero-padding and two-digit year support. Fixes https://github.com/willmiao/ComfyUI-Lora-Manager/issues/102 Will Miao 2025-04-15 10:46:57 +08:00
  • 73d01da94e feat: Enhance model preview version management with localStorage support Will Miao 2025-04-15 10:35:50 +08:00
  • df8e02157a Merge pull request #103 from willmiao/dev pixelpaws 2025-04-15 08:57:52 +08:00
  • 6e513ed32a feat: Add drag functionality for strength adjustment in LoRA entries. Fixes https://github.com/willmiao/ComfyUI-Lora-Manager/issues/101 Will Miao 2025-04-15 08:56:19 +08:00
  • 325ef6327d Merge pull request #99 from willmiao/dev pixelpaws 2025-04-14 20:27:18 +08:00
  • 46700e5ad0 feat: Refactor infinite scroll initialization for improved observer handling and sentinel management Will Miao 2025-04-14 20:25:44 +08:00
  • d1e21fa345 feat: Implement context menus for checkpoints and recipes, including metadata refresh and NSFW level management Will Miao 2025-04-14 15:37:36 +08:00
  • cede387783 Bump version to 0.8.6 in pyproject.toml v0.8.6 Will Miao 2025-04-14 08:42:00 +08:00
  • b206427d50 feat: Update README to include enhanced checkpoint management features and improved initial loading details Will Miao 2025-04-14 08:40:42 +08:00
  • 47d96e2037 feat: Simplify recipe page initialization and enhance error handling for recipe cache loading Will Miao 2025-04-14 07:03:34 +08:00
  • e51f7cc1a7 feat: Enhance checkpoint download manager to save active folder preference and update UI accordingly Will Miao 2025-04-13 22:12:18 +08:00
  • 40381d4b11 feat: Optimize session management and enhance download functionality with resumable support Will Miao 2025-04-13 21:51:21 +08:00
  • 76fc9e5a3d feat: Add WebSocket support for checkpoint download progress and update related components Will Miao 2025-04-13 21:31:01 +08:00
  • 9822f2c614 feat: Add Civitai model version retrieval for Checkpoints and update error handling in download managers Will Miao 2025-04-13 20:36:19 +08:00
  • 8854334ab5 Add tip images Will Miao 2025-04-13 18:46:44 +08:00
  • 53080844d2 feat: Refactor progress bar classes for initialization component to improve clarity and avoid conflicts Will Miao 2025-04-13 18:42:36 +08:00
  • 76fd722e33 feat: Improve card layout by adding overflow hidden and fixing flexbox sizing issues Will Miao 2025-04-13 18:20:15 +08:00
  • fa27513f76 feat: Enhance infinite scroll functionality with improved observer settings and scroll event handling Will Miao 2025-04-13 17:58:14 +08:00
  • 72c6f91130 feat: Update initialization component with loading progress and tips carousel Will Miao 2025-04-13 14:03:02 +08:00
  • 5918f35b8b feat: Add keyboard shortcuts for search input focus and selection Will Miao 2025-04-13 13:12:32 +08:00
  • 0b11e6e6d0 feat: Enhance initialization component with progress tracking and UI improvements Will Miao 2025-04-13 12:58:38 +08:00
  • a043b487bd feat: Add initialization progress WebSocket and UI components - Implement WebSocket route for initialization progress updates - Create initialization component with progress bar and stages - Add styles for initialization UI - Update base template to include initialization component - Enhance model scanner to broadcast progress during initialization Will Miao 2025-04-13 10:41:27 +08:00
  • 3982489e67 Merge pull request #97 from willmiao/dev pixelpaws 2025-04-12 19:10:13 +08:00
  • 5f3c515323 feat: Enhance checkpoint handling by initializing paths and adding static routes Will Miao 2025-04-12 19:06:17 +08:00
  • 6e1297d734 Merge pull request #96 from willmiao/dev pixelpaws 2025-04-12 17:01:07 +08:00
  • 8f3cbdd257 fix: Simplify session item retrieval in loadMoreModels function Will Miao 2025-04-12 16:54:27 +08:00
  • 2fc06ae64e Refactor file name update in Lora card Will Miao 2025-04-12 16:35:35 +08:00
  • 515aa1d2bd fix: Improve error logging and update lora monitor path handling Will Miao 2025-04-12 16:24:29 +08:00
  • ff7a36394a refactor: Optimize event handling for folder tags using delegation Will Miao 2025-04-12 16:15:29 +08:00
  • 5261ab249a Fix checkpoints sort_by Will Miao 2025-04-12 13:39:32 +08:00
  • c3192351da feat: Add support for reading SHA256 from .sha256 file in get_file_info function Will Miao 2025-04-12 11:59:40 +08:00
  • ce30d067a6 feat: Import and expose loadMoreLoras function in LoraPageManager Will Miao 2025-04-12 11:46:26 +08:00
  • e84a8a72c5 feat: Add save metadata route and update checkpoint card functionality Will Miao 2025-04-12 11:18:21 +08:00
  • 10a4fe04d1 refactor: Update API endpoint for saving model metadata to use consistent route structure Will Miao 2025-04-12 09:03:34 +08:00
  • d5ce6441e3 refactor: Simplify service initialization in LoraRoutes and RecipeRoutes, and adjust logging level in ServiceRegistry Will Miao 2025-04-12 09:01:09 +08:00
  • a8d21fb1d6 refactor: Remove unused service imports and add new route for scanning LoRA files Will Miao 2025-04-12 07:49:11 +08:00
  • 9277d8d8f8 refactor: Disable file monitoring functionality with ENABLE_FILE_MONITORING flag Will Miao 2025-04-12 06:47:47 +08:00
  • 0618541527 checkpoint Will Miao 2025-04-11 20:22:12 +08:00
  • 1db49a4dd4 refactor: Enhance checkpoint download functionality with new modal and manager integration Will Miao 2025-04-11 18:25:37 +08:00
  • 3df96034a1 refactor: Consolidate model handling functions into baseModelApi for better code reuse and organization Will Miao 2025-04-11 14:35:56 +08:00
  • e991dc061d refactor: Implement common endpoint handlers for model management in ModelRouteUtils and update routes in CheckpointsRoutes Will Miao 2025-04-11 12:06:05 +08:00
  • 56670066c7 refactor: Optimize preview image handling by converting to webp format and improving error logging Will Miao 2025-04-11 11:17:49 +08:00
  • 31d27ff3fa refactor: Extract model-related utility functions into ModelRouteUtils for better code organization Will Miao 2025-04-11 10:54:19 +08:00
  • 297ff0dd25 refactor: Improve download handling for previews and optimize image conversion in DownloadManager Will Miao 2025-04-11 09:00:58 +08:00
  • b0a5b48fb2 refactor: Enhance preview file handling and add update_preview_in_cache method for ModelScanner Will Miao 2025-04-11 08:43:21 +08:00
  • ac244e6ad9 refactor: Replace hardcoded image width with CARD_PREVIEW_WIDTH constant for consistency Will Miao 2025-04-11 08:19:19 +08:00
  • 7393e92b21 refactor: Consolidate preview file extensions into constants for improved maintainability Will Miao 2025-04-11 06:19:15 +08:00
  • 86810d9f03 refactor: Remove move_model method from LoraScanner class to streamline code Will Miao 2025-04-11 06:05:19 +08:00
  • 18aa8d11ad refactor: Remove showToast call from clearCustomFilter method in LorasControls Will Miao 2025-04-11 05:59:32 +08:00
  • fafec56f09 refactor: Rename update_single_lora_cache to update_single_model_cache for consistency Will Miao 2025-04-11 05:52:56 +08:00
  • 129ca9da81 feat: Implement checkpoint modal functionality with metadata editing, showcase display, and utility functions Will Miao 2025-04-10 22:59:09 +08:00
  • cbfb9ac87c Enhance CheckpointModal: Implement detailed checkpoint display, editable fields, and showcase functionality Will Miao 2025-04-10 22:25:40 +08:00
  • 42309edef4 Refactor visibility toggle: Remove toggleApiKeyVisibility function and update related button in modals Will Miao 2025-04-10 21:43:56 +08:00
  • 559e57ca46 Enhance CheckpointCard: Implement NSFW content handling, toggle blur functionality, and improve video autoplay behavior Will Miao 2025-04-10 21:28:34 +08:00
  • 311bf1f157 Add support for '.gguf' file extension in CheckpointScanner Will Miao 2025-04-10 21:15:12 +08:00
  • 131c3cc324 Add Civitai metadata fetching functionality for checkpoints Will Miao 2025-04-10 21:07:17 +08:00