mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-11-21 03:11:40 +08:00
revert use of gitpython hijack
This commit is contained in:
parent
59419bd64a
commit
22ad1d3fdc
@ -2,7 +2,8 @@ import os
|
||||
import threading
|
||||
|
||||
from modules import shared, errors
|
||||
from modules.gitpython_hack import Repo
|
||||
# from modules.gitpython_hack import Repo
|
||||
from git import Repo
|
||||
from modules.paths_internal import extensions_dir, extensions_builtin_dir, script_path # noqa: F401
|
||||
|
||||
extensions = []
|
||||
|
Loading…
Reference in New Issue
Block a user