Visit ComfyUI Online for ready-to-use ComfyUI environment
Extracts comprehensive base model parameters for AI artists' model optimization and fine-tuning.
The Base Model Parameters Extract JK node is designed to extract and return a comprehensive set of parameters from a given base model pipeline. This node is particularly useful for AI artists who need to retrieve and utilize specific model settings and configurations for further processing or analysis. By leveraging this node, you can easily access critical information such as checkpoint names, tiling options, layer stops, and various other parameters that define the behavior and output of the base model. This functionality is essential for fine-tuning models, ensuring consistency across different runs, and optimizing the overall performance of your AI art projects.
This parameter represents the pipeline from which the base model parameters will be extracted. It is a required input and must be of the type PIPE_LINE
. The base_model_pipe contains all the necessary configurations and settings that define the base model's behavior. By providing this pipeline, the node can access and extract the relevant parameters for further use. There are no specific minimum, maximum, or default values for this parameter, as it depends on the pipeline configuration you are working with.
This output parameter returns the name of the checkpoint used in the base model. It is a STRING
type and is crucial for identifying the specific model version being utilized.
This output parameter indicates whether tiling is enabled or not. It is a STRING
type and helps in understanding the model's configuration regarding image tiling.
This output parameter specifies the layer at which the model stops processing. It is an INT
type and is important for controlling the depth of the model's processing.
This output parameter returns the local positive prompt used in the model. It is a STRING
type and is essential for understanding the positive guidance provided to the model.
This output parameter returns the global positive prompt used in the model. It is a STRING
type and provides insight into the overall positive guidance for the model.
This output parameter returns the local negative prompt used in the model. It is a STRING
type and is important for understanding the negative guidance provided to the model.
This output parameter returns the global negative prompt used in the model. It is a STRING
type and provides insight into the overall negative guidance for the model.
This output parameter indicates the variation setting used in the model. It is a STRING
type and helps in understanding the diversity of the model's output.
This output parameter returns the seed value used for random number generation in the model. It is an INT
type and is crucial for ensuring reproducibility of the model's results.
This output parameter specifies the number of steps the model takes during processing. It is an INT
type and is important for controlling the model's processing duration.
This output parameter returns the name of the sampler used in the model. It is a STRING
type and provides insight into the sampling method applied.
This output parameter indicates the scheduler setting used in the model. It is a STRING
type and helps in understanding the scheduling strategy for the model's processing.
This output parameter returns the configuration setting used in the model. It is a FLOAT
type and is essential for understanding the model's configuration.
This output parameter specifies the denoise setting used in the model. It is a FLOAT
type and is important for controlling the level of noise reduction applied.
This output parameter indicates whether a specific VAE (Variational Autoencoder) is used. It is a BOOLEAN
type and helps in understanding the VAE configuration.
This output parameter returns the name of the VAE used in the model. It is a STRING
type and provides insight into the specific VAE applied.
base_model_pipe
input is correctly configured and contains all necessary parameters before using this node to avoid incomplete or incorrect parameter extraction.base_model_pipe
input is not of the correct type or is improperly configured.base_model_pipe
input is correctly set up and contains all required parameters. Ensure it is of the type PIPE_LINE
.base_model_pipe
input lacks some of the necessary parameters for extraction.base_model_pipe
and ensure all required parameters are included and properly set.RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Playground, enabling artists to harness the latest AI tools to create incredible art.