Will Miao
425c33ae00
fix: update model identifier handling in RecipeModal and DownloadManager for consistency
2025-08-11 17:13:42 +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
4081b7f022
feat: implement settings synchronization with backend and migrate legacy settings
2025-07-29 20:29:19 +08:00
Will Miao
a5808193a6
fix: rename URL error element ID to 'importUrlError' for consistency across components
2025-07-29 16:13:27 +08:00
Will Miao
a834fc4b30
feat: Update API routes for LoRA management and enhance folder handling
2025-07-23 17:26:06 +08:00
Will Miao
7a4b5a4667
feat: Implement download progress WebSocket and enhance download manager with unique IDs
2025-07-02 23:48:35 +08:00
Will Miao
ab22d16bad
feat: Rename download endpoint from /api/download-lora to /api/download-model and update related logic
2025-07-02 19:21:25 +08:00
Will Miao
e33da50278
refactor: update duplicate recipe management; simplify UI and remove deprecated functions
2025-05-08 18:33:19 +08:00
Will Miao
4034eb3221
feat: implement duplicate recipe detection and management; add UI for marking duplicates for deletion
2025-05-08 17:29:58 +08:00
Will Miao
75a95f0109
refactor: enhance recipe fingerprint calculation and return detailed recipe information; remove unnecessary console logs in import managers
2025-05-08 16:54:49 +08:00
Will Miao
23fa2995c8
refactor(import): Implement DownloadManager, FolderBrowser, ImageProcessor, and RecipeDataManager for enhanced recipe import functionality
...
- Added DownloadManager to handle saving recipes and downloading missing LoRAs.
- Introduced FolderBrowser for selecting LoRA root directories and managing folder navigation.
- Created ImageProcessor for handling image uploads and URL inputs for recipe analysis.
- Developed RecipeDataManager to manage recipe details, including metadata and LoRA information.
- Implemented ImportStepManager to control the flow of the import process and manage UI steps.
- Added utility function for formatting file sizes for better user experience.
2025-05-08 15:41:13 +08:00