You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
I am again met with Error Code: 127. Tried installing a few months prior and was hit with this error code. I fresh install EndeavourOS because of a hard drive issue and try installing again. First time it launches with a few kinks that I fix (ensuring python 3.11 version and providing launch arguments). I turn off the PC for the day and when I try to launch webui.sh I'm met with error code 127 again. I read back through the logs a bit and it says it couldn't determine a specific asset's hash and attempted to autofix. I check the directory the log indicates and I'm seeing that there are assets inside. I also tried re-cloning the assets to no success. Make a new directory and re-cloning everything fresh provides the same error.
Steps to reproduce the problem
Fresh EndeavourOS install with a 6800XT. Clone the repo and run webui.sh
Launching launch.py...
################################################################
glibc version is 2.41
Check TCMalloc: libtcmalloc_minimal.so.4
libtcmalloc_minimal.so.4 is linked with libc.so,execute LD_PRELOAD=/usr/lib/libtcmalloc_minimal.so.4
Python 3.11.11 (main, Mar 31 2025, 03:53:38) [GCC 14.2.1 20250207]
Version: v1.10.1-amd-31-ga31ef086
Commit hash: a31ef08686915e63f56bb0a4543f0a429847aafb
WARNING: you should not skip torch test unless you want CPU to work.
Couldn't determine assets's hash: 6f7db241d2f8ba7457bac5ca9753331f0c266917, attempting autofix...
Fetching all contents for assets
/bin/sh: line 1: git: No such file or directory
Traceback (most recent call last):
File "/home/gc/Documents/AI/stable-diffusion-webui-amdgpu/launch.py", line 48, in<module>main()
File "/home/gc/Documents/AI/stable-diffusion-webui-amdgpu/launch.py", line 39, in main
prepare_environment()
File "/home/gc/Documents/AI/stable-diffusion-webui-amdgpu/modules/launch_utils.py", line 646, in prepare_environment
git_clone(assets_repo, repo_dir('stable-diffusion-webui-assets'), "assets", assets_commit_hash)
File "/home/gc/Documents/AI/stable-diffusion-webui-amdgpu/modules/launch_utils.py", line 229, in git_clone
current_hash = run_git(
^^^^^^^^
File "/home/gc/Documents/AI/stable-diffusion-webui-amdgpu/modules/launch_utils.py", line 211, in run_git
git_fix_workspace(dir, name)
File "/home/gc/Documents/AI/stable-diffusion-webui-amdgpu/modules/launch_utils.py", line 173, in git_fix_workspace
run(
File "/home/gc/Documents/AI/stable-diffusion-webui-amdgpu/modules/launch_utils.py", line 120, in run
raise RuntimeError("\n".join(error_bits))
RuntimeError: Couldn't fetch assets.Command: "git" -C "/home/gc/Documents/AI/stable-diffusion-webui-amdgpu/repositories/stable-diffusion-webui-assets" fetch --refetch --no-auto-gcError code: 127
Additional information
Tried to install zluda but was stumped by how to get it working on Linux. Plenty of vids and documentations for Windows which wasn't very helpful.
The text was updated successfully, but these errors were encountered:
Checklist
What happened?
I am again met with Error Code: 127. Tried installing a few months prior and was hit with this error code. I fresh install EndeavourOS because of a hard drive issue and try installing again. First time it launches with a few kinks that I fix (ensuring python 3.11 version and providing launch arguments). I turn off the PC for the day and when I try to launch webui.sh I'm met with error code 127 again. I read back through the logs a bit and it says it couldn't determine a specific asset's hash and attempted to autofix. I check the directory the log indicates and I'm seeing that there are assets inside. I also tried re-cloning the assets to no success. Make a new directory and re-cloning everything fresh provides the same error.
Steps to reproduce the problem
Fresh EndeavourOS install with a 6800XT. Clone the repo and run webui.sh
What should have happened?
Launch without issue
What browsers do you use to access the UI ?
Mozilla Firefox
Sysinfo
sysinfo-2025-04-02-00-34.json
Console logs
Additional information
Tried to install zluda but was stumped by how to get it working on Linux. Plenty of vids and documentations for Windows which wasn't very helpful.
The text was updated successfully, but these errors were encountered: