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>
This commit is contained in:
2026-06-04 00:41:41 +02:00
parent f2df35f04c
commit e3a8af5a53
3 changed files with 30 additions and 12 deletions
+7 -7
View File
@@ -31,14 +31,14 @@
<!-- wordmark -->
<text x="208" y="84" font-family="Segoe UI, Helvetica, Arial, sans-serif" font-size="19" letter-spacing="7" font-weight="600" fill="#71717a">COMFYUI</text>
<text x="205" y="150" font-family="Segoe UI, Helvetica, Arial, sans-serif" font-size="58" font-weight="800" fill="url(#accent)">Tenaciousload</text>
<text x="208" y="187" font-family="Segoe UI, Helvetica, Arial, sans-serif" font-size="19" fill="#a1a1aa">Instant page loads for massive model &amp; LoRA libraries.</text>
<text x="208" y="187" font-family="Segoe UI, Helvetica, Arial, sans-serif" font-size="19" fill="#a1a1aa">Fast page loads for massive model &amp; LoRA libraries.</text>
<!-- speed pills: before vs after -->
<!-- speed pills: page-load experience, before vs after -->
<g transform="translate(208,206)" font-family="Consolas, ui-monospace, monospace" font-size="15" font-weight="600">
<rect width="186" height="34" rx="17" fill="#1f1216" stroke="#7f1d1d" stroke-width="1.5"/>
<text x="93" y="22" fill="#fca5a5" text-anchor="middle">cold build 234 s</text>
<text x="209" y="24" font-size="20" fill="#52525b" text-anchor="middle"></text>
<rect x="232" width="152" height="34" rx="17" fill="#0d1a13" stroke="#166534" stroke-width="1.5"/>
<text x="308" y="22" fill="#86efac" text-anchor="middle">cached 4 ms</text>
<rect width="200" height="34" rx="17" fill="#1f1216" stroke="#7f1d1d" stroke-width="1.5"/>
<text x="100" y="22" fill="#fca5a5" text-anchor="middle">black screen · minutes</text>
<text x="223" y="24" font-size="20" fill="#52525b" text-anchor="middle"></text>
<rect x="246" width="186" height="34" rx="17" fill="#0d1a13" stroke="#166534" stroke-width="1.5"/>
<text x="339" y="22" fill="#86efac" text-anchor="middle">loads in seconds</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB