Will Miao
9366d3d2d0
feat: add API endpoint for fetching application settings and update frontend settings management
2025-09-14 22:57:17 +08:00
Will Miao
6b606a5cc8
refactor(CivArchiveModelMetadataProvider): remove session management and use downloader for HTTP requests
2025-09-13 20:04:41 +08:00
Will Miao
1a76f74482
refactor(BaseModelRoutes): temporary comment out model description and creator checks
2025-09-13 13:07:25 +08:00
Will Miao
125fdecd61
fix: handle missing download URL for primary file in metadata
2025-09-13 09:03:34 +08:00
Will Miao
d05076d258
feat: add CivArchive metadata provider and support for optional source parameter in downloads
2025-09-12 21:13:15 +08:00
Will Miao
00b77581fc
refactor(Downloader): change logger info statements to debug level for proxy usage
2025-09-12 15:20:34 +08:00
Will Miao
897787d17c
refactor(AutoComplete): simplify search term extraction and insertion logic
2025-09-12 14:35:25 +08:00
Will Miao
a0c2d9b5ad
refactor: change logger info statements to debug level for improved logging granularity
2025-09-12 11:48:59 +08:00
Will Miao
e713bd1ca2
feat: add app-level proxy settings with UI integration and session management, fixes #382
2025-09-12 11:22:45 +08:00
Will Miao
beb8ff1dd1
refactor(ModelFileService): enhance auto-organize logic to track source directories for cleanup, see #407
2025-09-11 23:02:30 +08:00
Will Miao
6a8f0867d9
refactor: migrate auto_organize_models logic to service layer with dependency injection
2025-09-11 22:37:46 +08:00
Will Miao
51ad1c9a33
refactor(MetadataProcessor): comment out guidance parameter in generation params, fixes #425
2025-09-11 16:55:41 +08:00
pixelpaws
34872eb612
Merge pull request #411 from gaoqi125/main
...
__init__.py register WanVideoLoraSelectFromText
2025-09-11 16:31:57 +08:00
Will Miao
8b4e3128ff
feat: add functionality to open file location from model modal and update translations, fixes #405
2025-09-11 15:54:32 +08:00
Will Miao
c66cbc800b
refactor: remove clear cache functionality and associated modal from settings manager
2025-09-11 15:21:06 +08:00
Will Miao
0d33884052
refactor(ModelScanner): remove unused metadata fetching logic from model processing
2025-09-11 12:33:34 +08:00
Will Miao
f5f45002c7
fix(routes): skip tag check in model validation to allow empty tags
2025-09-11 12:10:00 +08:00
Will Miao
1edf7126bb
fix(routes): add support for metadata archive settings in model processing
2025-09-11 09:31:58 +08:00
Will Miao
a1a55a1002
feat(node_extractors): add PCTextEncode extractor to NODE_EXTRACTORS registry, fixes #424
2025-09-11 06:45:22 +08:00
Will Miao
45f5cb46bd
fix(utils): update base model retrieval to use model_data for consistency, fixes #423
2025-09-10 23:44:42 +08:00
Will Miao
1b5e608a27
fix(routes): enhance model processing to include checks for missing tags, description, and creator
2025-09-10 23:30:08 +08:00
Will Miao
a7df8ae15c
feat(civitai_client): enrich model version info with additional metadata
2025-09-10 23:28:19 +08:00
Will Miao
47ce0d0fe2
fix(model_scanner): comment out fetch missing metadata call to prevent potential issues
2025-09-10 22:08:44 +08:00
Will Miao
62f06302f0
refactor(routes): replace ModelMetadataProviderManager with get_default_metadata_provider in checkpoint, embedding, and lora routes
2025-09-10 20:29:26 +08:00
Will Miao
4ee5b7481c
fix(downloader): set socket read timeout to 5 minutes for improved stability during large downloads
2025-09-10 18:49:35 +08:00
Will Miao
ba1ac58721
feat(metadata): trigger metadata provider update when enabling metadata archive database
2025-09-10 16:18:04 +08:00
Will Miao
a4fbeb6295
feat(metadata): update metadata archive management and remove provider priority settings
2025-09-10 15:55:29 +08:00
Will Miao
68f8871403
feat(metadata): add source tracking for SQLite metadata and implement Civitai API metadata validation
2025-09-10 11:20:58 +08:00
Will Miao
6fd74952b7
Refactor metadata handling to use unified provider system
...
- Replaced direct usage of Civitai client with a fallback metadata provider across all recipe parsers.
- Updated metadata service to improve initialization and error handling.
- Enhanced download manager to utilize a downloader service for file operations.
- Improved recipe scanner to fetch model information through the new metadata provider.
- Updated utility functions to streamline image downloading and processing.
- Added comprehensive logging and error handling for better debugging and reliability.
- Introduced `get_default_metadata_provider()` for simplified access to the default provider.
- Ensured backward compatibility with existing APIs and workflows.
2025-09-09 20:57:45 +08:00
Will Miao
1ea468cfc4
feat(metadata): enhance metadata archive management with download progress and status updates
2025-09-09 15:24:28 +08:00
Will Miao
14721c265f
Refactor download logic to use unified downloader service
...
- Introduced a new `Downloader` class to centralize HTTP/HTTPS download management.
- Replaced direct `aiohttp` session handling with the unified downloader in `MetadataArchiveManager`, `DownloadManager`, and `ExampleImagesProcessor`.
- Added support for resumable downloads, progress tracking, and error handling in the new downloader.
- Updated methods to utilize the downloader's capabilities for downloading files and images, improving code maintainability and readability.
2025-09-09 10:34:14 +08:00
Will Miao
821827a375
feat(metadata): implement metadata archive management and update settings for metadata providers
2025-09-08 22:41:17 +08:00
Will Miao
9ba3e2c204
feat(metadata): implement metadata providers and initialize metadata service
...
- Added ModelMetadataProvider and CivitaiModelMetadataProvider for handling model metadata.
- Introduced SQLiteModelMetadataProvider for SQLite database integration.
- Created metadata_service.py to initialize and configure metadata providers.
- Updated CivitaiClient to register as a metadata provider.
- Refactored download_manager to use the new download_file method.
- Added SQL schema for models, model_versions, and model_files.
- Updated requirements.txt to include aiosqlite.
2025-09-08 22:41:17 +08:00
Will Miao
d287883671
refactor(civitai): remove legacy get_model_description and _get_hash_from_civitai methods
2025-09-08 22:41:17 +08:00
gaoqi125
76a92ac847
Update wanvideo_lora_select_from_text.py
2025-09-07 23:21:33 +08:00
Will Miao
510d476323
feat(civitai): enhance LoRA matching by extracting hashes from metadata
2025-09-07 10:05:30 +08:00
Will Miao
1e7257fd53
fix(download): temporarily disable delay to speed up downloads
2025-09-06 18:47:18 +08:00
Will Miao
74507cef05
feat(settings): add validation for settings.json to ensure required configuration is present
...
fix(usage_stats): handle initialization errors for usage statistics when no valid paths are configured, fixes #375
2025-09-06 17:39:51 +08:00
Will Miao
b0ef74f802
feat(LoraManager): add example images cleanup functionality to remove invalid or empty folders, see #402
2025-09-06 07:59:33 +08:00
Will Miao
c109e392ad
feat(auto-organize): add auto-organize functionality for selected models and update context menu
2025-09-05 20:51:30 +08:00
pixelpaws
5e69671366
Merge pull request #398 from gaoqi125/gaoqi125-patch-1
...
Create wanvideo_lora_select_from_text.py
2025-09-05 19:55:40 +08:00
Will Miao
52d23d9b75
feat(constants): update model tags to include 'realistic', 'anime', 'toon', and 'furry'
2025-09-05 19:53:29 +08:00
Will Miao
1d31dae110
feat(tags): implement bulk tag addition and replacement functionality
2025-09-05 07:18:24 +08:00
Will Miao
ca6f45b359
fix(download-manager): temporarily disable delay to speed up downloads
2025-09-02 22:36:36 +08:00
Will Miao
1800afe31b
feat(sidebar): implement display mode toggle and update sidebar actions for improved navigation. See #389
2025-09-02 17:42:21 +08:00
gaoqi125
8c6311355d
Create wanvideo_lora_select_from_text.py
...
Stacking new LoRA nodes via lora_syntax text input
2025-09-02 17:18:48 +08:00
Will Miao
52acbd954a
Add Chinese (Simplified and Traditional) localization files and implement i18n tests
...
- Created zh-CN.json and zh-TW.json for Simplified and Traditional Chinese translations respectively.
- Added comprehensive test suite in test_i18n.py to validate JSON structure, server-side i18n functionality, and translation completeness across multiple languages.
2025-08-30 21:41:48 +08:00
Will Miao
f6709a55c3
refactor(i18n): Remove server_i18n references from routes and update translations in zh-CN and zh-TW locales
2025-08-30 19:02:37 +08:00
Will Miao
7b374d747b
cleanup
2025-08-30 18:44:33 +08:00
Will Miao
fd480a9360
refactor(i18n): Remove language setting endpoints and related logic from MiscRoutes
2025-08-30 17:48:32 +08:00