mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-25 04:16:12 -08:00
Compare commits
1 Commits
v1.7.0
...
revert-use
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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 = []
|
||||
|
||||
Reference in New Issue
Block a user