Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates seamless data and task transfer within workflows for AI artists, ensuring organized and efficient processes.
The workflow_transfer
node is designed to facilitate the seamless transfer of data and tasks within a workflow. This node acts as an intermediary, allowing you to pass various types of inputs, such as images and text, through different stages of your workflow. It is particularly useful for AI artists who need to manage complex workflows involving multiple steps and data types. By using this node, you can ensure that your workflow remains organized and efficient, enabling you to focus on the creative aspects of your projects. The primary function of this node is to handle the transfer of data based on specified parameters, ensuring that each step in your workflow receives the necessary inputs to produce the desired outputs.
This parameter is a boolean that determines whether the workflow transfer node is active. If set to True
, the node will execute its transfer function; if set to False
, the node will be bypassed. The default value is True
.
This parameter accepts a string input that represents the content of a file. It is particularly useful for workflows that involve text processing or require specific file content to be passed along. The forceInput
attribute ensures that this parameter must be provided.
This parameter accepts an image input, allowing you to pass images through your workflow. It is useful for workflows that involve image processing or manipulation.
This parameter accepts a string input that specifies the path to a file. It is useful for workflows that need to read or write files at specific locations.
This parameter accepts a string input that specifies the path to an image file. It is useful for workflows that involve loading images from specific locations.
This parameter accepts a string input that serves as a system prompt. It is useful for workflows that involve generating responses or actions based on predefined prompts. The default value is "你是一个强大的智能助手" (You are a powerful intelligent assistant).
This parameter accepts a string input that serves as a user prompt. It is useful for workflows that involve generating responses or actions based on user input.
This parameter accepts a string input that serves as a positive prompt. It is useful for workflows that involve generating positive responses or actions.
This parameter accepts a string input that serves as a negative prompt. It is useful for workflows that involve generating negative responses or actions.
This parameter accepts a string input that specifies the name of the model to be used in the workflow. It is useful for workflows that involve model-specific operations.
This parameter accepts a JSON file input that specifies the path to a workflow configuration file. It is useful for workflows that need to load specific configurations or settings.
This output parameter returns the processed images from the workflow. It is useful for workflows that involve image processing or manipulation, providing the final images as output.
This output parameter returns the processed text from the workflow. It is useful for workflows that involve text processing or generation, providing the final text as output.
is_enable
parameter is set to True
to activate the node and allow it to perform its transfer function.file_content
parameter to pass specific file content through your workflow, especially for text-based operations.image_input
parameter to pass images through your workflow, enabling image processing or manipulation tasks.file_path
and img_path
parameters to load files and images from specific locations, ensuring that your workflow has access to the necessary resources.system_prompt
and user_prompt
parameters to generate responses or actions based on predefined or user inputs.file_path
and img_path
parameters are correctly specified and that the files exist at the given locations.file_content
, image for image_input
).file_content
, are provided and correctly specified.model_name
parameter is correctly specified and that the model is available for use in the workflow.© Copyright 2024 RunComfy. All Rights Reserved.