load_checkpoint
Preload a checkpoint into GPU memory to reduce wait times for subsequent image generation calls. Check available models with list_models.
Instructions
Pre-load a checkpoint into GPU memory.
Loading a checkpoint in advance speeds up subsequent generation calls. Use list_models() to see available checkpoints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checkpoint | No | Filename from checkpoints/ folder (e.g., "custom_checkpoint.safetensors"). Use 'default' or None for Animagine XL 4.0 from HuggingFace. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||