From 4308862ce0434718a6f3acdc7164f3a1436220e7 Mon Sep 17 00:00:00 2001 From: comfyanonymous Date: Mon, 9 Oct 2023 01:51:01 -0400 Subject: [PATCH] Add a note to README about pytorch 3.12 not being supported. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 925caa73..6bef25ce 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ Put your SD checkpoints (the huge ckpt/safetensors files) in: models/checkpoints Put your VAE in: models/vae +Note: pytorch does not support python 3.12 yet so make sure your python version is 3.11 or earlier. + ### AMD GPUs (Linux only) AMD users can install rocm and pytorch with pip if you don't have it already installed, this is the command to install the stable version: