changed category

This commit is contained in:
Gius 2026-01-31 18:59:50 +01:00 committed by GitHub
parent a0d9efc0df
commit aa52bc2d34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: