Ethanfel
  • Joined on 2026-01-04
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-20 09:42:49 +02:00
b249705506 feat: manual exports use vid number with m{N} tag
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-20 09:37:24 +02:00
aaf405dd3d fix: use vid number as clip number in scan export filenames
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-19 19:44:50 +02:00
cb2060beb8 docs: add ComfyUI-8cut implementation plan
0db412baf4 docs: add ComfyUI-8cut node pack design
Compare 2 commits »
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-19 19:06:28 +02:00
876026d1f6 fix: block spurious tab signals during scan panel load to prevent slow file switching
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-19 17:01:44 +02:00
6c1d42adfe feat: vid folder layout, changelog popup, shift-to-resize, DB migration
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-19 16:21:42 +02:00
d8b3972bdc fix: ensure setup scripts use correct PyTorch index for transitive deps
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-19 16:16:15 +02:00
bd345abca2 fix: refresh timeline scan regions when switching model tabs
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-19 16:13:35 +02:00
7d6fee9df1 fix: copy read-only numpy array before torch conversion in EAT preprocessing
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-19 16:11:20 +02:00
fd043f4172 fix: pin transformers<5.0 for EAT model compatibility
3c3b1d74bb fix: always reinstall torch stack on Windows re-runs
Compare 2 commits »
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-19 16:08:37 +02:00
a3c657c66e fix: install torchvision from CUDA index to prevent ABI mismatch
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-19 15:37:01 +02:00
5d45b8d8eb fix: timestamp collision, undo stack invalidation, label parsing, filter-aware clear
e6db83f00b feat: hard negatives management dialog with filter and bulk delete
edc5784ba6 feat: hard negative source_model tracking, training toggle
8ed9fbf557 feat: scan version selector in results panel
4fb2ae144f feat: scan result history — keep N versions per (file, model)
Compare 13 commits »
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-19 13:41:43 +02:00
52aa982aa2 docs: fix bugs in audio pipeline implementation plan
07457d0d6f docs: audio pipeline improvements implementation plan
c5d613fc5f docs: audio pipeline improvements design — multi-layer, AST, EAT, calibration
Compare 3 commits »
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-19 13:03:15 +02:00
7855ea62c2 fix: training cancel button re-enable, waveform worker cleanup, stats table sort
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-19 12:55:48 +02:00
70be5974cf feat: dataset statistics dialog with per-video breakdown and class balance
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-19 12:53:53 +02:00
a0286d5cf9 feat: waveform overlay, signal safety, training cancel, dynamic batch size, duplicate detection
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-19 12:45:15 +02:00
2b7dfb330d fix: DB schema missing scan_export column, add threshold filter and N hotkey
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-18 22:19:51 +02:00
518554f788 fix: keep PowerShell window open after setup completes or errors
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-18 22:12:48 +02:00
282156e8ed feat: auto-detect GPU in setup scripts, log environment at startup
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-18 22:00:24 +02:00
3417a0f603 fix: crash when switching folder in train dialog (signal recursion)
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-18 21:50:47 +02:00
cd0552197f feat: prefetch audio during Scan All, fix file-switch interruption, fix Windows setup