# Checkpoint Loader (Simple)

<figure><img src="https://2125629154-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgNjidAB928fLmTnMD3vG%2Fuploads%2F6jfltANQpAqzIKlXCQkF%2FLoad_Checkpoint.jpg?alt=media&#x26;token=5de17aff-aa43-4ade-af9f-bfd5d2d5aaaa" alt=""><figcaption></figcaption></figure>

## Documentation

* Class name: `CheckpointLoaderSimple`
* Category: `loaders`
* Output node: `False`

The CheckpointLoaderSimple node is designed for loading model checkpoints without the need for specifying a configuration. It simplifies the process of checkpoint loading by requiring only the checkpoint name, making it more accessible for users who may not be familiar with the configuration details.

## Input types

<table><thead><tr><th width="155">Field</th><th width="175">Comfy dtype</th><th>Description</th></tr></thead><tbody><tr><td><code>ckpt_name</code></td><td><code>COMBO[STRING]</code></td><td>Specifies the name of the checkpoint to be loaded, determining which checkpoint file the node will attempt to load and affecting the node’s execution and the model that is loaded.</td></tr></tbody></table>

## Output types

<table><thead><tr><th width="175">Field</th><th width="156">Comfy dtype</th><th>Description</th></tr></thead><tbody><tr><td><code>model</code></td><td><code>MODEL</code></td><td>Returns the loaded model, allowing it to be used for further processing or inference.</td></tr><tr><td><code>clip</code></td><td><code>CLIP</code></td><td>Returns the CLIP model associated with the loaded checkpoint, if available.</td></tr><tr><td><code>vae</code></td><td><code>VAE</code></td><td>Returns the VAE model associated with the loaded checkpoint, if available.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.seaart.ai/seaart-comfyui-wiki/core-nodes/loaders/checkpoint-loader-simple.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
