ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

GUI not loading, browser just shows blank page

Open hailtotheking424 opened this issue 1 year ago • 7 comments

I'm running linux and followed the installation instructions exactly, but when I run main.py it says

(base) bash-5.1$ python main.py --disable-cuda-malloc Total VRAM 6078 MB, total RAM 7847 MB Set vram state to: NORMAL_VRAM Device: cuda:0 NVIDIA GeForce GTX 980 Ti : native VAE dtype: torch.float32 Using pytorch cross attention Starting server

To see the GUI go to: http://127.0.0.1:8188

Opening that link in Firefox just displays a blank white page. I've tested and successfully generated images with EasyDiffusion on this system so it is capable of running SD. I've found another thread on another git page where someone had a similar issue but I'm not sure if that's relevant and if so how to translate that solution to this, https://github.com/ModelSurge/sd-webui-comfyui/issues/184, here is the link if that could possibly be helpful.

hailtotheking424 avatar Feb 10 '24 09:02 hailtotheking424

me too

hady2010 avatar Feb 10 '24 18:02 hady2010

I'm getting the same issue on windows. It was running fine a few days ago. I was recently trying to get some custom nodes running (instantID, faceswap) but was having an issue with them before the blank screen. I'll paste an error but not sure if it has anything to do with the issue.

image

waltm avatar Feb 11 '24 00:02 waltm

goto ComfyUI dir and execute git status. What is displayed?

ltdrdata avatar Feb 11 '24 02:02 ltdrdata

goto ComfyUI dir and execute git status. What is displayed?

On branch master Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean

hailtotheking424 avatar Feb 11 '24 05:02 hailtotheking424

`E:\AI_Files\ComfyUI_windows_portable\ComfyUI>git status
Refresh index: 100% (273/273), done.
On branch master
Your branch is up to date with 'origin/master'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
        modified:   folder_paths.py
        modified:   web/extensions/core/uploadImage.js
        modified:   web/scripts/widgets.js

Untracked files:
  (use "git add <file>..." to include in what will be committed)
        pysssss-workflows/
        styles/
        web/lib/fabric.js

no changes added to commit (use "git add" and/or "git commit -a")`

web/scripts/widgets.js was an empty file at 0kb. I replaced it with a new one from a clean install and the web page is displaying properly now. Should I also replace the other 'modified' files or leave them?

waltm avatar Feb 11 '24 06:02 waltm

git reset --hard

ltdrdata avatar Feb 11 '24 07:02 ltdrdata

in case anyone with a similar issue comes across this, it worked after I updated firefox

hailtotheking424 avatar Feb 12 '24 18:02 hailtotheking424