Type: huggingface.image_to_image.Swin2SR
Namespace: huggingface.image_to_image
Description
Performs image super-resolution using the Swin2SR model. image, super-resolution, enhancement, huggingface
Use cases:
- Enhance low-resolution images
- Improve image quality for printing or display
- Upscale images for better detail
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| image | image |
The input image to transform | {'type': 'image', 'uri': '', 'asset_id': None, 'data': None} |
| prompt | str |
The text prompt to guide the image transformation (if applicable) | `` |
| model | hf.image_to_image |
The model ID to use for image super-resolution | {'type': 'hf.image_to_image', 'repo_id': '', 'path': None, 'variant': None, 'allow_patterns': None, 'ignore_patterns': None} |
Outputs
| Output | Type | Description |
|---|---|---|
| output | image |
Metadata
Related Nodes
Browse other nodes in the huggingface.image_to_image namespace.