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

The browser keeps getting stuck in the loading animation when accessing comfyui. #6451

Open
chenFe-1 opened this issue Jan 13, 2025 · 5 comments
Labels
User Support A user needs help with something, probably not a bug.

Comments

@chenFe-1
Copy link

chenFe-1 commented Jan 13, 2025

Your question

After successful installation and startup on my Linux server, browser access is always stuck on loading animation
image
It is always as shown in the figure below
image

the brower console has some error reporter
image

This is my command about install comfyUI
before install,I create python3.12.5 by conda

  1. git clone https://github.com/comfyanonymous/ComfyUI.git
  2. pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121
  3. pip install -r requirements.txt
  4. python main.py

Logs

No response

Other

No response

@chenFe-1 chenFe-1 added the User Support A user needs help with something, probably not a bug. label Jan 13, 2025
@LukeG89
Copy link

LukeG89 commented Jan 13, 2025

Could it be caused by a browser extension?
Have you also tried cleaning the browser cache?

@Picofrank
Copy link

I got the same thing. See the content must be served over https? Opening port 80 and 443 solved it for me.

@chenFe-1
Copy link
Author

I got the same thing. See the content must be served over https? Opening port 80 and 443 solved it for me.

I have already tried this and also changed to FireFox browser and the same problem happened.

@chenFe-1
Copy link
Author

I got the same thing. See the content must be served over https? Opening port 80 and 443 solved it for me.

I'm wondering if it's because I made an nginx proxy?

@chenFe-1
Copy link
Author

chenFe-1 commented Jan 14, 2025

I changed the startup command and added DEBUG, and found that there were some errors when the service started. Is this the cause of my problem?
image

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

3 participants