From bf89988ea574c6d52607ead9e1f90fb1974cd466 Mon Sep 17 00:00:00 2001 From: Sam Khoze <68170403+SamKhoze@users.noreply.github.com> Date: Sun, 16 Jun 2024 23:09:00 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2a9ff9..e2ae09a 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Restart your ComfyuUI This method has been tested on a M1 and M3 Mac, You must run the below code on your terminal window for Mac Metal Performance Shaders (MPS) Apple's specialized solution for high-performance GPU programming on their devices. Integrating closely with the Metal framework, MPS provides a suite of highly optimized shaders for graphics and computing tasks, which is particularly beneficial in machine learning applications. -## Important Steps (if you miss these steps it will not work) +## ⚠️⚠️⚠️ Important Steps (if you miss these steps it will not work) ``` export PYTORCH_ENABLE_MPS_FALLBACK=1 ```