Visit ComfyUI Online for ready-to-use ComfyUI environment
Efficiently upscale images using specified model, managing memory usage for AI artists working with high-resolution images.
The ImageUpscaleWithModelBatched
node is designed to upscale images using a specified model while managing memory usage efficiently. This node is particularly useful for AI artists who work with high-resolution images and need to upscale them without running into memory limitations. By processing images in smaller sub-batches, it reduces the VRAM (Video RAM) usage, making it possible to upscale large sets of images even on hardware with limited memory. This node leverages the power of deep learning models to enhance image resolution, providing high-quality upscaled images suitable for various artistic and professional applications.
This parameter specifies the model used for upscaling the images. The model should be compatible with the node and capable of performing the upscaling task. The choice of model can significantly impact the quality and characteristics of the upscaled images.
This parameter represents the set of images that you want to upscale. The images should be provided in a format that the node can process, typically as a tensor or array. The quality and resolution of the input images will affect the final upscaled output.
This parameter determines the number of images processed in each sub-batch. It helps manage VRAM usage by breaking down the upscaling task into smaller, more manageable chunks. The default value is 16, with a minimum of 1 and a maximum of 4096. Adjusting this value can help balance between processing speed and memory usage.
The output is a set of upscaled images. These images have been processed by the specified model and upscaled according to the parameters provided. The output images will have higher resolution and improved quality compared to the input images, making them suitable for high-detail artistic work or professional use.
per_batch
parameter to find the optimal balance between processing speed and memory usage. Lower values reduce VRAM usage but may increase processing time.upscale_model
is compatible and optimized for the type of images you are working with to achieve the best results.per_batch
parameter to process fewer images at a time, thereby lowering the VRAM usage.upscale_model
is not available or not loaded correctly.© Copyright 2024 RunComfy. All Rights Reserved.