mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fixing a typo in invoke.py (#2204)
This commit is contained in:
parent
34f8117241
commit
64700b07a8
@ -2,7 +2,7 @@
|
||||
|
||||
import sys
|
||||
import os
|
||||
if sys.platform == 'Darsin':
|
||||
if sys.platform == 'darwin':
|
||||
os.environ["PYTORCH_ENABLE_MPS_FALLBACK"] = "1"
|
||||
|
||||
import ldm.invoke.CLI
|
||||
|
Loading…
Reference in New Issue
Block a user