How to Download ComfyUi

To download and install ComfyUI, a modular GUI for Stable Diffusion, you can follow these steps for a quick setup:

For Windows:

  1. Download the Standalone Installer: Visit the ComfyUI GitHub releases page and download the comfyui-windows.zip file.
  2. Extract the Files: Use tools like WinRAR or 7-Zip to extract the downloaded zip file to your desired location.
  3. Get a base model from Civ AI (like Juggernaut XEL).
  4. Add Stable Diffusion Models: Place the necessary Stable Diffusion model files (.ckpt or .safetensors) into the models/checkpoints directory.
  5.  Python Installation: Using Python 3.12 ensures optimal performance with ComfyUI, making the setup smoother and reducing potential compatibility issues.
  6. Launch ComfyUI: Double-click the comfyui.exe file to start the web application​ Executing the correct batch run file based on your GPU or CPU

For Linux:

  1. Clone the Repository: Open a terminal and execute:bashCopy codegit clone https://github.com/comfyanonymous/ComfyUI.git cd ComfyUI
  2. Install Dependencies:bashCopy codepip install -r requirements.txt
  3. Add Stable Diffusion Models: Download the model files and place them in the models/checkpoints directory.
  4. Launch ComfyUI: Run:bashCopy codepython main.py If you encounter GPU compatibility issues, you may need to use specific flags, such as:bashCopy codeHSA_OVERRIDE_GFX_VERSION=10.3.0 python main.py

Additional Notes:

  • Templates: If you’re new to the node-based interface, consider downloading ready-made templates from creators like Monzon Media to help you get started.
  • System Requirements: Ensure your system meets GPU and Python version requirements for smooth operation.
  • Extract ComfyUI and run the appropriate file for your GPU.
  • Input positive and negative prompts in the interface.
  • Fine-tune parameters for better image quality.
  • Save your generated images easily with ComfyUI.

Tagged:

Leave a Reply

Your email address will not be published. Required fields are marked *