mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
try fix some mps problems
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
|||||||
version = '2.1.824'
|
version = '2.1.825'
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ sys.path += [root, backend_path]
|
|||||||
|
|
||||||
os.chdir(root)
|
os.chdir(root)
|
||||||
os.environ["PYTORCH_ENABLE_MPS_FALLBACK"] = "1"
|
os.environ["PYTORCH_ENABLE_MPS_FALLBACK"] = "1"
|
||||||
|
os.environ["PYTORCH_MPS_HIGH_WATERMARK_RATIO"] = "0.0"
|
||||||
os.environ["GRADIO_SERVER_PORT"] = "7865"
|
os.environ["GRADIO_SERVER_PORT"] = "7865"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user