From 8927ca0628ce839a5eb1efe32b91df55b8c406e5 Mon Sep 17 00:00:00 2001 From: EXA4V Date: Sat, 13 Jun 2026 08:49:36 +0200 Subject: [PATCH] docs: add M3 and M4 to Apple Silicon supported chips list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc2389266..8ec3ce499 100644 --- a/README.md +++ b/README.md @@ -309,7 +309,7 @@ After this you should have everything installed and can proceed to running Comfy #### Apple Mac silicon -You can install ComfyUI in Apple Mac silicon (M1 or M2) with any recent macOS version. +You can install ComfyUI in Apple Mac silicon (M1, M2, M3 or M4) with any recent macOS version. 1. Install pytorch nightly. For instructions, read the [Accelerated PyTorch training on Mac](https://developer.apple.com/metal/pytorch/) Apple Developer guide (make sure to install the latest pytorch nightly). 1. Follow the [ComfyUI manual installation](#manual-install-windows-linux) instructions for Windows and Linux.