Commit Graph

  • 183c000080 Refactor ComfyUI: Remove legacy tags widget and related dynamic imports Will Miao 2025-09-16 21:48:20 +08:00
  • adf7b6d4b2 chore(version): bump version to 0.9.3 in pyproject.toml v0.9.3 Will Miao 2025-09-16 18:55:59 +08:00
  • 0566d50346 feat(middleware): add .mp4 to image extensions for cache control Will Miao 2025-09-16 15:39:12 +08:00
  • 4275dc3003 refactor(middleware): reorganize cache middleware into py directory and update import paths Will Miao 2025-09-16 15:16:53 +08:00
  • 30956aeefc feat(middleware): add cache control middleware to manage response caching for image files Will Miao 2025-09-16 15:05:31 +08:00
  • 64e1dd3dd6 chore(release): update release notes for v0.9.3 with new features and bug fixes Will Miao 2025-09-15 21:35:24 +08:00
  • 0dc4b6f728 refactor(showcase): improve custom image identification logic in renderMediaItem and findLocalFile functions Will Miao 2025-09-15 20:18:39 +08:00
  • 86074c87d7 refactor(downloader): update download_to_memory calls to include response headers Will Miao 2025-09-15 19:24:09 +08:00
  • 6f9245df01 refactor(downloader): enhance download_to_memory to return response headers and improve error handling Will Miao 2025-09-15 18:53:04 +08:00
  • 4540e47055 refactor(baseModelApi): update example images path retrieval to use state settings Will Miao 2025-09-15 18:07:22 +08:00
  • 4bb8981e78 refactor(routes): update API endpoints for settings to use '/api/lm/settings', see #435 Will Miao 2025-09-15 16:22:59 +08:00
  • c49be91aa0 refactor(update_routes): exclude civitai folder from plugin update process Will Miao 2025-09-15 16:04:20 +08:00
  • 2b847039d4 refactor(settings-modal): adjust font size for path template preview Will Miao 2025-09-15 15:38:01 +08:00
  • 1147725fd7 feat(settings): add base model, author, and first tag option to download path templates refactor(constants): reorder preset tag suggestions for consistency Will Miao 2025-09-15 12:23:46 +08:00
  • 26891e12a4 refactor(ExampleImagesManager): enhance path input handling with Enter key and blur events Will Miao 2025-09-15 11:34:39 +08:00
  • 2f7e44a76f refactor(settings): Update synchronization logic Will Miao 2025-09-15 10:30:06 +08:00
  • 9366d3d2d0 feat: add API endpoint for fetching application settings and update frontend settings management Will Miao 2025-09-14 22:57:17 +08:00
  • 6b606a5cc8 refactor(CivArchiveModelMetadataProvider): remove session management and use downloader for HTTP requests Will Miao 2025-09-13 20:04:41 +08:00
  • e5339c178a fix: increase max-height for expanded sidebar tree children to improve visibility, fixes #403 Will Miao 2025-09-13 16:36:01 +08:00
  • 1a76f74482 refactor(BaseModelRoutes): temporary comment out model description and creator checks Will Miao 2025-09-13 13:07:25 +08:00
  • 13f13eb095 fix: update preview versions keys for consistency in state management, fixes #406 Will Miao 2025-09-13 09:20:55 +08:00
  • 125fdecd61 fix: handle missing download URL for primary file in metadata Will Miao 2025-09-13 09:03:34 +08:00
  • d05076d258 feat: add CivArchive metadata provider and support for optional source parameter in downloads Will Miao 2025-09-12 21:13:15 +08:00
  • 00b77581fc refactor(Downloader): change logger info statements to debug level for proxy usage Will Miao 2025-09-12 15:20:34 +08:00
  • 897787d17c refactor(AutoComplete): simplify search term extraction and insertion logic Will Miao 2025-09-12 14:35:25 +08:00
  • d5a280cf2b fix: increase maxItems for autocomplete to improve user experience Will Miao 2025-09-12 14:01:52 +08:00
  • a0c2d9b5ad refactor: change logger info statements to debug level for improved logging granularity Will Miao 2025-09-12 11:48:59 +08:00
  • e713bd1ca2 feat: add app-level proxy settings with UI integration and session management, fixes #382 Will Miao 2025-09-12 11:22:32 +08:00
  • a3c28c1003 Update zh-TW.json start-life 2025-09-12 03:33:34 +03:00
  • f4b7c9a138 Update zh-CN.json start-life 2025-09-12 03:33:09 +03:00
  • 6b860b5f29 Update ru.json start-life 2025-09-12 03:32:15 +03:00
  • 37dfcd6abd Update ko.json start-life 2025-09-12 03:31:57 +03:00
  • bc2fca3a4f Update ja.json start-life 2025-09-12 03:31:35 +03:00
  • f8ef159656 Update fr.json start-life 2025-09-12 03:31:12 +03:00
  • b2b8a9d37e Update es.json start-life 2025-09-12 03:30:56 +03:00
  • 15ae4031b7 Update de.json start-life 2025-09-12 03:30:39 +03:00
  • 688976ce3b Update en.json start-life 2025-09-12 03:30:14 +03:00
  • a548af01dc Update settings_modal.html start-life 2025-09-12 03:28:45 +03:00
  • 0dd52eceb3 Update index.js start-life 2025-09-12 03:26:08 +03:00
  • b8c6cf4ac1 Add files via upload start-life 2025-09-12 03:20:38 +03:00
  • beb8ff1dd1 refactor(ModelFileService): enhance auto-organize logic to track source directories for cleanup, see #407 Will Miao 2025-09-11 23:02:30 +08:00
  • 6a8f0867d9 refactor: migrate auto_organize_models logic to service layer with dependency injection Will Miao 2025-09-11 22:37:46 +08:00
  • 51ad1c9a33 refactor(MetadataProcessor): comment out guidance parameter in generation params, fixes #425 Will Miao 2025-09-11 16:55:41 +08:00
  • 34872eb612 Merge pull request #411 from gaoqi125/main pixelpaws 2025-09-11 16:31:57 +08:00
  • 8b4e3128ff feat: add functionality to open file location from model modal and update translations, fixes #405 Will Miao 2025-09-11 15:54:32 +08:00
  • c66cbc800b refactor: remove clear cache functionality and associated modal from settings manager Will Miao 2025-09-11 15:21:06 +08:00
  • 21941521a0 fix(sidebar): increase max-height for expanded sidebar tree children, see #403 Will Miao 2025-09-11 12:53:58 +08:00
  • 0d33884052 refactor(ModelScanner): remove unused metadata fetching logic from model processing Will Miao 2025-09-11 12:33:34 +08:00
  • 415df49377 fix(SearchManager): update search options handling to modify relevant fields instead of replacing the entire object, see #415 Will Miao 2025-09-11 12:30:01 +08:00
  • f5f45002c7 fix(routes): skip tag check in model validation to allow empty tags Will Miao 2025-09-11 12:10:00 +08:00
  • 1edf7126bb fix(routes): add support for metadata archive settings in model processing Will Miao 2025-09-11 09:31:58 +08:00
  • a1a55a1002 feat(node_extractors): add PCTextEncode extractor to NODE_EXTRACTORS registry, fixes #424 Will Miao 2025-09-11 06:45:22 +08:00
  • 45f5cb46bd fix(utils): update base model retrieval to use model_data for consistency, fixes #423 Will Miao 2025-09-10 23:44:42 +08:00
  • 1b5e608a27 fix(routes): enhance model processing to include checks for missing tags, description, and creator Will Miao 2025-09-10 23:30:08 +08:00
  • a7df8ae15c feat(civitai_client): enrich model version info with additional metadata Will Miao 2025-09-10 23:28:19 +08:00
  • 47ce0d0fe2 fix(model_scanner): comment out fetch missing metadata call to prevent potential issues Will Miao 2025-09-10 22:08:02 +08:00
  • b220e288d0 Merge pull request #422 from willmiao/ca pixelpaws 2025-09-10 20:35:16 +08:00
  • 1fc8b45b68 feat(dependencies): add GitPython and aiosqlite to project dependencies Will Miao 2025-09-10 20:33:45 +08:00
  • 62f06302f0 refactor(routes): replace ModelMetadataProviderManager with get_default_metadata_provider in checkpoint, embedding, and lora routes Will Miao 2025-09-10 20:29:26 +08:00
  • 3e5cb223f3 refactor(metadata): remove outdated metadata provider summary documentation Will Miao 2025-09-10 20:09:05 +08:00
  • 4ee5b7481c fix(downloader): set socket read timeout to 5 minutes for improved stability during large downloads Will Miao 2025-09-10 18:49:35 +08:00
  • e104b78c01 Merge branch 'willmiao:main' into main gaoqi125 2025-09-10 18:02:51 +08:00
  • ba1ac58721 feat(metadata): trigger metadata provider update when enabling metadata archive database Will Miao 2025-09-10 16:18:04 +08:00
  • a4fbeb6295 feat(metadata): update metadata archive management and remove provider priority settings Will Miao 2025-09-10 15:55:29 +08:00
  • 68f8871403 feat(metadata): add source tracking for SQLite metadata and implement Civitai API metadata validation Will Miao 2025-09-10 11:20:58 +08:00
  • 6fd74952b7 Refactor metadata handling to use unified provider system Will Miao 2025-09-09 20:57:45 +08:00
  • 1ea468cfc4 feat(metadata): enhance metadata archive management with download progress and status updates Will Miao 2025-09-09 15:24:28 +08:00
  • 14721c265f Refactor download logic to use unified downloader service Will Miao 2025-09-09 10:34:14 +08:00
  • 821827a375 feat(metadata): implement metadata archive management and update settings for metadata providers Will Miao 2025-09-08 13:17:16 +08:00
  • 9ba3e2c204 feat(metadata): implement metadata providers and initialize metadata service Will Miao 2025-09-08 10:33:59 +08:00
  • d287883671 refactor(civitai): remove legacy get_model_description and _get_hash_from_civitai methods Will Miao 2025-09-06 22:17:24 +08:00
  • ead34818db feat(utils): implement forwardMiddleMouseToCanvas function and integrate it into JSON, LoRA, and Tags widgets, see #417 Will Miao 2025-09-08 21:49:16 +08:00
  • a060010b96 feat(loras_widget): add delayed preview tooltip for LoRA names, see #416 Will Miao 2025-09-08 21:03:22 +08:00
  • 76a92ac847 Update wanvideo_lora_select_from_text.py gaoqi125 2025-09-07 23:21:33 +08:00
  • 74bc490383 Update __init__.py gaoqi125 2025-09-07 19:51:19 +08:00
  • 510d476323 feat(civitai): enhance LoRA matching by extracting hashes from metadata Will Miao 2025-09-07 10:05:30 +08:00
  • 1e7257fd53 fix(download): temporarily disable delay to speed up downloads Will Miao 2025-09-06 18:47:18 +08:00
  • 4ff1f51b1c fix(docs): update portable package download link to version 0.9.2 Will Miao 2025-09-06 18:02:57 +08:00
  • 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 Will Miao 2025-09-06 17:39:51 +08:00
  • c23ab04d90 chore(release): update version to 0.9.2 and add release notes for bulk auto-organization feature v0.9.2 Will Miao 2025-09-06 14:38:00 +08:00
  • d50dde6cf6 refactor(i18n): remove legacy migration summary and transition to JSON format Will Miao 2025-09-06 10:07:43 +08:00
  • fcb1fb39be feat(controls): add toggleBulkMode functionality for Checkpoints and Embeddings pages Will Miao 2025-09-06 08:15:18 +08:00
  • b0ef74f802 feat(LoraManager): add example images cleanup functionality to remove invalid or empty folders, see #402 Will Miao 2025-09-06 07:59:33 +08:00
  • f332aef41d fix(BulkManager): prevent initialization on recipes page to avoid unnecessary processing Will Miao 2025-09-05 22:45:23 +08:00
  • 1f91a3da8e fix(BulkManager): streamline cleanupBulkBaseModelModal to clear base model select options Will Miao 2025-09-05 21:00:54 +08:00
  • 16840c321d feat(api): enhance fetchModelDescription to improve error handling and response parsing Will Miao 2025-09-05 20:57:36 +08:00
  • c109e392ad feat(auto-organize): add auto-organize functionality for selected models and update context menu Will Miao 2025-09-05 20:51:30 +08:00
  • 5e69671366 Merge pull request #398 from gaoqi125/gaoqi125-patch-1 pixelpaws 2025-09-05 19:55:40 +08:00
  • 52d23d9b75 feat(constants): update model tags to include 'realistic', 'anime', 'toon', and 'furry' Will Miao 2025-09-05 19:53:29 +08:00
  • 4c4e6d7a7b feat(release-notes): update version to 0.9.1 and enhance bulk operations documentation v0.9.1 Will Miao 2025-09-05 18:15:08 +08:00
  • 03b6e78705 feat(locales): add bulk base model functionality in multiple languages and update toast messages Will Miao 2025-09-05 18:00:21 +08:00
  • 24c01141d7 Merge pull request #400 from willmiao/bulk-menu pixelpaws 2025-09-05 17:44:40 +08:00
  • 6dc2811af4 feat(bulk-modal): refactor bulk base model modal for improved UI and functionality, fixes 352 Will Miao 2025-09-05 17:36:54 +08:00
  • e6425dce32 feat(bulk-manager): enhance bulk mode handling by skipping actions when a modal is open Will Miao 2025-09-05 17:07:57 +08:00
  • 95e2ff5f1e Implement centralized event management system with priority handling and state tracking Will Miao 2025-09-05 16:56:26 +08:00
  • 92ac487128 feat(bulk-base-model): implement bulk base model setting functionality with UI and context menu integration Will Miao 2025-09-05 14:07:03 +08:00
  • 3250fa89cb feat(selection): implement marquee selection for bulk operations Will Miao 2025-09-05 11:24:10 +08:00
  • 7475de366b feat(context-menu): enhance bulk workflow options with append and replace actions Will Miao 2025-09-05 10:55:38 +08:00
  • affb507b37 feat(sync): enhance translation key synchronization to remove obsolete keys Will Miao 2025-09-05 10:45:54 +08:00
  • 3320b80150 Merge pull request #399 from willmiao/bulk-menu pixelpaws 2025-09-05 09:31:48 +08:00