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:
- https://huggingface.co/Lightricks/LTX-2.3-fp8
- https://huggingface.co/Lightricks/LTX-2.3
- https://huggingface.co/Comfy-Org/ltx-2.3
- https://huggingface.co/Comfy-Org/ltx-2
Generate · Audio
ACE-Step v1 ships natively in ComfyUI core — no custom node needed.
Image edits
Download:
- Flux dev: https://huggingface.co/Comfy-Org/flux1-dev
- t5xxl / clip_l: https://huggingface.co/comfyanonymous/flux_text_encoders
- VAE (ae.safetensors): https://huggingface.co/Comfy-Org/Lumina_Image_2.0_Repackaged
- LaMa Erase: install
Acly/comfyui-inpaint-nodesfor theINPAINT_LoadInpaintModelnode +big-lama.ptfrom its repo. - Fooocus inpaint head: bundled with the Fooocus inpaint patch (
fooocus_inpaint_head.pth). - BiRefNet: native to ComfyUI core (
LoadBackgroundRemovalModel+RemoveBackground); https://huggingface.co/Comfy-Org/BiRefNet
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:
- Qwen Image Edit base: https://huggingface.co/Comfy-Org/Qwen-Image-Edit_ComfyUI
- Qwen Image base: https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI
- Lightning 4-step LoRA: https://huggingface.co/lightx2v/Qwen-Image-Edit-2511-Lightning
- Multiple-Angles LoRA: typically https://huggingface.co/PVC-Inc/Qwen-Image-Edit-2511-Multiple-Angles-LoRA
- Next-Scene LoRA: https://huggingface.co/lovis93/next-scene-qwen-image-lora-2509
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 Erase →
Acly/comfyui-inpaint-nodes - Fooocus SDXL Inpaint / Outpaint → uses the same
comfyui-inpaint-nodesplugin for itsINPAINT_*nodes. - (Planned, not shipped) Demucs Vocals / Background →
lum3on/ComfyUI_AudioToolsfor theAudioStemSeparatenode.
Not using the shipped workflows?
You don’t need to download any of the above. ComfyTV runs any ComfyUI GUI workflow JSON you drop intoworkflows/<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.