AUTOMATIC1111 / stable-diffusion-webui

Stable Diffusion web UI
GNU Affero General Public License v3.0
135.53k stars 25.88k forks source link

[Bug]: Lora, Textual Inversion, Hypernetworks Tab Not Displany Anything #15676

Open makaras221 opened 2 months ago

makaras221 commented 2 months ago

Checklist

What happened?

I did a clean install of a1111 and when I try and display any Loras the tabs are completely blank, as are the ones for Textual Inversion, and Hypernetworks. I've tried setting the Lora directory from the webui file as well but it didn't change anything.

Steps to reproduce the problem

Install automatic1111, click on Lora tab.

What should have happened?

Populated a list of Loras and what have you.

What browsers do you use to access the UI ?

Mozilla Firefox

Sysinfo

sysinfo-2024-05-01-07-22.json

Console logs

git config --global --add safe.directory D:/AI/stable-diffusion-webui
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug  1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: 1.9.3
Commit hash: <none>
Launching Web UI with arguments: --xformers --upcast-sampling --medvram --autolaunch --no-half-vae --skip-version-check --lora-dir D:\AI\stable-diffusion-webui\models\lora
[AddNet] Updating model hashes...
0it [00:00, ?it/s]
[AddNet] Updating model hashes...
0it [00:00, ?it/s]
Loading weights [67ab2fd8ec] from D:\AI\stable-diffusion-webui\models\Stable-diffusion\ponyDiffusionV6XL_v6StartWithThisOne.safetensors
Creating model from config: D:\AI\stable-diffusion-webui\repositories\generative-models\configs\inference\sd_xl_base.yaml
D:\AI\stable-diffusion-webui\extensions\sd-webui-additional-networks\scripts\metadata_editor.py:399: GradioDeprecationWarning: The `style` method is deprecated. Please set these arguments in the constructor instead.
  with gr.Row().style(equal_height=False):
D:\AI\stable-diffusion-webui\extensions\sd-webui-additional-networks\scripts\metadata_editor.py:521: GradioDeprecationWarning: The `style` method is deprecated. Please set these arguments in the constructor instead.
  cover_image = gr.Image(
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
Startup time: 30.6s (prepare environment: 14.3s, import torch: 6.9s, import gradio: 2.1s, setup paths: 2.0s, initialize shared: 0.5s, other imports: 1.4s, load scripts: 2.4s, create ui: 0.6s, gradio launch: 0.2s).
Applying attention optimization: xformers... done.
Model loaded in 5.5s (load weights from disk: 0.5s, create model: 0.6s, apply weights to model: 3.0s, calculate empty prompt: 1.1s).
Restarting UI...
Closing server running on port: 7860
[AddNet] Updating model hashes...
0it [00:00, ?it/s]
D:\AI\stable-diffusion-webui\extensions\sd-webui-additional-networks\scripts\metadata_editor.py:399: GradioDeprecationWarning: The `style` method is deprecated. Please set these arguments in the constructor instead.
  with gr.Row().style(equal_height=False):
D:\AI\stable-diffusion-webui\extensions\sd-webui-additional-networks\scripts\metadata_editor.py:521: GradioDeprecationWarning: The `style` method is deprecated. Please set these arguments in the constructor instead.
  cover_image = gr.Image(
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
Startup time: 0.9s (load scripts: 0.4s, create ui: 0.3s).

Additional information

No response

missionfloyd commented 2 months ago

Try disabling the sd-webui-additional-networks extension. You may not even need it anymore.