docs: soften remaining 'milliseconds' in alt-text for consistency
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -17,7 +17,7 @@ loop**, so you get a long black screen, worst over a remote network.
|
||||
## How this pack fixes it
|
||||
|
||||
<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>
|
||||
|
||||
On load it injects an aiohttp **middleware** into ComfyUI that intercepts
|
||||
|
||||
@@ -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>
|
||||
<linearGradient id="bg2" x1="0" y1="0" x2="1" y2="1">
|
||||
<stop offset="0" stop-color="#0b0b0f"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
Reference in New Issue
Block a user