Will Miao
|
611dd33c75
|
feat: add model exclution functionality frontend
|
2025-05-03 16:14:09 +08:00 |
|
Will Miao
|
ec1c92a714
|
feat: add model exclusion functionality with new API endpoints and metadata handling
|
2025-05-02 22:36:50 +08:00 |
|
Will Miao
|
d1fd5b7f27
|
feat: implement alphabet filtering feature with letter counts and UI components v1
|
2025-05-01 20:07:12 +08:00 |
|
Will Miao
|
9dbcc105e7
|
feat: add model metadata refresh functionality and enhance download progress tracking. https://github.com/willmiao/ComfyUI-Lora-Manager/issues/151
|
2025-05-01 18:57:29 +08:00 |
|
Will Miao
|
5cd5a82ddc
|
feat: add creator information to model metadata handling
|
2025-05-01 15:56:57 +08:00 |
|
Will Miao
|
88c1892dc9
|
feat: enhance model metadata fetching to include creator information
|
2025-05-01 15:30:05 +08:00 |
|
Will Miao
|
3c1b181675
|
fix: enhance version comparison by ignoring suffixes in semantic version strings
|
2025-05-01 07:47:09 +08:00 |
|
Will Miao
|
3833647dfe
|
refactor: remove unused tkinter imports from misc_routes.py. Fixes https://github.com/willmiao/ComfyUI-Lora-Manager/issues/150
|
2025-05-01 06:06:20 +08:00 |
|
Will Miao
|
d308c7ac60
|
feat: enhance A1111MetadataParser to improve metadata extraction and parsing logic. https://github.com/willmiao/ComfyUI-Lora-Manager/issues/148
|
2025-04-30 19:09:47 +08:00 |
|
Will Miao
|
947c757aa5
|
Revert the incorrect changes
|
2025-04-30 19:09:00 +08:00 |
|
Will Miao
|
cb5e64d26b
|
feat: enhance example images downloading by adding local file processing before remote download
|
2025-04-30 13:56:29 +08:00 |
|
Will Miao
|
f36febf10a
|
fix: create independent session for downloading example images to prevent interference
|
2025-04-30 13:35:12 +08:00 |
|
Will Miao
|
26d9a9caa6
|
refactor: streamline example images download functionality and UI updates
|
2025-04-30 13:20:44 +08:00 |
|
Will Miao
|
cb876cf77e
|
Implement saving model example images locally. Fixes https://github.com/willmiao/ComfyUI-Lora-Manager/issues/88
|
2025-04-29 22:41:18 +08:00 |
|
Will Miao
|
4789711910
|
feat: enhance metadata processing by refining primary sampler selection and adding CLIPTextEncodeFlux extractor. Fixes https://github.com/willmiao/ComfyUI-Lora-Manager/issues/146
|
2025-04-29 06:31:21 +08:00 |
|
Will Miao
|
0e7ba27a7d
|
feat: enhance Civitai resource extraction in StandardMetadataParser for improved JSON handling. Fixes https://github.com/willmiao/ComfyUI-Lora-Manager/issues/141
|
2025-04-26 22:12:40 +08:00 |
|
Will Miao
|
7ce5857cd5
|
feat: implement standalone mode support with mock modules and path handling
|
2025-04-26 19:14:38 +08:00 |
|
Will Miao
|
b0a9d44b0c
|
Add support for SamplerCustomAdvanced node in metadata extraction
|
2025-04-26 09:40:44 +08:00 |
|
Will Miao
|
9bc92736a7
|
feat: enhance session management by ensuring freshness and optimizing connection parameters
|
2025-04-25 20:54:25 +08:00 |
|
Will Miao
|
51a6374c33
|
feat: add favorites filtering functionality across models and UI components
|
2025-04-25 17:55:33 +08:00 |
|
Will Miao
|
3de31cd06a
|
feat: Add functionality to move civitai.info file during model relocation
|
2025-04-25 09:41:23 +08:00 |
|
Will Miao
|
c579b54d40
|
fix: Preserve original path separators when mapping real paths in Config. Fixes https://github.com/willmiao/ComfyUI-Lora-Manager/issues/132
|
2025-04-25 09:33:07 +08:00 |
|
Will Miao
|
0a52575e8b
|
feat: Enhance model file retrieval by ensuring primary model is selected from files list. Fixes https://github.com/willmiao/ComfyUI-Lora-Manager/issues/127
|
2025-04-25 05:45:29 +08:00 |
|
Will Miao
|
23c9a98f66
|
feat: Add endpoint for scanning and rebuilding recipe cache, and update UI to use new refresh method
|
2025-04-24 13:23:31 +08:00 |
|
Will Miao
|
796fc33b5b
|
feat: Optimize TCP connection parameters and enhance logging for download operations
|
2025-04-22 19:43:37 +08:00 |
|
Will Miao
|
8cb78ad931
|
feat: Add route for retrieving current usage statistics
|
2025-04-22 09:39:00 +08:00 |
|
Will Miao
|
b12079e0f6
|
feat: Implement usage statistics tracking with backend integration and route setup
|
2025-04-22 08:56:34 +08:00 |
|
Will Miao
|
b395d3f487
|
fix: Update filename formatting in save_images method to ensure unique filenames for batch images
|
2025-04-21 15:42:49 +08:00 |
|
Will Miao
|
e70fd73bdd
|
feat: Implement trigger words API and update frontend integration for LoraManager. Fixes https://github.com/willmiao/ComfyUI-Lora-Manager/issues/43
|
2025-04-20 22:27:53 +08:00 |
|
Will Miao
|
9bb9e7b64d
|
refactor: Extract common methods for Lora handling into utils.py and update references in lora_loader.py and lora_stacker.py
|
2025-04-20 21:35:36 +08:00 |
|
pixelpaws
|
f64c03543a
|
Merge pull request #116 from matrunchyk/main
Prevent duplicates of root folders when using symlinks
|
2025-04-20 17:05:08 +08:00 |
|
Will Miao
|
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
|
2025-04-20 15:01:23 +08:00 |
|
Your Name
|
88c5482366
|
Merge branch 'main' of https://github.com/willmiao/ComfyUI-Lora-Manager
|
2025-04-19 21:47:41 +03:00 |
|
Your Name
|
bbf7295c32
|
Prevent duplicates of root folders when using symlinks
|
2025-04-19 21:42:01 +03:00 |
|
Will Miao
|
eadb1487ae
|
feat: Refactor metadata formatting to use helper function for conditional parameter addition
|
2025-04-19 23:00:09 +08:00 |
|
Will Miao
|
1faa70fc77
|
feat: Implement filename-based hash retrieval in LoraScanner and ModelScanner for improved compatibility
|
2025-04-19 21:12:26 +08:00 |
|
Will Miao
|
30d7c007de
|
fix: Correct metadata restoration logic to ensure file info is fetched when metadata is missing
|
2025-04-19 20:51:23 +08:00 |
|
Will Miao
|
f54f6a4402
|
feat: Enhance metadata handling by restoring missing civitai data and extracting tags and descriptions from version info
|
2025-04-19 11:35:42 +08:00 |
|
Will Miao
|
7b41cdec65
|
feat: Add civitai_deleted attribute to BaseModelMetadata for tracking deletion status from Civitai
|
2025-04-19 09:30:43 +08:00 |
|
Will Miao
|
fb6a652a57
|
feat: Add checkpoint hash retrieval and enhance metadata formatting in SaveImage class
|
2025-04-18 23:55:45 +08:00 |
|
Will Miao
|
96e3b5b7b3
|
feat: Refactor Civitai model API routes and enhance RecipeContextMenu for missing LoRAs handling
|
2025-04-18 16:44:26 +08:00 |
|
Will Miao
|
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
|
2025-04-18 14:44:53 +08:00 |
|
Will Miao
|
4766b45746
|
feat: Update SaveImage node to modify default lossless_webp setting and adjust save_kwargs for image formats
|
2025-04-18 10:52:39 +08:00 |
|
Will Miao
|
0734252e98
|
feat: Enhance VAEDecodeExtractor to improve image caching and metadata handling
|
2025-04-18 10:03:26 +08:00 |
|
Will Miao
|
91b4827c1d
|
feat: Enhance image retrieval in MetadataRegistry and update recipe routes to process images from metadata
|
2025-04-18 09:24:48 +08:00 |
|
Will Miao
|
df6d56ce66
|
feat: Add IMAGES category to constants and enhance metadata handling in node extractors
|
2025-04-18 07:12:43 +08:00 |
|
Will Miao
|
f0203c96ab
|
feat: Simplify format_metadata method by removing custom_prompt parameter and update related function calls
|
2025-04-18 05:34:42 +08:00 |
|
Will Miao
|
bccabe40c0
|
feat: Enhance KSamplerAdvancedExtractor to include additional sampling parameters and update metadata processing
|
2025-04-18 05:29:36 +08:00 |
|
Will Miao
|
c2f599b4ff
|
feat: Update node extractors to include UNETLoaderExtractor and enhance metadata handling for guidance parameters
|
2025-04-17 22:05:40 +08:00 |
|
Will Miao
|
5fd069d70d
|
feat: Enhance checkpoint processing in format_metadata to handle non-string types safely
|
2025-04-17 09:38:20 +08:00 |
|