anapnoe / stable-diffusion-webui-ux

Stable Diffusion web UI UX
GNU Affero General Public License v3.0
970 stars 58 forks source link

[Question]: not tabs in the title line (not sure if this is a bug, but cannot find a FAQ) #110

Closed xarthurx closed 1 year ago

xarthurx commented 1 year ago

Is there an existing issue for this?

What happened?

I installed the latest version, but I cannot see txt2img or img2img at the top of the UI. (I can switch in the drop-down menu, but this is a bit inconvenient) image

This is different from the pic in the Readme. Is this by design?

Steps to reproduce the problem

  1. Install webui-ux
  2. start the UI

What should have happened?

I have at least 3 tabs that I can switch -- it is better to allow the user to set which tab to appear.

Commit where the problem happens

079a5e4

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

ControlNet1.1

Console logs

Creating venv in directory D:\Projects\202305_StableDiffusionArch\stable-diffusion-webui-ux\venv using python "C:\Users\xarthur\mambaforge\envs\sd\python.exe"
venv "D:\Projects\202305_StableDiffusionArch\stable-diffusion-webui-ux\venv\Scripts\Python.exe"
Python 3.10.10 | packaged by conda-forge | (main, Mar 24 2023, 20:00:38) [MSC v.1934 64 bit (AMD64)]
Commit hash: 079a5e4d8c8a3a4de43f75a7f64a8f363d02a8c1
Installing torch and torchvision
Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu117
Collecting torch==1.13.1+cu117
  Using cached https://download.pytorch.org/whl/cu117/torch-1.13.1%2Bcu117-cp310-cp310-win_amd64.whl (2255.4 MB)
Collecting torchvision==0.14.1+cu117
  Using cached https://download.pytorch.org/whl/cu117/torchvision-0.14.1%2Bcu117-cp310-cp310-win_amd64.whl (4.8 MB)
Collecting typing-extensions
  Using cached typing_extensions-4.5.0-py3-none-any.whl (27 kB)
Collecting requests
  Using cached requests-2.29.0-py3-none-any.whl (62 kB)
Collecting pillow!=8.3.*,>=5.3.0
  Using cached Pillow-9.5.0-cp310-cp310-win_amd64.whl (2.5 MB)
Collecting numpy
  Using cached numpy-1.24.3-cp310-cp310-win_amd64.whl (14.8 MB)
Collecting idna<4,>=2.5
  Using cached https://download.pytorch.org/whl/idna-3.4-py3-none-any.whl (61 kB)
Collecting urllib3<1.27,>=1.21.1
  Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB)
Collecting charset-normalizer<4,>=2
  Using cached charset_normalizer-3.1.0-cp310-cp310-win_amd64.whl (97 kB)
Collecting certifi>=2017.4.17
  Using cached https://download.pytorch.org/whl/certifi-2022.12.7-py3-none-any.whl (155 kB)
Installing collected packages: urllib3, typing-extensions, pillow, numpy, idna, charset-normalizer, certifi, torch, requests, torchvision
Successfully installed certifi-2022.12.7 charset-normalizer-3.1.0 idna-3.4 numpy-1.24.3 pillow-9.5.0 requests-2.29.0 torch-1.13.1+cu117 torchvision-0.14.1+cu117 typing-extensions-4.5.0 urllib3-1.26.15

[notice] A new release of pip available: 22.3.1 -> 23.1.2
[notice] To update, run: D:\Projects\202305_StableDiffusionArch\stable-diffusion-webui-ux\venv\Scripts\python.exe -m pip install --upgrade pip
Installing gfpgan
Installing clip
Installing open_clip
Cloning Stable Diffusion into D:\Projects\202305_StableDiffusionArch\stable-diffusion-webui-ux\repositories\stable-diffusion-stability-ai...
Cloning Taming Transformers into D:\Projects\202305_StableDiffusionArch\stable-diffusion-webui-ux\repositories\taming-transformers...
Cloning K-diffusion into D:\Projects\202305_StableDiffusionArch\stable-diffusion-webui-ux\repositories\k-diffusion...
Cloning CodeFormer into D:\Projects\202305_StableDiffusionArch\stable-diffusion-webui-ux\repositories\CodeFormer...
Cloning BLIP into D:\Projects\202305_StableDiffusionArch\stable-diffusion-webui-ux\repositories\BLIP...
Installing requirements for CodeFormer
Installing requirements for Web UI
Launching Web UI with arguments:
No module 'xformers'. Proceeding without it.
Downloading: "https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.safetensors" to D:\Projects\202305_StableDiffusionArch\stable-diffusion-webui-ux\models\Stable-diffusion\v1-5-pruned-emaonly.safetensors

100%|██████████████████████████████████████████████████████████████████████████████████████████| 3.97G/3.97G [01:00<00:00, 70.9MB/s]
Calculating sha256 for D:\Projects\202305_StableDiffusionArch\stable-diffusion-webui-ux\models\Stable-diffusion\v1-5-pruned-emaonly.safetensors: 6ce0161689b3853acaa03779ec93eafe75a02f4ced659bee03f50797806fa2fa
Loading weights [6ce0161689] from D:\Projects\202305_StableDiffusionArch\stable-diffusion-webui-ux\models\Stable-diffusion\v1-5-pruned-emaonly.safetensors
Creating model from config: D:\Projects\202305_StableDiffusionArch\stable-diffusion-webui-ux\configs\v1-inference.yaml
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
Applying cross attention optimization (Doggettx).
Textual inversion embeddings loaded(0):
Model loaded in 9.1s (calculate hash: 4.2s, load weights from disk: 0.4s, create model: 0.6s, apply weights to model: 0.9s, apply half(): 0.9s, move model to device: 0.9s, load textual inversion embeddings: 1.1s).
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
Startup time: 82.6s (import torch: 2.5s, import gradio: 2.5s, import ldm: 0.8s, other imports: 3.6s, list SD models: 61.3s, setup codeformer: 0.8s, load scripts: 1.1s, load SD checkpoint: 9.5s, create ui: 0.3s, gradio launch: 0.3s).


### Additional information

_No response_
anapnoe commented 1 year ago

Probably there should be a wiki for all the extended functionality the feature you are looking is located in Settings > User Interface > Header Tabs for more info on how to add your settings to quicksettings for immediate access see here (https://github.com/anapnoe/stable-diffusion-webui-ux/discussions/53)

xarthurx commented 1 year ago

Probably there should be a wiki for all the extended functionality the feature you are looking is located in Settings > User Interface > Header Tabs for more info on how to add your settings to quicksettings for immediate access see here (#53)

Yes, a wiki will definitely help a lot and save your time. Thank you for the reply.

xarthurx commented 1 year ago

Hello, it seems after I put your "keywords" in the quicksettings, I can activate those tabs from the side pane: image

But everytime I restart the UI, I need to do it again. Is this normal, or is there a way to fix this?

FYI: re-start the whole webUI make it stable. But "restart UI and apply" without restarting from the cmd doesn't work. If this is not a bug, please ignore my comment here.