ComfyUI Node
Latent Upscale (WIP Exp.)
A ComfyUI node in latent/resize with 8 inputs and 1 output.
Latent Upscale (WIP Exp.)
- latents
- LATENT
◄scale_by2.00►
◄mode▾►
◄antialiastrue►
◄hp_sigma0.50►
◄renoise0.00►
◄current_sigma0.0000►
◄seed0►
Categorylatent/resize
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| latents | LATENT | Latent dict with key 'samples' shaped [B,C,H,W]. Also accepts [B,C,1,H,W] (e.g., Qwen) and will squeeze the singleton frame dimension automatically. | |
| scale_by | FLOAT | 2.001–8 | Upscale factor in LATENT space. |
| modeopt | COMBO | Hybrid = LP bicubic(+AA) + HP nearest with variance match. | |
| antialiasopt | BOOLEAN | true | Antialias for bilinear/bicubic where supported. |
| hp_sigmaopt | FLOAT | 0.500–3 | Gaussian σ for LP/HP split. 0 disables split. |
| renoiseopt | FLOAT | 0.000–1 | Optional additional HP noise (0–1). |
| current_sigmaopt | FLOAT | 0.00000–2000 | If >0, scales renoise by this sigma. |
| seedopt | INT | 00–18446744073709550000 | RNG seed for renoise. 0 = nondeterministic. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| LATENT | LATENT | — |