AUTOMATIC1111 / stable-diffusion-webui

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

[Bug]: sd-webui-prompt-all-in-one extension is glitching the prompt bar #15616

Closed hungrydog666 closed 3 weeks ago

hungrydog666 commented 3 weeks ago

Checklist

What happened?

i cant use the prompt bar in text2image and its like the bar are glitching upward and i cant scroll it down. image

Steps to reproduce the problem

all i did was just import data from png info to text2image and suddenly it happen. i try to solve it by reload UI but it didnt work and only uninstal the sd-webui-prompt-all-in-one it fix it. image its back to normal when i uninstal the extension

What should have happened?

its should just show the prompt bar and the negative prompt bar like normal. but for some reason the prompt bar just stuck and wont scroll down.

What browsers do you use to access the UI ?

Google Chrome

Sysinfo

...

Console logs

venv "D:\SD11\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr  5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
Version: v1.9.3
Commit hash: 1c0a0c4c26f78c32095ebc7f8af82f5c04fca8c0
Launching Web UI with arguments: --xformers
2024-04-24 12:06:05.754340: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
2024-04-24 12:06:07.290966: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
Tag Autocomplete: Could not locate model-keyword extension, Lora trigger word completion will be limited to those added through the extra networks menu.
CivitAI Browser+: Aria2 RPC started
sd-webui-prompt-all-in-one background API service started successfully.
Loading weights [821aa5537f] from D:\SD11\stable-diffusion-webui\models\Stable-diffusion\autismmixSDXL_autismmixPony.safetensors
Creating model from config: D:\SD11\stable-diffusion-webui\repositories\generative-models\configs\inference\sd_xl_base.yaml
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
IIB Database file has been successfully backed up to the backup folder.
Startup time: 32.9s (prepare environment: 5.0s, import torch: 6.0s, import gradio: 2.3s, setup paths: 8.5s, initialize shared: 0.2s, other imports: 1.5s, list SD models: 0.3s, load scripts: 1.9s, initialize extra networks: 0.3s, create ui: 1.8s, gradio launch: 2.7s, app_started_callback: 2.2s).
Loading VAE weights specified in settings: D:\SD11\stable-diffusion-webui\models\VAE\sdxl_vae.safetensors
Applying attention optimization: xformers... done.
*** Error loading embedding DetailedEyes_V3.safetensors
    Traceback (most recent call last):
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 203, in load_from_dir
        self.load_from_file(fullfn, fn)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 184, in load_from_file
        embedding = create_embedding_from_data(data, name, filename=filename, filepath=path)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 297, in create_embedding_from_data
        assert len(data.keys()) == 1, 'embedding file has multiple terms in it'
    AssertionError: embedding file has multiple terms in it

---
*** Error loading embedding more_details.safetensors
    Traceback (most recent call last):
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 203, in load_from_dir
        self.load_from_file(fullfn, fn)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 184, in load_from_file
        embedding = create_embedding_from_data(data, name, filename=filename, filepath=path)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 297, in create_embedding_from_data
        assert len(data.keys()) == 1, 'embedding file has multiple terms in it'
    AssertionError: embedding file has multiple terms in it

---
Model loaded in 23.2s (load weights from disk: 1.1s, create model: 0.4s, apply weights to model: 11.1s, load VAE: 1.6s, move model to device: 0.3s, load textual inversion embeddings: 6.5s, calculate empty prompt: 1.9s).
Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr  5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
Version: v1.9.3
Commit hash: 1c0a0c4c26f78c32095ebc7f8af82f5c04fca8c0
Launching Web UI with arguments: --xformers
2024-04-24 12:07:49.584363: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
2024-04-24 12:07:51.841580: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
Tag Autocomplete: Could not locate model-keyword extension, Lora trigger word completion will be limited to those added through the extra networks menu.
CivitAI Browser+: Aria2 RPC started
sd-webui-prompt-all-in-one background API service started successfully.
Loading weights [821aa5537f] from D:\SD11\stable-diffusion-webui\models\Stable-diffusion\autismmixSDXL_autismmixPony.safetensors
Creating model from config: D:\SD11\stable-diffusion-webui\repositories\generative-models\configs\inference\sd_xl_base.yaml
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
Startup time: 28.6s (prepare environment: 3.9s, import torch: 5.7s, import gradio: 2.6s, setup paths: 7.6s, initialize shared: 0.4s, other imports: 1.4s, load scripts: 1.7s, create ui: 0.7s, gradio launch: 2.5s, app_started_callback: 2.0s).
Loading VAE weights specified in settings: D:\SD11\stable-diffusion-webui\models\VAE\sdxl_vae.safetensors
Applying attention optimization: xformers... done.
*** Error loading embedding DetailedEyes_V3.safetensors
    Traceback (most recent call last):
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 203, in load_from_dir
        self.load_from_file(fullfn, fn)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 184, in load_from_file
        embedding = create_embedding_from_data(data, name, filename=filename, filepath=path)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 297, in create_embedding_from_data
        assert len(data.keys()) == 1, 'embedding file has multiple terms in it'
    AssertionError: embedding file has multiple terms in it

