报错信息如下:
```c
W1203 23:45:22.160298 21996 Lib\site-packages\torch\distributed\elastic\multiprocessing\redirects.py:29] NOTE: Redirects are currently not supported in Windows or MacOs.
E:\stableDiffusion\venv\lib\site-packages\timm\models\layers\__init__.py:48: FutureWarning: Importing from timm.models.layers is deprecated, please import via timm.layers
warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
Loading weights [6ce0161689] from E:\stableDiffusion\stable-diffusion-webui\models\Stable-diffusion\v1-5-pruned-emaonly.safetensors
Creating model from config: E:\stableDiffusion\stable-diffusion-webui\configs\v1-inference.yaml
E:\stableDiffusion\venv\lib\site-packages\huggingface_hub\file_download.py:942: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
warnings.warn(
Running on local URL: http://127.0.0.1:7860
To create a public link, set `share=True` in `launch()`.
Startup time: 8.2s (prepare environment: 1.0s, import torch: 3.6s, import gradio: 0.8s, setup paths: 1.1s, initialize shared: 0.3s, other imports: 0.3s, load scripts: 0.3s, create ui: 0.4s, gradio launch: 0.4s).
Applying attention optimization: Doggettx... done.
Model loaded in 4.9s (load weights from disk: 0.1s, create model: 0.5s, apply weights to model: 2.9s, calculate empty prompt: 1.2s).
启动之后能进入页面, 但是不能正常使用。