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: