Skip to content

Commit

Permalink
Update README.md (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed Aug 4, 2024
1 parent 0384cf9 commit 0210c7f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,25 @@ For Windows stand-alone build users, please edit the `run_cpu.bat` / `run_nvidia
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

![image](https://github.com/user-attachments/assets/c0cec519-93b7-49f8-aea1-7adb0aa5b073)

Step 2: Refresh your browser

</details>

## Release Summary

### Major features
Expand Down

1 comment on commit 0210c7f

@christian-byrne
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@huchenlei It shouldn't happen anymore, index.html is no longer cached:

Please sign in to comment.