-
-
Notifications
You must be signed in to change notification settings - Fork 284
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
Cmd('git') failed due to: exit code(128) #980
Comments
So, I did bump the gitpython version again, as there's a critical security issue with the version Auto1111 has set for install. But I'm also (also) running Windows 11/powershell with the same version and not getting an y issues, so I'm not necessarily convinced that reverting it again is the proper solution. The fact that it's throwing a Nonetype error when you try to do an update on the HyperNetwork... extension makes me curious if like, you installed that manually or something, or if it's not actually a git repo? |
Thanks @ArrowM ! Was getting this too, even with proper installation. :) |
Hi @ArrowM. I didn't install anything manually and I get the same error on all of the extensions. For the log I attached, I started by deleting the DB extension. When I did, I was able to run check w/o any errors. I then re-installed DB, exited the web app, started it up again and then tried another check and the errors appear. I've confirmed that if I delete DB, the errors go away again. |
As D8 said, this extension updates GitPython (due to a security issue in the default one included in A1111). The real fix is for A1111 to merge AUTOMATIC1111/stable-diffusion-webui#8118 |
Maybe this will resolve it: AUTOMATIC1111/stable-diffusion-webui#8116 |
@ArrowM Hello, I have found the "def check_updates(self)..." in extensions.py, but it likes this now:
Could you tell me how to remove "--dry-run" to deal with this problem? Tks |
try to change "for fetch in repo.remote().fetch(dry_run=True):" into |
Kindly read the entire form below and fill it out with the requested information.
Please find the following lines in the console and paste them below. If you do not provide this information, your
issue will be automatically closed.
Have you read the Readme?
Yes
Have you completely restarted the stable-diffusion-webUI, not just reloaded the UI?
Yes
Have you updated Dreambooth to the latest revision?
Yes
Have you updated the Stable-Diffusion-WebUI to the latest version?
PS C:\stableDiffusion\stable-diffusion-webui> git pull
Already up to date.
No, really. Please save us both some trouble and update the SD-WebUI and Extension and restart before posting this.
Reply 'OK' Below to acknowledge that you did this.
OK
Describe the bug
After installing the DB Extension, update checks for all extensions fail.
Appears to be a reincarnation of #717
Provide logs
DB Extension Bug.docx
If a crash has occurred, please provide the entire stack trace from the log, including the last few log messages *
before* the crash occurred.
Environment
Windows 11 / powershell
What GPU are you using?
RTX 4080
Screenshots/Config
If the issue is specific to an error while training, please provide a screenshot of training parameters or the
db_config.json file from /models/dreambooth/MODELNAME/db_config.json
The text was updated successfully, but these errors were encountered: