Ethanfel
  • Joined on 2026-01-04
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-04-04 14:34:04 +02:00
c771fa3451 feat: split frame strength into high/low noise strength per frame
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-04-04 14:24:59 +02:00
4b40d0f50c feat: remove cfg, flf, end_frame fields
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-04-04 14:21:34 +02:00
97c755316b fix: inject frame strength defaults in API so they appear in ProjectKey dropdown
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-04-04 14:13:14 +02:00
d1e32e5fc4 feat: resolution series, frame paths, live node values & UX improvements
c252d0b4e3 fix: hardcode INT/FLOAT dot colors — not defined in LGraphCanvas.link_type_colors
bc61033826 feat: color output dots by type/value on execution
4b19ad0a1d feat: display live value on ProjectKey output for INT/FLOAT/BOOL
b3d7c3868d fix: show value on left of output label in BinaryIndexDecoder
Compare 46 commits »
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 13:33:43 +02:00
c252d0b4e3 fix: hardcode INT/FLOAT dot colors — not defined in LGraphCanvas.link_type_colors
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 13:29:11 +02:00
bc61033826 feat: color output dots by type/value on execution
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 13:24:14 +02:00
4b19ad0a1d feat: display live value on ProjectKey output for INT/FLOAT/BOOL
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 13:22:43 +02:00
b3d7c3868d fix: show value on left of output label in BinaryIndexDecoder
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 13:18:07 +02:00
5d2f3bbf4f feat: display live boolean values on BinaryIndexDecoder outputs
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 12:45:38 +02:00
3b700b099b fix: expose start_name/middle_name/end_name in _get_keys for ProjectKey dropdown
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 12:41:36 +02:00
91241b787c fix: fetch active project in hold_config when project_name is empty
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 12:34:03 +02:00
e9056457cd fix: ensure project_path always ends with /
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 12:28:42 +02:00
5c90a59d7e feat: add project_path output to ProjectSource node
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 12:19:15 +02:00
111b37dc8d feat: inject start_name/middle_name/end_name as computed keys in API
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 12:16:25 +02:00
f857485bc8 feat: add ProjectFrameNames node — outputs stem of 3 frame paths
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 12:07:40 +02:00
410c80afc8 feat: ProjectSource auto-fills active project from Manager
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 12:04:35 +02:00
2277e6e427 feat: highlight ProjectKey nodes sharing the same key_name on select
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 11:59:46 +02:00
3065dd7e71 fix: use raw <img> tags to bypass q-img dialog rendering bug
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 11:54:54 +02:00
783da171e7 fix: serve images via FastAPI endpoint to fix dialog preview
Ethanfel pushed to feat/resolution-series at Ethanfel/Comfyui-JSON-Manager 2026-04-04 11:49:15 +02:00
783f07e57a feat: make logic index read-only, driven solely by frame switches