Installation
Manual Installation
Clone the repository
git clone git@github.com:comfyanonymous/ComfyUI.git
More info on git clone.
If you have not installed Microsoft Visual C++ Redistributable, please install it here.
Install Dependencies
-
Install Miniconda. This will help you install the correct versions of Python and other libraries needed by ComfyUI.
Create an environment with Conda.
conda create -n comfyenv conda activate comfyenv
-
Install GPU Dependencies
-
cd ComfyUI pip install -r requirements.txt
-
Start the application
cd ComfyUI python main.py
Was this page helpful?