---
*** Error loading embedding more_details.safetensors
    Traceback (most recent call last):
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 203, in load_from_dir
        self.load_from_file(fullfn, fn)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 184, in load_from_file
        embedding = create_embedding_from_data(data, name, filename=filename, filepath=path)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 297, in create_embedding_from_data
        assert len(data.keys()) == 1, 'embedding file has multiple terms in it'
    AssertionError: embedding file has multiple terms in it

---
Model loaded in 22.4s (load weights from disk: 0.7s, create model: 0.6s, apply weights to model: 10.7s, load VAE: 1.1s, move model to device: 0.2s, load textual inversion embeddings: 6.9s, calculate empty prompt: 2.1s).
Reusing loaded model autismmixSDXL_autismmixPony.safetensors [821aa5537f] to load ponyDiffusionV6XL_v6StartWithThisOne.safetensors [67ab2fd8ec]
Loading weights [67ab2fd8ec] from D:\SD11\stable-diffusion-webui\models\Stable-diffusion\ponyDiffusionV6XL_v6StartWithThisOne.safetensors
Loading VAE weights specified in settings: D:\SD11\stable-diffusion-webui\models\VAE\sdxl_vae.safetensors
Applying attention optimization: xformers... done.
Weights loaded in 153.5s (send model to cpu: 2.6s, load weights from disk: 0.6s, apply weights to model: 100.3s, load VAE: 4.0s, hijack: 0.1s, move model to device: 44.8s, script callbacks: 1.0s).
Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr  5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
Version: v1.9.3
Commit hash: 1c0a0c4c26f78c32095ebc7f8af82f5c04fca8c0
Launching Web UI with arguments: --xformers
2024-04-24 12:15:00.215326: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
2024-04-24 12:15:04.341658: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
Loading weights [67ab2fd8ec] from D:\SD11\stable-diffusion-webui\models\Stable-diffusion\ponyDiffusionV6XL_v6StartWithThisOne.safetensors
Running on local URL:  http://127.0.0.1:7860
Creating model from config: D:\SD11\stable-diffusion-webui\repositories\generative-models\configs\inference\sd_xl_base.yaml

To create a public link, set `share=True` in `launch()`.
Startup time: 49.6s (prepare environment: 13.1s, import torch: 7.3s, import gradio: 3.1s, setup paths: 17.6s, initialize shared: 0.3s, other imports: 1.4s, list SD models: 0.3s, load scripts: 2.6s, create ui: 0.8s, gradio launch: 3.1s).
Loading VAE weights specified in settings: D:\SD11\stable-diffusion-webui\models\VAE\sdxl_vae.safetensors
Applying attention optimization: xformers... done.
*** Error loading embedding DetailedEyes_V3.safetensors
    Traceback (most recent call last):
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 203, in load_from_dir
        self.load_from_file(fullfn, fn)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 184, in load_from_file
        embedding = create_embedding_from_data(data, name, filename=filename, filepath=path)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 297, in create_embedding_from_data
        assert len(data.keys()) == 1, 'embedding file has multiple terms in it'
    AssertionError: embedding file has multiple terms in it

---
*** Error loading embedding more_details.safetensors
    Traceback (most recent call last):
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 203, in load_from_dir
        self.load_from_file(fullfn, fn)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 184, in load_from_file
        embedding = create_embedding_from_data(data, name, filename=filename, filepath=path)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 297, in create_embedding_from_data
        assert len(data.keys()) == 1, 'embedding file has multiple terms in it'
    AssertionError: embedding file has multiple terms in it

