comfy_list_models
Browse and filter available AI models, checkpoints, LoRAs, VAEs, and resources in your ComfyUI directory to select the right components for image generation workflows.
Instructions
List available models, checkpoints, LoRAs, VAEs, and other resources in the ComfyUI models directory. Supports filtering by type and name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| filter | No | ||
| include_size | No |
Input Schema (JSON Schema)
{
"properties": {
"filter": {
"type": "string"
},
"include_size": {
"default": false,
"type": "boolean"
},
"type": {
"enum": [
"checkpoints",
"loras",
"vae",
"clip",
"clip_vision",
"unet",
"embeddings",
"upscale_models",
"diffusion_models",
"controlnet",
"ipadapter",
"style_models",
"photomaker",
"insightface",
"all"
],
"type": "string"
}
},
"type": "object"
}