probable error in launch_utils.py #15375
GuismoW
started this conversation in
Optimization
Replies: 1 comment 1 reply
-
Update git. The |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, everybody and every dev people.
I'm new in using Stable Diffusion.
I successfully used the a1111 Forge version on Windows 10, and now trying to embed it into Docker
I got a few errors that I achieved to fix on my own, and discovered that it may subsist an error in launch_utils.py :
line 152, git_fix_workspace() :
run(f'"{git}" -C "{dir}" fetch --refetch --no-auto-gc', f"Fetching all contents for {name}", f"Couldn't fetch {name}", live=True)
error raised : unknown option `refetch'
this is no "--refetch" option in git
this "--refetch" option still exist in the launch_utils.py on github, so I suppose that it works for other people,
just wanted to let you know that I came across an error when the git had to fetch on files (I modified webui-user.sh, and launch_utils.py to pinpoint the issues I encounter), so hash wasn't the same as the original a1111.
removing this option in launch_utils.py, and removing my 'repository' folder I was able to run through the installation process,
in WSL (Windows 10)
(just need to fix the "to fix the issue I had, "Found no NVIDIA driver on your system", but this isn't the purpose of the thread)
installed :
git version 2.30.2
Python 3.10.6
a1111-forge : https://github.com/lllyasviel/stable-diffusion-webui-forge
Cheers
Beta Was this translation helpful? Give feedback.
All reactions