---
Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr  5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
Version: v1.9.3
Commit hash: 1c0a0c4c26f78c32095ebc7f8af82f5c04fca8c0
Launching Web UI with arguments: --xformers
2024-04-24 12:16:12.567363: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
2024-04-24 12:16:14.026851: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
Tag Autocomplete: Could not locate model-keyword extension, Lora trigger word completion will be limited to those added through the extra networks menu.
Loading weights [67ab2fd8ec] from D:\SD11\stable-diffusion-webui\models\Stable-diffusion\ponyDiffusionV6XL_v6StartWithThisOne.safetensors
Creating model from config: D:\SD11\stable-diffusion-webui\repositories\generative-models\configs\inference\sd_xl_base.yaml
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
Startup time: 26.7s (prepare environment: 4.1s, import torch: 6.2s, import gradio: 2.7s, setup paths: 7.7s, initialize shared: 0.3s, other imports: 0.7s, list SD models: 0.2s, load scripts: 1.9s, create ui: 0.5s, gradio launch: 2.4s).
Loading VAE weights specified in settings: D:\SD11\stable-diffusion-webui\models\VAE\sdxl_vae.safetensors
Applying attention optimization: xformers... done.
*** Error loading embedding DetailedEyes_V3.safetensors
    Traceback (most recent call last):
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 203, in load_from_dir
        self.load_from_file(fullfn, fn)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 184, in load_from_file
        embedding = create_embedding_from_data(data, name, filename=filename, filepath=path)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 297, in create_embedding_from_data
        assert len(data.keys()) == 1, 'embedding file has multiple terms in it'
    AssertionError: embedding file has multiple terms in it

---
*** Error loading embedding more_details.safetensors
    Traceback (most recent call last):
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 203, in load_from_dir
        self.load_from_file(fullfn, fn)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 184, in load_from_file
        embedding = create_embedding_from_data(data, name, filename=filename, filepath=path)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 297, in create_embedding_from_data
        assert len(data.keys()) == 1, 'embedding file has multiple terms in it'
    AssertionError: embedding file has multiple terms in it

---
Model loaded in 13.5s (load weights from disk: 0.7s, create model: 0.4s, apply weights to model: 4.9s, load VAE: 0.2s, move model to device: 0.1s, load textual inversion embeddings: 4.3s, calculate empty prompt: 2.8s).
Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr  5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
Version: v1.9.3
Commit hash: 1c0a0c4c26f78c32095ebc7f8af82f5c04fca8c0
Launching Web UI with arguments: --xformers
2024-04-24 12:17:16.981487: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
2024-04-24 12:17:18.771450: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
Tag Autocomplete: Could not locate model-keyword extension, Lora trigger word completion will be limited to those added through the extra networks menu.
sd-webui-prompt-all-in-one background API service started successfully.
Loading weights [67ab2fd8ec] from D:\SD11\stable-diffusion-webui\models\Stable-diffusion\ponyDiffusionV6XL_v6StartWithThisOne.safetensors
Running on local URL:  http://127.0.0.1:7860

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
Creating model from config: D:\SD11\stable-diffusion-webui\repositories\generative-models\configs\inference\sd_xl_base.yaml

To create a public link, set `share=True` in `launch()`.
Startup time: 27.9s (prepare environment: 3.8s, import torch: 5.8s, import gradio: 2.0s, setup paths: 7.8s, initialize shared: 0.4s, other imports: 1.7s, load scripts: 1.7s, create ui: 0.5s, gradio launch: 2.3s, app_started_callback: 1.8s).
Loading VAE weights specified in settings: D:\SD11\stable-diffusion-webui\models\VAE\sdxl_vae.safetensors
Applying attention optimization: xformers... done.
*** Error loading embedding DetailedEyes_V3.safetensors
    Traceback (most recent call last):
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 203, in load_from_dir
        self.load_from_file(fullfn, fn)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 184, in load_from_file
        embedding = create_embedding_from_data(data, name, filename=filename, filepath=path)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 297, in create_embedding_from_data
        assert len(data.keys()) == 1, 'embedding file has multiple terms in it'
    AssertionError: embedding file has multiple terms in it

