Loaders
DeprecatedCheckpointLoader - ComfyUI Built-in Node Documentation
Complete documentation for the DeprecatedCheckpointLoader node in ComfyUI. Learn its inputs, outputs, parameters and usage.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Complete documentation for the DeprecatedCheckpointLoader node in ComfyUI. Learn its inputs, outputs, parameters and usage.
| 参数名称 | 数据类型 | 描述 |
|---|---|---|
config_name | COMBO[STRING] | 指定要使用的配置文件的名称。这对于确定模型的参数和设置至关重要,会影响模型的行为和性能。 |
ckpt_name | COMBO[STRING] | 指示要加载的检查点文件的名称。这直接影响初始化的模型状态,影响其初始权重和偏差。 |
| 参数名称 | 数据类型 | 描述 |
|---|---|---|
model | MODEL | 表示从检查点加载的主要模型,准备进行进一步操作或推理。 |
clip | CLIP | 如果可用并被请求,提供从检查点加载的 CLIP 模型组件。 |
vae | VAE | 如果可用并被请求,提供从检查点加载的 VAE 模型组件。 |