Module named GIT?? #4058
Armyguy6902
started this conversation in
General
Replies: 3 comments
-
After restarting a few times another update has been applied and now SD loads up properly. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think @Armyguy6902 and I were chatting about this on Facebook. Unfortunately I'm still having the problem, after nearly a full day and multiple reboots. I even tried reinstalling git. Didn't do anything. Can anyone help? I absolutely don't know what I'm doing. Running 100% on instinct here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ah, I see there is already an issue dedicated to this here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just restarted SD today and im presented with 'ModuleNotFoundError: No module named 'git'" after the git pull checks for updates and attempts to load SD. Any clue what could be going on, or if I can find this file somewhere? TIA
To clarify I do see line 5 referenced in this string of code but im not sure what it is referencing.
Traceback (most recent call last):
File "C:\Stable Diffusion\stable-diffusion-webui\launch.py", line 228, in
start_webui()
File "C:\Stable Diffusion\stable-diffusion-webui\launch.py", line 222, in start_webui
import webui
File "C:\Stable Diffusion\stable-diffusion-webui\webui.py", line 12, in
from modules import devices, sd_samplers, upscaler, extensions
File "C:\Stable Diffusion\stable-diffusion-webui\modules\extensions.py", line 5, in
import git
ModuleNotFoundError: No module named 'git'
Beta Was this translation helpful? Give feedback.
All reactions