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

[Bug]: Web Styling is Broken (CSS?) #39

Closed
1 task done
dsully opened this issue Feb 27, 2023 · 5 comments
Closed
1 task done

[Bug]: Web Styling is Broken (CSS?) #39

dsully opened this issue Feb 27, 2023 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@dsully
Copy link

dsully commented Feb 27, 2023

Is there an existing issue for this?

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

What happened?

The WebUI styling is very broken.

Steps to reproduce the problem

Go to the UI.

What should have happened?

A normal UI should be shown.

Commit where the problem happens

99142d6

What platforms do you use to access the UI ?

MacOS

What browsers do you use to access the UI ?

Google Chrome, Apple Safari

Command Line Arguments

./automatic.sh

List of extensions

The defaults

Console logs

$ ./automatic.sh
SD server: optimized
Version: 99142d64 Sun Feb 26 11:05:53 2023 -0500
Repository: https://github.com/vladmandic/automatic
Last Merge: Sun Feb 26 10:35:20 2023 -0500 Merge pull request #38 from AUTOMATIC1111/master
System
- Platform: Ubuntu 22.10 5.19.0-31-generic x86_64
- nVIDIA: NVIDIA GeForce RTX 4090, 525.60.13
- Python: 3.10.7 Torch: 2.0.0.dev20230226+cu118 CUDA: 11.8 cuDNN: 8700 GPU: NVIDIA GeForce RTX 4090 Arch: (8, 9)
The following values were not passed to `accelerate launch` and had defaults used instead:
	`--num_processes` was set to a value of `1`
	`--num_machines` was set to a value of `1`
	`--mixed_precision` was set to a value of `'no'`
	`--dynamo_backend` was set to a value of `'no'`
To avoid this warning pass in values for each of the problematic parameters or run `accelerate config`.
Launching Web UI with arguments: --api --xformers --disable-console-progressbars --gradio-queue --skip-version-check --disable-nan-check --disable-safe-unpickle --cors-allow-origins=http://127.0.0.1:7860
WARNING:root:Pytorch pre-release version 2.0.0.dev20230226+cu118 - assuming intent to test it
Image Browser: send2trash is not installed. recycle bin cannot be used.
Checkpoint sd-v15-runwayml.ckpt [cc6cb27103] not found; loading fallback v1-5-pruned-emaonly.safetensors [6ce0161689]
Loading weights [6ce0161689] from /bits/automatic/models/Stable-diffusion/v1-5-pruned-emaonly.safetensors
Creating model from config: /bits/automatic/configs/v1-inference.yaml
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
Couldn't find VAE named vae-ft-mse-840000-ema-pruned.ckpt; using None instead
Applying xformers cross attention optimization.
Textual inversion embeddings loaded(0):
Model loaded in 1.4s (create model: 0.2s, apply weights to model: 0.3s, apply half: 0.2s, load VAE: 0.5s, move model to device: 0.1s).
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.


### Additional information

<img width="1703" alt="CleanShot 2023-02-26 at 19 32 08@2x" src="https://user-images.githubusercontent.com/22371/221466703-0ad5e038-e806-4ace-ba67-872256607985.png">
@vladmandic vladmandic self-assigned this Mar 3, 2023
@vladmandic vladmandic added the question Further information is requested label Mar 3, 2023
@vladmandic
Copy link
Owner

The WebUI styling is very broken.

How is it broken?

A normal UI should be shown.

Why? This is my fork, I choose how UI looks. for normal UI, use original branch.

@dsully
Copy link
Author

dsully commented Mar 3, 2023

Sorry, by "normal" I meant as you intend it, not the upstream auto1111 code base.

It looks like the original image I attached to the report didn't come through. Trying again:

221466703-0ad5e038-e806-4ace-ba67-872256607985

@vladmandic
Copy link
Owner

ah, i did not test this styling with light theme. it is heavily optimized for dark theme (and works fine in those cases).
i'll take a look.

@vladmandic vladmandic added bug Something isn't working and removed question Further information is requested labels Mar 3, 2023
@vladmandic
Copy link
Owner

should be fixed now, forcing dark theme on load as i don't want to support both at the moment.

@dsully
Copy link
Author

dsully commented Mar 3, 2023

Great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants