Ethanfel
  • Joined on 2026-01-04
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-20 12:43:09 +01:00
3dc91319a2 fix: notify relay nodes when source config changes
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-19 15:34:03 +01:00
bd36b4b725 fix: prevent undefined in combo widgets with empty values
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-19 15:27:58 +01:00
77eb3473ab fix: properly hide INT widgets and create real combo dropdowns
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-19 11:43:18 +01:00
2cf8cc1f0a fix: add IS_CHANGED to ProjectKey and document source_label usage
545b864c08 feat: add ProjectKey JS extension with source/key dropdowns
ad6cd76b08 feat: add ProjectSource JS extension with label title sync
bd7d314ae8 feat: add ProjectKey single-output relay node
628b256981 feat: add ProjectSource config-only node
Compare 5 commits »
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-19 10:23:27 +01:00
fb007920ee Fix history_tree_backup bloat: strip snapshot data from backups
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-19 10:00:55 +01:00
d3955c489b Write slim history tree to JSON when DB is enabled
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-19 09:56:12 +01:00
e575a78893 Fix missing import, add transaction safety, clean orphaned snapshots
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-19 09:52:49 +01:00
a1a85ecc4d Fix bugs in snapshot stripping: auto-note, mass update, DB-off, fallback
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-19 09:48:50 +01:00
eac4e4f08b Fix RAM leak: strip history snapshots from memory, load on demand
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-19 09:36:51 +01:00
79e1426036 Fix dict mutation race: snapshot data before background save/sync
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-19 00:25:21 +01:00
ba330dd208 Fix sub-segment ordering: group subs after their parent in DB load
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-19 00:22:03 +01:00
9c560ccfd0 Add timing breakdown to load_full_data for performance diagnosis
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-19 00:19:47 +01:00
480131e327 Add load_full_data method to reconstruct data from DB
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-19 00:17:25 +01:00
fac5013359 Load data from DB instead of parsing huge JSON files
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-19 00:03:15 +01:00
45ce264675 Fix DB init crash: wrap bulk migration in explicit transaction
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-18 23:58:57 +01:00
0f134a1a20 Add one-time bulk migration to merge lora keys in all stored sequences
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-18 23:58:34 +01:00
a9197efacd Merge lora name+strength into single key to stay under 32 output limit
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-18 23:53:31 +01:00
ecb5cdc13f Add comprehensive timing logs across all critical paths
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-18 23:47:18 +01:00
1386043f69 Remove blanket DEFAULTS backfill that exceeded MAX_DYNAMIC_OUTPUTS
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-18 23:42:36 +01:00
c4700c620d Backfill default keys during sync_to_db before writing sequences