alphard alphard
alphard synced commits to refs/heads/main at alphard/ComfyUI-Lora-Manager from mirror 2026-06-18 16:32:04 -03:00
faf64f8986 fix(css): migrate duplicates component to canonical color tokens
a617487a43 fix(ui): lift theme popover out of header stacking context to appear above modals
3012a7aef3 fix(settings): prevent Firefox save-password prompt from API key input
499e19de34 fix(modals): tone down batch summary modal styling - remove icons, flatten gradients, lock to design tokens
9161762ca9 fix(sidebar): align hidden indicator height (48px) and icon size with sidebar header
Compare 6 commits »
alphard synced commits to refs/heads/main at alphard/ComfyUI-Lora-Manager from mirror 2026-06-18 08:29:25 -03:00
258b2622d5 fix(sidebar): align restore indicator with sidebar header and add first-use breathing animation (#990)
80ec9085dd fix(theme): replace Gruvbox with Midnight, fix accent/info hue collisions and hardcoded colors
Compare 2 commits »
alphard synced commits to refs/heads/main at alphard/ComfyUI-Lora-Manager from mirror 2026-06-18 00:19:25 -03:00
c5c7373e10 feat(theme): add 5 preset color themes (Nord/Gruvbox/Monokai/Dracula/Solarized) with popover selector
b7721866e5 fix(stats): implement Model Types chart in Collection tab with correct type distribution
Compare 2 commits »
alphard synced commits to refs/heads/main at alphard/ComfyUI-Lora-Manager from mirror 2026-06-17 16:09:25 -03:00
8314b9bedb feat(downloads): add /downloads/queue/status endpoint and integrate queue lifecycle
alphard synced commits to refs/heads/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.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 refs/heads/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 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 refs/heads/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 refs/heads/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 refs/heads/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 refs/heads/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 refs/heads/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 refs/heads/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 refs/heads/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/heads/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 »