AUTOMATIC1111 / stable-diffusion-webui

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

[Bug]: Models List not displaying #9096

Closed JaredSyn70 closed 1 year ago

JaredSyn70 commented 1 year ago

Is there an existing issue for this?

What happened?

I am no longer able to select different models in the GUI. There is a spinning icon that never goes away so I can never see the model list to select a different model.

Steps to reproduce the problem

  1. Go to ....
  2. Press ....
  3. ... I just open the WEBUI and I am never able to see the list of models any longer. 2023-03-28_09-27-43

What should have happened?

It should list the models in the models folder. it used to work, I just noticed yesterday it was not when i wanted to change models. 2023-03-28_09-27-43

Commit where the problem happens

API  •  Github  •  Gradio  •  Reload UI python: 3.10.10  •  torch: 1.13.1+cu117  •  xformers: N/A  •  gradio: 3.23.0  •  commit: 955df775  •  checkpoint: d725be5d18

What platforms do you use to access the UI ?

Windows

What browsers do you use to access the UI ?

Google Chrome

Command Line Arguments

Not that I know of.

List of extensions

Not that I know of.

Console logs

Already up to date.
venv "C:\Users\alrp\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.10 (tags/v3.10.10:aad5f6a, Feb  7 2023, 17:20:36) [MSC v.1929 64 bit (AMD64)]
Commit hash: 955df7751eef11bb7697e2d77f6b8a6226b21e13
Installing requirements for Web UI

Launching Web UI with arguments: --api --cors-allow-origins=https://www.painthua.com
No module 'xformers'. Proceeding without it.
Loading weights [d725be5d18] from C:\Users\alrp\stable-diffusion-webui\models\Stable-diffusion\revAnimated_v11.safetensors
Creating model from config: C:\Users\alrp\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: C:\Users\alrp\stable-diffusion-webui\models\VAE\anything-v4.0.vae.pt
Applying cross attention optimization (Doggettx).
Textual inversion embeddings loaded(68): 3r1nm0r1art72, ackass1, alanahpearce1, alexandradaddario, annadeo1sd, arcan3, ayanami_zaq13, bfold3, blowjobpose, bs_puiyi, cardstyle15, corneo_anal, corneo_bound_missionary, corneo_covering_breasts_arms_crossed, corneo_covering_breasts_one_arm, corneo_covering_breasts_two_hands, corneo_marin_kitagawa, corneo_nipple_rings, corneo_side_deepthroat, corneo_spitroast, corneo_tentacle_sex, corneo_tifa_classic, corneo_tifa_dress, corneo_widowmaker, corneo_x_pasties, corneo_yor_forger, darkest_diffusion, darkgoblinz, donglu, easynegative, emb-babs, emb-rrf2, flame_surge_style, ghst-3000, hades-65800, hotfantasyface, j0rd7nj0n3s, KingLich , koh_sashagrey, lop, lucy_kushinadaV2, microkini, micromini, nami, NewLaraCroftV2, ng_deepnegative_v1_75t, prt, rcook, realcumAI, RFKTR_fshnsta, robin_v2_1600, Style-BladeRunner2049-8v, style-bridal, Style-Goblinmode, style-hamunaptra, Style-Moana, Style-Necromancy, Style-Psycho, style-rustmagic, style-sylvamagic, sxz-jaina-v2, VaeliOCv1, vmpr, was-ar, was-diablo, was-vb, yoko v1, zauber_vore_hardcore
Textual inversion embeddings skipped(3): dgtlv2, HyperSmoke, protogemb2
Model loaded in 5.0s (load weights from disk: 0.2s, create model: 0.4s, apply weights to model: 0.8s, apply half(): 0.6s, load VAE: 0.5s, move model to device: 0.7s, load textual inversion embeddings: 1.8s).
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
Startup time: 36.3s (import torch: 7.0s, import gradio: 4.1s, import ldm: 1.0s, other imports: 3.8s, list SD models: 0.3s, setup codeformer: 0.3s, load scripts: 3.0s, load SD checkpoint: 5.4s, create ui: 11.1s, gradio launch: 0.2s).

Additional information

NO additional information

Shestoperd commented 1 year ago

I observe such a problem on FireFox 111, but on Chrome 109 the interface is normal. I have not yet been able to understand why the interface breaks.

MinogamiShiro commented 1 year ago

same issue on opera gx after i git pull, but seem to work fine on microsoft edge

