Ethanfel
  • Joined on 2026-01-04
Ethanfel pushed to main at Ethanfel/ComfyUI-JSON-Dynamic 2026-02-24 11:55:45 +01:00
14f84b879b Bump version to 1.1.0 for registry update
Ethanfel pushed to main at Ethanfel/ComfyUI-JSON-Dynamic 2026-02-24 11:49:18 +01:00
b5b4a26f6d Add PreviewToLoad node for bridging preview images to LoadImage nodes
Ethanfel pushed to main at Ethanfel/ComfyUI-JSON-Dynamic 2026-02-24 11:29:44 +01:00
1e3e30d8f1 Add string/path utility nodes (PathJoin, StringFormat, StringExtract, StringSwitch)
Ethanfel pushed to main at Ethanfel/ComfyUI-JSON-Dynamic 2026-02-23 20:06:13 +01:00
3319c78de0 Extract inline SVGs to asset files for GitHub rendering
Ethanfel pushed to main at Ethanfel/ComfyUI-JSON-Dynamic 2026-02-23 20:01:43 +01:00
35d73176d8 Document segment/batch_data lookup with SVG diagram
Ethanfel pushed to main at Ethanfel/ComfyUI-JSON-Dynamic 2026-02-23 19:41:06 +01:00
f66cdfd160 Add ComfyUI registry publishing and GitHub install URL
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