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.
extra_model_paths.yaml.example
to extra_model_paths.yaml
.
Below is the original configuration file content, which you can modify according to your needs
D:\stable-diffusion-webui\
, you can modify the corresponding configuration to
D:\stable-diffusion-webui\models\Stable-diffusion\
can be detected and used by ComfyUI. Similarly, you can add other custom model location configurations
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.