comfyui_list_model_folders
List ComfyUI model-folder types (checkpoints, loras, vae, controlnet). Use returned names as folder argument for other model tools.
Instructions
List the model-folder types ComfyUI recognizes (checkpoints, loras, vae,
controlnet, etc.). Pass any returned name as the folder argument to
comfyui_list_models or comfyui_get_model_metadata.
Returns a paginated envelope: ``{items, total, offset, limit, has_more}``.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (1-100, default varies by tool). | |
| offset | No | Zero-based starting index for pagination. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||