Will Miao
addf92d966
Refactor API routes and enhance recipe and filter management
...
- Removed the handle_get_recipes method from ApiRoutes to streamline the API structure.
- Updated RecipeRoutes to include logging for recipe retrieval requests and improved filter management.
- Consolidated filter management logic in FilterManager to support both recipes and loras, enhancing code reusability.
- Deleted obsolete LoraSearchManager and RecipeSearchManager classes to simplify the search functionality.
- Improved infinite scroll implementation for both recipes and loras, ensuring consistent loading behavior across pages.
2025-03-20 14:54:13 +08:00
Will Miao
09b2fdfc59
Refactor API and DownloadManager to utilize version-level properties for model file existence and size, improving data handling and UI responsiveness.
2025-03-15 09:45:07 +08:00
Will Miao
5e4d2c7760
checkpoint
2025-03-14 21:10:24 +08:00
Will Miao
b77df8f89f
Merge branch 'main' into dev
2025-03-14 11:45:18 +08:00
Will Miao
81599b8f43
Fix: correct LoRA naming issue when fetching data from Civitai
2025-03-14 11:22:21 +08:00
Will Miao
004c203ef2
Merge branch 'main' into dev
2025-03-13 11:45:43 +08:00
Will Miao
e57a72d12b
Fixed an issue caused by inconsistent base model name for Illustrious. It fixes https://github.com/willmiao/ComfyUI-Lora-Manager/issues/37
2025-03-13 11:00:55 +08:00
Will Miao
0cad6b5cbc
Add nsfw browse control part 1
2025-03-12 21:06:31 +08:00
Will Miao
03ddd51a91
Fetch and update model metadata including tags and description in ApiRoutes and DownloadManager
2025-03-12 14:50:06 +08:00
Will Miao
2783782669
Add search options panel and functionality for filename, model name, and tags
2025-03-10 19:33:45 +08:00
Will Miao
2bdecf571b
Add trigger words editting
2025-03-10 17:10:58 +08:00
Will Miao
721bef3ff8
Add tag filtering checkpoint
2025-03-10 13:18:56 +08:00
Will Miao
0069f84630
Add model description in lora details
2025-03-10 00:20:31 +08:00
Will Miao
e6aafe8773
Add recipes checkpoint
2025-03-08 23:10:24 +08:00
Will Miao
0c4914909a
Add bulk operation
2025-03-07 13:15:39 +08:00
Will Miao
69b1773ced
Add inline model name editing with validation and resortable cache
2025-03-07 10:32:27 +08:00
Will Miao
c9c86d8c0f
Add local availability check for Civitai model versions; enhance download manager UI to indicate local status
2025-03-06 20:45:09 +08:00
Will Miao
61ea42353d
Add update check and change log
2025-03-06 17:28:18 +08:00
Will Miao
f614dbf700
Add filters - base model only for now
2025-03-05 19:53:52 +08:00
Will Miao
3b4f3c1b44
Add file size display and formatting to Lora modal
2025-03-03 12:07:33 +08:00
Will Miao
002823c6cf
Enhance lora loader done
2025-03-01 15:02:48 +08:00
Will Miao
2d72044d66
Reorganize python files
2025-02-24 20:41:16 +08:00