Skip to content

Commit 64700b0

Browse files
authored
fixing a typo in invoke.py (invoke-ai#2204)
1 parent 34f8117 commit 64700b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/invoke.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import sys
44
import os
5-
if sys.platform == 'Darsin':
5+
if sys.platform == 'darwin':
66
os.environ["PYTORCH_ENABLE_MPS_FALLBACK"] = "1"
77

88
import ldm.invoke.CLI

0 commit comments

Comments
 (0)