exodia52 commented 1 year ago

I personally am not experiencing this issue anymore, but for those who are, a temporary fix is adding this to your user.css file.


[id^="setting_"] > div[style*="position: absolute"] {
  display: none !important;
}

Just sharing this from other post/issues. If you don't have user.css. Make one in the main directory with webui-user.bat

After putting this some of the issue i had before and missing feature from the old UI works. Generate forever was broken after i updated. Now it's available after i put this in my main folder.

Shestoperd commented 1 year ago

Make one in the main directory with webui-user.bat

Indeed, this method helped to fix the interface.

thcrow-z commented 1 year ago

Somebody help me to how I can make that? Because I don't know where do I put this code. 🥲

Shestoperd commented 1 year ago

Somebody help me to how I can make that? Because I don't know where do I put this code. smiling_face_with_tear

Go to the directory "stable-diffusion-webui", create a text file user.css, open this file with a text editor, and paste the desired text, save. Now at the bottom of the WebUI page, click Reload UI.

thcrow-z commented 1 year ago

Somebody help me to how I can make that? Because I don't know where do I put this code. smiling_face_with_tear

Go to the directory "stable-diffusion-webui", create a text file user.css, open this file with a text editor, and paste the desired text, save. Now at the bottom of the WebUI page, click Reload UI.

Thanks very much man. I think made some archive with VisualStudio lol

marchr111 commented 1 year ago

I personally am not experiencing this issue anymore, but for those who are, a temporary fix is adding this to your user.css file.

[id^="setting_"] > div[style*="position: absolute"] {
    display: none !important;
}

Just sharing this from other post/issues. If you don't have user.css. Make one in the main directory with webui-user.bat

After putting this some of the issue i had before and missing feature from the old UI works. Generate forever was broken after i updated. Now it's available after i put this in my main folder.

I did this and now it won't launch at all, even after having removed the newly added user.css file

bullseyepsa commented 1 year ago

I removed some extenstions and it fixed the problem but after a few connections to the site I got this in console: Traceback (most recent call last): File "D:\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 394, in run_predict output = await app.get_blocks().process_api( File "D:\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1073, in process_api inputs = self.preprocess_data(fn_index, inputs, state) File "D:\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 962, in preprocess_data processed_input.append(block.preprocess(inputs[i])) IndexError: list index out of range

And I get the issue again on every browser I try.

exodia52 commented 1 year ago

I removed some extenstions and it fixed the problem but after a few connections to the site I got this in console: Traceback (most recent call last): File "D:\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 394, in run_predict output = await app.get_blocks().process_api( File "D:\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1073, in process_api inputs = self.preprocess_data(fn_index, inputs, state) File "D:\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 962, in preprocess_data processed_input.append(block.preprocess(inputs[i])) IndexError: list index out of range

And I get the issue again on every browser I try.

Either disable all extension first. And run the webui-user.bat with empty extension. See if it work like normal. If it does then some of the extension need to be updated to the latest version or some of them didn't update with the latest changes yet.

exodia52 commented 1 year ago

I personally am not experiencing this issue anymore, but for those who are, a temporary fix is adding this to your user.css file.

[id^="setting_"] > div[style*="position: absolute"] {
  display: none !important;
}

Just sharing this from other post/issues. If you don't have user.css. Make one in the main directory with webui-user.bat After putting this some of the issue i had before and missing feature from the old UI works. Generate forever was broken after i updated. Now it's available after i put this in my main folder.

I did this and now it won't launch at all, even after having removed the newly added user.css file

I would recommend you to just fresh start a new webui. Clone another copy and put the code in. Run it. If it run meaning there's something wrong with your old files. Just my recommendation not an expert.

Albies42 commented 1 year ago

I personally am not experiencing this issue anymore, but for those who are, a temporary fix is adding this to your user.css file.

[id^="setting_"] > div[style*="position: absolute"] {
    display: none !important;
}

Just sharing this from other post/issues. If you don't have user.css. Make one in the main directory with webui-user.bat

After putting this some of the issue i had before and missing feature from the old UI works. Generate forever was broken after i updated. Now it's available after i put this in my main folder.

I can confirm this works for me.

LeXwDeX commented 1 year ago

for me ,i use Browser Privacy Mode can work

catboxanon commented 1 year ago

This should be fixed as of the latest version. If you still have issues try using --no-gradio-queue.