"git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "08055099a80c0c31d48d83e9cdd3e3f03c8667ce"
Commit 4308862c authored by comfyanonymous's avatar comfyanonymous
Browse files

Add a note to README about pytorch 3.12 not being supported.

parent 7bb9f6b7
...@@ -89,6 +89,8 @@ Put your SD checkpoints (the huge ckpt/safetensors files) in: models/checkpoints ...@@ -89,6 +89,8 @@ Put your SD checkpoints (the huge ckpt/safetensors files) in: models/checkpoints
Put your VAE in: models/vae 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 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: 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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment