Documentation
README
ComfyUI launch/performance flags
Overview
ComfyUI's runtime behavior is controlled by CLI flags passed to main.py
(e.g. python main.py --reserve-vram 2 --use-sage-attention). The three that
matter most for making a graph run — rather than OOM or crawl — are the
VRAM strategy, the attention backend, and the cache mode. This skill
is the decision matrix for choosing them.
This is the opening of the README. Read the full README on GitHub.