mirror of https://github.com/Bing-su/adetailer.git
fix(install): do not update transformers
parent
8a4d546566
commit
1bcc00c3b9
|
|
@ -49,8 +49,6 @@ def install():
|
|||
("rich", "13.0.0", None),
|
||||
# mediapipe
|
||||
("protobuf", "4.25.3", "4.9999"),
|
||||
# protobuf
|
||||
("transformers", "4.31.0", None),
|
||||
]
|
||||
|
||||
for pkg, low, high in deps:
|
||||
|
|
|
|||
Loading…
Reference in New Issue