Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Couldn't determine assets's hash: 6f7db241d2f8ba7457bac5ca9753331f0c266917 #596

Open
3 of 6 tasks
GCwastaken opened this issue Apr 2, 2025 · 0 comments
Open
3 of 6 tasks

Comments

@GCwastaken
Copy link

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?

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

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-gc
Error 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant