Visit ComfyUI Online for ready-to-use ComfyUI environment
Simplify transition from detailed to basic processing pipelines, extract core components efficiently.
The DetailerPipeToBasicPipe
node is designed to simplify the transition from a detailed processing pipeline to a more basic one. This node is particularly useful when you need to extract and utilize the core components of a detailed pipeline without the additional complexity. By converting a DETAILER_PIPE
into two BASIC_PIPE
outputs, it allows you to streamline your workflow and focus on the essential elements of your processing tasks. This node is ideal for scenarios where you want to leverage the refined models and conditioning from a detailed pipeline but in a more straightforward and manageable format.
The detailer_pipe
parameter is the primary input for this node. It represents a detailed processing pipeline that includes various components such as models, conditioning, and detectors. This parameter is crucial as it contains all the necessary elements that will be extracted and converted into a basic pipeline format. The detailer_pipe
should be a tuple containing the model, clip, VAE, positive conditioning, negative conditioning, and other optional components like detectors and hooks. There are no specific minimum or maximum values for this parameter, but it must be a valid DETAILER_PIPE
.
The base_basic_pipe
output is one of the two BASIC_PIPE
outputs generated by this node. It includes the core components extracted from the detailer_pipe
, specifically the model, clip, VAE, positive conditioning, and negative conditioning. This output is essential for continuing your workflow with a simplified pipeline that retains the primary elements needed for basic processing tasks.
The refiner_basic_pipe
output is the second BASIC_PIPE
generated by this node. It includes the refined components from the detailer_pipe
, such as the refiner model, refiner clip, VAE, refiner positive conditioning, and refiner negative conditioning. This output is particularly useful when you need to apply additional refinement or processing steps using the refined models and conditioning from the detailed pipeline.
detailer_pipe
input is correctly formatted and contains all necessary components to avoid errors during the conversion process.base_basic_pipe
for general processing tasks that require the core elements of the pipeline.refiner_basic_pipe
for tasks that need additional refinement or enhanced processing capabilities.detailer_pipe
input does not contain the expected components or is incorrectly formatted.detailer_pipe
input is a valid tuple containing the model, clip, VAE, positive conditioning, negative conditioning, and other optional components.detailer_pipe
input.detailer_pipe
includes all necessary elements such as the model, clip, VAE, positive conditioning, and negative conditioning before passing it to the node.© Copyright 2024 RunComfy. All Rights Reserved.