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]: Lora, Textual Inversion, Hypernetworks Tab Not Displany Anything #15676

Open
3 of 6 tasks
makaras221 opened this issue May 1, 2024 · 1 comment
Open
3 of 6 tasks
Labels
bug-report Report of a bug, yet to be confirmed

Comments

@makaras221
Copy link

Checklist

  • The issue exists after disabling all extensions
  • The issue exists on a clean installation of webui
  • The issue is caused by an extension, but I believe it is caused by a bug in the webui
  • The issue exists in the current version of the webui
  • The issue has not been reported before recently
  • The issue has been reported before but has not been fixed yet

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

@makaras221 makaras221 added the bug-report Report of a bug, yet to be confirmed label May 1, 2024
@missionfloyd
Copy link
Collaborator

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

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