Commit Graph

  • 5dc5fd5971 feat(tag-search): add alias support to FTS index Will Miao 2026-01-27 00:36:06 +08:00
  • 0ff551551e fix: enable middle mouse pan in autocomplete text widget Will Miao 2026-01-26 23:32:04 +08:00
  • 9032226724 fix(autocomplete): fix value persistence in DOM text widgets Will Miao 2026-01-26 23:22:37 +08:00
  • 7249c9fd4b refactor(autocomplete): remove old CSV fallback, use TagFTSIndex exclusively Will Miao 2026-01-26 20:36:00 +08:00
  • 31d94d7ea2 fix(test): fix npm test Will Miao 2026-01-26 17:35:20 +08:00
  • b28f148ce8 Merge pull request #780 from willmiao/fix-symlink pixelpaws 2026-01-26 17:33:47 +08:00
  • 93cd0b54dc Merge branch 'main' into fix-symlink pixelpaws 2026-01-26 17:29:31 +08:00
  • 7b0c6c8bab refactor(cache): reorganize cache directory structure with automatic legacy cleanup Will Miao 2026-01-26 16:12:08 +08:00
  • e14afde4b3 feat(autocomplete): standardize path separators and expand embedding detection Will Miao 2026-01-26 16:03:00 +08:00
  • 4b36d60e46 feat(prompt): enhance placeholder with quick tag search instructions Will Miao 2026-01-26 14:42:47 +08:00
  • 6ef6c116e4 fix(autocomplete): hide embedding preview tooltip after selection Will Miao 2026-01-26 14:13:16 +08:00
  • 42f35be9d3 feat(autocomplete): add Danbooru/e621 tag search with category filtering Will Miao 2026-01-26 13:51:45 +08:00
  • d063d48417 feat(symlink): add deep validation for symlink cache invalidation Will Miao 2026-01-26 09:30:10 +08:00
  • c9e305397c feat: enhance symlink detection and cache invalidation Will Miao 2026-01-25 19:14:16 +08:00
  • 6142b3dc0c feat: consolidate ComfyUI settings and add custom words autocomplete toggle Will Miao 2026-01-25 12:53:41 +08:00
  • d5a2bd1e24 feat: add custom words autocomplete support for Prompt node Will Miao 2026-01-25 12:24:32 +08:00
  • 1f6fc59aa2 feat(autocomplete-text-widget): adjust padding for DOM mode text input Will Miao 2026-01-25 10:47:15 +08:00
  • 41101ad5c6 refactor(nodes): standardize node class names with LM suffix Will Miao 2026-01-25 10:38:10 +08:00
  • b71b3f99dc feat(vue-widgets): add max height constraint for LoRA autocomplete widgets Will Miao 2026-01-25 09:59:04 +08:00
  • d655fb8008 feat(nodes): improve placeholder text for LoRA autocomplete input Will Miao 2026-01-25 09:10:16 +08:00
  • 194f2f702c refactor: replace comfy built-in text widget with custome autocomplete text widget for better event handler binding Will Miao 2026-01-25 08:30:06 +08:00
  • fad43ad003 feat(ui): restrict drag events to left mouse button only, fixes #777 Will Miao 2026-01-24 22:26:17 +08:00
  • b05762b066 fix(cycler): prevent node drag when interacting with index input in Vue DOM mode Will Miao 2026-01-24 12:16:29 +08:00
  • 13b18ac85f refactor(update-modal): consolidate duplicate CSS files and fix changelog alignment Will Miao 2026-01-23 23:38:31 +08:00
  • eb2af454cc feat: add SQLite-based persistent recipe cache for faster startup Will Miao 2026-01-23 22:56:38 +08:00
  • 7bba24c19f feat(update-modal): display last 5 release notes instead of single Will Miao 2026-01-23 22:19:43 +08:00
  • 0bb75fdf77 feat(trigger-word-toggle): use trigger_words directly when it differs from original message Will Miao 2026-01-23 09:50:53 +08:00
  • 7c7d2e12b5 feat: add Lora Cycler example workflow with JSON and preview image Will Miao 2026-01-22 21:23:14 +08:00
  • 2121054cb9 feat(lora-cycler): implement batch queue synchronization with dual-index mechanism Will Miao 2026-01-22 21:22:52 +08:00
  • bf0291ec0e test(nodeModeChange): fix tests after mode change refactoring Will Miao 2026-01-22 20:56:41 +08:00
  • 932d85617c refactor(lora-provider): extract mode change logic to shared TypeScript module Will Miao 2026-01-22 20:46:09 +08:00
  • 6832469889 test: temporarily disable symlink security test due to bug Will Miao 2026-01-22 20:28:57 +08:00
  • b0f852cc6c refactor(lora-cycler): remove sort by control, always use filename Will Miao 2026-01-22 19:58:51 +08:00
  • d1c65a6186 fix(dual-range-slider): allow equal min/max values in Lora Randomizer (#775) Will Miao 2026-01-22 16:47:39 +08:00
  • 6fbea77137 feat(lora-cycler): add sequential LoRA cycling through filtered pool Will Miao 2026-01-22 15:36:32 +08:00
  • 17c5583297 fix(fts): fix multi-word field-restricted search query building Will Miao 2026-01-22 10:25:03 +08:00
  • 9150718edb feat: bump version to 0.9.13 v0.9.13 Will Miao 2026-01-21 21:20:34 +08:00
  • 50abd85fae fix(previews): temporarily bypass path validation to restore preview functionality Will Miao 2026-01-21 11:27:56 +08:00
  • 7b4607bed7 feat(standalone): add --verbose flag for DEBUG logging Will Miao 2026-01-21 09:35:28 +08:00
  • 6f74186498 feat(config): add debug logging for preview root operations, see #772 and #774 Will Miao 2026-01-21 09:22:12 +08:00
  • eb8b95176b fix(config): return normalized path in link mapping methods Will Miao 2026-01-21 09:09:02 +08:00
  • 091d8aba39 feat(tests): add case-insensitive path validation tests for Windows Will Miao 2026-01-21 08:49:41 +08:00
  • 379e3ce2f6 feat(config): normalize paths for case-insensitive comparison on Windows, see #774 and #772 Will Miao 2026-01-21 08:32:22 +08:00
  • 1b7b598f7a feat(sliders): adjust value label positioning and line height Will Miao 2026-01-21 01:05:15 +08:00
  • fd06086a05 feat(lora_randomizer): implement dual seed mechanism for batch queue synchronization, fixes #773 Will Miao 2026-01-21 00:52:08 +08:00
  • 50c012ae33 fix(ui): unify Lora Randomizer widget styles with Loras widget Will Miao 2026-01-20 09:42:54 +08:00
  • 796acba764 chore: bump version from 0.9.11 to 0.9.12 v0.9.12 Will Miao 2026-01-19 17:37:19 +08:00
  • 3aab0cc916 feat: add v0.9.12 release notes and update LoRA Randomizer workflow example Will Miao 2026-01-19 16:23:49 +08:00
  • 4c2c8c2bc8 feat(randomizer): add mode change listener to update downstream trigger words Will Miao 2026-01-19 14:33:11 +08:00
  • e44180b832 feat(ui): exclude lock button from drag init in LoRA widget Will Miao 2026-01-19 12:53:59 +08:00
  • 4ff397e9c1 fix(modals): preserve model type during navigation (#771) Will Miao 2026-01-19 09:17:05 +08:00
  • 633ad2d386 fix(test): add fetch polyfill and update context menu test for new API implementation Will Miao 2026-01-19 08:34:31 +08:00
  • 1dee7f5cf9 feat(constants): standardize formatting and expand diffusion model list Will Miao 2026-01-19 01:20:46 +08:00
  • b0f0158f98 feat(example-images): add force parameter to retry failed downloads Will Miao 2026-01-18 21:58:12 +08:00
  • 7f2e8a0afb feat(search): add SQLite FTS5 full-text search index for recipes Will Miao 2026-01-18 20:44:22 +08:00
  • 7a7517cfb6 fix(test): add PointerEvent polyfills and update drag interaction test to match implementation Will Miao 2026-01-18 16:32:01 +08:00
  • f0c852ef23 fix(randomizer): convert numeric config values to proper types to prevent string subtraction errors Will Miao 2026-01-18 12:40:58 +08:00
  • 839bcbd37f fix(settings): add default_unet_root to SYNC_KEYS for proper frontend sync Will Miao 2026-01-18 12:38:46 +08:00
  • ab6a4844f0 chore: remove unused md files Will Miao 2026-01-18 11:59:50 +08:00
  • dad549f65f feat(download): auto-route diffusion models to unet folder based on baseModel, see #770 Will Miao 2026-01-18 11:57:23 +08:00
  • aab1797269 Revert "feat: add automatic retry for failed example image downloads" Will Miao 2026-01-18 10:55:30 +08:00
  • cb460fcdb0 feat: add automatic retry for failed example image downloads Will Miao 2026-01-18 08:55:49 +08:00
  • 88e7f671d2 fix(autocomplete): resolve instability in Vue DOM mode and fix WanVideo node binding Will Miao 2026-01-17 14:19:20 +08:00
  • 07d599810d feat(debug): replace websocket with ComfyUI UI system for metadata display Will Miao 2026-01-16 21:29:03 +08:00
  • 4f3c91b307 feat: migrate LoRA Manager top menu to actionBarButtons API Will Miao 2026-01-16 21:15:56 +08:00
  • ad7d372887 fix: use CivArchive provider when source is 'civarchive' (#769) Will Miao 2026-01-16 10:57:22 +08:00
  • 4e909f3008 fix: enable wheel event handling in tags widget for Vue DOM render mode Will Miao 2026-01-15 20:15:18 +08:00
  • bd0dfd4ef5 fix: lora entry selection and strength display issues Will Miao 2026-01-15 19:04:56 +08:00
  • c5b597dc89 Merge branch 'main' of https://github.com/willmiao/ComfyUI-Lora-Manager Will Miao 2026-01-15 16:05:41 +08:00
  • bd4958edc3 fix: improve loras widget drag functionality in Vue DOM render mode Will Miao 2026-01-15 15:57:48 +08:00
  • 428a2ce420 fix: support multiple include folders in LoRA pool widget Will Miao 2026-01-15 15:17:33 +08:00
  • 5636437df2 fix: enable autocomplete in Vue DOM render mode Will Miao 2026-01-15 14:34:05 +08:00
  • 10c0668b02 fix: enable prompt search functionality in recipes page Will Miao 2026-01-15 09:45:03 +08:00
  • 0c67ff85ee build: rebuild Vue widgets with slider compatibility fixes Will Miao 2026-01-15 07:03:17 +08:00
  • cde6151c71 fix: make sliders compatible with Vue DOM render mode Will Miao 2026-01-15 07:03:05 +08:00
  • 9ed5319ad2 refactor: remove Lora Demo node Will Miao 2026-01-14 22:44:53 +08:00
  • 40756b7dd3 feat: add clear button to search inputs in modals Will Miao 2026-01-14 21:38:42 +08:00
  • 2a9ceb9e85 feat: auto-focus search bar in LoRA pool modals Will Miao 2026-01-14 21:14:43 +08:00
  • 30077099ec fix: improve LoRA Randomizer toggle UX and semantic clarity Will Miao 2026-01-14 18:43:46 +08:00
  • fc8240e99e feat: add "Respect Recommended Strength" feature to LoRA Randomizer Will Miao 2026-01-14 16:34:24 +08:00
  • 4951ff358e feat: add WSL and Docker support for file location opening Will Miao 2026-01-14 15:49:35 +08:00
  • 73f2a34d08 fix: prevent cursor flickering when dragging slider handles Will Miao 2026-01-14 11:46:32 +08:00
  • 394eebe070 fix: avoid scanner.py false positives in test fixtures Will Miao 2026-01-14 10:21:44 +08:00
  • bc08a45214 feat: improve code formatting and readability in model handlers Will Miao 2026-01-13 22:56:55 +08:00
  • 0c96e8d328 chore: rename example workflow files to use underscores Will Miao 2026-01-13 20:03:18 +08:00
  • 859277a7eb feat(ui): enhance tag hover states and adjust toggle switch alignment Will Miao 2026-01-13 19:54:36 +08:00
  • 9e510d64ec feat(lora-randomizer): prevent early watch triggers by tracking mount state Will Miao 2026-01-13 19:22:51 +08:00
  • 430ba84cf7 feat(workflow): add lora randomizer template workflow Will Miao 2026-01-13 19:17:28 +08:00
  • 0ae2d084f4 feat(lora-randomizer): add segmented scale mode to strength sliders Will Miao 2026-01-13 16:16:11 +08:00
  • 514846cd4a feat(lora-randomizer): refactor randomization logic and add input preprocessing Will Miao 2026-01-13 15:47:59 +08:00
  • 1ebd2c93a0 feat: add .opencode to gitignore and refactor lora routes Will Miao 2026-01-13 13:59:36 +08:00
  • 688baef2f0 feat(dom-widgets): forward middle mouse events to canvas for panning Will Miao 2026-01-13 11:45:12 +08:00
  • 6a17e75782 docs: add frontend UI architecture and ComfyUI widget guidelines Will Miao 2026-01-13 11:20:50 +08:00
  • bce6b0e610 feat(randomizer): add LoRA locking and roll modes Will Miao 2026-01-12 21:53:47 +08:00
  • 177b20263d feat: add LoraDemoNode and LoraRandomizerNode with documentation Will Miao 2026-01-12 15:06:38 +08:00
  • 65cede7335 feat(lora-pool): add folder filtering and preview tooltip enhancements Will Miao 2026-01-12 10:08:16 +08:00
  • 9719dd4d07 docs(dom_widget_dev_guide): clarify dynamic resizing and add performance note Will Miao 2026-01-12 09:22:18 +08:00
  • 7a5f4514f3 feat(lora-pool): add external value handling and config update support Will Miao 2026-01-11 20:37:17 +08:00
  • b44ef9ceaa feat(ui): update LoRA pool widget color scheme and empty state styling Will Miao 2026-01-11 19:54:44 +08:00
  • 647728b2e1 feat: rename demo widget to lora-manager-widgets and remove demo node Will Miao 2026-01-11 19:08:55 +08:00