Ethanfel
  • Joined on 2026-01-04
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 11:48:16 +02:00
c7ca3ae277 fix: replace broken hover tooltip with click-to-open dialog for image preview
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 11:41:03 +02:00
f376fd5622 feat: show frame image preview on hover via thumbnail tooltip
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 11:38:32 +02:00
fec843f804 feat: move frame paths to left column with strength + logic index switch
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 11:33:38 +02:00
2619d2c7e2 feat: move resolutions into collapsible expansion above VACE Settings
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 00:41:04 +02:00
03dcb1c13a feat: add tooltip to Logic Index explaining binary flag mapping
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 00:26:19 +02:00
9ffdf6287d fix: import folder scans project's folder_path not current_dir
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 00:25:01 +02:00
735d905833 fix: move default DB path to project directory
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 00:21:58 +02:00
932295ed27 fix: replace direction:rtl with text-align:right on path inputs
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 00:14:27 +02:00
a5da8b26f4 feat: add 'logic index' field mirroring end_frame
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 00:11:46 +02:00
5bc2838b21 feat: rename 'reference image path' to 'start frame path'
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 00:10:10 +02:00
a7a4794adb feat: rename 'flf image path' to 'end frame path'
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 00:09:09 +02:00
d33ce4da38 feat: rename 'reference path' to 'middle frame path'
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 00:05:20 +02:00
4fe9a9c958 feat: add BinaryIndexDecoder node (INT index → 3 BOOLEANs, binary encoding)
820cb426aa test: add missing index 5 and 6 cases for BinaryIndexDecoder
b75b177591 test: add failing tests for BinaryIndexDecoder node
c8cc397cc6 docs: add BinaryIndexDecoder implementation plan
f0e785afab docs: add BinaryIndexDecoder node design
Compare 5 commits »
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-03 12:59:27 +02:00
20be3204b3 fix: await all commit() calls in sequence card event handlers
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-03 12:47:00 +02:00
fe8f91b477 feat: show resolutions and custom fields in timeline preview
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-03 11:27:15 +02:00
55900e7c43 feat: 8 resolution slots with per-slot seed + node outputs seed
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-03 01:33:36 +02:00
062f7880a6 fix: read sequence data directly from JSON file in API endpoints
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-03 01:25:01 +02:00
cf8496ec08 fix: default key_name to 'resolutions' on new ProjectResolution node
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-03 01:22:09 +02:00
ca26da303c fix: persist resolutions on init and on every value change
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-03 01:19:32 +02:00
29be286eb1 fix: move nodes to JSON Manager/project category