From aa52bc2d34174431d5025171e44a036ec57351a9 Mon Sep 17 00:00:00 2001 From: Gius <112352961+GiusTex@users.noreply.github.com> Date: Sat, 31 Jan 2026 18:59:50 +0100 Subject: [PATCH] changed category --- comfy_extras/nodes_lt_upsampler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_lt_upsampler.py b/comfy_extras/nodes_lt_upsampler.py index ce1dd591d..0f5c95459 100644 --- a/comfy_extras/nodes_lt_upsampler.py +++ b/comfy_extras/nodes_lt_upsampler.py @@ -107,7 +107,7 @@ class LTXVLatentUpsamplerBySize: RETURN_TYPES = ("LATENT",) FUNCTION = "upsample_latent" - CATEGORY = "GiusTestNodesā˜…/image" + CATEGORY = "latent/video" DESCRIPTION = "Upscale latents to the desired size" def upsample_latent(cls, samples, upscale_method, upscale_model, vae, width, height, crop) -> tuple: