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

# StabilityStableImageUltraNode - ComfyUI Built-in Node Documentation

> Complete documentation for the StabilityStableImageUltraNode 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/StabilityStableImageUltraNode/zh.md)

基于提示词和分辨率同步生成图像。此节点使用 Stability AI 的 Stable Image Ultra 模型创建图像，处理您的文本提示词并生成具有指定宽高比和风格的对应图像。

## 输入参数

| 参数                | 数据类型   | 必填 | 取值范围         | 描述                                                                                                                                                                    |
| ----------------- | ------ | -- | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `prompt`          | STRING | 是  | -            | 您希望在输出图像中看到的内容。一个清晰描述元素、颜色和主体的强有力提示词将带来更好的结果。要控制特定词的权重，请使用格式 `(单词:权重)`，其中 `单词` 是您想要控制权重的词，`权重` 是介于 0 到 1 之间的值。例如：`天空是清新的 (蓝色:0.3) 和 (绿色:0.8)` 将呈现一个蓝色和绿色的天空，但绿色比蓝色更多。 |
| `aspect_ratio`    | COMBO  | 是  | 多个选项可用       | 生成图像的宽高比。                                                                                                                                                             |
| `style_preset`    | COMBO  | 否  | 多个选项可用       | 生成图像的可选期望风格。                                                                                                                                                          |
| `seed`            | INT    | 是  | 0-4294967294 | 用于创建噪声的随机种子。                                                                                                                                                          |
| `image`           | IMAGE  | 否  | -            | 可选的输入图像。                                                                                                                                                              |
| `negative_prompt` | STRING | 否  | -            | 描述您不希望出现在输出图像中的文本内容。这是一个高级功能。                                                                                                                                         |
| `image_denoise`   | FLOAT  | 否  | 0.0-1.0      | 输入图像的去噪程度；0.0 产生与输入完全相同的图像，1.0 则如同完全没有提供图像。默认值：0.5                                                                                                                    |

**注意：** 当未提供输入图像时，`image_denoise` 参数会自动禁用。

## 输出参数

| 输出名称     | 数据类型  | 描述           |
| -------- | ----- | ------------ |
| `output` | IMAGE | 基于输入参数生成的图像。 |
