AUTOMATIC1111 / stable-diffusion-webui

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

[Bug]: LORAs does not show up when I click "Show extra networks" #8811

Closed sanasigma closed 1 year ago

sanasigma commented 1 year ago

Is there an existing issue for this?

What happened?

LORAs does not show up when I click "Show extra networks" image do

Steps to reproduce the problem

  1. Click on "Show extra networks"
  2. image

What should have happened?

All my LORAs should have been shown like it always used to.

Commit where the problem happens

a9fed7c364061ae6efb37f797b6b522cb3cf7aa2

What platforms do you use to access the UI ?

Windows

What browsers do you use to access the UI ?

Google Chrome

Command Line Arguments

--xformers

List of extensions

image

Console logs

Already up to date.
venv "E:\stablediffusion\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.0 (tags/v3.10.0:b494f59, Oct  4 2021, 19:00:18) [MSC v.1929 64 bit (AMD64)]
Commit hash: a9fed7c364061ae6efb37f797b6b522cb3cf7aa2
Installing requirements for Web UI

Launching Web UI with arguments: --xformers
==============================================================================
You are running torch 1.12.1+cu113.
The program is tested to work with torch 1.13.1.
To reinstall the desired version, run with commandline flag --reinstall-torch.
Beware that this will cause a lot of large files to be downloaded, as well as
there are reports of issues with training tab on the latest version.

Use --skip-version-check commandline argument to disable this check.
==============================================================================
=================================================================================
You are running xformers 0.0.14.dev.
The program is tested to work with xformers 0.0.16rc425.
To reinstall the desired version, run with commandline flag --reinstall-xformers.

Use --skip-version-check commandline argument to disable this check.
=================================================================================
[AddNet] Updating model hashes...
100%|██████████████████████████████████████████████████████████████████████████████████| 8/8 [00:00<00:00, 2690.17it/s]
[AddNet] Updating model hashes...
100%|██████████████████████████████████████████████████████████████████████████████████| 8/8 [00:00<00:00, 2673.45it/s]
Loading weights [0a07935ec2] from E:\stablediffusion\stable-diffusion-webui\models\Stable-diffusion\s1dlxbrew_03.safetensors
Creating model from config: E:\stablediffusion\stable-diffusion-webui\configs\v1-inference.yaml
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
Loading VAE weights specified in settings: E:\stablediffusion\stable-diffusion-webui\models\Stable-diffusion\vae-ft-mse-840000-ema-pruned.vae.pt
Applying xformers cross attention optimization.
Textual inversion embeddings loaded(34): a-tale-of-two-empires, arcimboldo-style, BiL13L1SH, blrst-850, bngoo-400, brn-1050, brn-150, brn-850, bung-800, bungme-1550, cloudport, DreamArtistBADHAND, emmsto, EmWat69, iulje, katiekc, ktex-1950, ktex-2300, ktex-2950, ktx-1000, ktx-1100, ktx-2000, me-950, midjourney-style, nzkt-1100, nzkt-1300, nzkt-1750, nzkt-1950, nzkt-3950, nzkt-850, PureErosFace_V1, round19-750, tkcl-3300, xktx-350
Textual inversion embeddings skipped(3): nartfixer, nfixer, nrealfixer
Model loaded in 4.4s (create model: 0.5s, apply weights to model: 1.3s, apply half(): 0.5s, load VAE: 0.3s, move model to device: 0.8s, load textual inversion embeddings: 1.0s).

Thanks for being a Gradio user! If you have questions or feedback, please join our Discord server and chat with us: https://discord.gg/feTf9x3ZSB
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
Startup time: 16.2s (import gradio: 2.8s, import ldm: 2.4s, other imports: 2.8s, list extensions: 1.1s, load scripts: 1.8s, load SD checkpoint: 4.7s, create ui: 0.3s, gradio launch: 0.1s).

Additional information

No response

ChiknNuggets commented 1 year ago

It appears that you have disabled the Lora extension as per your screenshot, click the Lora checkbox and restart the software ensuring its checked after reloading and I believe you should then be able to see the Lora tab.

sanasigma commented 1 year ago

It appears that you have disabled the Lora extension as per your screenshot, click the Lora checkbox and restart the software ensuring its checked after reloading and I believe you should then be able to see the Lora tab.

works now! thanks! I didnt know when I disabled it!

Ubermeisters commented 1 year ago

i fixed a similar issue by deleting the thumbnails that "lobehub" had added, and hit refresh. they were all back, sadly without my thumbnails, but better than gone.