> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# BriaIncreaseResolution - ComfyUI Built-in Node Documentation

> Bria Increase Resolution 使用 Bria 的图像放大 API，将输入图像放大 2 倍或 4 倍，同时保留原始内容。

Bria Increase Resolution 使用 Bria 的图像放大 API，将输入图像放大 2 倍或 4 倍，同时保留原始内容。它会上传图像，在 Bria 服务上进行处理，并将放大后的结果作为图像返回。

## 输入

| 参数                 | 描述                                                                                          | 数据类型    | 是否必填 | 范围                  |
| ------------------ | ------------------------------------------------------------------------------------------- | ------- | ---- | ------------------- |
| `image`            | 要放大的输入图像。                                                                                   | IMAGE   | 是    | 单张图像                |
| `desired_increase` | 分辨率倍率。输出图像的每一边必须在 8192 像素以内。                                                                | COMBO   | 是    | "2"<br />"4"        |
| `auto_downscale`   | 当输出将超过限制时，自动降低倍率；如果仍然不够，则对输入图像进行降采样。（默认值：False）                                             | BOOLEAN | 是    | True<br />False     |
| `moderation`       | 审核设置。设置为“true”时，启用 `visual_input_moderation` 和 `visual_output_moderation` 子选项，两者均默认为 False。 | COMBO   | 是    | "false"<br />"true" |

注意：

* 该节点强制输出图像的最大边长为 8192 像素。如果所选倍率会超过此限制且 `auto_downscale` 被禁用，则会引发错误。启用 `auto_downscale` 后，节点会自动使用较低的倍率或对输入图像进行降采样。
* Bria 在放大前会先将输入图像的短边放大到至少 224 像素。过于狭长的图像可能触发错误，要求将其裁剪为更方正的形状。

## 输出

| 输出名   | 描述                 | 数据类型  |
| ----- | ------------------ | ----- |
| IMAGE | Bria API 返回的放大后图像。 | IMAGE |

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

***

**Source fingerprint (SHA-256):** `6db9bf6c0d8a79903893b352658d3a8e02f67d375f3d604e9ab2a69624142885`
