Ethanfel
  • Joined on 2026-01-04
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-21 11:34:25 +02:00
a731fbfc32 feat: highlight active scan region on timeline when row clicked
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-20 14:01:20 +02:00
1bdeb33a6f feat: clicking End column in scan results seeks to last 3s of clip
387ed7bc6a feat: cache waveform data to disk, skip ffmpeg on reload
f268d61fe4 fix: Ctrl-deselecting scan result jumps to previous selected row
24db32c09f fix: Ctrl+click in scan results now seeks to the clicked row
0f6ae88ea6 feat: auto-enable review mode when clicking a scan result
Compare 119 commits »
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-20 12:23:44 +02:00
1bdeb33a6f feat: clicking End column in scan results seeks to last 3s of clip
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-20 12:19:01 +02:00
387ed7bc6a feat: cache waveform data to disk, skip ffmpeg on reload
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-20 11:36:07 +02:00
f268d61fe4 fix: Ctrl-deselecting scan result jumps to previous selected row
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-20 11:21:53 +02:00
24db32c09f fix: Ctrl+click in scan results now seeks to the clicked row
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-20 11:19:56 +02:00
0f6ae88ea6 feat: auto-enable review mode when clicking a scan result
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-20 11:08:19 +02:00
4d99cf6015 feat: scan exports replace existing DB entries instead of accumulating
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-20 11:01:01 +02:00
b75fa85ff5 fix: vid counter reuse and non-deterministic lookup in get_vid_folder
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-20 10:18:51 +02:00
e7d47331c6 feat: scan export queuing and threshold default 0.50 in UI
7cd31ebe55 feat: raise default scan threshold from 0.30 to 0.50
3a37dddfd9 feat: add HW encoder quality params for smaller output files
Compare 3 commits »
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