alphard alphard
alphard synced commits to refs/tags/v1.1.3 at alphard/ComfyUI-Lora-Manager from mirror 2026-06-17 07:59:24 -03:00
alphard synced new reference refs/tags/v1.1.3 to alphard/ComfyUI-Lora-Manager from mirror 2026-06-17 07:59:24 -03:00
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-06-17 07:59:24 -03:00
75298a402f chore(release): bump version to v1.1.3
92b5efd414 fix: guard posix_fadvise on non-Linux platforms to prevent AttributeError on Windows (#988)
33ee392b7b feat(settings): redesign Card Overlay Blur range slider to match settings UI style
5237f8b7dc chore: remove keyboard navigation UI elements and related code
5107313fd1 revert: restore &logo=github parameter to release-date badge
Compare 7 commits »
alphard synced commits to refs/tags/v1.1.2 at alphard/ComfyUI-Lora-Manager from mirror 2026-06-16 23:49:25 -03:00
alphard synced new reference refs/tags/v1.1.2 to alphard/ComfyUI-Lora-Manager from mirror 2026-06-16 23:49:25 -03:00
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-06-16 23:49:25 -03:00
547e1f9498 docs: auto-update supporters list in README
bf32d8b6fd chore(release): bump version to v1.1.2
8299881024 refactor(sidebar): remove pin/unpin and global hide, use per-page hide only
da02268196 fix(css): add top margin to stat-cards container for consistent spacing
8c4b9a1e70 fix(metadata-sync): persist not-found flags to SQLite cache on deleted-provider path
Compare 6 commits »
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-06-16 15:39:25 -03:00
4199c30fec fix(metadata-sync): downgrade "Model not found" to INFO and replace model_name with file+sha256 in log
4a8084cdbc feat(save-image): support %NodeTitle.WidgetName% placeholders and fix %seed% None fallback (#314)
6263e6848c fix: move posix_fadvise(DONTNEED) after read loop so it actually evicts pages (#985)
58c266ad07 fix(scanner): respect lazy hash for checkpoints, add posix_fadvise, cancel on shutdown (#985)
2939813e1a feat(metadata-fetch): add result summary modal with i18n, fix contrast and counting bugs (#38)
Compare 5 commits »
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-06-16 07:29:24 -03:00
a9e5ee7e79 fix: follow-up nits for AVIF/JXL brotli support
a17b0e9901 Merge pull request #982 from koloved/main
8f23d966bf Update requirements.txt
7a76fc72d0 fix(rate-limit): continue to next provider on CivArchive 429 to prevent bulk refresh from freezing (#983)
518a4dd5ee chore: add reasonix.toml and .codegraph/ to .gitignore
Compare 6 commits »
alphard synced commits to refs/tags/v1.1.1 at alphard/ComfyUI-Lora-Manager from mirror 2026-06-14 14:39:26 -03:00
alphard synced new reference refs/tags/v1.1.1 to alphard/ComfyUI-Lora-Manager from mirror 2026-06-14 14:39:26 -03:00
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-06-14 14:39:25 -03:00
1f4edbeb9d chore(release): bump version to v1.1.1
a256558a0e fix(downloads): delete history entries on retry and add dedup for bug #980
818b9113f0 fix(preview): add Cache-Control header to FileResponse for browser caching (#975)
Compare 3 commits »
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-06-14 06:29:25 -03:00
6a4fd020dc fix(api): return JSON error responses for all /api/* routes — prevent JSON.parse crashes on 404/500
7a23040452 fix(save-image): sanitize invalid filename chars from %pprompt%, %nprompt%, %model% patterns (#978)
Compare 2 commits »
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-06-13 14:09:26 -03:00
138024aefe fix(preview): revert to FileResponse as default for all platforms (#975)
a19ddc14f6 perf(preview): restore Linux sendfile, add cache headers, increase chunk size (#975)
7001ced694 fix(rate-limit): respect server retry_after instead of capping at 30s
Compare 3 commits »
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-06-13 05:59:25 -03:00
a5c861646c Merge pull request #974 from itkitteh/fix/socks-proxy-support
3e0bb73793 fix: support SOCKS proxies for outbound requests
ac51f6a2f6 feat(settings): add adjustable card overlay blur setting (#973)
Compare 3 commits »
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-06-12 21:49:24 -03:00
bef222c77d perf(recipe): precompute image_id_map for O(1) CivitAI image existence checks
7cd6a53447 fix(downloads): accept optional completed_at in complete_download to preserve original timestamps
Compare 2 commits »
alphard synced commits to refs/tags/v1.1.0 at alphard/ComfyUI-Lora-Manager from mirror 2026-06-12 13:39:25 -03:00
alphard synced new reference refs/tags/v1.1.0 to alphard/ComfyUI-Lora-Manager from mirror 2026-06-12 13:39:25 -03:00
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-06-12 13:39:25 -03:00
6850b35770 docs: auto-update supporters list in README
237a015cde chore(release): bump version to v1.1.0
1ae2778baa feat(sidebar): add per-page hide toggle with more options dropdown
84fcdb5f20 fix(recipe): compute folder field on save to prevent reimported recipes disappearing from subfolder grid
Compare 4 commits »
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-06-12 05:39:24 -03:00
8a0b368b44 feat(downloads): add persistent download queue/history with REST API
3990535505 fix(i18n): align bulk reimport label with single context menu, drop 'Metadata' for clarity
3e961a9860 fix(stats): load embeddings from saved stats on startup
d6669f1d04 fix(ui): stabilize node selector ordering by type then ID
Compare 4 commits »
alphard synced commits to main at alphard/ComfyUI-Lora-Manager from mirror 2026-06-11 13:19:24 -03:00
519bafebc8 fix(i18n): add missing embedding translation keys, sync locales, clean up dead replaceMode branch
d87863b423 feat(embedding): send embedding to workflow + fix copy button format
84e9fe2dfb fix(import): defer git import to module-level to prevent startup crash when git executable missing (#971)
46cbcf94c8 fix(recipe): reimport data loss, local file support, and scroll bugs
05f3018495 refactor(stats): move lora_manager_stats.json from loras root to settings_dir/stats/
Compare 6 commits »