Assuming I will write articles sharing results of playing with Stable Diffusion from now on, writing introduction method every time is tedious, so I will write an article as reference. Although it is just explaining content written in repository by chewing it down, those who want to read by themselves can go read from link ↓.
The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface. - Comfy-Org/ComfyUI
Introduction Method
In this chapter I introduce steps to install main body. If you introduce extension ComfyUI-Manager together, introduction of other extensions and models becomes easy on UI. Since it is quite convenient, I took liberty to include it in steps. (Those not needing it please skip installing step)
Method 1: Using Standalone version on Windows (NVIDIA GPU, or CPU execution only supported)
- There is a link
Direct link to downloadright below link below so download from there and unzip with 7zip. - Install ComfyUI-Manager
- Hit following command inside
Unzipped Directory/ComfyUI/custom_nodesdirectory git clone https://github.com/ltdrdata/ComfyUI-Manager.git
- Hit following command inside
- Execute
run_nvidia_gpu.bat(In case of NVIDIA GPU), orrun_cpu.bat(In case of CPU). - Complete (Web application launches automatically)
Method 2: Method using comfy-cli (NVIDIA, AMD, Intel GPU seem supported)
Those who don’t want to pollute local please use disposable python environment like venv.
Command Line Interface for Managing ComfyUI. Contribute to Comfy-Org/comfy-cli development by creating an account on GitHub.
pip install comfy-clicomfy installComfyUI-Manager is also installed togethercomfy launch- Access displayed URL from browser
Method 3: Manual Install
In case of NVIDIA, AMD
git cloneto arbitrary environmentgit clone https://github.com/comfyanonymous/ComfyUI.git
- Install GPU specific Dependency (cuda etc.)
- AMD
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.0
- NVIDIA
pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121
- AMD
- Install other Dependencies
pip install -r requirements.txt
- Install ComfyUI-Manager
- Hit following command inside
custom_nodesdirectory git clone https://github.com/ltdrdata/ComfyUI-Manager.git
- Hit following command inside
python main.py- Access displayed URL from browser
In case using other than NVIDIA, AMD
Intel GPU, Apple Mac silicon, DirectML can also be handled with Manual Install. Maybe because they are minor, steps are slightly different each, so refer to repository and try working if curious.
Method 4: Method to install via StabilityMatrix
There is a tool called StabilityMatrix that manages Stable Diffusion related tools collectively. Please refer to following article for installation method.
>-
Conclusion
If application can be displayed on browser, for now intro edition is over.









