> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-mintlify-b90d3c69.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.

ImageScaleBy 节点旨在通过指定的缩放因子，使用多种插值方法对图像进行放大。它能够灵活调整图像尺寸，满足不同的放大需求。

## 输入

| 参数     | 描述                                   | 数据类型           |
| ------ | ------------------------------------ | -------------- |
| `图像`   | 待放大的输入图像。此参数至关重要，因为它提供了将进行放大处理的基础图像。 | `IMAGE`        |
| `缩放算法` | 指定用于放大的插值方法。方法的选择会影响放大后图像的质量和特性。     | COMBO\[STRING] |
| `缩放系数` | 图像放大的倍数。此参数决定了输出图像相对于输入图像的尺寸增加比例。    | `FLOAT`        |

## 输出

| 参数   | 描述                                | 数据类型    |
| ---- | --------------------------------- | ------- |
| `图像` | 放大后的图像，其尺寸根据指定的缩放因子和插值方法，比输入图像更大。 | `IMAGE` |

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ImageScaleBy/zh.md)