---
*** Error loading embedding more_details.safetensors
    Traceback (most recent call last):
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 203, in load_from_dir
        self.load_from_file(fullfn, fn)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 184, in load_from_file
        embedding = create_embedding_from_data(data, name, filename=filename, filepath=path)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 297, in create_embedding_from_data
        assert len(data.keys()) == 1, 'embedding file has multiple terms in it'
    AssertionError: embedding file has multiple terms in it

---
Model loaded in 20.1s (load weights from disk: 0.7s, create model: 0.4s, apply weights to model: 10.1s, load VAE: 0.3s, move model to device: 0.2s, load textual inversion embeddings: 5.3s, calculate empty prompt: 2.9s).
Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr  5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
Version: v1.9.3
Commit hash: 1c0a0c4c26f78c32095ebc7f8af82f5c04fca8c0
Launching Web UI with arguments: --xformers
2024-04-24 12:18:06.511161: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
2024-04-24 12:18:08.521674: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
Tag Autocomplete: Could not locate model-keyword extension, Lora trigger word completion will be limited to those added through the extra networks menu.
Loading weights [67ab2fd8ec] from D:\SD11\stable-diffusion-webui\models\Stable-diffusion\ponyDiffusionV6XL_v6StartWithThisOne.safetensors
Creating model from config: D:\SD11\stable-diffusion-webui\repositories\generative-models\configs\inference\sd_xl_base.yaml
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
Startup time: 25.7s (prepare environment: 3.9s, import torch: 5.7s, import gradio: 2.2s, setup paths: 7.5s, initialize shared: 0.4s, other imports: 1.2s, load scripts: 1.6s, create ui: 0.7s, gradio launch: 2.4s).
Loading VAE weights specified in settings: D:\SD11\stable-diffusion-webui\models\VAE\sdxl_vae.safetensors
Applying attention optimization: xformers... done.
*** Error loading embedding DetailedEyes_V3.safetensors
    Traceback (most recent call last):
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 203, in load_from_dir
        self.load_from_file(fullfn, fn)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 184, in load_from_file
        embedding = create_embedding_from_data(data, name, filename=filename, filepath=path)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 297, in create_embedding_from_data
        assert len(data.keys()) == 1, 'embedding file has multiple terms in it'
    AssertionError: embedding file has multiple terms in it

---
*** Error loading embedding more_details.safetensors
    Traceback (most recent call last):
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 203, in load_from_dir
        self.load_from_file(fullfn, fn)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 184, in load_from_file
        embedding = create_embedding_from_data(data, name, filename=filename, filepath=path)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 297, in create_embedding_from_data
        assert len(data.keys()) == 1, 'embedding file has multiple terms in it'
    AssertionError: embedding file has multiple terms in it

---
Model loaded in 13.4s (load weights from disk: 0.8s, create model: 0.4s, apply weights to model: 4.1s, load VAE: 0.2s, move model to device: 0.1s, load textual inversion embeddings: 6.3s, calculate empty prompt: 1.3s).
Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr  5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
Version: v1.9.3
Commit hash: 1c0a0c4c26f78c32095ebc7f8af82f5c04fca8c0
Launching Web UI with arguments: --xformers
2024-04-24 12:19:08.951259: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
2024-04-24 12:19:09.984317: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
Tag Autocomplete: Could not locate model-keyword extension, Lora trigger word completion will be limited to those added through the extra networks menu.
sd-webui-prompt-all-in-one background API service started successfully.
Loading weights [67ab2fd8ec] from D:\SD11\stable-diffusion-webui\models\Stable-diffusion\ponyDiffusionV6XL_v6StartWithThisOne.safetensors
Running on local URL:  http://127.0.0.1:7860
Creating model from config: D:\SD11\stable-diffusion-webui\repositories\generative-models\configs\inference\sd_xl_base.yaml

