Ethanfel
  • Joined on 2026-01-04
Ethanfel pushed to main at Ethanfel/ComfyUI-JSON-Dynamic 2026-02-23 19:36:30 +01:00
c909f854f4 Rename node to JSONDynamicLoader to avoid collision with JSON Manager
Ethanfel created branch main in Ethanfel/ComfyUI-JSON-Dynamic 2026-02-23 19:33:39 +01:00
Ethanfel pushed to main at Ethanfel/ComfyUI-JSON-Dynamic 2026-02-23 19:33:39 +01:00
79157f4289 Initial commit: JSON Loader (Dynamic) ComfyUI node
Ethanfel created repository Ethanfel/ComfyUI-JSON-Dynamic 2026-02-23 19:31:37 +01:00
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-02-23 17:40:44 +01:00
6a3b72c035 Remove dead code: unused imports, session state keys, blank lines
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-02-23 17:14:10 +01:00
387d4d874c Remove Single Editor tab (dead code)
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-02-23 17:12:27 +01:00
7261f2c689 Change input_a_frames and input_b_frames default to 16
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-02-23 17:11:11 +01:00
2263c3f598 Store vace_length as total (base + input_a + input_b) in JSON
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-02-23 17:03:06 +01:00
7252fa3855 Fix load_dynamic missing output_types parameter
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-02-23 16:16:52 +01:00
a747f86daa Persist output types across save/load via hidden output_types widget
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-02-23 16:11:31 +01:00
f5e242950d Auto-detect output types (INT, FLOAT, STRING) on dynamic node refresh
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-02-23 16:08:35 +01:00
dfab5e12ab Rewrite README with SVG diagrams and Dynamic node documentation
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-02-23 16:01:04 +01:00
a08f2676f5 Fix tall node on creation by resizing after removing default outputs
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-02-23 16:00:17 +01:00
3255fe76dc Preserve connections on Refresh when keys are added or reordered
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-02-23 15:57:08 +01:00
0d44944192 Fix dynamic node outputs using LiteGraph removeOutput/addOutput API
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-02-23 15:52:50 +01:00
8cc244e8be Add case-insensitive path resolution for Current Path input
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-02-23 15:47:27 +01:00
e841e9b76b Add JSONLoaderDynamic node with JS frontend for auto-discovered outputs
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-02-23 15:26:14 +01:00
a4717dfab6 Add vace_length field, move end_frame out of VACE settings, revert type coercion
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-02-23 13:49:18 +01:00
3718975d99 Add image preview popover for reference and FLF path fields
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-02-23 13:34:23 +01:00
40ffdcf671 Clean up DEFAULTS: remove unused settings, add end_frame and transition