Skip to content

CodeComfy Handbook

Welcome to the CodeComfy Handbook — your reference for driving ComfyUI from inside VS Code.

CodeComfy bridges your editor and your ComfyUI server so you never have to switch windows. Open the Command Palette, pick a profile, answer the inputs that preset actually needs, and find the finished output in your workspace.

CodeComfy covers six capability profiles. CodeComfy: Run… (all profiles) is the single entry point to all of them.

ProfileWhat it does
ImageText-to-image, image edit, union ControlNet
VideoText- and image-to-video on real temporal models
AudioText-to-music and stem separation
3DImage-to-mesh, exported as GLB
InferenceCaption, tag, detect, segment, and OCR an image
MetadataRead the workflow embedded in a PNG — local-only

See Profiles for the full preset list and what each one asks you for.

Nothing is submitted before it can succeed. Every preset is checked against your server first — its node types against /object_info, its model files against /models. A missing node names the pack that provides it; a missing model names the file and the folder it belongs in. No GPU time is spent finding out.

The workflows are not hand-written here. They are vendored from comfy-headless, where every node type is verified against the live ComfyUI catalog. A wrong workflow graph does not throw an error — it runs green and returns nothing — so a second hand-maintained copy would be a silent-failure generator.

  • Getting Started — prerequisites, installation, configuration, and your first generation.
  • Profiles — all six profiles, their presets, and what each needs from you.
  • Usage Guide — daily workflow patterns, prompt tips, output management, and run pruning.
  • Presets — authoring your own workflow presets.
  • Run History — browsing and re-running past generations.
  • Configuration — every setting, explained.
  • Reference — generation limits, architecture overview, troubleshooting, platform notes, and security scope.
  • For Beginners — new to AI generation or VS Code extensions? Start here.
ResourceLink
GitHub repositorymcp-tool-shop-org/codecomfy-vscode
Releases (VSIX downloads)Releases page
Issue trackerOpen an issue
ComfyUI projectgithub.com/comfyanonymous/ComfyUI
Verified workflow KBcomfy-headless
FFmpeg downloadsffmpeg.org/download.html