Commit Graph

  • f6709a55c3 refactor(i18n): Remove server_i18n references from routes and update translations in zh-CN and zh-TW locales Will Miao 2025-08-30 19:02:37 +08:00
  • 7b374d747b cleanup Will Miao 2025-08-30 18:44:33 +08:00
  • fd480a9360 refactor(i18n): Remove language setting endpoints and related logic from MiscRoutes Will Miao 2025-08-30 17:48:32 +08:00
  • ec8b228867 fix(statistics): Add margin-top to metrics grid for improved spacing Will Miao 2025-08-30 17:30:49 +08:00
  • 401200050b feat(i18n): Enhance internationalization support by updating storage retrieval and translation handling Will Miao 2025-08-30 17:29:04 +08:00
  • 29160bd6e5 feat(i18n): Implement server-side internationalization support Will Miao 2025-08-30 16:56:56 +08:00
  • 3c9e402bc0 Add Korean, Russian, and Traditional Chinese translations for LoRA Manager Will Miao 2025-08-30 11:32:39 +08:00
  • ff4d0f0208 feat: Update Simplified Chinese translations for LoRA Manager to improve clarity and consistency Will Miao 2025-08-29 09:40:07 +08:00
  • f82908221c Implement internationalization (i18n) system for LoRA Manager Will Miao 2025-08-28 22:22:26 +08:00
  • 4246908f2e feat: Add updateContainerMargin method and integrate it into sidebar state management for improved layout handling Will Miao 2025-08-29 21:28:19 +08:00
  • f64597afd2 feat: Update restoreSelectedFolder to ensure activeFolder is a string before assignment and reset selectedPath if not Will Miao 2025-08-29 17:46:43 +08:00
  • 975ff2672d feat: Add new Flux model 'FLUX_1_KREA' and update Video Models list for enhanced model support Will Miao 2025-08-28 16:24:01 +08:00
  • e90ba31784 feat: Update filter_civitai_data to include 'id' and 'modelId' fields for improved data retrieval Will Miao 2025-08-28 15:21:04 +08:00
  • a4074c93bc feat: Improve folder filtering logic to ensure exact matches and handle root folder case Will Miao 2025-08-28 05:33:53 +08:00
  • 7a8b7598c7 feat: Enhance deepMerge function to only update existing keys in target for improved merging logic Will Miao 2025-08-27 20:42:57 +08:00
  • cd0d832f14 feat: Refactor showModelModal to fetch complete metadata and update related functions for improved data handling Will Miao 2025-08-27 19:42:34 +08:00
  • 5b0becaaf2 feat: Implement model description retrieval and update related API endpoints Will Miao 2025-08-27 18:22:56 +08:00
  • 9817bac2fe feat: Add metadata endpoint and implement model metadata retrieval functionality Will Miao 2025-08-27 17:44:29 +08:00
  • f6bd48cfcd feat: Update box-shadow for header and adjust controls styling for improved layout Will Miao 2025-08-27 15:43:44 +08:00
  • 01843b8f2b feat: Update media query breakpoints from 2000px to 2150px for improved responsiveness across components Will Miao 2025-08-27 09:54:08 +08:00
  • 94ed81de5e feat: Update tooltip positioning comments for clarity and consistency Will Miao 2025-08-27 09:11:19 +08:00
  • 0700b8f399 feat: Adjust sidebar position to align with viewport edges for improved layout consistency Will Miao 2025-08-27 09:11:05 +08:00
  • d62cff9841 feat: Refactor SidebarManager integration and cleanup methods for improved state management Will Miao 2025-08-26 21:38:33 +08:00
  • 083f4805b2 feat: Enhance get_preview_static_url to find the longest matching route for static URLs Will Miao 2025-08-26 20:41:01 +08:00
  • 8e5bfd379e feat: Add closeDropdown method to manage dropdown state in SidebarManager Will Miao 2025-08-26 19:25:27 +08:00
  • 2366f143d8 Merge pull request #377 from willmiao/sidebar, See #257 #52 pixelpaws 2025-08-26 19:10:30 +08:00
  • e997f5bc1b feat: Update activeFolder state initialization to load from localStorage for each model type Will Miao 2025-08-26 19:04:23 +08:00
  • 842beec7cc feat: Update recursive search option to default to true and remove related UI elements Will Miao 2025-08-26 18:14:43 +08:00
  • d2268fc9e0 feat: Implement initial hidden state for sidebar and enhance visibility handling Will Miao 2025-08-26 18:02:52 +08:00
  • a98e26139f feat: Implement auto-hide functionality for sidebar and update controls layout Will Miao 2025-08-26 17:57:59 +08:00
  • 522a3ea88b feat: Update sidebar breadcrumb styles and enhance dropdown functionality Will Miao 2025-08-26 17:13:04 +08:00
  • d7949fbc30 feat: Enhance sidebar navigation with dropdowns and refactor breadcrumb structure Will Miao 2025-08-26 16:44:01 +08:00
  • 6df083a1d5 feat: Refactor sidebar components for improved structure and styling Will Miao 2025-08-26 15:26:45 +08:00
  • 4dc80e7f6e feat: Implement sidebar navigation with folder tree and controls Will Miao 2025-08-26 09:40:17 +08:00
  • c2a8508513 feat: Add get_preview_extension function to retrieve complete preview file extensions Will Miao 2025-08-26 10:19:17 +08:00
  • 159193ef43 feat: Implement unique filename generation with conflict resolution using metadata hash Will Miao 2025-08-25 15:33:46 +08:00
  • 1f37ffb105 feat: Refactor unique filename generation to use a hash provider for improved flexibility Will Miao 2025-08-25 14:52:44 +08:00
  • 919fed05c5 feat: Enhance model moving functionality with improved error handling and unique filename generation Will Miao 2025-08-25 13:08:35 +08:00
  • 1814f83bee feat: Implement post-initialization tasks and backup file cleanup in LoraManager Will Miao 2025-08-25 09:03:40 +08:00
  • 1823840456 feat: Disable image optimization in find_preview_file function for future configuration Will Miao 2025-08-25 09:03:28 +08:00
  • 623c28bfc3 feat: Remove backup creation from metadata saving functions for streamlined operations Will Miao 2025-08-24 22:30:53 +08:00
  • 3079131337 feat: Update version to 0.8.30 and add release notes for automatic model path correction and UI enhancements v0.8.30 Will Miao 2025-08-24 19:22:42 +08:00
  • a34ade0120 feat: Enhance preview tooltip loading behavior for smoother display Will Miao 2025-08-24 19:02:08 +08:00
  • e9ada70088 feat: Add ClownsharKSampler_Beta to NODE_EXTRACTORS for enhanced sampler support Will Miao 2025-08-23 08:08:51 +08:00
  • 597cc48248 feat: Refactor selection state handling for LoRA entries to avoid style conflicts Will Miao 2025-08-22 17:19:37 +08:00
  • ec3f857ef1 feat: Add expand/collapse button functionality and improve drag event handling Will Miao 2025-08-22 16:51:55 +08:00
  • 383b4de539 feat: Improve cursor handling during drag operations for better user experience Will Miao 2025-08-22 15:36:27 +08:00
  • 1bf9326604 feat: Enhance download path template handling to support JSON strings and ensure defaults Will Miao 2025-08-22 11:13:37 +08:00
  • d9f5459d46 feat: Add additional checkpoint loaders to PATH_CORRECTION_TARGETS for improved model support Will Miao 2025-08-22 10:18:20 +08:00
  • e45a1b1e19 feat: Add new WAN video models to BASE_MODELS for enhanced support Will Miao 2025-08-22 08:48:07 +08:00
  • 331ad8f644 feat: Update showToast function to support options object and improve notification handling fix: Adjust modal max-height for better responsiveness Will Miao 2025-08-22 08:18:43 +08:00
  • 52fa88b04c feat: Add widget configuration for "Checkpoint Loader with Name (Image Saver)" in path correction targets Will Miao 2025-08-21 15:03:26 +08:00
  • 8895a64d24 feat: Enhance path correction functionality for widget nodes with pattern matching and user notifications Will Miao 2025-08-21 13:39:35 +08:00
  • fdec535559 fix: Normalize path separators in relative path handling for improved compatibility across platforms Will Miao 2025-08-21 11:52:46 +08:00
  • 6c5559ae2d chore: Update version to 0.8.29 and add release notes for enhanced recipe imports and bug fixes v0.8.29 Will Miao 2025-08-21 08:44:07 +08:00
  • 9f54622b17 fix: Improve author retrieval logic in calculate_relative_path_for_model function to handle missing creator data Will Miao 2025-08-21 07:34:54 +08:00
  • 03b6f4b378 refactor: Clean up and optimize import modal and related components, removing unused styles and improving path selection functionality Will Miao 2025-08-20 23:12:38 +08:00
  • af4cbe2332 feat: Add LoraManagerTextLoader for loading LoRAs from text syntax with enhanced parsing Will Miao 2025-08-20 18:16:29 +08:00
  • 141f72963a fix: Enhance download functionality with resumable downloads and improved error handling Will Miao 2025-08-20 16:40:22 +08:00
  • 3d3c66e12f fix: Improve widget handling in lora_loader, lora_stacker, and wanvideo_lora_select, and ensuring expanded state preservation in loras_widget Will Miao 2025-08-19 22:31:11 +08:00
  • ee84571bdb refactor: Simplify handling of base model path mappings and download path templates by removing unnecessary JSON.stringify calls Will Miao 2025-08-19 20:20:30 +08:00
  • 6500936aad refactor: Remove unused DataWrapper class to clean up utils.js Will Miao 2025-08-19 20:19:58 +08:00
  • 32d2b6c013 fix: disable pysssss autocomplete in Lora-related nodes Will Miao 2025-08-19 08:54:12 +08:00
  • 05df40977d refactor: Update chunk size to 4MB for improved HDD throughput and optimize file writing during downloads Will Miao 2025-08-18 17:21:24 +08:00
  • 5d7a1dcde5 refactor: Comment out duplicate filename logging in ModelScanner for cleaner cache build process, fixes #365 Will Miao 2025-08-18 16:46:16 +08:00
  • 9c45d9db6c feat: Enhance WanVideoLoraSelect with improved low_mem_load and merge_loras options for better LORA management, see #363 Will Miao 2025-08-18 15:05:57 +08:00
  • ca692ed0f2 feat: Update release notes and version to v0.8.28 with new features and enhancements v0.8.28 Will Miao 2025-08-18 07:14:08 +08:00
  • af499565d3 Revert "feat: Add CheckpointLoaderSimpleExtended to NODE_EXTRACTORS for enhanced checkpoint loading" Will Miao 2025-08-17 22:43:15 +08:00
  • fe2d7e3a9e feat: Add CheckpointLoaderSimpleExtended to NODE_EXTRACTORS for enhanced checkpoint loading Will Miao 2025-08-17 21:16:27 +08:00
  • 9f69822221 feat: Refactor SamplerCustom handling and enhance node extractor mappings for improved metadata processing Will Miao 2025-08-17 20:42:52 +08:00
  • bb43f047c2 feat: Add auto-organize progress tracking and WebSocket broadcasting in BaseModelRoutes and WebSocketManager Will Miao 2025-08-16 21:11:33 +08:00
  • 2356662492 fix: Improve author retrieval logic in DownloadManager to handle non-dictionary creator data Will Miao 2025-08-16 21:10:57 +08:00
  • 1624a45093 fix: Update author retrieval to handle missing username gracefully in DownloadManager and utils Will Miao 2025-08-16 16:11:56 +08:00
  • dcb9983786 feat: Refactor duplicates management with user preference for notification visibility and modular banner component, fixes #359 Will Miao 2025-08-16 09:14:35 +08:00
  • 83d1828905 feat: Enhance text cleanup in LoraLoader, LoraStacker, and WanVideoLoraSelect to handle extra commas and trailing commas Will Miao 2025-08-16 08:31:04 +08:00
  • 6a281cf3ee feat: Implement autocomplete feature with enhanced UI and tooltip support Will Miao 2025-08-16 07:53:55 +08:00
  • ed1cd39a6c feat: add model notes, preview URL, and Civitai URL endpoints to BaseModelRoutes and BaseModelService Will Miao 2025-08-15 18:58:49 +08:00
  • dda19b3920 feat: add download example images functionality to context menus, see #347 Will Miao 2025-08-15 17:15:31 +08:00
  • 25139ca922 feat: enhance bulk operations panel styling and update downloadExampleImages method to accept optional modelTypes parameter Will Miao 2025-08-15 15:58:33 +08:00
  • 3cd57a582c feat: add force download functionality for example images with progress tracking Will Miao 2025-08-15 15:16:12 +08:00
  • d3903ac655 feat: add success toast notification after metadata update completion Will Miao 2025-08-15 09:43:16 +08:00
  • 199e374318 feat: update release notes for v0.8.27 and bump version to 0.8.27 v0.8.27 Will Miao 2025-08-14 07:32:09 +08:00
  • 8375c1413d Merge pull request #354 from Clusters/main pixelpaws 2025-08-14 07:14:27 +08:00
  • 9e268cf016 Merge branch 'willmiao:main' into main Andreas 2025-08-13 17:51:10 +02:00
  • 112b3abc26 feat: add qwen-image base model to ModelMetadata Andreas 2025-08-13 15:49:30 +00:00
  • a8331a2357 feat: add qwen-image to base model constants.js Andreas 2025-08-13 15:48:10 +00:00
  • 52e3ad08c1 feat: add placeholder for empty folder tree in download modal Will Miao 2025-08-13 23:45:37 +08:00
  • 8d01d04ef0 feat: add default path toggle and update download modal for improved path selection Will Miao 2025-08-13 23:15:02 +08:00
  • a141384907 feat: update default path customization image for improved clarity Will Miao 2025-08-13 20:15:11 +08:00
  • b8aa7184bd feat: update download path template handling for model types and migrate old settings Will Miao 2025-08-13 19:23:37 +08:00
  • e4195f874d feat: implement download path templates configuration with support for multiple model types and custom templates Will Miao 2025-08-13 16:41:36 +08:00
  • d04deff5ca feat: enhance download and move modals with improved folder path input, autocomplete, and folder tree integration Will Miao 2025-08-13 14:41:21 +08:00
  • 20ce0778a0 fix: correct default root key generation by using singular model type Will Miao 2025-08-13 11:06:39 +08:00
  • 5a0b3470f1 feat: enhance auto-organize functionality with empty directory cleanup and progress reporting Will Miao 2025-08-13 10:36:31 +08:00
  • a920921570 feat: implement auto-organize models endpoint with batch processing and error handling Will Miao 2025-08-08 19:13:12 +08:00
  • 286f4ff384 feat: add folder tree and unified folder tree endpoints, enhance download modal with folder path input and tree navigation Will Miao 2025-08-12 22:34:53 +08:00
  • 71ddfafa98 refactor: move download modal styles to a dedicated file and update import path Will Miao 2025-08-12 21:40:43 +08:00
  • b7e3e53697 feat: implement version mismatch handling and banner registration in UpdateService Will Miao 2025-08-12 15:09:45 +08:00
  • 16df548b77 fix: expand supported file extensions in CheckpointScanner initialization, fixes #353 Will Miao 2025-08-12 09:20:08 +08:00
  • 425c33ae00 fix: update model identifier handling in RecipeModal and DownloadManager for consistency Will Miao 2025-08-11 17:13:42 +08:00