From dc24ad15545f4ea169894d01f64d497ebb267377 Mon Sep 17 00:00:00 2001 From: comfyanonymous Date: Mon, 13 Mar 2023 10:42:02 -0400 Subject: [PATCH] Add download link of portable build to README. --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75d75ada..5870f852 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,16 @@ Workflow examples can be found on the [Examples page](https://comfyanonymous.git # Installing +### Windows + +There is a portable standalone build for Windows that should work on for running on Nvidia GPUs or for running on your CPU only on the [releases page](https://github.com/comfyanonymous/ComfyUI/releases). + +[Direct link to download](https://github.com/comfyanonymous/ComfyUI/releases/download/latest/ComfyUI_windows_portable_nvidia_or_cpu.7z) + +Just download, extract and run. Make sure you put a checkpoint/model file in ComfyUI/models/checkpoints + +## Manual Install (Windows, Linux) + Git clone this repo. Put your SD checkpoints (the huge ckpt/safetensors files) in: models/checkpoints @@ -39,7 +49,7 @@ Put your VAE in: models/vae At the time of writing this pytorch has issues with python versions higher than 3.10 so make sure your python/pip versions are 3.10. -### AMD +### AMD (Linux only) AMD users can install rocm and pytorch with pip if you don't have it already installed: ```pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/rocm5.2```