> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ImageScaleBy - ComfyUI Built-in Node Documentation

> Complete documentation for the ImageScaleBy node in ComfyUI. Learn its inputs, outputs, parameters and usage.

此节点设计用于使用各种插值方法通过指定的缩放因子放大图像。它允许以灵活的方式调整图像大小，以满足不同的放大需求。

## 输入

| 参数名称   | 数据类型           | 作用                                   |
| ------ | -------------- | ------------------------------------ |
| `图像`   | `IMAGE`        | 要放大的输入图像。此参数至关重要，因为它提供了将经历放大过程的基础图像。 |
| `缩放算法` | COMBO\[STRING] | 指定用于放大的插值方法。方法的选择可以影响放大图像的质量和特性。     |
| `缩放系数` | `FLOAT`        | 图像将被放大的因子。这决定了输出图像相对于输入图像的尺寸增加。      |

## 输出

| 参数名称 | 数据类型    | 作用                             |
| ---- | ------- | ------------------------------ |
| `图像` | `IMAGE` | 放大后的图像，根据指定的缩放因子和插值方法，比输入图像更大。 |
