Skip to content

Commit

Permalink
try fix some mps problems
Browse files Browse the repository at this point in the history
  • Loading branch information
lllyasviel committed Dec 12, 2023
1 parent de57056 commit 0d878b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fooocus_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '2.1.824'
version = '2.1.825'
1 change: 1 addition & 0 deletions launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

os.chdir(root)
os.environ["PYTORCH_ENABLE_MPS_FALLBACK"] = "1"
os.environ["PYTORCH_MPS_HIGH_WATERMARK_RATIO"] = "0.0"
os.environ["GRADIO_SERVER_PORT"] = "7865"


Expand Down

0 comments on commit 0d878b0

Please sign in to comment.