
参数说明
基本参数
| 参数 | 类型 | 默认值 | 说明 |
|---|---|---|---|
| image | 图像 | - | 需要创意放大的输入图像 |
输出
| 输出 | 类型 | 说明 |
|---|---|---|
| IMAGE | 图像 | 创意放大后的高分辨率图像 |
使用AI技术创意增强图像细节和分辨率的 Recraft 合作伙伴节点

| 参数 | 类型 | 默认值 | 说明 |
|---|---|---|---|
| image | 图像 | - | 需要创意放大的输入图像 |
| 输出 | 类型 | 说明 |
|---|---|---|
| IMAGE | 图像 | 创意放大后的高分辨率图像 |
class RecraftCreativeUpscaleNode(RecraftCrispUpscaleNode):
"""
Upscale image synchronously.
Enhances a given raster image using ‘creative upscale’ tool, boosting resolution with a focus on refining small details and faces.
"""
RETURN_TYPES = (IO.IMAGE,)
DESCRIPTION = cleandoc(__doc__ or "") # Handle potential None value
FUNCTION = "api_call"
API_NODE = True
CATEGORY = "api node/image/Recraft"
RECRAFT_PATH = "/proxy/recraft/images/creativeUpscale"