Templates provide model workflows natively supported by ComfyUI and example workflows from custom nodes. You can find and use workflows for currently supported models here.
Workflow
—> Browse Workflow Templates
.
Download
button, the desktop program will automatically download the model files for you.ComfyUI/models
. For example, the model in the screenshot should be saved in the following location:ComfyUI/models/diffusion_models
.
If you have already downloaded the model into a subfolder such as ComfyUI/models/diffusion_models/wan_video
, you can ignore the popup and simply ensure the correct model is selected in the corresponding model loader node.
If you’re curious how model links are embedded, we add a models
field under the node’s properties
. Below is a complete snippet of a DualCLIPLoader
node with embedded model information:
models
field inside properties
includes name
, url
, and directory
.
name
: the model file nameurl
: a direct download link to the file (not a repository page)directory
: which subfolder under ComfyUI/models
to store the file, e.g. vae
means ComfyUI/models/vae
.safetensors
or .sft
. Formats like .gguf
are considered unsafe; when embedded they will be flagged as unsafe and the link will not be shown.
You can use this tool to edit the model information in workflow templates. At the moment, @ComfyUI-Wiki only adds support for native nodes.
comfyui-workflow-templates
.
If, after updating ComfyUI, you don’t see the documentation or newly announced templates, you may need to update the corresponding dependency. You can check versions in ComfyUI/requirements.txt
.
Typically, the following three dependencies may be upgraded together when ComfyUI is updated:
templates
folder (no nested subdirectories), and only JSON-format templates are supported.