To create a public link, set `share=True` in `launch()`.
Startup time: 22.2s (prepare environment: 3.5s, import torch: 5.0s, import gradio: 1.4s, setup paths: 4.8s, initialize shared: 0.2s, other imports: 0.9s, load scripts: 1.5s, create ui: 0.5s, gradio launch: 2.4s, app_started_callback: 1.7s).
Loading VAE weights specified in settings: D:\SD11\stable-diffusion-webui\models\VAE\sdxl_vae.safetensors
Applying attention optimization: xformers... done.
*** Error loading embedding DetailedEyes_V3.safetensors
    Traceback (most recent call last):
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 203, in load_from_dir
        self.load_from_file(fullfn, fn)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 184, in load_from_file
        embedding = create_embedding_from_data(data, name, filename=filename, filepath=path)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 297, in create_embedding_from_data
        assert len(data.keys()) == 1, 'embedding file has multiple terms in it'
    AssertionError: embedding file has multiple terms in it

---
*** Error loading embedding more_details.safetensors
    Traceback (most recent call last):
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 203, in load_from_dir
        self.load_from_file(fullfn, fn)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 184, in load_from_file
        embedding = create_embedding_from_data(data, name, filename=filename, filepath=path)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 297, in create_embedding_from_data
        assert len(data.keys()) == 1, 'embedding file has multiple terms in it'
    AssertionError: embedding file has multiple terms in it

---
Model loaded in 15.7s (load weights from disk: 0.7s, create model: 0.4s, apply weights to model: 7.3s, load VAE: 0.8s, move model to device: 0.2s, load textual inversion embeddings: 4.8s, calculate empty prompt: 1.4s).
Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr  5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
Version: v1.9.3
Commit hash: 1c0a0c4c26f78c32095ebc7f8af82f5c04fca8c0
Launching Web UI with arguments: --xformers
2024-04-24 12:29:35.906396: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
2024-04-24 12:29:36.909431: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
Tag Autocomplete: Could not locate model-keyword extension, Lora trigger word completion will be limited to those added through the extra networks menu.
Loading weights [67ab2fd8ec] from D:\SD11\stable-diffusion-webui\models\Stable-diffusion\ponyDiffusionV6XL_v6StartWithThisOne.safetensors
Creating model from config: D:\SD11\stable-diffusion-webui\repositories\generative-models\configs\inference\sd_xl_base.yaml
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
Startup time: 19.0s (prepare environment: 2.6s, import torch: 4.9s, import gradio: 1.3s, setup paths: 4.5s, initialize shared: 0.2s, other imports: 0.7s, load scripts: 1.5s, create ui: 0.7s, gradio launch: 2.5s).
Loading VAE weights specified in settings: D:\SD11\stable-diffusion-webui\models\VAE\sdxl_vae.safetensors
Applying attention optimization: xformers... done.
*** Error loading embedding DetailedEyes_V3.safetensors
    Traceback (most recent call last):
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 203, in load_from_dir
        self.load_from_file(fullfn, fn)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 184, in load_from_file
        embedding = create_embedding_from_data(data, name, filename=filename, filepath=path)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 297, in create_embedding_from_data
        assert len(data.keys()) == 1, 'embedding file has multiple terms in it'
    AssertionError: embedding file has multiple terms in it

---
*** Error loading embedding more_details.safetensors
    Traceback (most recent call last):
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 203, in load_from_dir
        self.load_from_file(fullfn, fn)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 184, in load_from_file
        embedding = create_embedding_from_data(data, name, filename=filename, filepath=path)
      File "D:\SD11\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 297, in create_embedding_from_data
        assert len(data.keys()) == 1, 'embedding file has multiple terms in it'
    AssertionError: embedding file has multiple terms in it

---
Model loaded in 17.0s (load weights from disk: 0.6s, create model: 0.7s, apply weights to model: 6.8s, load VAE: 2.1s, move model to device: 0.3s, load textual inversion embeddings: 5.1s, calculate empty prompt: 1.4s).

Additional information

No response

serick4126 commented 3 weeks ago

You just unchecked the box indicated by the red square in this screenshot. スクリーンショット 2024-04-24 190641

This is not a bug, and it's not a webUI issue.

hungrydog666 commented 3 weeks ago

You just unchecked the box indicated by the red square in this screenshot. スクリーンショット 2024-04-24 190641

This is not a bug, and it's not a webUI issue.

it probably happen when i a drop my headphone over my keyboard and mouse, thank you kindly.👍👍👍👍