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 |
|
Will Miao
|
3050bbe260
|
fix: improve image handling logic to ensure input is always a list or array, see #346
|
2025-08-09 07:20:28 +08:00 |
|
Will Miao
|
e1dda2795a
|
update README.md
|
2025-08-08 20:13:20 +08:00 |
|
Will Miao
|
6d8408e626
|
feat: update release notes and version to 0.8.26, adding creator search and enhancing node usability
v0.8.26
|
2025-08-08 20:10:06 +08:00 |
|
Will Miao
|
0906271aa9
|
refactor: simplify auto download check logic by removing unnecessary progress updates
|
2025-08-08 19:58:20 +08:00 |
|
Will Miao
|
4c33c9d256
|
feat: enhance folder update logic with error handling in fetchModelsPage
|
2025-08-08 17:33:11 +08:00 |
|
Will Miao
|
fa9c78209f
|
feat: update API endpoints to include '/list' for model retrieval in routes and templates, fixes #344
|
2025-08-07 18:06:40 +08:00 |
|
Will Miao
|
6678ec8a60
|
refactor: remove unused height properties and simplify widget height handling in various components, fixes #284
|
2025-08-07 16:49:39 +08:00 |
|
Will Miao
|
854e467c12
|
feat: add debug logging for default root settings in DownloadManager
|
2025-08-07 14:42:05 +08:00 |
|
Will Miao
|
e6b94c7b21
|
refactor: remove unused import and simplify filename handling in ModelHashIndex, fixes #342
|
2025-08-06 19:11:07 +08:00 |
|
Will Miao
|
2c6f9d8602
|
feat: add creator search option and update related functionality across models and UI
|
2025-08-06 18:32:57 +08:00 |
|
Will Miao
|
c74033b9c0
|
refactor: conditionally initialize managers in HeaderManager to avoid unnecessary setup on statistics page
|
2025-08-06 11:14:02 +08:00 |
|
Will Miao
|
d2b21d27bb
|
refactor: remove unused imports from update_routes.py and requirements.txt
|
2025-08-06 10:34:40 +08:00 |
|
Will Miao
|
215272469f
|
refactor: replace model API client import and remove performance logging, add reset and reload functionality
|
2025-08-06 07:56:48 +08:00 |
|
Will Miao
|
f7d05ab0f1
|
refactor: change logging level from info to debug for download progress messages
|
2025-08-06 06:44:35 +08:00 |
|
Will Miao
|
6f2ad2be77
|
fix: update LoRA model type check to use constant for improved readability, fixes #341
|
2025-08-05 19:11:28 +08:00 |
|
Will Miao
|
66575c719a
|
feat: update version to 0.8.25, add release notes for v0.8.25 including LoRA list reordering, bulk operations, and auto download setting for example images
v0.8.25
|
2025-08-05 18:30:06 +08:00 |
|
Will Miao
|
677a239d53
|
feat: add setting to include trigger words in LoRA syntax, update UI and functionality, fixes #268
|
2025-08-05 18:04:10 +08:00 |
|
Will Miao
|
3b96bfe5af
|
feat: add auto download setting for example images with UI toggle and functionality, fixes #288
|
2025-08-05 16:49:46 +08:00 |
|
Will Miao
|
83be5cfa64
|
feat: enhance plugin update process by adding .tracking file for extracted files
|
2025-08-05 15:46:57 +08:00 |
|
Will Miao
|
6b834c2362
|
Add wiki image
|
2025-08-05 13:00:10 +08:00 |
|