Ethanfel
  • Joined on 2026-01-04
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
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-17 23:36:34 +01:00
b36200faaa Detect stale project references and offer clear/recreate options
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-17 23:17:54 +01:00
5aac1677f7 Fix page reset on save: async I/O and avoid needless deepcopy
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-17 22:50:13 +01:00
f3ad3e01bc Fix page reset on save: disable reload, handle orphaned timers
Ethanfel pushed to main at Ethanfel/Comfyui-JSON-Manager 2026-03-17 22:31:02 +01:00
efd0a31426 Restrict reload watcher to .py files to prevent page reload on save
Ethanfel pushed to main at Ethanfel/ComfyUI-LM-Remote 2026-03-15 18:36:29 +01:00
Ethanfel pushed to main at Ethanfel/ComfyUI-LM-Remote 2026-03-15 15:00:31 +01:00
b39ea7a647 fix: address bug review findings
f6e39df157 fix: address code review findings
63ddaaa70d chore: add stats DB cleanup and gitignore
467aea0f47 feat: add stats API endpoints and frontend JS with proxy injection
1ce1e7d48a feat: add stats-based sorting (downloads, rating, thumbsup)
Compare 13 commits »
Ethanfel pushed to main at Ethanfel/video-montage-linker 2026-03-12 22:26:54 +01:00
7d7172e531 Add frame interpolation (frame doubling) to Export with Transitions
Ethanfel pushed to main at Ethanfel/video-montage-linker 2026-03-12 22:18:03 +01:00
6b7d9b969b Fix export range, progress bar, blend params, and temp file cleanup
Ethanfel pushed to main at Ethanfel/video-montage-linker 2026-03-12 22:08:10 +01:00
3d654efcfd Fix image deletion not persisting and autosave session accumulation
Ethanfel pushed to main at Ethanfel/video-montage-linker 2026-03-12 21:57:31 +01:00
2db0cbb76a Fix BiM-VFI integration bugs from code review