From 0210c7f4384d3a7671f061f1f2e511a2f8f35983 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Sun, 4 Aug 2024 10:15:07 -0400 Subject: [PATCH] Update README.md (#296) --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 2bfa22bd6..86975aa24 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,25 @@ For Windows stand-alone build users, please edit the `run_cpu.bat` / `run_nvidia pause ``` +## Trouble Shooting +
+ Empty white screen + + ### Behavior + After you enable the new frontend in commandline, and open ComfyUI in the browser, you see a blank screen. If you toggle dev tools with F12, you can observe `litegraph.core.js:1` 404 in console messages. + + ### Cause + The browser is caching the `index.html` file previously served from `localhost:8188`. + + ### How to fix + Step 1: Disable cache in devtools + + ![image](https://github.com/user-attachments/assets/c0cec519-93b7-49f8-aea1-7adb0aa5b073) + + Step 2: Refresh your browser + +
+ ## Release Summary ### Major features