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)