docs: add banner + how-it-works SVG diagrams to README

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-04 00:28:12 +02:00
parent 2c1777ae4e
commit ee1932a534
3 changed files with 124 additions and 0 deletions
+9
View File
@@ -1,3 +1,7 @@
<p align="center">
<img src="assets/banner.svg" alt="ComfyUI-Tenaciousload" width="100%">
</p>
# ComfyUI-Tenaciousload
Self-contained fix for slow / black-screen ComfyUI loading when you have a huge
@@ -11,6 +15,11 @@ build on every page load** — and the build **freezes ComfyUI's whole event
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%">
</p>
On load it injects an aiohttp **middleware** into ComfyUI that intercepts
`/object_info` and `/api/object_info` and: