(Deno) RTX Video Super Resolution
DENO Custom Nodes vunknown. The DENO info button checks Comfy Registry and marks this node when an update is available. RTX VFX install steps for beginners. 1. Close every ComfyUI window first. 2. Click this node's `How to install` button. 3. Follow the visual web install guide. 4. Download the ZIP from that guide page. 5. Open `ComfyUI\custom_nodes\deno-custom-nodes\tools`. 6. Move `install_rtx_vfx_bat.zip` into that `tools` folder. 7. Right-click the ZIP inside `tools`, choose `Extract All`, then open the extracted installer files. 8. Double-click `install_rtx_vfx.bat` from inside `tools`. 9. If it asks `Install RTX VFX here?`, type `Y` only when the shown Windows path is inside this ComfyUI app. If it looks wrong, type `N` and stop. 10. Wait until the BAT shows the green `INSTALL COMPLETE` message. 11. Start ComfyUI again, then run this node. Full install guide: https://deno2026.github.io/comfyui-deno-custom-nodes/rtx-vfx-install/
- images
- images
Inputs (11)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | Input image or video frame batch to enhance with NVIDIA RTX VFX. | |
| mode | COMBO | VSR Medium | RTX VFX operation: upscale, high bitrate, denoise, or deblur. |
| resize_type | COMBO | Keep Ratio | How the output size is chosen for resize-capable modes. |
| scale | FLOAT | 2.001–4 | Scale multiplier used by scale-based resizing. |
| megapixels | FLOAT | 2.000.01–64 | Target total output size in megapixels for ratio-based resizing. |
| width | INT | 192064–8192 | Manual output width in pixels. |
| height | INT | 108064–8192 | Manual output height in pixels. |
| divisible_by | COMBO | 1 | Round output dimensions to a VFX/model-safe multiple. |
| device | INT | 00–16 | GPU device index for NVIDIA VFX. |
| ratio_preset | COMBO | 16:9 | Target aspect ratio used in preset-ratio resize mode. |
| resize_method | COMBO | Center Crop (Fill) | Choose crop-fill or fit/letterbox behavior when changing aspect ratio. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| images | IMAGE | RTX VFX enhanced frame batch. |