Will Miao
3d3c66e12f
fix: Improve widget handling in lora_loader, lora_stacker, and wanvideo_lora_select, and ensuring expanded state preservation in loras_widget
2025-08-19 22:31:11 +08:00
Will Miao
ee84571bdb
refactor: Simplify handling of base model path mappings and download path templates by removing unnecessary JSON.stringify calls
2025-08-19 20:20:30 +08:00
Will Miao
6500936aad
refactor: Remove unused DataWrapper class to clean up utils.js
2025-08-19 20:19:58 +08:00
Will Miao
32d2b6c013
fix: disable pysssss autocomplete in Lora-related nodes
...
Disable PySSSS autocomplete functionality in:
- Lora Loader
- Lora Stacker
- WanVideo Lora Select node
2025-08-19 08:54:12 +08:00
Will Miao
05df40977d
refactor: Update chunk size to 4MB for improved HDD throughput and optimize file writing during downloads
2025-08-18 17:21:24 +08:00
Will Miao
5d7a1dcde5
refactor: Comment out duplicate filename logging in ModelScanner for cleaner cache build process, fixes #365
2025-08-18 16:46:16 +08:00
Will Miao
9c45d9db6c
feat: Enhance WanVideoLoraSelect with improved low_mem_load and merge_loras options for better LORA management, see #363
2025-08-18 15:05:57 +08:00
Will Miao
ca692ed0f2
feat: Update release notes and version to v0.8.28 with new features and enhancements
v0.8.28
2025-08-18 07:14:08 +08:00
Will Miao
af499565d3
Revert "feat: Add CheckpointLoaderSimpleExtended to NODE_EXTRACTORS for enhanced checkpoint loading"
...
This reverts commit fe2d7e3a9e .
2025-08-17 22:43:15 +08:00
Will Miao
fe2d7e3a9e
feat: Add CheckpointLoaderSimpleExtended to NODE_EXTRACTORS for enhanced checkpoint loading
2025-08-17 21:16:27 +08:00
Will Miao
9f69822221
feat: Refactor SamplerCustom handling and enhance node extractor mappings for improved metadata processing
2025-08-17 20:42:52 +08:00
Will Miao
bb43f047c2
feat: Add auto-organize progress tracking and WebSocket broadcasting in BaseModelRoutes and WebSocketManager
2025-08-16 21:11:33 +08:00
Will Miao
2356662492
fix: Improve author retrieval logic in DownloadManager to handle non-dictionary creator data
2025-08-16 21:10:57 +08:00
Will Miao
1624a45093
fix: Update author retrieval to handle missing username gracefully in DownloadManager and utils
2025-08-16 16:11:56 +08:00
Will Miao
dcb9983786
feat: Refactor duplicates management with user preference for notification visibility and modular banner component, fixes #359
2025-08-16 09:14:35 +08:00
Will Miao
83d1828905
feat: Enhance text cleanup in LoraLoader, LoraStacker, and WanVideoLoraSelect to handle extra commas and trailing commas
2025-08-16 08:31:04 +08:00
Will Miao
6a281cf3ee
feat: Implement autocomplete feature with enhanced UI and tooltip support
...
- Added AutoComplete class to handle input suggestions based on user input.
- Integrated TextAreaCaretHelper for accurate positioning of the dropdown.
- Enhanced dropdown styling with a new color scheme and custom scrollbar.
- Implemented dynamic loading of preview tooltips for selected items.
- Added keyboard navigation support for dropdown items.
- Included functionality to insert selected items into the input field with usage tips.
- Created a separate TextAreaCaretHelper module for managing caret position calculations.
2025-08-16 07:53:55 +08:00
Will Miao
ed1cd39a6c
feat: add model notes, preview URL, and Civitai URL endpoints to BaseModelRoutes and BaseModelService
2025-08-15 18:58:49 +08:00
Will Miao
dda19b3920
feat: add download example images functionality to context menus, see #347
2025-08-15 17:15:31 +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
199e374318
feat: update release notes for v0.8.27 and bump version to 0.8.27
v0.8.27
2025-08-14 07:32:09 +08:00
pixelpaws
8375c1413d
Merge pull request #354 from Clusters/main
...
feat: Add qwen-image as a selectable base model
2025-08-14 07:14:27 +08:00
Andreas
9e268cf016
Merge branch 'willmiao:main' into main
2025-08-13 17:51:10 +02:00
Andreas
112b3abc26
feat: add qwen-image base model to ModelMetadata
2025-08-13 15:49:30 +00:00
Andreas
a8331a2357
feat: add qwen-image to base model constants.js
2025-08-13 15:48:10 +00:00
Will Miao
52e3ad08c1
feat: add placeholder for empty folder tree in download modal
2025-08-13 23:45:37 +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
a141384907
feat: update default path customization image for improved clarity
2025-08-13 20:15:11 +08:00
Will Miao
b8aa7184bd
feat: update download path template handling for model types and migrate old settings
2025-08-13 19:23:37 +08:00
Will Miao
e4195f874d
feat: implement download path templates configuration with support for multiple model types and custom templates
2025-08-13 17:42:40 +08:00
Will Miao
d04deff5ca
feat: enhance download and move modals with improved folder path input, autocomplete, and folder tree integration
2025-08-13 14:41:21 +08:00
Will Miao
20ce0778a0
fix: correct default root key generation by using singular model type
2025-08-13 11:06:39 +08:00
Will Miao
5a0b3470f1
feat: enhance auto-organize functionality with empty directory cleanup and progress reporting
2025-08-13 10:36:31 +08:00
Will Miao
a920921570
feat: implement auto-organize models endpoint with batch processing and error handling
2025-08-12 22:39:40 +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
71ddfafa98
refactor: move download modal styles to a dedicated file and update import path
2025-08-12 21:40:43 +08:00
Will Miao
b7e3e53697
feat: implement version mismatch handling and banner registration in UpdateService
2025-08-12 15:09:45 +08:00
Will Miao
16df548b77
fix: expand supported file extensions in CheckpointScanner initialization, fixes #353
2025-08-12 09:20:08 +08:00
Will Miao
425c33ae00
fix: update model identifier handling in RecipeModal and DownloadManager for consistency
2025-08-11 17:13:42 +08:00
Will Miao
c9289ed2dc
fix: improve duplicate filename handling and logging in ModelScanner and ModelHashIndex
2025-08-11 17:13:21 +08:00
Will Miao
96517cbdef
fix: update model_id and model_version_id handling across various services for improved flexibility
2025-08-11 15:31:49 +08:00
Will Miao
b03420faac
fix: skip LoRAs without proper identification in Civitai metadata parser
2025-08-11 11:14:45 +08:00
Will Miao
65a1aa7ca2
fix: add missing embeddings folder paths in settings example
2025-08-11 07:05:58 +08:00
pixelpaws
3a92e8eaf9
Update README.md
2025-08-10 16:11:28 +08:00
Will Miao
a8dc50d64a
fix: update portable package link to version 0.8.26 in README
2025-08-10 16:05:50 +08:00
Will Miao
3397cc7d8d
fix: update screenshot image to reflect latest UI changes
2025-08-10 09:02:46 +08:00
Will Miao
c3e8131b24
feat: enhance download manager to track failed models and update progress reporting
2025-08-10 08:07:52 +08:00
Will Miao
f8ca8584ae
feat: enhance URL safety in path mapping by encoding special characters
2025-08-09 16:25:55 +08:00