mirror of
https://github.com/invoke-ai/InvokeAI
synced 2026-04-30 02:32:24 +02:00
fix(installer): remove xformers before installation
This commit is contained in:
parent
d1bb4c2c70
commit
62919a443c
@ -245,6 +245,9 @@ class InvokeAiInstance:
|
||||
|
||||
pip = local[self.pip]
|
||||
|
||||
# Uninstall xformers if it is present; the correct version of it will be reinstalled if needed
|
||||
_ = pip["uninstall", "-yqq", "xformers"] & FG
|
||||
|
||||
pipeline = pip[
|
||||
"install",
|
||||
"--require-virtualenv",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user