ComfyUI Node
TS RTX Upscaler
Upscale frames with NVIDIA RTX Video Super Resolution.
TS RTX Upscaler
- images
- upscaled_images
◄resize_typescale by multiplier►
◄scale2.00►
◄width1920►
◄height1080►
◄qualityULTRA►
CategoryTS/Video
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | Image batch [B,H,W,C] to upscale with the NVIDIA RTX VSR model. | |
| resize_type | COMBO | scale by multiplier | Scale by a multiplier, or upscale to explicit target dimensions. |
| scale | FLOAT | 2.001–4 | Upscale multiplier. Used when resize_type is 'scale by multiplier'. |
| width | INT | 192064–8192 | Target width in pixels. Used when resize_type is 'target dimensions'. |
| height | INT | 108064–8192 | Target height in pixels. Used when resize_type is 'target dimensions'. |
| quality | COMBO | ULTRA | RTX VSR quality level. Higher levels look sharper but cost more VRAM and time. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| upscaled_images | IMAGE | Upscaled image batch at the resolved output size. |