标题: Stable Diffusion web UI 运行报错 Error while deserializing header: Met [打印本页] 作者: 前进之路 时间: 2024-9-15 12:02 标题: Stable Diffusion web UI 运行报错 Error while deserializing header: Met
Use --skip-version-check commandline argument to disable this check.
Downloading: "https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.safetensors" to D:\code\ai\sd.webui\webui\models\Stable-diffusion\v1-5-pruned-emaonly.safetensors
2%|█▌ | 86.5M/3.97G [01:44<1:20:22, 866kB/s]
Calculating sha256 for D:\code\ai\sd.webui\webui\models\Stable-diffusion\v1-5-pruned-emaonly.safetensors: preload_extensions_git_metadata for 7 extensions took 0.00s
File "D:\code\ai\sd.webui\webui\launch.py", line 38, in <module>
main()
File "D:\code\ai\sd.webui\webui\launch.py", line 34, in main
start()
File "D:\code\ai\sd.webui\webui\modules\launch_utils.py", line 344, in start
webui.webui()
File "D:\code\ai\sd.webui\webui\webui.py", line 390, in webui
app, local_url, share_url = shared.demo.launch(
File "D:\code\ai\sd.webui\system\python\lib\site-packages\gradio\blocks.py", line 1806, in launch
raise ValueError(
ValueError: When localhost is not accessible, a shareable link must be created. Please set share=True or check your proxy settings to allow access to localhost.