Ethanfel
  • Joined on 2026-01-04
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-12 11:01:32 +02:00
c287788d9e fix: marker click properly restores settings without cursor clear race
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-12 02:55:11 +02:00
5a5961ae21 fix: default short_side to 512 in DB schema
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-12 02:53:14 +02:00
c174d891fb fix: migrate DB schema with ALTER TABLE instead of dropping old data
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-12 02:52:05 +02:00
74e8656335 feat: save and restore all export config on marker click
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-12 02:49:49 +02:00
206b95fc28 feat: restore label and category when clicking a marker
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-12 01:05:12 +02:00
f11b3e298e feat: group clips into subfolders (clip_001/, clip_002/, etc.)
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-12 00:41:43 +02:00
22e2ad27a0 fix: show one marker per batch, not one per sub-clip
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-12 00:38:00 +02:00
fee907f26f fix: raise clip count limit from 10 to 99
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-12 00:30:50 +02:00
122f89547b feat: show crop bar with vertical lines when random portrait is enabled
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-12 00:18:53 +02:00
b6e7b660a8 fix: scale end-frame preview to 320x240
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-11 23:55:46 +02:00
2304286147 fix: make end-frame preview a floating tool window
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-11 23:53:01 +02:00
abe9e6ee66 feat: end-frame preview panel showing last frame of clip spread
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-11 23:44:49 +02:00
01961e9192 fix: move QSettings init before timeline setup
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-11 23:43:20 +02:00
d3e48f5276 fix: random portrait uses configured crop position, only randomizes which clip
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-11 23:40:51 +02:00
0996670020 fix: random portrait always uses 9:16
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-11 23:39:46 +02:00
ffb99d3e66 fix: scale random portrait count — 1 per 3 clips (e.g. 2 for 6 clips)
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-11 23:38:59 +02:00
439bc85505 feat: random portrait — one clip per batch gets a random crop ratio + position
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-11 23:34:08 +02:00
13973dd53d fix: read clip_count/spread from settings before timeline init
Ethanfel pushed to master at Ethanfel/8-cut 2026-04-11 23:31:01 +02:00
9e07910df1 feat: make clip count configurable (1–10, default 3)
25250d6d8d fix: use lossless PCM audio in MP4 exports
93cee40b06 feat: export 3 overlapping 8s clips per press with configurable spread
Compare 3 commits »
Ethanfel pushed to feature/cupy-fallback at Ethanfel/ComfyUI-Tween 2026-04-11 10:27:59 +02:00
0c62c6eef4 docs: add cupy-fallback implementation plan