ComfyUI Installation Package Folder Explanation
The following is a breakdown of the roles of some files in the ComfyUI installation directory.
ComfyUI_windows_portable
โโโ ComfyUI // Main folder for Comfy UI
โ โโโ .git // Git version control folder, used for code version management
โ โโโ .github // GitHub Actions workflow folder
โ โโโ comfy //
โ โโโ ๐ comfy_extras //
โ โโโ ๐ custom_nodes // Directory for ComfyUI custom node files (plugin installation directory)
โ โโโ ๐ input // ComfyUI upload folder, when you use nodes like load image, the corresponding uploaded images will be stored in this folder
โ โโโ ๐ models // Corresponding model file configuration folder
โ | โโโ ๐ checkpoints // Path for storing large model checkpoint files
โ | โโโ ๐ clip // Path for storing CLIP files
โ | โโโ ๐ clip_vision // Path for storing CLIP_vision files
โ | โโโ ๐ configs
โ | โโโ ๐ controlnet // Path for storing ControlNet model files
โ | โโโ ๐ diffusers
โ | โโโ ๐ embedding // Path for storing embedding model files
โ | โโโ ๐ gligen
โ | โโโ ๐ hypernetworks // Path for storing hypernetwork models
โ | โโโ ๐ loras // Path for storing Lora model files
โ | โโโ ๐ style_models
โ | โโโ ๐ unet
โ | โโโ ๐ upscale_models // Path for storing upscale model files
โ | โโโ ๐ vae // Path for storing VAE model files
โ | โโโ ๐ vae_approx
โ โโโ ๐ notebooks
โ โโโ ๐ user // ComfyUI user information (such as configuration files, workflow information, etc.)
โ | โโโ ๐ default // Default ComfyUI user folder
โ | | โโ ๐ workflow // Folder for user-saved workflows
โ | | โโ ๐ xxx.json // User configuration file
โ | | โโโ ... xxx.json // Other configuration files
โ | โโโ ...[username] // If multi-user is enabled and multiple users exist, corresponding different usernames will be displayed
โ โโโ ๐ output // ComfyUI image output folder, when using nodes like save image, the generated images will be stored in this folder
โ | โโโ ๐ checkpoints // If using model merge nodes and related functions to save merged models, the merged models will be output here
โ | โโโ ... xxx.png // Files generated during the process will be saved here
โ โโโ extra_model_paths.yaml.example // Extra model file path configuration file, if you set this, please remove the .example suffix and edit with a text editor
โ โโโ ... // Other files
โโโ ๐ config // Configuration folder
โโโ ๐ Python_embeded // Embedded Python files
โโโ ๐ update
โ โโโ update.py // Python script for ComfyUI
โ โโโ update_comfyUI.bat // The batch command recommended by the author of ComfyUI to upgrade ComfyUI
โ โโโ update_comfyui_and_python_dependencies.bat // Only run this batch command when there are issues with your Python dependency files
โโโ comfyui.log // Comfy UI runtime log file
โโโ README_VERY_IMPORTANT.txt // README file, includes methods and explanations for file usage, etc.
โโโ run_cpu.bat // Batch file, double-click to start ComfyUI when your graphics card is an A card or you only have a CPU
โโโ run_nvidia_gpu.bat // Batch file, double-click to start ComfyUI when your graphics card is an N card (Nvidia)