Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI not loading, browser just shows blank page #2753

Open
hailtotheking424 opened this issue Feb 10, 2024 · 7 comments
Open

GUI not loading, browser just shows blank page #2753

hailtotheking424 opened this issue Feb 10, 2024 · 7 comments
Labels
User Support A user needs help with something, probably not a bug.

Comments

@hailtotheking424
Copy link

hailtotheking424 commented Feb 10, 2024

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, ModelSurge/sd-webui-comfyui#184, here is the link if that could possibly be helpful.

@hady2010
Copy link

me too

@waltm
Copy link

waltm commented Feb 11, 2024

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

@ltdrdata
Copy link
Collaborator

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

@hailtotheking424
Copy link
Author

hailtotheking424 commented Feb 11, 2024

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

@waltm
Copy link

waltm commented Feb 11, 2024

`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?

@ltdrdata
Copy link
Collaborator

git reset --hard

@hailtotheking424
Copy link
Author

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

@mcmonkey4eva mcmonkey4eva added the User Support A user needs help with something, probably not a bug. label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
User Support A user needs help with something, probably not a bug.
Projects
None yet
Development

No branches or pull requests

5 participants