Skip to content

[Bug]: The web interface is confusing #8537

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

Closed
1 task done
xeastsun opened this issue Mar 12, 2023 · 4 comments
Closed
1 task done

[Bug]: The web interface is confusing #8537

xeastsun opened this issue Mar 12, 2023 · 4 comments
Labels
bug-report Report of a bug, yet to be confirmed

Comments

@xeastsun
Copy link

Is there an existing issue for this?

  • I have searched the existing issues and checked the recent builds/commits

What happened?

I installed the system according to the instructions of AUTOMATIC1111/stable-diffusion-webui, but when I opened the browser and typed http://127.0.0.1:7860/, the page displayed was confusing.
However, the basic function is normal, generating pictures based on prompt.
The screenshot is here:
Snipaste_2023-03-12_16-35-27

In Google Chrome, screenshot of F12:
Snipaste_2023-03-12_16-38-44

Steps to reproduce the problem

  1. Install AUTOMATIC1111/stable-diffusion-webui
  2. Open a browser (Google or edge) and type “http://127.0.0.1:7860/”
  3. The cluttered interface is displayed

What should have happened?

A normal web page, like the screenshot on the website
https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/master/screenshot.png

Commit where the problem happens

5c9f2bb

What platforms do you use to access the UI ?

Windows

What browsers do you use to access the UI ?

Google Chrome

Command Line Arguments

NO

List of extensions

NO

Console logs

The output of wewe-user-bat:
venv "F:\AI\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug  1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Commit hash: 5c9f2bbb7473c7085dc961bbf81d5248a4859e90
Installing requirements for Web UI
Launching Web UI with arguments: --xformers
Loading weights [fe4efff1e1] from F:\AI\stable-diffusion-webui\models\Stable-diffusion\sd-v1-4.ckpt
Creating model from config: F:\AI\stable-diffusion-webui\configs\v1-inference.yaml
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
Applying xformers cross attention optimization.
Textual inversion embeddings loaded(0):
Model loaded in 9.4s (load weights from disk: 4.5s, load config: 0.1s, create model: 0.5s, apply weights to model: 0.9s, apply half(): 0.9s, move model to device: 0.9s, load textual inversion embeddings: 1.6s).
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
Startup time: 17.7s (import gradio: 3.1s, import ldm: 1.2s, other imports: 2.1s, load scripts: 1.3s, load SD checkpoint: 9.7s, create ui: 0.2s).

Additional information

No response

@xeastsun xeastsun added the bug-report Report of a bug, yet to be confirmed label Mar 12, 2023
@hananbeer
Copy link
Contributor

hananbeer commented Mar 12, 2023

could be css problem. maybe you deleted it or have an extension that messes with it? try a different browser or in incognito maybe

also it could be the sd-web-ui-quickcss extension try disabling it

@xeastsun
Copy link
Author

could be css problem. maybe you deleted it or have an extension that messes with it? try a different browser or in incognito maybe

also it could be the sd-web-ui-quickcss extension try disabling it

@xeastsun xeastsun reopened this Mar 14, 2023
@xeastsun
Copy link
Author

How do you deal with it? Does anyone know?

@xeastsun
Copy link
Author

xeastsun commented Mar 16, 2023

I found the cause of the problem and the solution.
This problem is caused by errors in the CSS file type information in my computer registry, which leads to errors in CSS parsing and application.
Solution:
Snipaste_2023-03-16_12-35-45
According to the above image to locate, and modify the last Content Type and PerceivedType.
Finally, reboot the machine, delete the browser cache, and force refresh the web page (shift+f5).
Thanks to https://www.bilibili.com/read/cv19519519

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-report Report of a bug, yet to be confirmed
Projects
None yet
Development

No branches or pull requests

2 participants