Load Image:
The Sage_LoadImage node is designed to facilitate the loading of images from specified file paths within your workflow. This node is particularly beneficial for AI artists who need to incorporate external images into their projects seamlessly. By leveraging this node, you can efficiently import images in various formats such as PNG, JPEG, BMP, TIFF, and WEBP, ensuring compatibility with a wide range of image types. The primary goal of the Sage_LoadImage node is to streamline the process of accessing and utilizing images, making it an essential tool for enhancing your creative projects with external visual content.
Load Image Input Parameters:
Load Image Output Parameters:
image
The image output provides the loaded image data, which can be used in subsequent nodes for further processing or manipulation. This output is crucial as it serves as the primary visual content that you will work with in your project.
mask
The mask output delivers any associated mask data with the loaded image. Masks are often used to define specific areas of an image for targeted processing, such as applying effects or transformations to particular regions.
out_width
The out_width output indicates the width of the loaded image in pixels. This information is useful for understanding the dimensions of the image and for making decisions about resizing or cropping operations.
out_height
The out_height output specifies the height of the loaded image in pixels. Similar to out_width, this output helps you comprehend the image's dimensions and plan any necessary adjustments.
metadata
The metadata output contains any additional information embedded within the image file, such as EXIF data. Metadata can provide valuable context about the image, including details like the camera settings used during capture or the date and time the image was taken.
Load Image Usage Tips:
- Ensure that the file path specified for loading images is correct and accessible to avoid errors during the loading process.
- Utilize the
metadataoutput to gain insights into the image's properties and history, which can be useful for organizing and categorizing your image assets.
Load Image Common Errors and Solutions:
File not found
- Explanation: This error occurs when the specified file path does not exist or is incorrect.
- Solution: Double-check the file path for accuracy and ensure that the file is located in the specified directory.
Unsupported file format
- Explanation: The node attempted to load an image in a format that is not supported.
- Solution: Convert the image to a supported format such as PNG, JPEG, BMP, TIFF, or WEBP before attempting to load it again.
Access denied
- Explanation: The node does not have the necessary permissions to access the specified file path.
- Solution: Verify that the file permissions allow read access and adjust them if necessary to grant the required permissions.
