mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
Update README.md (#296)
This commit is contained in:
19
README.md
19
README.md
@@ -14,6 +14,25 @@ For Windows stand-alone build users, please edit the `run_cpu.bat` / `run_nvidia
|
|||||||
pause
|
pause
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Trouble Shooting
|
||||||
|
<details>
|
||||||
|
<summary>Empty white screen</summary>
|
||||||
|
|
||||||
|
### 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
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Step 2: Refresh your browser
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
## Release Summary
|
## Release Summary
|
||||||
|
|
||||||
### Major features
|
### Major features
|
||||||
|
|||||||
Reference in New Issue
Block a user