Ethanfel
  • Joined on 2026-01-04
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
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-18 23:40:35 +01:00
589c84fd95 Fix remaining blocking I/O calls and N+1 project query
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-18 23:35:42 +01:00
37e9e1001e Remove blanket DEFAULTS backfill from DB get_sequence
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-18 23:28:53 +01:00
526af7097d Backfill default keys in DB get_sequence for API responses
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-18 23:24:38 +01:00
c880c16865 Backfill missing default keys into sequences on JSON load
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-18 23:02:06 +01:00
82e4ba526c Ensure lora strength is always a float in API and JSON
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-18 22:59:27 +01:00
08338746e2 Deactivate graph poll timer on client disconnect
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-18 22:55:41 +01:00
15047016b9 Migrate legacy LoRA format at JSON load time
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-18 22:52:19 +01:00
29aa87ee00 Migrate legacy LoRA format on DB read so API returns split keys
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-18 22:21:52 +01:00
be9c95ffbd Split LoRA keys into separate name and strength fields
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-18 22:17:34 +01:00
074e36f883 Fix blocking I/O on event loop, cache graphviz, optimize DB sync