alphard alphard
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-03-29 08:58:53 -03:00
a4cb51e96c fix(nodes): preserve autocomplete widget values across workflow restore
ca44c367b3 fix(recipe): improve Civitai URL generation for missing LoRAs
Compare 2 commits »
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-03-29 00:48:53 -03:00
301ab14781 fix(nodes): restore autocomplete widget sync after metadata insertion (#879)
2626dbab8e feat: add lora stack combiner node
Compare 2 commits »
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-03-28 16:38:52 -03:00
12bbb0572d fix: Add missing mock for getMappableBaseModelsDynamic in tests (#854)
00f5c1e887 feat: Dynamic base model fetching from Civitai API (#854)
89b1675ec7 fix: wheel zoom behavior for LoRA Manager widgets
dcc7bd33b5 fix(autocomplete): make accept key behavior configurable (#863)
e5152108ba fix(autocomplete): treat newline as a hard boundary
Compare 5 commits »
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-03-28 08:28:53 -03:00
1ed5eef985 feat(autocomplete): support Tab accept and configurable suffix behavior (#863)
a82f89d14a fix(nodes): expose save image outputs to generated assets
16e30ea689 fix(nodes): add save_with_metadata toggle to save image
Compare 3 commits »
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-03-27 16:08:53 -03:00
ad3bdddb72 Merge pull request #876 from willmiao/codex/analyze-issue-869-on-github
9121306b06 Guard Enter tag add during IME composition
ca0baf9462 fix(nodes): lazy load qwen lora helper
20e50156a2 fix(recipes): allow Enter to add import tags
0b66bf5479 chore: update AGENTS commit guidance
Compare 6 commits »
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-03-27 07:58:52 -03:00
76ee59cdb9 fix(paths): deduplicate LoRA path overlap (#871)
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-03-26 15:38:52 -03:00
a5191414cc feat(download): add configurable base model download exclusions
5b065b47d4 feat(i18n): complete translations for mature blur threshold setting
Compare 2 commits »
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-03-26 07:35:44 -03:00
ceeab0c998 feat: add configurable mature blur threshold setting
3b001a6cd8 fix(tests): update tests to match current download implementation
95e5bc26d1 feat: Add bulk download missing LoRAs feature for recipes
Compare 3 commits »
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-03-25 15:15:44 -03:00
de3d0571f8 fix: verify returned image ID matches requested ID in CivitAI API
6f2a01dc86 优化下载性能:移除 SHA256 计算并使用 16MB chunks
c5c1b8fd2a Fix: border corner clipping in duplicate recipe warning
Compare 3 commits »
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-03-25 07:05:43 -03:00
e97648c70b feat(import): add import-only option for recipes without downloading missing LoRAs
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-03-24 22:52:12 -03:00
8b85e083e2 feat(recipe-parser): add SuiImage metadata format support
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-03-22 05:32:12 -03:00
9112cd3b62 chore: Add .claude/ to gitignore
7df4e8d037 fix(metadata_hook): correct function signature to fix bound method error
Compare 2 commits »
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-03-19 12:12:11 -03:00
4000b7f7e7 feat: Add configurable LoRA strength adjustment step setting
76c15105e6 feat(lora-pool): add regex include/exclude name pattern filtering (#839)
b11c90e19b feat: add type ignore comments and remove unused imports
9f5d2d0c18 Merge pull request #862 from EnragedAntelope/claude/add-webp-image-support-t8kG9
a0dc5229f4 feat(unet_loader): move torch import inside methods for lazy loading
Compare 8 commits »
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-03-19 04:02:12 -03:00
61c31ecbd0 fix: exclude __init__.py from pytest collection to prevent CI import errors
1ae1b0d607 refactor: move No LoRA feature from LoRA Pool to Lora Cycler widget
8dd849892d Allow for empty lora (no loras option) in Lora Pool
Compare 3 commits »
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-03-18 11:42:12 -03:00
03e1fa75c5 feat: auto-focus URL input when batch import modal opens
fefcaa4a45 fix: improve Civitai recipe import by extracting EXIF when API metadata is empty
701a6a6c44 refactor: remove GGUF loading logic from CheckpointLoaderLM
0ef414d17e feat: standardize Checkpoint/Unet loader names and use OS-native path separators
75dccaef87 test: fix cache validator tests to account for new hash_status field and side effects
Compare 7 commits »
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-03-17 11:12:13 -03:00
2dae4c1291 fix: isolate extra unet paths from checkpoints to prevent type misclassification
70c150bd80 fix(services): implement stable sorting for model and recipe caches
Compare 2 commits »
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-03-17 03:02:12 -03:00
9e81c33f8a fix(utils): make sanitize_folder_name idempotent by combining strip/rstrip calls
22c0dbd734 feat(recipes): persist 'Skip images without metadata' choice in batch import
d0c58472be fix(i18n): add missing common.actions.close translation key
b3c530bf36 fix(autocomplete): handle multi-word tag matching with normalized spaces
Compare 4 commits »
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-03-16 10:42:13 -03:00
b5a0725d2c fix(autocomplete): improve tag search ranking with popularity-based sorting
ef38bda04f docs: remove redundant example metadata files (#856)
58713ea6e0 fix(top-menu): use dynamic imports to eliminate deprecation warnings
8b91920058 docs: add comprehensive metadata.json schema documentation (#856)
ee466113d5 feat: implement batch import recipe functionality (frontend + backend fixes)
Compare 6 commits »
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-03-16 02:32:12 -03:00
c89d4dae85 fix(extra-paths): support trigger words for LoRAs in extra folder paths, fixes #860
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-03-14 09:42:12 -03:00
55a18d401b Merge pull request #858 from botchedchuckle/patch-1
7570936c75 Fix: Escape HTML in Prompt/NegativePrompt for MetadataPanel
Compare 2 commits »