Windows batch files to help install a new copy of ComfyUI and ComfyUI-Manager. Also installs required dependecies.
Deletes all of the installed Python packages. Good for after you've uninstalled Python and want to start clean.
Clones and installs ComfyUI and ComfyUI-Manager.
Installs STABLE torch.
Clones and installs ComfyUI and ComfyUI-Manager.
Installs NIGHTLY torch.
Installs ComfyUI in a venv with STABLE torch.
Installs ComfyUI in a venv with NIGHTLY torch.
Clones the latest Flash Attention source, compiles a wheel and installs the wheel via pip. This is tested to work in Windows and Comfy.
Requires Python 3.11.x
Requires Visual Studio 2022 with C++ build tools installed.
Requires CUDA. Latest version recommended. Tested with CUDA 12.5
Installs STABLE torch.
Same as above but installs NIGHTLY torch.
Clones the v1.0.9 of Flash Attention source, compiles a wheel and installs the wheel via pip. Installs STABLE torch. This is for older GPUs. Tested on 2080ti.
Clones the v1.0.9 of Flash Attention source, compiles a wheel and installs the wheel via pip. Installs NIGHTLY torch. This is for older GPUs. Tested on 2080ti.
NOT RECOMMENDED. Compiles and installs the latest Flash Attention via pip. Although Flash Attention compiles, it seems to be missing something and doesn't work with ComfyUI.