This tutorial will guide you on how to download and start using ComfyUI Portable and run the corresponding programs
Download ComfyUI Portable
After downloading, you can use decompression software like 7-ZIP to extract the compressed package The file structure and description after extracting the portable version are as follows:run_nvidia_gpu.bat
or run_cpu.bat
depending on your computer’s configuration to launch ComfyUI.
You will see the command running as shown in the image below
http://127.0.0.1:8188
. If it doesn’t open automatically, please manually open your browser and visit this address.
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
run_nvidia_gpu.bat
or run_cpu.bat
file using Notepad to complete the configuration. This is mainly done by adding --listen
to specify the listening address.
Below is an example of the run_nvidia_gpu.bat
file command with the --listen
parameter added
WIN + R
and type cmd
to open the command prompt, then enter ipconfig
to view your local IP address. Other devices can then access ComfyUI by entering http://your-local-IP:8188
in their browser.