Inputs
| Parameter | Description | Data Type |
|---|---|---|
config_name | Specifies the name of the configuration file to be used. This is crucial for determining the model’s parameters and settings, affecting the model’s behavior and performance. | COMBO[STRING] |
ckpt_name | Indicates the name of the checkpoint file to be loaded. This directly influences the state of the model being initialized, impacting its initial weights and biases. | COMBO[STRING] |
Outputs
| Parameter | Description | Data Type |
|---|---|---|
model | Represents the primary model loaded from the checkpoint, ready for further operations or inference. | MODEL |
clip | Provides the CLIP model component, if available and requested, loaded from the checkpoint. | CLIP |
vae | Delivers the VAE model component, if available and requested, loaded from the checkpoint. | VAE |
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub