docs: soften remaining 'milliseconds' in alt-text for consistency

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-04 00:42:05 +02:00
parent e3a8af5a53
commit 0084c0bd12
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ loop**, so you get a long black screen, worst over a remote network.
## How this pack fixes it ## How this pack fixes it
<p align="center"> <p align="center">
<img src="assets/how-it-works.svg" alt="How it works: requests are served from an in-process cache in milliseconds; the slow build only runs on a miss or refresh" width="100%"> <img src="assets/how-it-works.svg" alt="How it works: requests are served straight from an in-process cache; the slow build only runs on a miss or refresh" width="100%">
</p> </p>
On load it injects an aiohttp **middleware** into ComfyUI that intercepts On load it injects an aiohttp **middleware** into ComfyUI that intercepts
+1 -1
View File
@@ -1,4 +1,4 @@
<svg width="880" height="300" viewBox="0 0 880 300" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="How ComfyUI-Tenaciousload works: browser requests are served from an in-process cache in milliseconds; the slow build only runs on a miss or refresh."> <svg width="880" height="300" viewBox="0 0 880 300" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="How ComfyUI-Tenaciousload works: browser requests are served straight from an in-process cache; the slow build only runs on a miss or refresh.">
<defs> <defs>
<linearGradient id="bg2" x1="0" y1="0" x2="1" y2="1"> <linearGradient id="bg2" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#0b0b0f"/> <stop offset="0" stop-color="#0b0b0f"/>

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB