Commit Graph

7 Commits

Author SHA1 Message Date
Ethanfel 55a23d0fe9 docs: add PNG exports of banner + how-it-works (2x) for sharing
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-04 00:56:12 +02:00
Ethanfel fa6f78220c docs: add 1280x640 social preview card (SVG source + PNG)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-04 00:44:57 +02:00
Ethanfel 0084c0bd12 docs: soften remaining 'milliseconds' in alt-text for consistency
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-04 00:42:05 +02:00
Ethanfel e3a8af5a53 docs: honest 'minutes -> seconds' framing + document --enable-compress-response-body
- banner/diagram: replace localhost '4 ms' (server-only) with the real
  page-load experience (minutes -> seconds); soften tagline to 'Fast'
- README: add section on the optional --enable-compress-response-body flag
  for gzipping the rest of ComfyUI (frontend scripts, other APIs)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-04 00:41:41 +02:00
Ethanfel f2df35f04c fix(banner): widen 'cold build' pill so text no longer clips
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-04 00:31:08 +02:00
Ethanfel ee1932a534 docs: add banner + how-it-works SVG diagrams to README
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-04 00:28:12 +02:00
Ethanfel 2c1777ae4e Initial commit: in-process object_info cache + refresh UI
ComfyUI-Tenaciousload speeds up ComfyUI page loads for large model/LoRA
collections by caching the slow /api/object_info response in memory and on
disk (survives restarts) and serving it gzipped in ~milliseconds, instead of
rebuilding it (and freezing the event loop) on every load.

Adds a "Refresh Models / LoRAs" menu button, a graph node, and a
POST /tenaciousload/refresh endpoint to rebuild the cache after adding or
removing models. No external dependencies; no nginx/docker required.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-04 00:25:41 +02:00