Download ComfyUI Portable
You can get the latest ComfyUI Portable download link by clicking the link belowDownload 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:How to Launch ComfyUI
Double click eitherrun_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
When you see something similar to the image
http://127.0.0.1:8188. If it doesnβt open automatically, please manually open your browser and visit this address.
First Image Generation
After successful installation, you can refer to the section below to start your ComfyUI journey~First Image Generation
This tutorial will guide you through your first model installation and text-to-image generation
Additional ComfyUI Portable Instructions
1. Upgrading ComfyUI Portable
You can use the batch commands in the update folder to upgrade your ComfyUI Portable version2. ComfyUI Model Sharing and Custom Model Directory Configuration
If you are also using A1111 or want to customize your model storage location, you can modify the following file to complete the configurationextra_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
3. Setting Up LAN Access for ComfyUI Portable
If your ComfyUI is running on a local network and you want other devices to access ComfyUI, you can modify therun_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.