mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
ruff fixes
This commit is contained in:
@ -53,6 +53,7 @@ except ImportError:
|
||||
|
||||
try:
|
||||
import xformers
|
||||
|
||||
XFORMERS_AVAILABLE = True
|
||||
except ImportError:
|
||||
pass
|
||||
|
Reference in New Issue
Block a user