Commit Graph

  • 879745da53 fix(init): add missing /api/lm/init-status endpoint used by polling fallback Will Miao 2026-08-24 09:38:56 +08:00
  • 3afec0a0be fix(ui): fall back to folder root when persisted active folder no longer exists Will Miao 2026-08-24 09:15:55 +08:00
  • 06c270a6e1 fix(recipes): show initialization screen and auto-reload during first scan Will Miao 2026-08-24 09:13:53 +08:00
  • 87e93636dc fix(recipes): wait for in-flight cache initialization instead of returning empty cache Will Miao 2026-08-24 09:10:02 +08:00
  • 074d1f2e51 feat(ui): improve tag autocomplete toggle discoverability in prompt nodes Will Miao 2026-08-24 12:21:31 +08:00
  • 40f922b0e8 fix(ui): right-anchor license icons and delete button as one group in model modal Will Miao 2026-08-24 11:39:17 +08:00
  • a7214b6cff fix(i18n): translate remaining workflow-related UI strings Will Miao 2026-08-24 09:31:17 +08:00
  • 8ca66e72eb feat(ui): add delete button and Del shortcut to model and recipe modals Will Miao 2026-08-24 09:27:00 +08:00
  • 90be5799e4 fix(ui): preserve group editor scroll position when toggling tags Will Miao 2026-08-24 08:17:47 +08:00
  • 1a93b0eca2 feat(recipes): add prev/next navigation buttons and keyboard shortcuts to recipe modal Will Miao 2026-08-24 08:15:19 +08:00
  • c2360a35ad fix(ui): show empty folders as move and download destinations (#999) Will Miao 2026-08-23 21:09:16 +08:00
  • 030a32f8fa feat(ui): add hash search option and de-emphasized hash display in model modal Will Miao 2026-08-23 10:09:55 +08:00
  • 25e72b43ce fix(download): disable netrc auto-auth to avoid Authorization header conflict (#1070) Will Miao 2026-08-22 19:33:01 +08:00
  • 41e9883daa test(recipe): cover send-workflow frontend paths Will Miao 2026-08-20 22:36:50 +08:00
  • ae461ebc81 fix(registry): replace one %s placeholder per log argument Will Miao 2026-08-20 22:36:50 +08:00
  • 3ebf256c5d feat(recipe): send embedded recipe workflow to ComfyUI canvas Will Miao 2026-08-20 22:18:13 +08:00
  • 0905e2be6e fix(recipes): restore primary style on checkpoint Send to ComfyUI button Will Miao 2026-08-21 10:00:08 +08:00
  • bd380bc1a1 fix(ui): replace stale command abbreviations in autocomplete messages Will Miao 2026-08-21 09:20:11 +08:00
  • cb4fd3a0e6 refactor(ui): split settings modal into section templates with shared macros Will Miao 2026-08-21 09:14:52 +08:00
  • bbe0acac5c fix(ui): keep loras widget context menu within viewport bounds Will Miao 2026-08-21 08:07:50 +08:00
  • 45e7c25308 feat(recipes): redesign import modal with URL-first input and unified drop zone Will Miao 2026-08-21 00:01:50 +08:00
  • 86aa1d8059 fix(ui): position toasts below header to avoid overlapping page controls Will Miao 2026-08-20 22:08:27 +08:00
  • 74254756ef fix(ui): unify modal backdrop blur across all modals Will Miao 2026-08-20 21:25:05 +08:00
  • 259e08e47c feat(download): expose per-file downloadedFiles in check-model-exists (#1058) Will Miao 2026-08-20 20:59:19 +08:00
  • 6647c45731 fix(download): include file identity in queue/history dedup (#1058) Will Miao 2026-08-20 20:58:44 +08:00
  • b614a5c447 docs: remove broken star history chart (#1066) Will Miao 2026-08-20 20:56:22 +08:00
  • b80830913c refactor(nodes): declare loras widget as LORAS input type on lora nodes Will Miao 2026-08-20 13:22:11 +08:00
  • e57e11897e refactor(services): share weight-file extension set between rematch and find_matching_models Will Miao 2026-08-19 21:54:22 +08:00
  • 8a16034135 refactor(services): unify local model name matching with uniqueness and base-model guards (#1065) Will Miao 2026-08-19 21:02:04 +08:00
  • 7fc3b7e5be docs: fix star history chart with official token-based embed (#1066) Will Miao 2026-08-19 20:51:23 +08:00
  • b0c7a1baae Fix recipe parsing for metadata-free local LoRAs (#1065) Aaalice 2026-08-19 19:07:17 +08:00
  • 6411d83d46 fix(i18n): translate remaining untranslated UI strings Will Miao 2026-08-19 18:59:55 +08:00
  • 74a063b0e5 fix(i18n): complete translations for per-file download UI (#1058) Will Miao 2026-08-19 18:53:31 +08:00
  • 96376e5cce fix(download): hide URL step when file dialog opens from versions tab (#1058) Will Miao 2026-08-19 18:35:16 +08:00
  • e7c26bf722 feat(download): per-file download status and multi-file selection (#1058) Will Miao 2026-08-19 17:51:31 +08:00
  • cef4129fc9 fix(download): allow downloading additional files of an in-library model version (#1058) Will Miao 2026-08-19 16:29:59 +08:00
  • 0a28500848 fix(loaders): default control_after_generate to fixed on checkpoint/unet loaders Will Miao 2026-08-19 10:33:23 +08:00
  • fc3f3f3bdb feat(loaders): add control_after_generate random model selection to checkpoint/unet loaders Will Miao 2026-08-19 05:13:51 +08:00
  • fa58297973 fix(ui): stop media viewer Escape from closing underlying modal Will Miao 2026-08-18 20:51:56 +08:00
  • 5d1a22fb8f fix(ui): ignore internal card drags in model card preview drop (#1034) Will Miao 2026-08-18 20:22:32 +08:00
  • d2f50f26f1 feat(ui): redesign model modal showcase as on-demand gallery Will Miao 2026-08-18 17:32:39 +08:00
  • 4a6042d0b4 fix: include locally available LoRAs in recipe syntax even if deleted from Civitai (#948) heinandClaude Opus 4.6 2026-08-18 15:10:53 +08:00
  • 846206d958 fix(ui): add model modal backdrop blur to match recipe modal Will Miao 2026-08-18 08:41:50 +08:00
  • 0daf4924f0 feat(recipes): redesign recipe detail modal with three-column workspace layout Will Miao 2026-08-14 21:56:56 +08:00
  • d38a3d091d docs: auto-update supporters list in README willmiao 2026-08-16 11:47:29 +00:00
  • 94dd08646d chore(release): bump version to v1.2.1 v1.2.1 Will Miao 2026-08-16 19:47:15 +08:00
  • 658f88ca48 feat(recipes): add toolbar toggle and settings preview for masonry layout Will Miao 2026-08-16 15:23:30 +08:00
  • f53352efb2 feat(metadata): collect generation params from Krea two/three stage samplers Will Miao 2026-08-16 09:53:08 +08:00
  • 38809a9d1b feat(recipes): add filename fallback tier to recipe rematch Will Miao 2026-08-16 09:17:59 +08:00
  • 395682509c feat(autocomplete): replace /af and /ac toggle abbreviations with full command names Will Miao 2026-08-15 22:03:54 +08:00
  • ef3e7d7bf4 feat(update): detect CivitAI paidAccess versions and add hide paid updates (#1060) Will Miao 2026-08-15 18:08:14 +08:00
  • c85b6b64a1 feat(recipes): add recently opened sort with modal open tracking Will Miao 2026-08-15 11:37:46 +08:00
  • 34c87d4934 refactor(sort): extract seeded random sort helpers into SortDropdown Will Miao 2026-08-15 09:53:28 +08:00
  • 93472e5d67 feat(recipes): add sort by random option with seeded stable pagination Will Miao 2026-08-15 09:50:46 +08:00
  • ae185ee714 fix(loaders): correct random checkpoint loader return type annotation Will Miao 2026-08-15 08:51:39 +08:00
  • 795036275a feat(loaders): add random model selection by base model to checkpoint/unet loaders Martial Michel 2026-08-14 20:48:57 -04:00
  • d43ab6e32f fix(vue-widgets): make text widget clear button undoable via Ctrl+Z (#1056) Will Miao 2026-08-14 23:16:12 +08:00
  • 280181f92e feat(metadata-overwrite): support wired SAMPLER input on sampler field Will Miao 2026-08-14 15:21:28 +08:00
  • f8d98934ad feat(ui): set preview via drag and drop on model cards (#1034) Will Miao 2026-08-14 13:01:10 +08:00
  • 303cca0d85 fix(download): accept newer CivitAI file types for primary file selection Will Miao 2026-08-12 21:14:23 +08:00
  • c2f16784b3 fix(metadata): keep identity selectors from leaking unselected prompts Will Miao 2026-08-12 19:44:43 +08:00
  • 5bc6d8286c fix(metadata): exclude scalar fields from conditioning provenance inputs Will Miao 2026-08-12 19:18:46 +08:00
  • 3f8381ffee Fix prompt tracking through conditioning transforms Luna_K 2026-08-10 23:57:14 +08:00
  • 1ca99294c9 feat(delete): shorten undo window to 20s and make undo toast dismissible Will Miao 2026-08-12 19:15:03 +08:00
  • 680f0a57f5 fix(update): resolve template path when updating to a different base model (#1059) Will Miao 2026-08-12 18:45:54 +08:00
  • 94e3f54571 feat(workflow): exclude text-capable nodes with connected text from send targets Will Miao 2026-08-12 16:50:07 +08:00
  • 5c2b2aedcc fix(i18n): complete recipe delete undo warning translations Will Miao 2026-08-11 21:20:54 +08:00
  • ebc31fb963 fix(i18n): translate recipe delete undo warning Will Miao 2026-08-11 21:18:36 +08:00
  • 9659df6ad9 refactor(delete): make undo unconditional, remove undo toggle and button delay Will Miao 2026-08-11 21:15:59 +08:00
  • 04d131e9dc docs(delete): correct same-volume guarantee after symlink fix Will Miao 2026-08-11 19:01:44 +08:00
  • 78fe6282c7 test(delete): symlink and restart regression for staged deletes Will Miao 2026-08-11 19:00:28 +08:00
  • 0c00ee22fc fix(delete): stage model deletes into the model folder (avoid EXDEV) Will Miao 2026-08-11 18:48:03 +08:00
  • 5fd4946b1f fix(delete): track staged batches in-process; reconcile at startup Will Miao 2026-08-11 18:36:30 +08:00
  • f1d3ac0cdc fix(metadata): fill local file facts when self-heal recreates sidecar Will Miao 2026-08-11 14:57:23 +08:00
  • e2c45905f0 test(recipe): await background resort deterministically in pagination tests Will Miao 2026-08-11 14:09:24 +08:00
  • b2c68e6a65 feat(delete): add undo toasts and harden delete modals Will Miao 2026-08-11 14:09:10 +08:00
  • eb0f6dd3b6 feat(settings): add delete_undo_enabled toggle Will Miao 2026-08-11 14:08:55 +08:00
  • 0bf87f9092 chore(i18n): add undo-delete and delete-confirmation strings Will Miao 2026-08-11 14:08:41 +08:00
  • 1da2433bb2 feat(delete): add undo-delete endpoint and purge scheduling Will Miao 2026-08-11 14:08:28 +08:00
  • 2d6cf545b9 feat(delete): stage model and recipe deletes for 30s undo Will Miao 2026-08-11 14:08:15 +08:00
  • 6a259a14fa feat(nodes): flag missing local models at queue and load time (#1057) Will Miao 2026-08-10 12:31:36 +08:00
  • 41e1fd1e1f feat(download): expose aria2 disk write failure root cause at INFO level Will Miao 2026-08-10 09:45:13 +08:00
  • 95fb3c7fc9 feat(recipes): add prompt-aware duplicate detection toggle Will Miao 2026-08-10 00:07:14 +08:00
  • 8237e5f9ea feat(ui): mark repair recipe data entries as deprecated Will Miao 2026-08-09 15:50:02 +08:00
  • aa75986178 fix(ui): hide context menu separator with no visible items Will Miao 2026-08-09 15:44:10 +08:00
  • b887922055 fix(i18n): translate rematch metadata strings Will Miao 2026-08-09 15:33:24 +08:00
  • 68fa0f29c7 feat(recipes): report rematch results with aggregate logs and toast feedback Will Miao 2026-08-09 14:37:23 +08:00
  • d9d362c9c9 fix(download): self-heal aria2 transfers lost on daemon restart Will Miao 2026-08-09 12:48:36 +08:00
  • d0bc4be0dc chore(skill): harden lora-manager-e2e for sandboxed E2E Will Miao 2026-08-09 11:31:04 +08:00
  • 420530f532 feat(ui): add global, bulk and per-recipe rematch actions Will Miao 2026-08-09 11:31:00 +08:00
  • 3001f0f0ef feat(recipes): add recipe rematch API endpoints Will Miao 2026-08-09 11:30:50 +08:00
  • b2a1307d23 feat(recipes): add recipe rematch WebSocket progress channel Will Miao 2026-08-09 11:30:46 +08:00
  • 64da845a58 feat(recipes): add local-only recipe rematch to scanner Will Miao 2026-08-09 11:30:43 +08:00
  • 27027c4497 refactor(recipes): reuse shared local hash cache in create-from-example Will Miao 2026-08-08 22:45:29 +08:00
  • 86c85c08ec feat(recipes): pass local hash cache to remote and url recipe imports Will Miao 2026-08-08 22:13:19 +08:00
  • 196c8ffc3e feat(recipes): match civitai image hash sections against local hash cache Will Miao 2026-08-08 22:12:47 +08:00
  • cfc95ee02a feat(recipes): pass local hash cache through analysis recipe parsing Will Miao 2026-08-08 22:11:50 +08:00
  • 479fa36997 feat(recipes): add version-cached local hash cache builder Will Miao 2026-08-08 22:04:09 +08:00
  • 3e1216e9bc feat(recipes): add cache version counter to model scanners Will Miao 2026-08-08 21:57:36 +08:00
  • 007883b7d1 fix(recipes): backfill lora cache item by autov2/autov3 hash too Will Miao 2026-08-08 21:51:34 +08:00