Skip to main content
ComfyTV ships a curated set of ComfyUI workflows under workflows/<kind>/. Each one references one or more model files that ComfyUI itself must be able to find under your ComfyUI/models/ tree. This page lists, per workflow, exactly which files are needed and where they go.
If you’d rather plug in your own ComfyUI workflow (different model, different sampler, different LoRA stack), you don’t need any of these — see custom-workflows.md for how to drop in a custom workflow JSON + _preset.json.
ComfyUI normally auto-creates these subfolders on first run; if one is missing, create it manually. Folders below are relative to ComfyUI/models/.

Generate · Text

Download: https://huggingface.co/Comfy-Org/flux2-klein/tree/main/split_files/text_encoders

Generate · Image


Generate · Video (LTX 2.3)

All four variants share the same base model + text encoder + LoRA stack. Download:

Generate · Audio

ACE-Step v1 ships natively in ComfyUI core — no custom node needed.

Image edits

Download:

Image variations (single-workflow N-output)

The “multi-view” (Face / Product / Character / Multi-cam 9) and the “sequence” (Story 4 / Storyboard 25) presets share the same Qwen base — only the LoRA differs. Download:

Relight


Panorama

360 LoRA download: https://huggingface.co/ProGamerGov/qwen-360-diffusion

Third-party custom node dependencies

A few workflows rely on a third-party ComfyUI custom node:
  • LaMa EraseAcly/comfyui-inpaint-nodes
  • Fooocus SDXL Inpaint / Outpaint → uses the same comfyui-inpaint-nodes plugin for its INPAINT_* nodes.
  • (Planned, not shipped) Demucs Vocals / Backgroundlum3on/ComfyUI_AudioTools for the AudioStemSeparate node.
All other workflows use only ComfyUI core nodes.

Not using the shipped workflows?

You don’t need to download any of the above. ComfyTV runs any ComfyUI GUI workflow JSON you drop into workflows/<kind>/, together with a _preset.json that maps stage inputs to its nodes. Build it in regular ComfyUI, save it, drop it in, restart ComfyUI, and your custom option appears in the matching stage’s workflow dropdown. See custom-workflows.md for the _preset.json format and examples.