
Parameters
Basic Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| image | image | - | Input image to be creatively upscaled |
Output
| Output | Type | Description |
|---|---|---|
| IMAGE | image | High-resolution image after creative upscaling |
A Recraft Partner node that uses AI to creatively enhance image details and resolution

| Parameter | Type | Default | Description |
|---|---|---|---|
| image | image | - | Input image to be creatively upscaled |
| Output | Type | Description |
|---|---|---|
| IMAGE | image | High-resolution image after creative upscaling |
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"
Was this page helpful?