Skip to content

Commit 0210c7f

Browse files
authored
Update README.md (#296)
1 parent 0384cf9 commit 0210c7f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,25 @@ For Windows stand-alone build users, please edit the `run_cpu.bat` / `run_nvidia
1414
pause
1515
```
1616

17+
## Trouble Shooting
18+
<details>
19+
<summary>Empty white screen</summary>
20+
21+
### Behavior
22+
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.
23+
24+
### Cause
25+
The browser is caching the `index.html` file previously served from `localhost:8188`.
26+
27+
### How to fix
28+
Step 1: Disable cache in devtools
29+
30+
![image](https://github.com/user-attachments/assets/c0cec519-93b7-49f8-aea1-7adb0aa5b073)
31+
32+
Step 2: Refresh your browser
33+
34+
</details>
35+
1736
## Release Summary
1837

1938
### Major features

0 commit comments

Comments
 (0)