Save 4 hours! We auto-setup your workflow! Free!

Drop your workflow.json — we handle every dependency, custom node, and model. Just open the link and run.

Auto-Setup Workflow Json (Free) Now!
ComfyUI > Nodes > Comfyui-PixNodes > Image Splitter (Pix)

ComfyUI Node: Image Splitter (Pix)

Class Name

Pix_ImageSplitter

Category
PixNodes
Author
pixixai (Account age: 512days)
Extension
Comfyui-PixNodes
Latest Updated
2026-05-27
Github Stars
0.02K

How to Install Comfyui-PixNodes

Install this extension via the ComfyUI Manager by searching for Comfyui-PixNodes
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter Comfyui-PixNodes in the search bar
After installation, click the Restart button to restart ComfyUI. Then, manually refresh your browser to clear the cache and access the updated list of nodes.

Visit ComfyUI Online for ready-to-use ComfyUI environment

  • Free trial available
  • 16GB VRAM to 80GB VRAM GPU machines
  • 400+ preloaded models/nodes
  • Freedom to upload custom models/nodes
  • 200+ ready-to-run workflows
  • 100% private workspace with up to 200GB storage
  • Dedicated Support

Run ComfyUI Online

Image Splitter (Pix) Description

Divide input image into smaller tiles for processing or analysis in machine learning applications.

Image Splitter (Pix):

The Pix_ImageSplitter node is designed to divide an input image into smaller, equally-sized tiles based on specified horizontal and vertical divisions. This node is particularly useful for tasks that require processing or analyzing smaller sections of an image independently, such as in machine learning applications where large images need to be broken down into manageable pieces. By splitting images into tiles, you can focus on specific areas of an image, apply localized processing, or prepare data for batch processing in neural networks. The node ensures that the image is divided evenly, with any minor edge discrepancies being a standard practice in image processing. This functionality is essential for AI artists and developers who need to manipulate image data efficiently and effectively.

Image Splitter (Pix) Input Parameters:

image

The image parameter is the primary input for the node, representing the image you wish to split. It should be provided in a format that includes batch size, height, width, and channels, typically denoted as [B, H, W, C]. This parameter is crucial as it determines the source material that will be divided into smaller tiles.

horizontal

The horizontal parameter specifies the number of horizontal divisions to apply to the image. It determines how many columns the image will be split into. The default value is 3, with a minimum of 1 and a maximum of 64. Adjusting this parameter affects the width of each tile, with more divisions resulting in narrower tiles.

vertical

The vertical parameter defines the number of vertical divisions for the image, dictating how many rows the image will be split into. Like the horizontal parameter, it has a default value of 3, with a minimum of 1 and a maximum of 64. This parameter influences the height of each tile, with more divisions leading to shorter tiles.

Image Splitter (Pix) Output Parameters:

IMAGE_BATCH

The IMAGE_BATCH output parameter contains the resulting batch of image tiles after the splitting process. Each tile is a smaller section of the original image, maintaining the same number of channels. This output is essential for further processing or analysis, as it allows you to work with individual tiles rather than the entire image at once.

Image Splitter (Pix) Usage Tips:

  • To achieve optimal results, ensure that the dimensions of the input image are evenly divisible by the specified horizontal and vertical parameters. This will minimize any potential edge discrepancies.
  • Experiment with different horizontal and vertical values to find the best configuration for your specific task, whether it's for detailed analysis or preparing data for machine learning models.

Image Splitter (Pix) Common Errors and Solutions:

Image dimensions not divisible by horizontal or vertical

  • Explanation: If the image dimensions are not perfectly divisible by the specified horizontal or vertical values, some edge parts of the image may be discarded.
  • Solution: Adjust the horizontal and vertical parameters to values that evenly divide the image dimensions, or resize the image to dimensions that are compatible with the desired number of tiles.

Empty output batch

  • Explanation: An empty output batch may occur if the input image is not correctly formatted or if there are no tiles generated due to incorrect parameter settings.
  • Solution: Verify that the input image is in the correct format [B, H, W, C] and ensure that the horizontal and vertical parameters are set to values that will generate at least one tile.

Image Splitter (Pix) Related Nodes

Go back to the extension to check out more related nodes.
Comfyui-PixNodes
RunComfy
Copyright 2025 RunComfy. All Rights Reserved.

RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Models, enabling artists to harness the latest AI tools to create incredible art.

Image Splitter (Pix)