-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Description
Checklist
- The issue exists after disabling all extensions
- The issue exists on a clean installation of webui
- The issue is caused by an extension, but I believe it is caused by a bug in the webui
- The issue exists in the current version of the webui
- The issue has not been reported before recently
- The issue has been reported before but has not been fixed yet
What happened?
Cannot locate TCMalloc. Do you have tcmalloc or google-perftool installed on your system? (improves CPU memory usage)
Python 3.10.6 (main, Oct 24 2022, 16:07:47) [GCC 11.2.0]
Version: v1.10.1-93-gfd68e0c3
Commit hash: fd68e0c
Cloning assets into /root/stable-diffusion-webui/repositories/stable-diffusion-webui-assets...
正克隆到 '/root/stable-diffusion-webui/repositories/stable-diffusion-webui-assets'...
fatal: 无法访问 'https://github.com/AUTOMATIC1111/stable-diffusion-webui-assets.git/':Failed to connect to github.com port 443 after 133654 ms: 连接超时
Traceback (most recent call last):
File "/root/stable-diffusion-webui/launch.py", line 53, in
main()
File "/root/stable-diffusion-webui/launch.py", line 44, in main
prepare_environment()
File "/root/stable-diffusion-webui/modules/launch_utils.py", line 443, in prepare_environment
git_clone(assets_repo, repo_dir('stable-diffusion-webui-assets'), "assets", assets_commit_hash)
File "/root/stable-diffusion-webui/modules/launch_utils.py", line 190, in git_clone
run(f'"{git}" clone --config core.filemode=false "{url}" "{dir}"', f"Cloning {name} into {dir}...", f"Couldn't clone {name}", live=True)
File "/root/stable-diffusion-webui/modules/launch_utils.py", line 114, in run
raise RuntimeError("\n".join(error_bits))
RuntimeError: Couldn't clone assets.
Command: "git" clone --config core.filemode=false "https://github.com/AUTOMATIC1111/stable-diffusion-webui-assets.git" "/root/stable-diffusion-webui/repositories/stable-diffusion-webui-assets"
Error code: 128
Steps to reproduce the problem
An error was reported when starting the project
What should have happened?
The project was successfully launched.
What browsers do you use to access the UI ?
Microsoft Edge
Sysinfo
Console logs
-Additional information
No response