This article introduces how to download, install and use ComfyUI Desktop for Windows
Download for Windows (NVIDIA)
Start Screen
Select GPU
Install location
Migrate from Existing Installation (Optional)
Desktop Settings
python-build-standalone
repository.Complete the installation
Menu
—> Help
—> Check for Updates
ComfyUI/models
, you may have the following reasons:
extra_model_paths.yaml
configuration file
extra_model_paths.yaml.example
in the root directory of ComfyUI:extra_model_paths.yaml
for use. Keep it in ComfyUI’s root directory at ComfyUI/extra_model_paths.yaml
.
You can also find the config example file hereextra_model_paths.yaml
file like below to let ComfyUI recognize the model paths on your device:
D:\stable-diffusion-webui\
, you can modify the corresponding configuration to
.venv
folder.
If you need to handle dependencies for ComfyUI plugins, you’ll need to do so within this environment. Using the system command line directly risks installing dependencies to the system environment, so please follow the instructions below to activate the appropriate environment.
Terminal
to open the terminalShow Terminal
to view error outputOpen Logs
to view installation logsReinstall
to try reinstallingFilename | Description | Location |
---|---|---|
main.log | Contains logs related to desktop application and server startup from the Electron process | |
comfyui.log | Contains logs related to ComfyUI normal operation, such as core ComfyUI process terminal output |
Filename | Description | Location |
---|---|---|
extra_model_paths.yaml | Contains additional paths where ComfyUI will search for models and custom nodes | |
config.json | Contains application configuration. This file should not be edited directly |