mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-06 16:10:14 +00:00
revert use of gitpython hijack
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user