Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates seamless integration of image data into processing pipelines, enhancing resolution if desired.
The CR Image Pipe In node is designed to serve as an entry point for image data within a pipeline. This node allows you to input an image along with its dimensions and an optional upscale factor, which can be used to enhance the resolution of the image. The primary purpose of this node is to facilitate the seamless integration of image data into a processing pipeline, enabling subsequent nodes to access and manipulate the image as needed. By providing a structured way to input image data, this node helps streamline workflows and ensures that images are correctly formatted and ready for further processing.
This optional parameter allows you to input an image into the pipeline. The image can be in any standard format supported by the system. If no image is provided, the pipeline will proceed without an initial image, which may be useful in scenarios where the image is generated or modified later in the pipeline.
This optional parameter specifies the width of the image in pixels. The default value is 512 pixels, with a minimum value of 64 pixels and a maximum value of 2048 pixels. Adjusting the width can impact the resolution and aspect ratio of the image, which may be important for certain applications or visual effects.
This optional parameter specifies the height of the image in pixels. Similar to the width parameter, the default value is 512 pixels, with a minimum value of 64 pixels and a maximum value of 2048 pixels. Modifying the height can affect the image's resolution and aspect ratio, allowing for customization based on specific requirements.
This optional parameter allows you to specify a factor by which the image should be upscaled. The default value is 1, meaning no upscaling is applied. The minimum value is 1, and the maximum value is 2000. Upscaling can be useful for enhancing the resolution of an image, making it suitable for high-quality prints or detailed analysis.
This output parameter returns a tuple containing the image, width, height, and upscale factor. This tuple serves as a structured data package that can be passed to subsequent nodes in the pipeline, ensuring that all relevant image information is preserved and accessible.
This output parameter provides a URL to the documentation for the CR Image Pipe In node. The URL points to a detailed guide that explains the node's functionality, usage, and potential configurations, offering additional support and information for users.
© Copyright 2024 RunComfy. All Rights Reserved.