Visit ComfyUI Online for ready-to-use ComfyUI environment
Create tiled images with borders, patterns, and textures using specified rows, columns, and border styles, including unique visual elements.
The GR Tile and Border Image node is designed to create a tiled version of an input image, with optional borders around each tile. This node is particularly useful for generating complex patterns and textures by repeating an image in a grid format. It allows you to specify the number of rows and columns for the tiling, as well as the color and thickness of the borders around each tile. Additionally, it offers the capability to flip a random tile and apply a distinct border color to it, adding a unique visual element to the tiled image. This node is ideal for AI artists looking to create intricate designs and patterns with ease.
The input image to be tiled. This parameter accepts a tensor representing the image data. The image will be repeated in a grid format based on the specified rows and columns.
The number of rows in the tiled image. This parameter determines how many times the input image will be repeated vertically. The minimum value is 1, and there is no explicit maximum value, but it is constrained by the available memory.
The number of columns in the tiled image. This parameter determines how many times the input image will be repeated horizontally. The minimum value is 1, and there is no explicit maximum value, but it is constrained by the available memory.
The color of the border around each tile. This parameter accepts a color value that will be used to create the border around each tile. The color can be specified in various formats, such as RGB or hexadecimal.
The thickness of the border around each tile. This parameter determines the width of the border in pixels. The default value is 0, meaning no border will be applied. The minimum value is 0, and there is no explicit maximum value, but it is constrained by the available memory.
The thickness of the red border applied to the flipped tile. This parameter determines the width of the red border in pixels for the randomly flipped tile. The default value is 5 pixels.
An optional seed value for random number generation. This parameter ensures reproducibility of the random tile flipping. If not provided, a random seed will be used.
An optional image to replace the randomly flipped tile. This parameter allows you to specify a different image to be used for the flipped tile instead of flipping the original tile.
The resulting tiled image with optional borders. This output is a tensor representing the tiled image, with the specified number of rows and columns, and optional borders around each tile.
The resulting tiled image with a red border around the flipped tile. This output is a tensor representing the tiled image, with a distinct red border applied to the randomly flipped tile.
RuntimeError: CUDA out of memory
ValueError: Invalid color value
TypeError: Input image must be a tensor
© Copyright 2024 RunComfy. All Rights Reserved.