Visit ComfyUI Online for ready-to-use ComfyUI environment
Streamlines management of AI art components into a single "bus" unit for efficient workflow integration.
The Bus Node is designed to streamline the process of managing multiple key components in your AI art generation workflow. It consolidates five essential elements—model, clip, VAE, positive conditioning, and negative conditioning—into a single, manageable unit called a "bus." This node allows you to either input these elements individually or as a pre-packaged bus, providing flexibility and convenience. If you provide both individual inputs and a bus, the individual inputs will take precedence. This node ensures that all necessary components are present before proceeding, making it a crucial tool for maintaining the integrity and efficiency of your workflow.
The bus
parameter is a tuple that can contain up to five elements: model, clip, VAE, positive conditioning, and negative conditioning. This parameter allows you to input all these elements as a single unit, simplifying the management of these components. If you provide individual inputs along with the bus, the individual inputs will override the corresponding elements in the bus. This parameter is optional, but if not provided, you must supply the individual components separately.
The model
parameter allows you to input a specific model for your AI art generation. If provided, this model will override the model in the bus. This parameter is crucial for defining the architecture and capabilities of your AI model. It is required if not provided in the bus.
The clip
parameter allows you to input a specific CLIP (Contrastive Language–Image Pre-training) model. This model is essential for understanding and generating text-to-image mappings. If provided, it will override the CLIP model in the bus. This parameter is required if not provided in the bus.
The vae
parameter allows you to input a specific Variational Autoencoder (VAE) model. The VAE is important for encoding and decoding images in your AI art generation process. If provided, it will override the VAE model in the bus. This parameter is required if not provided in the bus.
The positive
parameter allows you to input positive conditioning data, which can influence the AI model to generate images with certain desired characteristics. If provided, it will override the positive conditioning in the bus. This parameter is optional but can be useful for fine-tuning your results.
The negative
parameter allows you to input negative conditioning data, which can influence the AI model to avoid generating images with certain undesired characteristics. If provided, it will override the negative conditioning in the bus. This parameter is optional but can be useful for fine-tuning your results.
The out_bus
parameter is a tuple containing the final model, clip, VAE, positive conditioning, and negative conditioning. This output consolidates all the provided inputs into a single unit, making it easier to manage and pass along in your workflow.
The out_model
parameter outputs the final model used in the AI art generation process. This will be either the model provided individually or the one from the bus.
The out_clip
parameter outputs the final CLIP model used. This will be either the CLIP model provided individually or the one from the bus.
The out_vae
parameter outputs the final VAE model used. This will be either the VAE model provided individually or the one from the bus.
The out_positive
parameter outputs the final positive conditioning data used. This will be either the positive conditioning provided individually or the one from the bus.
The out_negative
parameter outputs the final negative conditioning data used. This will be either the negative conditioning provided individually or the one from the bus.
© Copyright 2024 RunComfy. All Rights Reserved.