Home / AI / ComfyUI / ComfyUI Complete Guide and Hub

ComfyUI Complete Guide and Hub

ComfyUI is a free, open-source node-based interface for running AI image generation locally on your own hardware. This page brings together every ComfyUI guide on Serverman — whether you are just getting started, trying to install a specific model, or comparing your options. Use the sections below to find what you need.

Getting Started with ComfyUI

If you are new to ComfyUI, start here. These guides cover what it is, whether it is right for you, and how to get it running on your machine.

Installation Guides

Step-by-step installation instructions for every platform. Each guide covers prerequisites, common errors, and first-run setup.

Models and Hardware

Choosing the right model and knowing your hardware requirements will save you a lot of trial and error. These guides cover both.

Advanced Techniques

Once you have ComfyUI working and have generated your first images, these guides cover the most powerful techniques for improving your results and extending what ComfyUI can do.

Custom Nodes and Extensions

Custom nodes are how ComfyUI grows beyond its defaults. This guide covers everything from installing your first node to managing a full library.

Linux Installation

Troubleshooting

About ComfyUI

ComfyUI was created by comfyanonymous and first released in 2023. Unlike Automatic1111, which uses a traditional form-based interface, ComfyUI works as a node graph — each step in the image generation pipeline is a separate node, and you connect them together visually. This makes it more complex to learn but significantly more powerful and flexible once you understand it.

ComfyUI supports Stable Diffusion 1.5, SDXL, and Flux.1 out of the box, with community-built custom nodes adding support for ControlNet, LoRA stacking, upscaling, video generation, and more. The ComfyUI Manager extension makes installing and updating custom nodes straightforward without needing to touch the command line.

All guides on this page cover both Windows and Mac, with Linux steps included where they differ. GPU recommendations focus on NVIDIA CUDA (the most compatible option) with AMD and Apple Silicon coverage included throughout.

What to Read First

If you are completely new, the best order is: read the What is ComfyUI overview first, then follow the installation guide for your OS, then work through the Beginner’s Guide to understand the interface before you start experimenting with different models.

If you already have ComfyUI installed and working, the most useful guides are likely the Best Models for 2026 and the Flux installation guide — Flux.1 is a significant step up in output quality and worth setting up if your hardware supports it.

ComfyUI System Requirements

ComfyUI runs on Windows, Mac and Linux. The minimum hardware depends on which models you want to use:

  • SD 1.5 models: 4 GB VRAM minimum, 6 GB recommended. Runs on most modern GPUs.
  • SDXL models: 6 GB VRAM minimum, 8 GB recommended for comfortable generation at 1024×1024.
  • Flux.1 Schnell (fp8): 8 GB VRAM minimum, 12 GB for smooth operation without quantisation.
  • Flux.1 Dev (full precision): 16 GB VRAM recommended. 24 GB for no compromises.

Apple Silicon Macs use unified memory, so an M2 Pro with 16 GB has 16 GB available for ComfyUI. This makes Apple Silicon a genuinely competitive option for Flux.1 Schnell workflows. For a full breakdown of GPU options and UK pricing, see the Best GPU for ComfyUI guide.

ComfyUI vs Other Tools

ComfyUI is the most flexible local image generation tool available, but it is not the easiest to learn. Automatic1111 (A1111) and its fork Forge are better starting points if you just want to generate images quickly without learning a node-based interface. ComfyUI becomes the better choice once you want to build custom pipelines, use ControlNet, chain multiple models together, or work with Flux. The full ComfyUI vs A1111 comparison covers the differences in detail.