Error while opening webui #12097
Ron-Caster
started this conversation in
General
Replies: 2 comments 1 reply
-
same issue. anyone found any fix? |
Beta Was this translation helpful? Give feedback.
1 reply
-
i have the same problem on my SD 1.5 and A1111 how can i fix it??? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
venv "C:\sd\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: v1.5.1
Commit hash: 68f336b
Launching Web UI with arguments: --medvram --xformers --no-half --skip-torch-cuda-test --lowvram --precision full
Traceback (most recent call last):
File "C:\sd\stable-diffusion-webui\launch.py", line 39, in
main()
File "C:\sd\stable-diffusion-webui\launch.py", line 35, in main
start()
File "C:\sd\stable-diffusion-webui\modules\launch_utils.py", line 390, in start
import webui
File "C:\sd\stable-diffusion-webui\webui.py", line 39, in
import pytorch_lightning # noqa: F401 # pytorch_lightning should be imported after torch, but it re-enables warnings on import so import once to disable them
File "C:\sd\stable-diffusion-webui\venv\lib\site-packages\pytorch_lightning_init_.py", line 35, in
from pytorch_lightning.callbacks import Callback # noqa: E402
File "C:\sd\stable-diffusion-webui\venv\lib\site-packages\pytorch_lightning\callbacks_init_.py", line 14, in
from pytorch_lightning.callbacks.batch_size_finder import BatchSizeFinder
File "C:\sd\stable-diffusion-webui\venv\lib\site-packages\pytorch_lightning\callbacks\batch_size_finder.py", line 24, in
from pytorch_lightning.callbacks.callback import Callback
File "C:\sd\stable-diffusion-webui\venv\lib\site-packages\pytorch_lightning\callbacks\callback.py", line 25, in
from pytorch_lightning.utilities.types import STEP_OUTPUT
File "C:\sd\stable-diffusion-webui\venv\lib\site-packages\pytorch_lightning\utilities\types.py", line 27, in
from torchmetrics import Metric
File "C:\sd\stable-diffusion-webui\venv\lib\site-packages\torchmetrics_init_.py", line 14, in
from torchmetrics import functional # noqa: E402
File "C:\sd\stable-diffusion-webui\venv\lib\site-packages\torchmetrics\functional_init_.py", line 121, in
from torchmetrics.functional.text.deprecated import bleu_score as bleu_score
File "C:\sd\stable-diffusion-webui\venv\lib\site-packages\torchmetrics\functional\text_init.py", line 31, in
from torchmetrics.functional.text.bert import bert_score
File "C:\sd\stable-diffusion-webui\venv\lib\site-packages\torchmetrics\functional\text\bert.py", line 25, in
from torchmetrics.functional.text.helper_embedding_metric import (
File "C:\sd\stable-diffusion-webui\venv\lib\site-packages\torchmetrics\functional\text\helper_embedding_metric.py", line 27, in
from transformers import AutoModelForMaskedLM, AutoTokenizer, PreTrainedModel, PreTrainedTokenizerBase
File "C:\sd\stable-diffusion-webui\venv\lib\site-packages\transformers_init.py", line 30, in
from . import dependency_versions_check
File "C:\sd\stable-diffusion-webui\venv\lib\site-packages\transformers\dependency_versions_check.py", line 17, in
from .utils.versions import require_version, require_version_core
File "C:\sd\stable-diffusion-webui\venv\lib\site-packages\transformers\utils_init_.py", line 34, in
from .generic import (
File "C:\sd\stable-diffusion-webui\venv\lib\site-packages\transformers\utils\generic.py", line 29, in
from .import_utils import is_flax_available, is_tf_available, is_torch_available, is_torch_fx_proxy
File "C:\sd\stable-diffusion-webui\venv\lib\site-packages\transformers\utils\import_utils.py", line 34, in
from . import logging
File "C:\sd\stable-diffusion-webui\venv\lib\site-packages\transformers\utils\logging.py", line 31, in
from tqdm import auto as tqdm_lib
ImportError: cannot import name 'auto' from 'tqdm' (C:\sd\stable-diffusion-webui\venv\lib\site-packages\tqdm_init_.py)
Press any key to continue . . .
Beta Was this translation helpful? Give feedback.
All reactions