> ## 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.

# StabilityUpscaleConservativeNode - ComfyUI Built-in Node Documentation

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

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

# ## 概述

以最小改动将图像放大至 4K 分辨率。此节点使用 Stability AI 的保守放大技术来提升图像分辨率，同时保留原始内容并仅进行细微调整。

# ## 输入

| 参数      | 数据类型   | 必需 | 范围           | 描述                                                      |
| ------- | ------ | -- | ------------ | ------------------------------------------------------- |
| `image` | IMAGE  | 是  | -            | 需要放大的输入图像                                               |
| `提示词`   | STRING | 是  | -            | 期望在输出图像中看到的内容。使用强描述性提示词，明确定义元素、颜色和主体，将获得更好的效果。（默认：空字符串） |
| `创造性`   | FLOAT  | 是  | 0.2-0.5      | 控制创建不受初始图像严格约束的额外细节的可能性。（默认：0.35）                       |
| `种子`    | INT    | 是  | 0-4294967294 | 用于创建噪声的随机种子。（默认：0）                                      |
| `反向提示词` | STRING | 否  | -            | 不希望出现在输出图像中的关键词。此为高级功能。（默认：空字符串）                        |

# ## 输出

| 输出名称    | 数据类型  | 描述          |
| ------- | ----- | ----------- |
| `image` | IMAGE | 4K 分辨率的放大图像 |
